@charset "UTF-8";
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0F130C;
}

/*** GRID ***/
.container {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.container-modal {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .container-modal {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .container-modal {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .container-modal {
    width: 1200px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1460px;
  }

  .container-modal {
    width: 1460px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-lg-12 {*/
/*position: relative;*/
/*min-height: 1px;*/
/*margin-right: 6px;*/
/*margin-left: 6px;*/
/*}*/
[class*=col-md-]:first-child {
  margin-left: 0;
}

[class*=col-md-]:last-child {
  margin-right: 0;
}

.row .col-md-12-8:first-child {
  margin-left: 0.5%;
}

.row .col-sm-12-8:last-child {
  margin-right: 0.5%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-md-12-8,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 0 12px;
}

/*.col-xs-12 {*/
/*width: 100%;*/
/*}*/
/*.col-xs-11 {*/
/*width: 91.66666667%;*/
/*}*/
/*.col-xs-10 {*/
/*width: 83.33333333%;*/
/*}*/
/*.col-xs-9 {*/
/*width: 75%;*/
/*}*/
/*.col-xs-8 {*/
/*width: 66.66666667%;*/
/*}*/
/*.col-xs-7 {*/
/*width: 58.33333333%;*/
/*}*/
/*.col-xs-6 {*/
/*width: 50%;*/
/*}*/
/*.col-xs-5 {*/
/*width: 41.66666667%;*/
/*}*/
/*.col-xs-4 {*/
/*width: 33.33333333%;*/
/*}*/
/*.col-xs-3 {*/
/*width: 25%;*/
/*}*/
/*.col-xs-2 {*/
/*width: 16.66666667%;*/
/*}*/
/*.col-xs-1 {*/
/*width: 8.33333333%;*/
/*}*/
/*.col-xs-pull-12 {*/
/*right: 100%;*/
/*}*/
/*.col-xs-pull-11 {*/
/*right: 91.66666667%;*/
/*}*/
/*.col-xs-pull-10 {*/
/*right: 83.33333333%;*/
/*}*/
/*.col-xs-pull-9 {*/
/*right: 75%;*/
/*}*/
/*.col-xs-pull-8 {*/
/*right: 66.66666667%;*/
/*}*/
/*.col-xs-pull-7 {*/
/*right: 58.33333333%;*/
/*}*/
/*.col-xs-pull-6 {*/
/*right: 50%;*/
/*}*/
/*.col-xs-pull-5 {*/
/*right: 41.66666667%;*/
/*}*/
/*.col-xs-pull-4 {*/
/*right: 33.33333333%;*/
/*}*/
/*.col-xs-pull-3 {*/
/*right: 25%;*/
/*}*/
/*.col-xs-pull-2 {*/
/*right: 16.66666667%;*/
/*}*/
/*.col-xs-pull-1 {*/
/*right: 8.33333333%;*/
/*}*/
/*.col-xs-pull-0 {*/
/*right: auto;*/
/*}*/
/*.col-xs-push-12 {*/
/*left: 100%;*/
/*}*/
/*.col-xs-push-11 {*/
/*left: 91.66666667%;*/
/*}*/
/*.col-xs-push-10 {*/
/*left: 83.33333333%;*/
/*}*/
/*.col-xs-push-9 {*/
/*left: 75%;*/
/*}*/
/*.col-xs-push-8 {*/
/*left: 66.66666667%;*/
/*}*/
/*.col-xs-push-7 {*/
/*left: 58.33333333%;*/
/*}*/
/*.col-xs-push-6 {*/
/*left: 50%;*/
/*}*/
/*.col-xs-push-5 {*/
/*left: 41.66666667%;*/
/*}*/
/*.col-xs-push-4 {*/
/*left: 33.33333333%;*/
/*}*/
/*.col-xs-push-3 {*/
/*left: 25%;*/
/*}*/
/*.col-xs-push-2 {*/
/*left: 16.66666667%;*/
/*}*/
/*.col-xs-push-1 {*/
/*left: 8.33333333%;*/
/*}*/
/*.col-xs-push-0 {*/
/*left: auto;*/
/*}*/
/*.col-xs-offset-12 {*/
/*margin-left: 100%;*/
/*}*/
/*.col-xs-offset-11 {*/
/*margin-left: 91.66666667%;*/
/*}*/
/*.col-xs-offset-10 {*/
/*margin-left: 83.33333333%;*/
/*}*/
/*.col-xs-offset-9 {*/
/*margin-left: 75%;*/
/*}*/
/*.col-xs-offset-8 {*/
/*margin-left: 66.66666667%;*/
/*}*/
/*.col-xs-offset-7 {*/
/*margin-left: 58.33333333%;*/
/*}*/
/*.col-xs-offset-6 {*/
/*margin-left: 50%;*/
/*}*/
/*.col-xs-offset-5 {*/
/*margin-left: 41.66666667%;*/
/*}*/
/*.col-xs-offset-4 {*/
/*margin-left: 33.33333333%;*/
/*}*/
/*.col-xs-offset-3 {*/
/*margin-left: 25%;*/
/*}*/
/*.col-xs-offset-2 {*/
/*margin-left: 16.66666667%;*/
/*}*/
/*.col-xs-offset-1 {*/
/*margin-left: 8.33333333%;*/
/*}*/
/*.col-xs-offset-0 {*/
/*margin-left: 0;*/
/*}*/
/* My Addresses */
.address .address-card input[type=radio], .address .address-card input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.address .address-card input[type=radio]:checked + .puppet, .address .address-card input[type=checkbox]:checked + .puppet {
  -webkit-box-shadow: 4px 4px 10px #cdcdcd;
  box-shadow: 4px 4px 10px #cdcdcd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.address-card input[type=radio]:checked + .puppet, .address-card input[type=checkbox]:checked + .puppet {
  opacity: 1;
  border: 2px solid #66CC00;
  color: #212121;
}

.address-card address {
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address-card address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.account .address-dashboard [class^=col-] {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}

.address .address-card .puppet {
  display: block;
  max-width: 768px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  font-weight: 400;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.address .address-card .puppet {
  cursor: pointer;
}

.address-card .puppet.default:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  display: inline-block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 5px;
  border-top-color: #66CC00;
  border-top-style: solid;
  border-right-color: #66CC00;
  border-right-style: solid;
  border-right-width: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.address-card address .name {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}

.address-card address p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-card .puppet {
  height: 240px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 5px;
  border: 2px solid transparent;
  color: #666;
  font-weight: 300;
  margin-bottom: 30px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.address-card .puppet.put-card {
  border: 2px dashed #999;
  background-color: transparent;
}

.address-card .add-card {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
  color: black;
}

.address-card input[type=radio]:checked + .puppet.put-card, .address-card input[type=checkbox]:checked + .puppet.put-card {
  border: 2px dashed #66CC00;
}

.address-card .puppet:hover.put-card, .address-card .puppet.selected.put-card {
  border-color: #101920;
}

.address .address-card .puppet:hover, .address .address-card .puppet.selected {
  -webkit-box-shadow: 4px 4px 10px #cdcdcd;
  box-shadow: 4px 4px 10px #cdcdcd;
}

.address-card .puppet:hover, .address-card .puppet.selected {
  color: #212121;
}

.address-card .action-bundle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  color: white;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0.8;
  background: #0F130C;
}

.address-card .action-bundle .action-set-default, .address-card .action-bundle .action-edit {
  display: inline-block;
  width: 50%;
  line-height: 40px;
  vertical-align: top;
  height: 40px;
}

.address-card .action-bundle a {
  color: white;
}

.address-card .action-bundle .action-edit {
  text-align: right;
}

.address-card .action-bundle .action-edit a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.address-card .action-bundle .action-edit a:hover {
  opacity: 1;
}

.fields-address {
  padding: 15px;
  background: white;
}

.form-address .collapsed {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: max-height;
  transition-property: max-height;
}

.form-address .collapsed.visible {
  max-height: none;
}

ul.selector {
  list-style-type: none;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 15.6666666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-12-8,
.col-md-1, .grid-1, .col-md-2, .grid-2, .col-md-3, .grid-3, .col-md-4, .grid-4, .col-md-5, .grid-5, .col-md-6, .grid-6, .col-md-7, .grid-7, .col-md-8, .grid-8, .col-md-9, .grid-9, .col-md-10, .grid-10, .col-md-11, .grid-11, .col-md-12, .grid-12 {
    float: left;
  }

  .col-md-12-8 {
    width: 11.5%;
  }

  .col-md-12, .grid-12 {
    width: 100%;
  }

  .col-md-11, .grid-11 {
    width: 91.58333333%;
  }

  .col-md-10, .grid-10 {
    width: 83.16666667%;
  }

  .col-md-9, .grid-9 {
    width: 74.75%;
  }

  .col-md-8, .grid-8 {
    width: 66.33333333%;
  }

  .col-md-7, .grid-7 {
    width: 57.91666667%;
  }

  .col-md-6, .grid-6 {
    width: 49.5%;
  }

  .col-md-5, .grid-5 {
    width: 41.08333333%;
  }

  .col-md-4, .grid-4 {
    width: 32.66666667%;
  }

  .col-md-3, .grid-3 {
    width: 24.25%;
  }

  .col-md-2, .grid-2 {
    width: 15.83333333%;
  }

  .col-md-1, .grid-1 {
    width: 7.41666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.58333333%;
  }

  .col-md-offset-10 {
    margin-left: 83.16666666%;
  }

  .col-md-offset-9 {
    margin-left: 74.75%;
  }

  .col-md-offset-8 {
    margin-left: 66.33333333%;
  }

  .col-md-offset-7 {
    margin-left: 57.91666667%;
  }

  .col-md-offset-6 {
    margin-left: 49.5%;
  }

  .col-md-offset-5 {
    margin-left: 41.08333333%;
  }

  .col-md-offset-4 {
    margin-left: 32.66666667% !important;
  }

  .col-md-offset-3 {
    margin-left: 24.25%;
  }

  .col-md-offset-2 {
    margin-left: 15.8333333%;
  }

  .col-md-offset-1 {
    margin-left: 7.41666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {*/
  /*float: left;*/
  /*}*/
  /*.col-lg-12 {*/
  /*width: 100%;*/
  /*}*/
  /*.col-lg-11 {*/
  /*width: 91.66666667%;*/
  /*}*/
  /*.col-lg-10 {*/
  /*width: 83.33333333%;*/
  /*}*/
  /*.col-lg-9 {*/
  /*width: 75%;*/
  /*}*/
  /*.col-lg-8 {*/
  /*width: 66.66666667%;*/
  /*}*/
  /*.col-lg-7 {*/
  /*width: 58.33333333%;*/
  /*}*/
  /*.col-lg-6 {*/
  /*width: 50%;*/
  /*}*/
  /*.col-lg-5 {*/
  /*width: 41.66666667%;*/
  /*}*/
  /*.col-lg-4 {*/
  /*width: 33.33333333%;*/
  /*}*/
  /*.col-lg-3 {*/
  /*width: 25%;*/
  /*}*/
  /*.col-lg-2 {*/
  /*width: 16.66666667%;*/
  /*}*/
  /*.col-lg-1 {*/
  /*width: 8.33333333%;*/
  /*}*/
  /*.col-lg-pull-12 {*/
  /*right: 100%;*/
  /*}*/
  /*.col-lg-pull-11 {*/
  /*right: 91.66666667%;*/
  /*}*/
  /*.col-lg-pull-10 {*/
  /*right: 83.33333333%;*/
  /*}*/
  /*.col-lg-pull-9 {*/
  /*right: 75%;*/
  /*}*/
  /*.col-lg-pull-8 {*/
  /*right: 66.66666667%;*/
  /*}*/
  /*.col-lg-pull-7 {*/
  /*right: 58.33333333%;*/
  /*}*/
  /*.col-lg-pull-6 {*/
  /*right: 50%;*/
  /*}*/
  /*.col-lg-pull-5 {*/
  /*right: 41.66666667%;*/
  /*}*/
  /*.col-lg-pull-4 {*/
  /*right: 33.33333333%;*/
  /*}*/
  /*.col-lg-pull-3 {*/
  /*right: 25%;*/
  /*}*/
  /*.col-lg-pull-2 {*/
  /*right: 16.66666667%;*/
  /*}*/
  /*.col-lg-pull-1 {*/
  /*right: 8.33333333%;*/
  /*}*/
  /*.col-lg-pull-0 {*/
  /*right: auto;*/
  /*}*/
  /*.col-lg-push-12 {*/
  /*left: 100%;*/
  /*}*/
  /*.col-lg-push-11 {*/
  /*left: 91.66666667%;*/
  /*}*/
  /*.col-lg-push-10 {*/
  /*left: 83.33333333%;*/
  /*}*/
  /*.col-lg-push-9 {*/
  /*left: 75%;*/
  /*}*/
  /*.col-lg-push-8 {*/
  /*left: 66.66666667%;*/
  /*}*/
  /*.col-lg-push-7 {*/
  /*left: 58.33333333%;*/
  /*}*/
  /*.col-lg-push-6 {*/
  /*left: 50%;*/
  /*}*/
  /*.col-lg-push-5 {*/
  /*left: 41.66666667%;*/
  /*}*/
  /*.col-lg-push-4 {*/
  /*left: 33.33333333%;*/
  /*}*/
  /*.col-lg-push-3 {*/
  /*left: 25%;*/
  /*}*/
  /*.col-lg-push-2 {*/
  /*left: 16.66666667%;*/
  /*}*/
  /*.col-lg-push-1 {*/
  /*left: 8.33333333%;*/
  /*}*/
  /*.col-lg-push-0 {*/
  /*left: auto;*/
  /*}*/
  /*.col-lg-offset-12 {*/
  /*margin-left: 100%;*/
  /*}*/
  /*.col-lg-offset-11 {*/
  /*margin-left: 91.66666667%;*/
  /*}*/
  /*.col-lg-offset-10 {*/
  /*margin-left: 83.33333333%;*/
  /*}*/
  /*.col-lg-offset-9 {*/
  /*margin-left: 75%;*/
  /*}*/
  /*.col-lg-offset-8 {*/
  /*margin-left: 66.66666667%;*/
  /*}*/
  /*.col-lg-offset-7 {*/
  /*margin-left: 58.33333333%;*/
  /*}*/
  /*.col-lg-offset-6 {*/
  /*margin-left: 50%;*/
  /*}*/
  /*.col-lg-offset-5 {*/
  /*margin-left: 41.66666667%;*/
  /*}*/
  /*.col-lg-offset-4 {*/
  /*margin-left: 33.33333333%;*/
  /*}*/
  /*.col-lg-offset-3 {*/
  /*margin-left: 25%;*/
  /*}*/
  /*.col-lg-offset-2 {*/
  /*margin-left: 16.66666667%;*/
  /*}*/
  /*.col-lg-offset-1 {*/
  /*margin-left: 8.33333333%;*/
  /*}*/
  /*.col-lg-offset-0 {*/
  /*margin-left: 0%;*/
  /*}*/
}
main[class*=col-md-] {
  margin-left: 0;
}

/*.last-col{ margin-right: 0; }*/
.no-margin {
  margin: 0 !important;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  margin-right: 0;
  margin-left: 0;
  padding: 12px;
}

/*.col-md-offset-3 {*/
/*margin-left: 24.25% !important;*/
/*}*/
/**** GENERAL STYLES ****/
.clear {
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.full-width {
  width: 100%;
}

.bott-mg-20 {
  margin-bottom: 20px;
}

/**** SPINNER ****/
.spinner-wrap {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 23% 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.spinner {
  padding: 25px;
  margin: 0 auto;
  width: 180px;
  border: 2px solid #66CC00;
  border-radius: 5px;
  text-align: center;
  background: #f8f8f8;
}

body.loading {
  overflow: hidden;
}

body.loading .spinner-wrap {
  display: block;
}

/*** Font styles ***/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h6 {
  text-transform: none;
}

h1 {
  font-weight: bold;
}

.h6 {
  font-size: 18px;
}

.main-font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0F130C;
}

.second-font {
  font-family: Helvetica, Arial, sans-serif;
}

p {
  text-align: justify;
}

/************** ICONOS **********/
/*** Iconos ICONMOON***/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?8xj7kr");
  src: url("fonts/icomoon.eot?8xj7kr#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8xj7kr") format("truetype"), url("fonts/icomoon.woff?8xj7kr") format("woff"), url("fonts/icomoon.svg?8xj7kr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rlc-3d:before {
  content: "\E900";
}

.icon-guia-rlc .path1:before {
  content: "\E901";
}

.icon-guia-rlc .path2:before {
  content: "\E902";
  margin-left: -0.853515625em;
}

.icon-guia-rlc .path3:before {
  content: "\E903";
  margin-left: -0.853515625em;
  color: white;
}

.icon-calculate:before {
  content: "\E904";
}

/**** Material ICONS ****/
.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.text-success {
  color: #808080;
}

button.material-icons, .btn.material-icons, button.no-border {
  border: none;
  background: none;
}

button.no-border {
  font-size: 24px;
}

button.material-icons:focus, .btn.material-icons:focus,
button.no-border:focus {
  outline: none;
}

/**** INPUTS ****/
.form-control.input_error {
  border-color: #FF0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control {
  border-color: #FF0000 !important;
}

.has-error.checkbox label {
  border: solid 1px #FF0000;
  border-radius: 4px;
}

/********* HEADER + MENU ****************/
/**** header ****/
.menu-container {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  color: #0F130C;
}

.main-header.navbar {
  padding: 6px;
  background-color: #fff;
}

.main-header .navbar-brand {
  padding: 0 25px;
}

.main-header .navbar-nav > li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.main-header ul li {
  margin: 0 15px;
}

.main-header .separador {
  min-height: 28px;
  padding-left: 20px;
  border-left: 1px solid;
  color: #D9D9D9;
}

@media screen and (max-width: 1310px) {
  .main-header ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1199px) {
  .main-header ul li {
    margin: 0 0px;
  }

  .main-header .separador {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 1058px) {
  .main-header ul li {
    margin: 0 0px;
  }

  .navbar-toggle {
    margin-right: 2px;
  }

  .main-header .navbar-brand {
    padding: 0 10px;
  }

  .main-header .separador {
    padding-left: 8px !important;
  }
}
@media screen and (max-width: 970px) {
  .main-header ul li {
    margin: 0 0px;
  }

  .main-header .separador {
    padding-left: 6px !important;
  }
}
.navbar-toggle .icon-bar {
  background-color: #808080;
}

.main-header .dropdown-menu > li > a {
  font-weight: normal;
}

.main-header i {
  vertical-align: text-top;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}

.tooltip {
  white-space: nowrap;
}

.whatsapp {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("img/whatsapp.png") center no-repeat;
}

.main-header .navbar-nav > li.flags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
}

.flags > ul {
  height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flags ul > li {
  display: inline-block;
  /*margin: 0 5px;*/
  margin: 0px 16px 0px 0px;
}

.flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #ccc;
}

.flag.active,
.flag:hover {
  border: 2px solid #66CC00;
}

.flag.flag-es {
  background: url("img/spain-flag.png") center/cover no-repeat;
}

.flag.flag-fr {
  background: url("img/france-flag.png") center/cover no-repeat;
}

/***** LISTA CARRITO MENU ****/
#win_shopping {
  width: 420px;
  font-size: 13px;
  text-transform: none;
  padding: 0;
}

#win_shopping table {
  width: 100%;
}

#win_shopping th {
  background-color: #f5d9bf;
}

#win_shopping th,
#win_shopping td {
  padding: 2px 5px 2px 10px;
}

#win_shopping td.buttons1 {
  padding: 5px 10px;
}

#win_shopping .description {
  width: 50%;
}

#win_shopping .cant {
  text-align: center;
}

.text-green {
  color: #66b814;
}

a.text-green:hover,
a.text-green:focus {
  color: #779d33;
}

#win_shopping ~ span.dropdown-menu {
  display: none;
}

.carrito i {
  padding: 0 3px;
}

/***** main menu *****/
#menu {
  margin-bottom: 0;
  padding: 0;
  background-color: #66CC00;
  color: #fff;
}

#menu > li {
  display: inline-block;
  max-width: 110px;
  padding: 10px 5px;
  vertical-align: top;
  text-transform: none;
  font-size: 12px;
  text-align: center;
}

#menu > li > a {
  display: inline-block;
  color: #fff;
}

#menu > li,
#menu > li > a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu li.menu-active,
#menu > li.open {
  background-color: #fff;
}

#menu li.menu-active > a,
#menu > li.open > a {
  text-decoration: none;
  color: #66CC00;
}

@media (max-width: 1260px) and (min-width: 960px) {
  #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/** login **/
.login-dropdown {
  left: 0 !important;
  min-width: 245px;
  padding: 20px;
  border: 1px solid #66CC00;
}

.mobile-menu .login-dropdown {
  min-width: 220px;
  padding: 10px;
}

.mobile-menu .modal-dialog {
  max-width: 240px;
  margin: 10px 5px;
}

.login-dropdown label {
  font-weight: normal;
  margin-bottom: 0;
}

.login-dropdown .btn-success {
  padding: 5px 25px;
}

.login-dropdown .restore-link {
  max-width: 80px;
}

.log-wrap {
  padding: 10px;
}

.contacto {
  vertical-align: sub;
}

/***** MEGA dropdown menu ****/
.mega.dropdown-menu {
  display: block !important;
  left: 1%;
  right: 1%;
  width: 98%;
  max-height: 78vh;
  margin-top: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open > .mega.dropdown-menu {
  top: auto;
  max-height: calc(100vh - 115px);
  overflow-y: auto;
}

.mega.dropdown-menu .row {
  overflow: auto;
}

.mega.dropdown-menu .row > li {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.mega.dropdown-menu .row > li > a {
  padding: 0;
  text-align: center;
}

.mega.dropdown-menu .row > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #fff;
}

.mega.dropdown-menu .row > li img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
}

.mega.dropdown-menu .row > li:hover img {
  opacity: 0.7;
}

.mega.dropdown-menu h6 {
  font-size: 15px;
  white-space: normal;
  text-transform: none;
  /*height: 32px;*/
}

.mega.dropdown-menu > li {
  position: relative;
  overflow: visible;
  width: 100%;
}

.mega.dropdown-menu .submenu-category {
  float: left;
  display: block;
  width: 20%;
  min-height: 270px;
  padding: 0;
  list-style: none;
  max-height: 78vh;
  overflow-y: auto;
  /* transition: min-height .2s ease; */
}

.mega.dropdown-menu .submenu-category > li > a {
  position: relative;
  display: block;
  padding: 10px 5%;
  border-bottom: 1px dotted #ccc;
}

.submenu-category li i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.submenu-category li:not(.menu-active) i {
  opacity: 0;
}

.mega.dropdown-menu .menu-active {
  background-color: #ffffff;
}

.mega.dropdown-menu .submenu-type {
  width: 80%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.submenu-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 10px 0;
}

.submenu-type > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu-type ul li {
  text-align: center;
}

.submenu-type ul img {
  margin: 0 auto;
}

.submenu-category a {
  font-size: 12px;
  cursor: pointer;
}

/***************** HOME **************************/
/****** HOME carousel *****/
/* fade on slider */
.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -webkit-transition: opacity ease-in-out 1.7s;
  transition: opacity ease-in-out 1.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 1.7s;
  transition: opacity ease-in-out 1.7s;
  z-index: 2;
}

/* carousel caption */
#home .carousel-inner > .item img {
  width: 100%;
}

#home .carousel-inner h3 {
  font-size: 36px;
  color: #fff;
}

#home .carousel-caption {
  top: 30%;
  left: 10%;
  width: 45vw;
  max-width: 530px;
  text-align: left;
}

#home .carousel-caption p {
  margin-bottom: 2vw;
  font-size: 16px;
  line-height: 22px;
}

.button-slider {
  margin-top: 20px;
  padding: 5px 30px;
  border: 1px solid #fff;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

.button-slider:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
}

.carousel-control {
  width: 10%;
  text-shadow: none;
  z-index: 3;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.slider-left.carousel-control {
  left: 10px;
  width: 50%;
  background-image: url(../img/slider-left.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.slider-right.carousel-control {
  right: 10px;
  left: auto;
  width: 50%;
  background-image: url(../img/slider-right.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.images-control-wrap {
  max-width: 1200px;
  position: relative;
}

.images-control {
  position: absolute;
  right: 0;
  padding: 45px 40px 0 0;
  z-index: 4;
}

.images-control a {
  margin: 0 20px;
  font-size: 40px;
  color: #66CC00;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.images-control a:hover,
.images-control a:focus,
.images-control .active {
  text-decoration: none;
  color: #e3efcc;
}

.images-control i {
  font-size: 40px;
  vertical-align: text-top;
}

/****** rotulos home ********/
.rotulo-wrap {
  text-align: center;
  overflow: auto;
}

#home .article-title {
  margin: 40px 0 30px;
}

#home h1.article-title {
  font-size: 24px;
}

#home .rotulo-single {
  float: left;
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.rotulo-single img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.rotulo-single:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(147, 194, 65, 0.71);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.rotulo-single:hover .overlay {
  opacity: 1;
}

#home .rotulo-single section {
  position: absolute;
  bottom: -110px;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#home .rotulo-single:hover section {
  bottom: 30%;
}

#home .rotulo-single h3,
.rotulo-single .rotulo-title {
  padding: 20px;
  width: 100%;
  min-height: 104px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#home .rotulo-single .rotulo-title {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  text-transform: none;
}

.rotulo-single:hover h3,
.rotulo-single:hover .rotulo-title {
  text-shadow: none;
}

#home .rotulo-single .hidden-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out 0.2s;
  transition: all 1s ease-in-out 0.2s;
}

#home .rotulo-single:hover .hidden-info {
  opacity: 1;
  visibility: visible;
}

.rotulo-single .oferta {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.rotulo-single .oferta span {
  border-bottom: 2px solid #fff;
}

.rotulo-single .detalles,
.RecSINS-W-ItemsTD .detalles {
  margin-top: 3vh;
  padding: 10px;
  text-transform: none;
  font-size: 18px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  color: #0F130C;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rotulo-single .detalles:hover,
.RecSINS-W-ItemsTD .detalles:hover {
  text-decoration: none;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #0F130C;
}

.home-txt {
  overflow: auto;
  margin-bottom: 30px;
}

.home-txt h5 {
  text-transform: none;
  font-weight: bold;
  color: #808080;
}

/*** Recomendador - home ***/
#home .recom-title {
  margin: 40px 0 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
}

/*** Reviews + Examples Carousel - Home ***/
#reviews-carousel .glyphicon-chevron-left,
#reviews-carousel .glyphicon-chevron-right,
#examples-carousel .glyphicon-chevron-left,
#examples-carousel .glyphicon-chevron-right {
  border-color: #0F130C;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#reviews-carousel .glyphicon-chevron-left,
#examples-carousel .glyphicon-chevron-left {
  left: 25px;
  border-width: 0 0 1px 1px;
}

#reviews-carousel .glyphicon-chevron-right,
#examples-carousel .glyphicon-chevron-right {
  right: 25px;
  border-width: 1px 1px 0 0;
}

#reviews-carousel .carousel-inner,
#examples-carousel .carousel-inner {
  width: 92%;
  margin: 0 auto;
}

#examples-carousel {
  min-height: 500px;
}

#examples-carousel .item {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  #reviews-carousel .col-md-6 {
    clear: both;
  }
}
/***************** PRODUCTOS ********************/
.oferta {
  margin-top: 10px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
  color: #0F130C;
}

aside strong {
  font-weight: bold;
}

.importe-verde {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #66CC00;
}

aside hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #979797;
}

/*** contenedores ***/
.caja-estilo {
  margin-bottom: 15px;
  padding: 0;
  border-radius: 4px;
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/**** carousel ****/
.caja-estilo.caja-carousel {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#product .carousel {
  max-height: 662px;
  overflow: hidden;
}

#carousel-producto .item img {
  width: 100%;
}

/**** colores fondo ****/
.bg-azul {
  background-color: #d0e4ef;
}

.bg-verde {
  background-color: #e3efcc;
}

.bg-naranja {
  color: #5A5A5A;
  background-color: #f5f5f5;
}

/*** bordes ***/
.border-bott {
  border-bottom: 1px dotted #979797;
}

.dotted-box {
  border: 1px dotted #979797;
}

/*** botones ***/
.btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:hover, .btn:focus, .btn.focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}

.btn-largo {
  padding: 6px 30px;
}

.btn.calcula-presupuesto {
  padding: 15px 30px;
  -webkit-box-shadow: 2px 2px 5px #888888;
          box-shadow: 2px 2px 5px #888888;
}

.btn-nav {
  padding: 4px 10px !important;
  margin: 2px 0 !important;
}

.open .btn-nav,
.btn-nav:hover {
  background-color: #66CC00 !important;
}

.open .btn-nav span,
.btn-nav:hover span {
  background-color: #fff;
}

/****** inputs ***************/
label {
  font-weight: normal;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 5px rgba(0, 0, 0, 0.2);
}

.panel-body .form-group {
  margin: 0 9px 20px !important;
  vertical-align: top;
}

.input-peq {
  width: 56px !important;
}

.select-alineado {
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  position: absolute;
  margin-top: 7px;
}
.select-alineado .only-text {
  margin-top: 5px;
}

#product #new_comment input[type=radio],
#product #personaliza-left-body input[type=radio] {
  position: absolute;
  left: -9999px;
  display: none;
}

input[type=radio] + img {
  cursor: pointer;
}

input[type=radio]:checked ~ .input-frill-label label img {
  border: 2px solid #f68946;
}

input[type=radio]:checked ~ .input-frill-label label span {
  font-weight: 500;
  font-size: 12px;
  height: 31px;
}

input[type=radio]:active ~ .input-frill-label label img {
  border: 2px solid #f68946;
}

input[type=radio]:active ~ .input-frill-label label span {
  font-weight: 500;
  font-size: 12px;
  height: 31px;
}

input[type=radio]:checked ~ .input-frill-label-modal label img {
  border: 0;
}

input[type=radio]:active ~ .input-frill-label-modal label img {
  border: 0;
}

#product fieldset[disabled].panel:after {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

fieldset[disabled] label,
fieldset[disabled] a {
  opacity: 0.55;
  filter: alpha(opacity=55);
  -webkit-box-shadow: none;
          box-shadow: none;
}

fieldset[disabled] a {
  pointer-events: none;
}

fieldset[disabled] select,
fieldset[disabled] input,
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

#rel_tipos_thickness {
  padding: 6px 0;
  font-size: 13px;
}

/******* article producto *********/
.opciones-producto {
  overflow: auto;
  position: relative;
}

article .col-md-9,
article .col-md-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

article .col-md-9 {
  padding-left: 36px;
}

.contenedor-titulo-pag {
  position: fixed;
  left: 50%;
  padding: 10px 10px 10px 36px;
  min-width: 1200px;
  margin-left: -600px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#product h1,
#shopping h1 {
  display: inline-block;
  margin: 0 20px 0 0;
}

.fichas a {
  margin: 0 5px;
  vertical-align: bottom;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
  color: #66B814;
  text-decoration: underline;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.fichas a:hover {
  color: #66B814;
  cursor: pointer;
}

.fichas i {
  vertical-align: text-top;
  font-size: 26px;
}

.article-content {
  padding-top: 72px;
}

article .mod-tabs-carousel {
  padding: 10px 5px 10px 0;
  margin: 0;
}

article .mod-tabs-producto {
  padding: 10px 0 10px 5px;
  margin: 0;
}

.mod-tabs-producto .nav-tabs {
  padding: 0 10px;
}

.mod-tabs-producto .nav-tabs > li > a {
  padding: 5px;
  background-color: #808080;
  color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 0;
  margin: 0;
}

.mod-tabs-producto .nav-tabs > li:last-of-type > a {
  border-right: 1px solid transparent;
}

.mod-tabs-producto .nav-tabs > li.active > a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #333;
}

.mod-tabs-producto .tab-content {
  padding: 10px;
  border-top: 0;
  background-color: #fff;
}

.mod-tabs-producto .tab-content p:last-of-type {
  margin: 0;
}

.mod-tabs-producto .cta {
  padding: 0 10px 10px;
  background-color: #fff;
}

.mod-tabs-producto .valoracion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.mod-tabs-producto .valoracion p {
  font-size: 16px;
  color: #333;
  margin: 0 10px 0 0;
}

.mod-tabs-producto .valoracion p span {
  display: block;
}

.mod-tabs-producto .valoracion .rating {
  font-size: 26px;
}

.mod-tabs-producto .btn.calcula-presupuesto {
  width: 100%;
  text-transform: none;
  font-size: 18px;
  padding: 10px;
  font-family: Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  .row.article-content.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  article .mod-tabs-producto,
article .mod-tabs-carousel {
    padding-bottom: 0;
  }

  .mod-tabs-producto .nav-tabs {
    padding: 0;
  }

  .mod-tabs-producto .nav-tabs > li > a {
    font-size: 13px;
  }

  .mod-tabs-producto .tab-content {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .mod-tabs-producto .tab-content p {
    font-size: 12px;
    line-height: 1.3;
  }

  .mod-tabs-producto .valoracion {
    margin-bottom: 3px;
  }

  .mod-tabs-producto .valoracion p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
  }

  .mod-tabs-producto .valoracion p span:last-of-type {
    font-size: 13px;
  }

  .mod-tabs-producto .valoracion .rating {
    font-size: 20px;
  }

  .mod-tabs-producto .cta {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
  }
}
@media (min-width: 992px) {
  .mod-tabs-producto {
    width: 33.66666667%;
  }

  .mod-tabs-producto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mod-tabs-producto .tab-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto;
    height: auto;
  }

  .mod-tabs-producto .btn.calcula-presupuesto {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .mod-tabs-producto .nav-tabs > li > a {
    padding: 5px 10px;
  }

  .mod-tabs-producto .tab-content {
    padding: 10px 15px;
  }

  .mod-tabs-producto .valoracion {
    margin-bottom: 10px;
  }

  .mod-tabs-producto .valoracion p {
    font-size: 16px;
  }

  .mod-tabs-producto .valoracion .rating {
    font-size: 26px;
  }

  .mod-tabs-producto .cta {
    padding: 10px 15px;
  }

  .mod-tabs-producto .btn.calcula-presupuesto {
    padding: 10px 0 5px 0;
  }
}
/*** destacado ***/
.destacado {
  line-height: 30px;
  z-index: 11;
}

.destacado > div {
  display: inline-block;
  margin-right: 20px;
}

.destacado.affix {
  top: 130px;
  left: 5%;
  z-index: 101;
}

/**** iconos ****/
.icon-links {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}

.link-ficha-tecnica {
  background-image: url(../img/ficha-tecnica-32px.png);
  margin: 0 12px;
}

.link-guia-montaje {
  background-image: url(../img/guia-montaje-32px.png);
  margin: 0 12px;
}

.link-pdf {
  background-image: url(../img/pdf.png);
}

/**** modal - lightbox ****/
.modal-body {
  padding: 20px 7%;
}

.mobile-menu .modal-body {
  padding: 15px 2%;
}

.modal-body .text-center > img {
  max-width: 100%;
}

.texto-guia br {
  display: none;
}

/******* panel acordeones ***********/
#product .check {
  height: 22px;
  width: 45px;
  background-repeat: no-repeat;
  text-align: center;
}

.check.correcto {
  color: #66CC00;
}

.check.error {
  background-image: url(../img/error.png);
}

.check.revisar {
  color: #ccc;
}

.locked {
  color: #e4aa00;
}

a[href^="#info"] {
  margin-right: 5px;
}

.panel {
  position: relative;
  z-index: 1;
}

.contenedor-title {
  margin-bottom: 10px;
  padding: 10px 16px;
  overflow: auto;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.contenedor-title h4 {
  margin: 0;
  font-size: 19px;
}

.contenedor-title > p {
  text-align: left;
  margin: 0 0 0 10px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .contenedor-title > p {
    font-size: 16px;
  }
}
.contenedor-title > p.tit {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  margin-bottom: 0;
}

.contenedor-title > p strong {
  font-weight: 500;
  text-transform: none;
}

.contenedor-title a {
  font-size: 16px;
  color: #7f8080;
}

.contenedor-title i {
  font-size: 20px;
  vertical-align: bottom;
}

.contenedor-title .h6 {
  margin: 0;
}

.contenido-caja-estilo {
  padding: 10px;
}

.contenido-caja-estilo .panel {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #0F130C;
  overflow: auto;
}

.contenido-caja-estilo .panel:not(:last-of-type) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #0F130C;
}

.last-panel {
  border-bottom: none !important;
}

.panel-heading {
  padding: 0;
  overflow-y: auto;
}

#product .alert {
  margin-bottom: 10px;
}

/* Simple Carousel */
.simple-carousel.owl-carousel {
  padding: 0 38px 0 38px;
}

@media screen and (min-width: 992px) {
  .simple-carousel.owl-carousel {
    padding: 0 38px 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .simple-carousel.owl-carousel {
    padding: 0 18px 0 21px;
  }
}
@media screen and (min-width: 1440px) {
  .simple-carousel.owl-carousel {
    padding: 0 25px 0 28px;
  }
}
.panel-mejoras .simple-carousel.owl-carousel {
  padding: 0;
}

.simple-carousel.owl-carousel .owl-item img {
  width: 84px;
  height: 84px;
}

.simple-carousel.owl-carousel .input-frill {
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  .simple-carousel.owl-carousel .input-frill {
    margin: 0;
  }
}
/* Paneles productos */
.contenedor-titulo-pag .oferta {
  text-align: right;
  margin-top: 6px;
  line-height: 1;
}

.panel-productos {
  padding-top: 10px;
}

.panel-productos:first-of-type {
  padding-top: 0;
}

.panel-productos .panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel-productos .panel-heading {
  width: 22%;
  overflow: visible;
  margin-right: 1%;
}

@media screen and (min-width: 768px) {
  .customize-channel-letter .panel-productos .panel-heading {
    width: 17%;
  }
}
.panel-productos .panel-heading .panel-title,
.panel-productos .panel-heading .panel-title a {
  font-size: 16px;
  color: #0F130C;
}

.panel-productos .panel-heading a[href^="#info"] {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 7px 0 0 0;
  padding: 4px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-productos .panel-heading a[href^="#info"]:hover {
  opacity: 0.8;
}

.panel-productos .panel-heading a[href^="#info"].text-success {
  background-color: #66CC00;
}

.panel-productos .panel-heading a[href^="#info"].text-warning {
  background-color: #f68946;
}

.panel-productos .panel-heading a[href^="#info"].text-danger {
  background-color: #a94442;
  font-weight: 700;
}

.panel-productos .panel-heading a[href^="#info"] > span {
  display: none;
}

.panel-productos .panel-content .panel-body {
  width: 77%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .customize-channel-letter .panel-productos .panel-content .panel-body {
    width: 72%;
  }
}
.panel-productos .panel-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel-productos .form-group.f-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 50%;
}

.panel-productos .form-group.f-grow .form-control {
  width: 100%;
}

.panel-productos .form-group.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-productos .form-group .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-productos .form-group label {
  display: block;
  margin: 0;
  width: auto;
}

.panel-productos .form-group.fg-iconos {
  margin: 0 0 20px !important;
}

.panel-productos .form-control {
  padding: 6px;
  text-align: center;
}

.panel-productos .form-control.input-peq {
  margin: 0;
}

.panel-productos .input-frill {
  width: 32%;
  min-width: 0;
  height: auto;
}

.panel-productos .input-frill-label {
  margin-top: 0;
}

.panel-productos .input-frill-label label {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-productos .input-frill-label label span {
  display: block;
  padding: 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 11px;
  width: 86px;
  height: 31px;
}

@media (max-width: 768px) {
  .panel-productos .input-frill-label label span {
    width: 100%;
    height: 31px;
    padding-top: 5px;
  }
}
.panel-productos .input-frill-label label img {
  width: 84px;
  border: 2px solid #ddd;
}

.panel-productos .alert-design {
  text-align: center;
  background-color: #66CC00;
  color: #0F130C;
  font-size: 14px;
  line-height: 1.1;
  text-transform: none;
  border-radius: 0;
  margin: 5px 0 0;
  padding: 10px 10px 20px 10px;
}

.panel-productos .calc {
  display: none;
  line-height: 1;
}

.opciones-producto .box-add-to-shop {
  margin-top: 5px;
}

.opciones-producto .js-add-to-shop {
  width: 100%;
  font-size: 22px;
  padding: 10px;
}

.panel-productos .panel-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel-productos .panel-footer.with-border-top {
  border-top: 1px solid #0F130C;
  padding-top: 10px;
  margin-top: 10px;
}

.panel-productos .panel-footer .form-group {
  width: 24%;
}

.panel-productos .panel-footer .form-group .form-control {
  font-size: 12px;
}

.panel-productos .panel-footer .form-group button.form-control {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-productos .panel-footer .form-group button.form-control:hover {
  opacity: 0.7;
}

@media (min-width: 478px) {
  .contenedor-titulo-pag {
    padding: 15px;
  }
}
@media (min-width: 697px) {
  .contenedor-titulo-pag .oferta {
    margin-top: 2px;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .box-add-to-shop {
    display: none;
  }

  .panel-productos .panel-footer .form-group {
    width: 12%;
  }

  .panel-productos .panel-footer .form-group .form-control {
    font-size: 14px;
  }

  .panel-productos .form-group.f-grow {
    min-width: 0;
  }

  .panel-productos .calc {
    display: block;
  }

  .panel-productos .panel-heading a[href^="#info"] {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  .panel-productos .panel-content .panel-body.flexbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .panel-productos .input-frill {
    width: auto;
    margin-right: 10%;
  }

  .panel-productos .input-frill.empty,
.panel-productos .input-frill:last-of-type {
    margin-right: 0;
  }
}
.panel-medidas .input-medidas-text {
  width: 350px;
}

@font-face {
  font-family: "Alexa Std";
  src: url("/fonts/channel-letter/alexa-std-regular.eot");
  src: url("/fonts/channel-letter/alexa-std-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/alexa-std-regular.woff2") format("woff2"), url("/fonts/channel-letter/alexa-std-regular.woff") format("woff"), url("/fonts/channel-letter/alexa-std-regular.ttf") format("truetype"), url("/fonts/channel-letter/alexa-std-regular.svg#Alexa Std") format("svg");
}
@font-face {
  font-family: "Angelina";
  src: url("/fonts/channel-letter/angelina.eot");
  src: url("/fonts/channel-letter/angelina.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/angelina.woff2") format("woff2"), url("/fonts/channel-letter/angelina.woff") format("woff"), url("/fonts/channel-letter/angelina.ttf") format("truetype"), url("/fonts/channel-letter/angelina.svg#Angelina") format("svg");
}
@font-face {
  font-family: "Bahnschrift";
  src: url("/fonts/channel-letter/bahnschrift.eot");
  src: url("/fonts/channel-letter/bahnschrift.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/bahnschrift.woff2") format("woff2"), url("/fonts/channel-letter/bahnschrift.woff") format("woff"), url("/fonts/channel-letter/bahnschrift.ttf") format("truetype"), url("/fonts/channel-letter/bahnschrift.svg#Bahnschrift") format("svg");
}
@font-face {
  font-family: "Berlin Sans FB Demi Bold";
  src: url("/fonts/channel-letter/berlin-sans-fb-demi-bold.eot");
  src: url("/fonts/channel-letter/berlin-sans-fb-demi-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/berlin-sans-fb-demi-bold.woff2") format("woff2"), url("/fonts/channel-letter/berlin-sans-fb-demi-bold.woff") format("woff"), url("/fonts/channel-letter/berlin-sans-fb-demi-bold.ttf") format("truetype"), url("/fonts/channel-letter/berlin-sans-fb-demi-bold.svg#Berlin Sans FB Demi") format("svg");
}
@font-face {
  font-family: "Bernard MT Condensed";
  src: url("/fonts/channel-letter/bernhc.eot");
  src: url("/fonts/channel-letter/bernhc.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/bernhc.woff2") format("woff2"), url("/fonts/channel-letter/bernhc.woff") format("woff"), url("/fonts/channel-letter/bernhc.ttf") format("truetype"), url("/fonts/channel-letter/bernhc.svg#Bernard MT Condensed") format("svg");
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("/fonts/channel-letter/bookos.eot");
  src: url("/fonts/channel-letter/bookos.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/bookos.woff2") format("woff2"), url("/fonts/channel-letter/bookos.woff") format("woff"), url("/fonts/channel-letter/bookos.ttf") format("truetype"), url("/fonts/channel-letter/bookos.svg#Bookman Old Style") format("svg");
}
@font-face {
  font-family: "Brush Script Std";
  src: url("/fonts/channel-letter/brush-script-std.eot");
  src: url("/fonts/channel-letter/brush-script-std.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/brush-script-std.woff2") format("woff2"), url("/fonts/channel-letter/brush-script-std.woff") format("woff"), url("/fonts/channel-letter/brush-script-std.ttf") format("truetype"), url("/fonts/channel-letter/brush-script-std.svg#Brush Script Std") format("svg");
}
@font-face {
  font-family: "Candara Bold";
  src: url("/fonts/channel-letter/candarab-3.eot");
  src: url("/fonts/channel-letter/candarab-3.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/candarab-3.woff2") format("woff2"), url("/fonts/channel-letter/candarab-3.woff") format("woff"), url("/fonts/channel-letter/candarab-3.ttf") format("truetype"), url("/fonts/channel-letter/candarab-3.svg#Candara") format("svg");
}
@font-face {
  font-family: "Comic Sans MS";
  src: url("/fonts/channel-letter/comic.eot");
  src: url("/fonts/channel-letter/comic.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/comic.woff2") format("woff2"), url("/fonts/channel-letter/comic.woff") format("woff"), url("/fonts/channel-letter/comic.ttf") format("truetype"), url("/fonts/channel-letter/comic.svg#Comic Sans MS") format("svg");
}
@font-face {
  font-family: "Comic Sans Bold MS";
  src: url("/fonts/channel-letter/comicbd.eot");
  src: url("/fonts/channel-letter/comicbd.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/comicbd.woff2") format("woff2"), url("/fonts/channel-letter/comicbd.woff") format("woff"), url("/fonts/channel-letter/comicbd.ttf") format("truetype"), url("/fonts/channel-letter/comicbd.svg#Comic Sans MS") format("svg");
}
@font-face {
  font-family: "Cooper Std Black";
  src: url("/fonts/channel-letter/cooperblackstd.eot");
  src: url("/fonts/channel-letter/cooperblackstd.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/cooperblackstd.woff2") format("woff2"), url("/fonts/channel-letter/cooperblackstd.woff") format("woff"), url("/fonts/channel-letter/cooperblackstd.ttf") format("truetype"), url("/fonts/channel-letter/cooperblackstd.svg#Cooper Std Black") format("svg");
}
@font-face {
  font-family: "FabfeltScript";
  src: url("/fonts/channel-letter/fabfelt-script-bold.eot");
  src: url("/fonts/channel-letter/fabfelt-script-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/fabfelt-script-bold.woff2") format("woff2"), url("/fonts/channel-letter/fabfelt-script-bold.woff") format("woff"), url("/fonts/channel-letter/fabfelt-script-bold.ttf") format("truetype"), url("/fonts/channel-letter/fabfelt-script-bold.svg#FabfeltScript-Bold") format("svg");
}
@font-face {
  font-family: "Freehand521 BT";
  src: url("/fonts/channel-letter/tt1018m.eot");
  src: url("/fonts/channel-letter/tt1018m.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/tt1018m.woff2") format("woff2"), url("/fonts/channel-letter/tt1018m.woff") format("woff"), url("/fonts/channel-letter/tt1018m.ttf") format("truetype"), url("/fonts/channel-letter/tt1018m.svg#Freehand521 BT") format("svg");
}
@font-face {
  font-family: "Gabriela";
  src: url("/fonts/channel-letter/gabriela-regular.eot");
  src: url("/fonts/channel-letter/gabriela-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/gabriela-regular.woff2") format("woff2"), url("/fonts/channel-letter/gabriela-regular.woff") format("woff"), url("/fonts/channel-letter/gabriela-regular.ttf") format("truetype"), url("/fonts/channel-letter/gabriela-regular.svg#Gabriela") format("svg");
}
@font-face {
  font-family: "Garamond";
  src: url("/fonts/channel-letter/garabd.eot");
  src: url("/fonts/channel-letter/garabd.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/garabd.woff2") format("woff2"), url("/fonts/channel-letter/garabd.woff") format("woff"), url("/fonts/channel-letter/garabd.ttf") format("truetype"), url("/fonts/channel-letter/garabd.svg#Garamond") format("svg");
}
@font-face {
  font-family: "HandelGothic BT";
  src: url("/fonts/channel-letter/handel-gothic-bt-0.eot");
  src: url("/fonts/channel-letter/handel-gothic-bt-0.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/handel-gothic-bt-0.woff2") format("woff2"), url("/fonts/channel-letter/handel-gothic-bt-0.woff") format("woff"), url("/fonts/channel-letter/handel-gothic-bt-0.ttf") format("truetype"), url("/fonts/channel-letter/handel-gothic-bt-0.svg#HandelGothic BT") format("svg");
}
@font-face {
  font-family: "Neoneon";
  src: url("/fonts/channel-letter/neoneon.eot");
  src: url("/fonts/channel-letter/neoneon.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/neoneon.woff2") format("woff2"), url("/fonts/channel-letter/neoneon.woff") format("woff"), url("/fonts/channel-letter/neoneon.ttf") format("truetype"), url("/fonts/channel-letter/neoneon.svg#Neoneon") format("svg");
}
@font-face {
  font-family: "Summer Wind";
  src: url("/fonts/channel-letter/summer-wind.eot");
  src: url("/fonts/channel-letter/summer-wind.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/summer-wind.woff2") format("woff2"), url("/fonts/channel-letter/summer-wind.woff") format("woff"), url("/fonts/channel-letter/summer-wind.ttf") format("truetype"), url("/fonts/channel-letter/summer-wind.svg#SummerWind") format("svg");
}
@font-face {
  font-family: "Sunday AC Hand";
  src: url("/fonts/channel-letter/sunday-ac-hand-thin.eot");
  src: url("/fonts/channel-letter/sunday-ac-hand-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/sunday-ac-hand-thin.woff2") format("woff2"), url("/fonts/channel-letter/sunday-ac-hand-thin.woff") format("woff"), url("/fonts/channel-letter/sunday-ac-hand-thin.ttf") format("truetype"), url("/fonts/channel-letter/sunday-ac-hand-thin.svg#SundayACHand-Thin") format("svg");
}
@font-face {
  font-family: "Times New Roman Bold";
  src: url("/fonts/channel-letter/timesbd.eot");
  src: url("/fonts/channel-letter/timesbd.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/timesbd.woff2") format("woff2"), url("/fonts/channel-letter/timesbd.woff") format("woff"), url("/fonts/channel-letter/timesbd.ttf") format("truetype"), url("/fonts/channel-letter/timesbd.svg#Times New Roman") format("svg");
}
@font-face {
  font-family: "Verdana";
  src: url("/fonts/channel-letter/verdana.eot");
  src: url("/fonts/channel-letter/verdana.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/verdana.woff2") format("woff2"), url("/fonts/channel-letter/verdana.woff") format("woff"), url("/fonts/channel-letter/verdana.ttf") format("truetype"), url("/fonts/channel-letter/verdana.svg#Verdana") format("svg");
}
@font-face {
  font-family: "WeidemannITC Teemed";
  src: url("/fonts/channel-letter/weidemannitcteemed.eot");
  src: url("/fonts/channel-letter/weidemannitcteemed.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/weidemannitcteemed.woff2") format("woff2"), url("/fonts/channel-letter/weidemannitcteemed.woff") format("woff"), url("/fonts/channel-letter/weidemannitcteemed.ttf") format("truetype"), url("/fonts/channel-letter/weidemannitcteemed.svg#WeidemannItcTEEMed") format("svg");
}
@font-face {
  font-family: "Wowork Regular";
  src: url("/fonts/channel-letter/wowork-regular.eot");
  src: url("/fonts/channel-letter/wowork-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/wowork-regular.woff2") format("woff2"), url("/fonts/channel-letter/wowork-regular.woff") format("woff"), url("/fonts/channel-letter/wowork-regular.ttf") format("truetype"), url("/fonts/channel-letter/wowork-regular.svg#Wowork 30 Cm") format("svg");
}
@font-face {
  font-family: "Akaya Telivigala";
  src: url("/fonts/channel-letter/akaya_telivigala.eot");
  src: url("/fonts/channel-letter/akaya_telivigala.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/akaya_telivigala.woff2") format("woff2"), url("/fonts/channel-letter/akaya_telivigala.woff") format("woff"), url("/fonts/channel-letter/akaya_telivigala.ttf") format("truetype"), url("/fonts/channel-letter/akaya_telivigala.svg#AkayaTelivigala 30 Cm") format("svg");
}
@font-face {
  font-family: "Lobster";
  src: url("/fonts/channel-letter/lobster.eot");
  src: url("/fonts/channel-letter/lobster.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/lobster.woff2") format("woff2"), url("/fonts/channel-letter/lobster.woff") format("woff"), url("/fonts/channel-letter/lobster.ttf") format("truetype"), url("/fonts/channel-letter/lobster.svg#Lobster 30 Cm") format("svg");
}
@font-face {
  font-family: "Dancing One Line";
  src: url("/fonts/channel-letter/olf_dancing.eot");
  src: url("/fonts/channel-letter/olf_dancing.otf") format("opentype");
  src: url("/fonts/channel-letter/olf_dancing.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/olf_dancing.woff2") format("woff2"), url("/fonts/channel-letter/olf_dancing.woff") format("woff"), url("/fonts/channel-letter/olf_dancing.ttf") format("truetype"), url("/fonts/channel-letter/olf_dancing.svg#DancingOneLine 30 Cm") format("svg");
}
@font-face {
  font-family: "Pacifico";
  src: url("/fonts/channel-letter/pacifico.eot");
  src: url("/fonts/channel-letter/pacifico.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/pacifico.woff2") format("woff2"), url("/fonts/channel-letter/pacifico.woff") format("woff"), url("/fonts/channel-letter/pacifico.ttf") format("truetype"), url("/fonts/channel-letter/pacifico.svg#Pacifico 30 Cm") format("svg");
}
@font-face {
  font-family: "Leckerli One";
  src: url("/fonts/channel-letter/leckerli_one.eot");
  src: url("/fonts/channel-letter/leckerli_one.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/leckerli_one.woff2") format("woff2"), url("/fonts/channel-letter/leckerli_one.woff") format("woff"), url("/fonts/channel-letter/leckerli_one.ttf") format("truetype"), url("/fonts/channel-letter/leckerli_one.svg#LeckerliOne 30 Cm") format("svg");
}
@font-face {
  font-family: "Gochi Hand";
  src: url("/fonts/channel-letter/gochi_hand.eot");
  src: url("/fonts/channel-letter/gochi_hand.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/gochi_hand.woff2") format("woff2"), url("/fonts/channel-letter/gochi_hand.woff") format("woff"), url("/fonts/channel-letter/gochi_hand.ttf") format("truetype"), url("/fonts/channel-letter/gochi_hand.svg#GochiHand 30 Cm") format("svg");
}
@font-face {
  font-family: "Bungee";
  src: url("/fonts/channel-letter/bungee.eot");
  src: url("/fonts/channel-letter/bungee.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/bungee.woff2") format("woff2"), url("/fonts/channel-letter/bungee.woff") format("woff"), url("/fonts/channel-letter/bungee.ttf") format("truetype"), url("/fonts/channel-letter/bungee.svg#Bungee 30 Cm") format("svg");
}
@font-face {
  font-family: "Jetbrains Mono";
  src: url("/fonts/channel-letter/jetbrains_mono.eot");
  src: url("/fonts/channel-letter/jetbrains_mono.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/jetbrains_mono.woff2") format("woff2"), url("/fonts/channel-letter/jetbrains_mono.woff") format("woff"), url("/fonts/channel-letter/jetbrains_mono.ttf") format("truetype"), url("/fonts/channel-letter/jetbrains_mono.svg#JetbrainsMono 30 Cm") format("svg");
}
@font-face {
  font-family: "Caveat";
  src: url("/fonts/channel-letter/caveat.eot");
  src: url("/fonts/channel-letter/caveat.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/caveat.woff2") format("woff2"), url("/fonts/channel-letter/caveat.woff") format("woff"), url("/fonts/channel-letter/caveat.ttf") format("truetype"), url("/fonts/channel-letter/caveat.svg#Caveat 30 Cm") format("svg");
}
@font-face {
  font-family: "Squada";
  src: url("/fonts/channel-letter/squada.eot");
  src: url("/fonts/channel-letter/squada.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/squada.woff2") format("woff2"), url("/fonts/channel-letter/squada.woff") format("woff"), url("/fonts/channel-letter/squada.ttf") format("truetype"), url("/fonts/channel-letter/squada.svg#Squada 30 Cm") format("svg");
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/channel-letter/bebas_neue.eot");
  src: url("/fonts/channel-letter/bebas_neue.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/bebas_neue.woff2") format("woff2"), url("/fonts/channel-letter/bebas_neue.woff") format("woff"), url("/fonts/channel-letter/bebas_neue.ttf") format("truetype"), url("/fonts/channel-letter/bebas_neue.svg#BebasNeue 30 Cm") format("svg");
}
@font-face {
  font-family: "Fredoka";
  src: url("/fonts/channel-letter/fredoka.eot");
  src: url("/fonts/channel-letter/fredoka.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/fredoka.woff2") format("woff2"), url("/fonts/channel-letter/fredoka.woff") format("woff"), url("/fonts/channel-letter/fredoka.ttf") format("truetype"), url("/fonts/channel-letter/fredoka.svg#Fredoka 30 Cm") format("svg");
}
@font-face {
  font-family: "Krona";
  src: url("/fonts/channel-letter/krona.eot");
  src: url("/fonts/channel-letter/krona.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/krona.woff2") format("woff2"), url("/fonts/channel-letter/krona.woff") format("woff"), url("/fonts/channel-letter/krona.ttf") format("truetype"), url("/fonts/channel-letter/krona.svg#Krona 30 Cm") format("svg");
}
@font-face {
  font-family: "Suez One";
  src: url("/fonts/channel-letter/suez_one.eot");
  src: url("/fonts/channel-letter/suez_one.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/suez_one.woff2") format("woff2"), url("/fonts/channel-letter/suez_one.woff") format("woff"), url("/fonts/channel-letter/suez_one.ttf") format("truetype"), url("/fonts/channel-letter/suez_one.svg#SuezOne 30 Cm") format("svg");
}
@font-face {
  font-family: "Asset";
  src: url("/fonts/channel-letter/asset.eot");
  src: url("/fonts/channel-letter/asset.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/asset.woff2") format("woff2"), url("/fonts/channel-letter/asset.woff") format("woff"), url("/fonts/channel-letter/asset.ttf") format("truetype"), url("/fonts/channel-letter/asset.svg#Asset 30 Cm") format("svg");
}
@font-face {
  font-family: "Sancreek";
  src: url("/fonts/channel-letter/sancreek.eot");
  src: url("/fonts/channel-letter/sancreek.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/sancreek.woff2") format("woff2"), url("/fonts/channel-letter/sancreek.woff") format("woff"), url("/fonts/channel-letter/sancreek.ttf") format("truetype"), url("/fonts/channel-letter/sancreek.svg#Sancreek 30 Cm") format("svg");
}
@font-face {
  font-family: "Fascinate";
  src: url("/fonts/channel-letter/fascinate.eot");
  src: url("/fonts/channel-letter/fascinate.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/fascinate.woff2") format("woff2"), url("/fonts/channel-letter/fascinate.woff") format("woff"), url("/fonts/channel-letter/fascinate.ttf") format("truetype"), url("/fonts/channel-letter/fascinate.svg#Fascinate 30 Cm") format("svg");
}
@font-face {
  font-family: "Luckiest Guy";
  src: url("/fonts/channel-letter/luckiest_guy.eot");
  src: url("/fonts/channel-letter/luckiest_guy.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/luckiest_guy.woff2") format("woff2"), url("/fonts/channel-letter/luckiest_guy.woff") format("woff"), url("/fonts/channel-letter/luckiest_guy.ttf") format("truetype"), url("/fonts/channel-letter/luckiest_guy.svg#LuckiestGuy 30 Cm") format("svg");
}
@font-face {
  font-family: "Henny Penny";
  src: url("/fonts/channel-letter/henny_penny.eot");
  src: url("/fonts/channel-letter/henny_penny.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/henny_penny.woff2") format("woff2"), url("/fonts/channel-letter/henny_penny.woff") format("woff"), url("/fonts/channel-letter/henny_penny.ttf") format("truetype"), url("/fonts/channel-letter/henny_penny.svg#HennyPenny 30 Cm") format("svg");
}
@font-face {
  font-family: "Zhi Mang Xin";
  src: url("/fonts/channel-letter/zhi_mang_xin.eot");
  src: url("/fonts/channel-letter/zhi_mang_xin.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/zhi_mang_xin.woff2") format("woff2"), url("/fonts/channel-letter/zhi_mang_xin.woff") format("woff"), url("/fonts/channel-letter/zhi_mang_xin.ttf") format("truetype"), url("/fonts/channel-letter/zhi_mang_xin.svg#ZhiMangXin 30 Cm") format("svg");
}
@font-face {
  font-family: "Devonshire";
  src: url("/fonts/channel-letter/devonshire.eot");
  src: url("/fonts/channel-letter/devonshire.eot?#iefix") format("embedded-opentype"), url("/fonts/channel-letter/devonshire.woff2") format("woff2"), url("/fonts/channel-letter/devonshire.woff") format("woff"), url("/fonts/channel-letter/devonshire.ttf") format("truetype"), url("/fonts/channel-letter/devonshire.svg#Devonshire 30 Cm") format("svg");
}
.customize-channel-letter .panel-productos .panel-heading a[href^="#info"].text-danger {
  font-weight: 400;
}
.customize-channel-letter .cl-canvas-no-encuentras {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customize-channel-letter .cl-canvas-container {
  overflow: auto;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer {
  float: left;
  width: 650px;
  margin: 10px 0;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-alto {
  display: none;
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
  font-size: 13px;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-alto .arrow {
  position: absolute;
  color: #666;
  float: left;
  left: 25px;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-alto .arrow.arrow-top {
  top: -3px;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-alto .arrow.arrow-bottom {
  top: 0;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-alto .txt {
  display: inline;
  font-size: 12px;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .cl-canvas {
  float: left;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-largo {
  clear: both;
  display: none;
  text-align: center;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-largo .arrow {
  margin-top: 0;
  color: #666;
  float: left;
}
.customize-channel-letter .cl-canvas-container .cl-canvas-subcontainer .canvas-largo .txt {
  margin: 1px 6px 0 6px;
  float: left;
}
.customize-channel-letter .cl-canvas-container .canvas-info {
  float: left;
  font-size: 20px;
  margin-top: 10px;
}
.customize-channel-letter .cl-canvas-container .canvas-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customize-channel-letter .cl-canvas-container .canvas-info div span {
  padding-left: 15px;
}
.customize-channel-letter .cl-canvas-container .canvas-letter-options {
  float: left;
  width: 220px;
}
.customize-channel-letter .cl-canvas-container .canvas-letter-options h4 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.customize-channel-letter .cl-canvas-container .canvas-letter-options .canvas-letter-option-select {
  margin: 10px 0;
}
.customize-channel-letter .canvas-debug {
  width: 100%;
  border: 1px solid #333;
  margin-top: 10px;
  padding: 6px;
  border-radius: 3px;
}
.customize-channel-letter .canvas-debug h4 {
  margin-top: 0;
}
.customize-channel-letter .canvas-debug .canvas-debug-info {
  font-family: monospace;
  white-space: pre;
}

.panel-medidas .panel-title span {
  margin-right: 16px;
  padding: 0 8px;
  border: 2px solid #0F130C;
  border-radius: 100%;
  background-color: #0F130C;
  font-size: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.panel-medidas .botones-rotulo .btn {
  min-width: 180px;
  margin-bottom: 20px;
}

.panel-medidas .form-group {
  display: inline-block;
}

.panel-title a:hover,
.panel-title a:focus {
  color: #0F130C;
}

.panel-title .accordion-toggle span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  padding: 0 8px;
  border: 2px solid;
  border-radius: 100%;
  font-size: 12px;
}

.panel-heading .material-icons {
  vertical-align: bottom;
}

.panel-title .accordion-toggle span::before,
.panel-title .accordion-toggle span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  right: -22px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: #0F130C;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.panel-title .accordion-toggle span::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.panel-title .accordion-toggle.collapsed span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.panel-title .accordion-toggle.collapsed span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-medidas .glyphicon {
  color: #fff;
}

h4.panel-title {
  margin: 0;
  font-weight: normal;
}

.panel-title a,
.panel-title {
  font-size: 18px;
}

.contenido-caja-estilo .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel:not(.panel-medidas) .panel-body {
  padding: 15px 15px 20px;
}

.panel-medidas .panel-content {
  padding: 0 0 10px 0;
}

.panel-medidas .panel-body {
  padding: 0 15px;
  overflow: auto;
}

.panel-footer {
  width: 100%;
}

#panel-descuentos-cantidad {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#panel-descuentos-cantidad .form-group {
  width: 48%;
  margin-left: 5px;
}

#panel-descuentos-cantidad .form-group .form-control {
  font-size: 12px;
}

#panel-descuentos-cantidad .form-group button.form-control {
  padding: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#panel-descuentos-cantidad .form-group button.form-control:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #panel-descuentos-cantidad .form-group {
    width: 24%;
  }

  #panel-descuentos-cantidad .form-group .form-control {
    font-size: 14px;
  }
}
.opcion {
  padding: 10px;
}

.blq-interior {
  padding: 30px;
  border-radius: 4px;
}

.cb {
  clear: both;
}

.opciones-producto .file-container {
  margin-top: 10px;
}

.panel-heading .value {
  margin-left: 10px;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.panel-heading .value:not(.collapsed) {
  opacity: 0;
}

/*** panel medidas y unidades ***/
.preview-orientacion {
  margin-right: 10px;
}

button.voltear {
  border: none;
  background: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

button.voltear:hover {
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

button.voltear:focus {
  outline: none;
}

/**** Panel lista inputs (frills + extras) ****/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bootslider {
  float: left;
  margin-left: 32px;
}

.input-frill {
  position: relative;
  height: 160px;
  text-align: center;
}

.design-option {
  width: 160px;
  text-align: center;
}

.input-frill-label {
  margin-top: 10px;
}

.input-frill-label label,
.design-option label {
  position: relative;
  display: block;
  height: 123px;
  white-space: normal;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  overflow: hidden;
}

.input-frill-label label img {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.design-option label {
  padding: 0;
}

.precio {
  font-size: 20px;
  line-height: 0;
  font-weight: normal;
}

.input-frill .precio {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
}

.tipos-diseno {
  margin-bottom: 20px;
}

.tipos-diseno label img {
  display: block;
  margin: 0 auto 5px;
  background-color: #f8f8f8;
}

/***** thumbnail slider figure *******/
.slider-buttons {
  position: absolute;
  top: 50%;
  z-index: 12;
}

.slider-buttons.next {
  right: 0;
  size: 60px;
  font-size: 40px;
  background: #cecdcd;
  padding: 0px 6px 6px 9px;
}

.slider-buttons.previous {
  left: 0;
  size: 60px;
  font-size: 40px;
  background: #cecdcd;
  padding: 0px 6px 6px 9px;
}

.slider-gallery {
  overflow: hidden;
  white-space: nowrap;
}

.slider-gallery > * {
  display: inline-block;
  float: none;
}

#show-form-leave {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 100vw;
  height: 10px;
}

#leave-form {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #808080;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  padding: 20px;
}
#leave-form .modal-content {
  width: 90%;
  max-width: 600px;
}
#leave-form iframe {
  width: 100%;
}

#close-leave-form {
  margin: 10px;
  position: absolute;
  right: 0;
  float: none;
  z-index: 2;
}

#leave-form.showForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/***** UPLOADS *****/
.subir-diseno {
  margin: 20px 0;
}

.subir-diseno button {
  margin: 0 15px;
}

#filelist, .filelist {
  min-width: 200px;
  min-height: 36px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #fff;
  vertical-align: top;
}

#uploadfiles {
  margin-top: 10px;
}

#pickfiles, .plupload {
  margin-left: 20px;
  font-size: 16px;
}

/***** mejoras *****/
.flexbox-centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mejora {
  min-width: 218px;
  margin: 10px;
  border: 1px solid #f1efef;
}

.imagen-mejora {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  opacity: 1;
}

.mejora label {
  cursor: pointer;
}

.rev-basica {
  background-image: url("../img/revision-basica.png");
}

.rev-avanzada {
  background-image: url("../img/revision-avanzada.png");
}

.disenyo-prof {
  background-image: url("../img/diseno-profesional.png");
}

.caja-gris {
  border-top: 1px solid #f1efef;
  padding: 20px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #66CC00;
  background-color: #f9f9f9;
}

.caja-gris * {
  display: block;
}

.caja-gris label {
  font-weight: normal;
}

/* .caja-gris label::after{
    height: 20px;
    width: 100%;
    display: block;
    content: ' ';
    background-image: url('../img/estrellas.png');
    background-repeat: no-repeat;
    background-position: center;
} */
.caja-gris img {
  margin: 0 auto;
}

.caja-gris span {
  margin-top: 10px;
}

/********** CART-TABLE *************/
.contenedor-titulo-shopping {
  padding: 10px 10px 10px 36px;
  background-color: #fff;
  text-align: center;
}

#shopping .caja-estilo {
  margin-top: 20px;
}

.lista-productos tbody tr:not(.upload-tr) {
  border-top: 1px solid #0F130C;
  vertical-align: text-top;
}

.lista-productos .col-right {
  text-align: right;
}

.lista-productos th {
  padding: 10px 14px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}

.lista-productos tr:not(.upload-tr) td {
  padding: 14px 5px;
}

#shopping .lista-productos .form-inline .form-control {
  vertical-align: baseline;
}

.lista-productos i,
.form-inline i {
  vertical-align: text-top;
}

#shopping .guardar {
  margin-left: 10px;
}

.blq-interior-shopping > div {
  width: 70%;
  margin: 0 auto;
}

.blq-interior-shopping {
  padding: 20px;
  overflow: auto;
  clear: both;
}

.blq-interior-shopping .col-md-4 {
  margin-bottom: 10px;
}

.blq-interior-shopping label,
.blq-interior-shopping option {
  font-weight: normal;
}

.lista-importes {
  width: 320px;
  margin: 12px auto;
}

.lista-importes .subtotal p {
  text-align: right;
}

.promo input[type=text] {
  width: 66.6666667%;
  padding: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #f9f9f9;
  border: 1px solid #c2c1c1;
  vertical-align: top;
}

.promo .btn {
  width: 33.3333333%;
  border-radius: 0 3px 3px 0;
}

.delete-cell {
  text-align: right;
}

.shopping-btns {
  margin: -10px 20px 0;
  overflow: auto;
}

.btn i {
  vertical-align: sub;
}

/*** shopping delete modal ***/
#confirmDelete .modal-body {
  font-size: 20px;
}

/**** FAQ ****/
.box_faq li {
  padding: 4px 0;
}

.box_faq li > a,
.box_faq li > .answer {
  font-size: 17px;
  font-weight: bold;
  color: #0F130C;
}

.faq-sidebar {
  top: auto !important;
  max-height: none !important;
}

.faq-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.faq-images .faq-container {
  background-color: #66CC00;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  min-height: 200px;
  width: 18%;
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-box-shadow: 3px 3px 5px 3px #c2c1c1;
  box-shadow: 3px 3px 5px 3px #c2c1c1;
}
.faq-images .faq-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.faq-images .faq-container a .faq-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-images .faq-container a .faq-image .box-faq-image {
  height: 60%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-images .faq-container a .faq-image .box-faq-image img {
  margin-bottom: 15px;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq-images .faq-container a .faq-image .box-faq-text {
  height: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.faq-images .faq-container a .faq-image .box-faq-text p {
  margin: 0;
  text-align: center;
}
.faq-images .faq-container .faq-title {
  font-size: 15px;
  font-weight: bold;
  color: white;
  max-width: 80%;
}
.faq-images .faq-container:hover {
  background-color: rgba(102, 204, 0, 0.8);
}

@media screen and (max-width: 1200px) {
  .faq-images .faq-container {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .faq-images {
    padding: 20px 0;
  }
  .faq-images .faq-container {
    margin: 15px 0;
    width: 100%;
  }
}
/**** PRESUPUESTO ****/
#win_guest_ap {
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px dotted #B3B3B3;
}

#quotation h3,
#quotation h4,
#quotation h6 {
  text-transform: none;
}

#quotation td.form-group {
  padding: 5px 0;
}

#quotation #quotation_lines_ap {
  margin-top: 20px;
  border-top: 1px dotted #b3b3b3;
  clear: both;
}

#quotation ul {
  list-style: none;
}

/*** CATÁLOGO ***/
/** filtro catálogo **/
.catalog-span {
  font-size: 20px;
}

.tabla-filtros {
  margin-bottom: 20px;
}

.tabla-filtros .seccion,
.tabla-filtros .column {
  display: inline-block;
}

.tabla-filtros .column {
  width: 130px;
}

.tabla-filtros .seccion .column {
  border-right: 1px solid #66CC00;
}

.tabla-filtros ul {
  padding-left: 5px;
  list-style: none;
}

.tabla-filtros .column span {
  display: block;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabla-filtros .column i {
  vertical-align: middle;
}

/** rotulos catálogo **/
.catalogo-categoria h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #66CC00;
}

.catalogo-categoria .col-md-4:nth-child(even) {
  margin: 0;
}

.catalogo-categoria .col-md-3 {
  margin-left: 0;
}

.catalogo-categoria .collapsed .txt {
  max-height: 140px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.catalogo-categoria .collapsed .txt::before {
  content: "...";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 5px;
  background-color: #f8f8f8;
}

.catalogo-categoria .collapsed .txt::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background-color: #f8f8f8;
}

.catalogo-categoria i {
  vertical-align: bottom;
}

.catalogo-categoria .info {
  margin-top: 20px;
}

.catalogo-categoria .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
}

.catalogo-categoria.list .info ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.catalogo-categoria .info li {
  display: inline-block;
}

.catalogo-categoria .card h3 {
  margin-top: 0;
}

.catalogo-categoria .card {
  margin: 20px 0;
  padding: 20px 15px;
  border: 1px solid #66CC00;
  background-color: #fff;
}

.catalogo-categoria .rotulo-single h3,
.catalogo-categoria .rotulo-single h4 {
  min-height: 52px;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*** Guía y ficha técnica rótulos ***/
.guias-fichas li {
  margin: 10px 0;
}

.docs {
  display: inline-block;
  width: 200px;
}

.docs > span {
  display: inline-block;
  height: 24px;
  padding: 0 2%;
  vertical-align: top;
}

.docs i {
  font-size: 26px;
}

/**** Presupuestos ***/
.presupuestos #alpha {
  float: left;
  width: 74.75%;
  margin-right: 0.5%;
  padding: 0 12px;
}

table.detalle {
  margin-bottom: 20px;
}

table.subtotal p {
  text-align: right;
}

table.total {
  margin-bottom: 20px;
}

table.total th {
  color: #330066;
}

/*** Presupuesto express ***/
.rotulacion img {
  max-width: 50px;
}

/*** Solution ***/
.reasons li {
  background-position: left 10px;
  background-repeat: no-repeat;
  padding: 30px 0 30px 95px;
}

/*** Comparativa ***/
#available-frills ul {
  list-style: none;
}

.comparative .caja-estilo h4 {
  margin-top: 0;
  text-transform: none;
}

.quotation-body table th.design-4 > div {
  background-image: url("../img/sube-tu-boceto-idea.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  padding-top: 90px;
  text-align: center;
}

.quotation-body table th.design-3 > div {
  background-image: url("../img/sube-tu-diseno-terminado.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  padding-top: 90px;
  text-align: center;
}

.quotation-body table th.design-5 > div {
  background-image: url("../img/sin-rotulacion.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  padding-top: 90px;
  text-align: center;
}

.quotation-body table th.design-8 > div {
  background: url("../img/diseno-profesional.png") no-repeat;
  background-position-x: 50%;
  padding-top: 90px;
  text-align: center;
}

#compared-tables,
table.detail {
  width: 100%;
}

#compared-tables {
  margin-top: 20px;
}

#compared-tables .description,
#compared-tables .design-description {
  width: 200px;
}

#compared-tables thead th {
  text-align: left;
}

.compare-table .precio {
  display: inline-block;
}

#compared-tables td[class^=design-] {
  text-align: center;
}

/*** EXAMPLES ***/
.examples-dropdown {
  padding-left: 5px;
  margin-top: -3px;
  border: 1px solid #CCC;
  background-color: #FFF;
  width: 275px;
}

#win_pro,
#win_cat {
  display: none;
  position: absolute;
  width: 275px;
  height: 145px;
  margin-left: -6px;
  padding: 10px 5px 10px 5px;
  border: 1px solid #CCC;
  background-color: #fff;
  list-style: none;
  overflow: auto;
  z-index: 90;
}

.examples-dropdown a {
  display: block;
  width: 100%;
  height: 100%;
}

.examples-dropdown a:hover + #win_pro,
#win_pro:hover,
.examples-dropdown a:hover + #win_cat,
#win_cat:hover {
  display: block;
}

#examples .list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #66CC00;
  list-style: none;
}

#examples .list h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}

.pager .ctrl {
  text-align: right;
}

.pager .ctrl .active {
  margin: 0 5px;
  font-weight: bold;
  color: #ccc;
  padding: 2px 6px;
  border: 1px solid #ccc;
}

.pager .ctrl a {
  margin: 0 3px;
  text-decoration: none;
}

/*** COOKIES ***/
#cookies {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  background-color: #f8f8f8;
  opacity: 0.9;
  z-index: 2000;
}

#cookies {
  display: none;
}

/**** media queries ****/
@media screen and (max-width: 1199px) {
  #home .carousel-caption {
    top: 10%;
  }

  #home .carousel-inner h3 {
    font-size: 25px;
  }

  #home .carousel-caption p {
    font-size: 14px;
  }

  .button-slider {
    margin-top: 0;
    font-size: 17px;
  }

  #home .rotulo-single section {
    bottom: -120px;
  }

  .rotulo-single h3,
#home .rotulo-single .rotulo-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  #home .rotulo-single:hover section {
    bottom: 20%;
  }

  .contenedor-titulo-pag {
    min-width: 970px;
    margin-left: -485px;
  }

  .btn.calcula-presupuesto {
    padding: 15px 20px;
  }

  /** CATÁLOGO  - filtros **/
  .tabla-filtros .column {
    width: 104px;
    vertical-align: top;
  }

  .tabla-filtros h6 {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1021px) {
  #home .rotulo-single {
    width: 50%;
  }

  .subir-diseno button {
    margin: 0 5px;
  }
}
.lista-productos .disenyo {
  text-align: center;
}

.lista-productos .disenyo .image-container {
  width: 100px;
  border: 1px solid black;
  display: inline-block;
  padding: 2px;
}

.lista-productos .disenyo .image-container__tooltip {
  display: inline-block;
}

.lista-productos .disenyo .image-container img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .calcula-presupuesto br {
    display: none;
  }

  .link-ficha-tecnica,
.link-guia-montaje {
    margin-top: 5px;
  }

  .contenedor-titulo-pag {
    min-width: 750px;
    margin-left: -375px;
  }

  .medidas {
    width: 70%;
  }

  .presupuestos #alpha {
    float: none;
    width: 100%;
  }

  /*** cart-table ***/
  .lista-productos {
    font-size: 12px;
  }

  .lista-productos i {
    font-size: 20px;
  }

  .lista-productos .disenyo {
    text-align: left;
  }

  .lista-productos .disenyo .image-container {
    width: 55px;
  }

  .lista-productos .col-right {
    text-align: inherit;
  }

  /*** CATÁLOGO ***/
  .tabla-filtros .column {
    width: 80px;
    font-size: 12px;
  }

  .tabla-filtros .column i {
    display: none;
  }

  .tabla-filtros .column span {
    width: 76px;
  }

  .tabla-filtros h6 {
    margin-top: 0;
  }

  /** presupuestos + presupuesto-express **/
  .form-presu {
    width: 100%;
    clear: both;
  }

  #quotation_table table {
    font-size: 12px;
  }

  #quotation_table th {
    padding: 0 5px;
  }
}
@media screen and (max-width: 970px) {
  .main-header .navbar-brand {
    padding: 0 18px;
  }

  .main-header ul li {
    margin: 0 1px;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  .separador {
    padding-left: 10px;
  }

  .carrito i {
    padding: 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .mobile-menu,
#sidebar-wrapper {
    display: none;
  }

  #desktop-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu,
.menu-active > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .phone {
    vertical-align: sub;
  }
}
.submenu-type {
  display: none;
}

.menu-active > .submenu-type {
  display: block;
}

@media screen and (max-width: 959px) {
  #menu {
    text-align: center;
  }

  .menu-catalogo {
    float: none !important;
    border: 1px solid;
    margin-bottom: 3px;
  }

  .navbar-fixed-top {
    border-style: dotted;
    border-color: #979797;
  }

  .navbar-brand {
    height: 45px;
  }

  .navbar-nav {
    margin: 10px;
  }

  .navbar-toggle {
    margin: 0;
  }

  .main-header .navbar-collapse li {
    display: block;
  }

  .separador.dropdown {
    padding: 5px 0 0;
    border-left: 0;
    border-top: 1px solid;
  }

  .navbar-collapse .dropdown a,
.menu-desplegable .dropdown-menu a {
    padding-left: 0;
  }

  .navbar-collapse .dropdown .icon-bar,
.menu-desplegable > a {
    display: none;
  }

  .menu-desplegable .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    display: block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse .dropdown .dropdown-menu li,
.menu-desplegable .dropdown-menu li {
    margin: 0;
  }

  #desktop-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #home .carousel-caption {
    top: auto;
    bottom: 0;
    width: 80%;
  }

  #home .carousel-inner h3 {
    margin-top: 10px;
    font-size: 15px;
  }

  #home .carousel-caption p {
    line-height: 18px;
  }

  .button-slider {
    font-size: 15px;
  }

  .form-control.input-peq {
    display: inline-block;
    margin: 5px 0;
  }

  .label-peq {
    width: 70px;
  }

  .subir-diseno {
    font-size: 14px;
    margin: 30px 0 20px;
  }

  .subir-diseno button {
    font-size: 14px;
    padding: 4px 10px;
    margin-bottom: 5px;
  }

  .select-alineado {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
  }

  .contenedor-titulo-pag {
    min-width: 100%;
    margin-left: 0;
    left: 0;
    overflow-y: auto;
    padding-left: 10px;
  }

  .fichas {
    padding: 10px 10px 10px 0;
  }

  .fichas span:first-of-type a {
    margin-left: 0;
  }

  .contenedor-titulo-pag .tooltip {
    display: none !important;
  }

  .medidas {
    width: 80%;
  }

  .medidas select {
    margin-bottom: 20px;
  }

  #rel_tipos_thickness {
    padding: 6px 12px;
    font-size: 15px;
    width: 240px;
    display: inline-block;
  }

  #product .flexbox-centrado {
    display: block;
  }

  .mejora {
    margin: 10px 0;
  }

  /*** CATÁLOGO ***/
  .tabla-filtros {
    width: 320px;
    margin: 20px auto;
  }

  .tabla-filtros .seccion {
    width: 100%;
  }

  .top-row,
.bott-row {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  .tabla-filtros .column {
    width: 100%;
    font-size: initial;
  }

  .tabla-filtros .column i {
    display: inline-block;
  }

  .tabla-filtros ul {
    margin-bottom: 0;
    padding: 5px;
  }

  .tabla-filtros .column span {
    width: 100%;
  }

  /*** responsive tablas ***/
  .lista-productos thead,
#compared-tables thead,
#quotation_table thead,
.responsive-table thead {
    display: none;
  }

  .lista-productos td::before,
#compared-tables td::before,
#quotation_table td::before,
.responsive-table td::before {
    content: attr(data-th);
    color: #66CC00;
    display: inline-block;
  }

  .responsive-table td::before {
    width: 120px;
  }

  .compare-table td,
#quotation_table td,
.responsive-table td {
    display: block;
    margin-bottom: 10px;
  }

  /*** cart-table ***/
  .lista-productos tbody {
    border-top: 1px solid;
  }

  .lista-productos tr:not(.upload-tr) td {
    display: block;
    padding: 6px 0;
  }

  .lista-productos td::before {
    width: 80px;
    display: block;
  }

  .delete-cell {
    margin-top: -30px;
    padding-top: 0 !important;
  }

  .delete-cell i {
    font-size: 30px;
  }

  /*** comparativa ***/
  #compared-tables td::before {
    width: 160px;
  }

  #compared-tables .description {
    width: 300px;
  }

  #compared-tables td[class^=design-] {
    text-align: left;
  }

  #compared-tables .add-to-cart {
    display: inline-block;
  }

  /*** presupuesto express ***/
  #quotation_table td::before {
    width: 100px;
  }
}
@media screen and (max-width: 696px) {
  .images-control {
    padding: 10px 0;
  }

  .images-control a {
    margin: 0 10px;
  }

  .images-control img {
    width: 25px;
  }

  #product h1 {
    font-size: 25px;
  }

  .contenedor-titulo-pag .oferta {
    font-size: 20px;
  }

  .blq-interior-shopping > div {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #product h1,
.contenedor-titulo-pag .oferta {
    font-size: 20px;
  }

  .contenedor-titulo-pag .oferta {
    float: left;
    width: 60%;
    margin-top: 0;
  }

  .fichas {
    padding: 0 10px;
  }

  .medidas {
    width: 100%;
    float: none !important;
  }

  .preview-orientacion {
    text-align: center;
    float: none !important;
    margin-bottom: 20px;
  }

  .contacto-mvl .phone-nmbr {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  #home .rotulo-single {
    width: 100%;
  }

  #home .carousel-caption p {
    display: none;
  }

  #filelist {
    width: 100%;
  }

  #pickfiles {
    margin-left: 0;
  }

  .shopping-btns {
    margin: 0;
  }

  .shopping-btns .pull-right,
.shopping-btns .pull-left {
    float: none !important;
    width: 270px;
    margin: 10px auto;
  }

  .shopping-btns .btn {
    width: 100%;
  }

  .flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: scroll;
  }

  .presupuestos td,
.presupuestos th {
    font-size: 13px;
  }

  #carritoModal .modal-footer button,
#carritoModal .modal-footer a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .subir-diseno {
    font-size: 18px;
  }

  .subir-diseno span.btn {
    display: block;
    margin: 5px 0;
  }
}
@media screen and (max-width: 413px) {
  .destacado > div {
    margin-right: 0;
  }
}
/******* side menu *******/
.mobile-menu {
  background-color: #fff;
}

.mobile-menu .navbar-collapse.collapse.in {
  z-index: 1060;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  list-style: none;
  margin: 5px 0;
}

.sidebar-nav li a:hover {
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

#sidebar-wrapper li.active > a:after {
  border-right: 17px solid #f4f3ef;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -1px;
}

.btn-menu {
  border-radius: 3px;
  padding: 4px 12px;
  margin: 0 5px 0 20px;
  font-size: 14px;
  float: left;
}

.btn-menu:hover {
  background-color: #66CC00;
}

.btn-menu:hover span {
  background-color: #fff;
}

.mobile-menu .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu .dropdown-menu > li > a {
  padding: 0 !important;
  margin: 5px;
  white-space: normal;
}

.mobile-menu h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.mobile-menu a h6:hover {
  color: #66CC00;
}

/******* FOOTER *******/
footer {
  padding: 20px 0;
  background-color: #b3b3b3;
  color: #fff !important;
}

footer div:first-child {
  font-family: Arial, Helvetica, sans-serif !important;
}

.telefono span {
  font-size: 18px;
}

.telefono small {
  font-weight: normal;
}

.footer-nav, .social-footer ul {
  padding: 0;
  list-style: none;
}

.footer-nav li, .footer-nav a {
  font-size: 15px;
  text-transform: none;
  color: #fff;
}

.footer-nav a:hover {
  color: #808080;
  text-decoration: none;
}

.sub-footer small {
  display: block;
}

.sub-footer a {
  color: #fff;
}

.social-footer li:not(:first-child) {
  display: inline-block;
}

/* sobreescribir bootstrap */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: initial;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: initial;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: initial;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: initial;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: initial;
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.associations {
  /* margin-top: 30px;
  border-top: 1px solid #b3b3b3; */
  background-color: #fff;
}

.associations .container > .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.associations .container > .col-md-12 img {
  margin: 15px 10px;
}

.pmt-banner-1 {
  text-align: center;
  margin: 20px 0;
}

.pmt-banner-2 {
  text-align: center;
  margin: 20px 20px;
}

.pmt-banner-3 {
  text-align: center;
  margin: 20px 16px 20px 12px;
}

@media (min-width: 992px) {
  .pmt-banner-3 {
    margin: 20px 29px 20px 12px;
  }
}
.pmt-banner-1 img,
.pmt-banner-2 img,
.pmt-banner-3 img {
  max-width: 100%;
}

.pmt-sello img {
  width: 100px;
}

.payment-method > label {
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .footer-logo-pmt {
    text-align: right;
  }
}
.frills-groups-main {
  width: 355px;
}

@media screen and (min-width: 768px) {
  .frills-groups-main {
    width: 857px;
  }
}
/* Modal Carousel */
.frills-group-modal-dialog {
  width: 95%;
  padding-left: 5px;
}

.frills-group-modal-dialog .modal-body {
  padding: 20px;
}

.modal-carousel.owl-carousel {
  padding: 0 40px 0 40px;
}

.modal-carousel.owl-carousel .owl-item img {
  width: 210px;
  height: 210px;
}

@media screen and (min-width: 768px) {
  .modal-carousel.owl-carousel .owl-item img {
    width: 252px;
    height: 252px;
  }
}
.modal-carousel .input-frill-modal {
  position: relative;
  height: 290px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-carousel .input-frill-modal {
    height: 330px;
  }
}
.modal-carousel .input-frill-modal .input-frill-label label {
  position: relative;
  display: block;
  height: 245px;
  white-space: normal;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .modal-carousel .input-frill-modal .input-frill-label label {
    height: 275px;
  }
}
/* Parrilla in modal */
.parrilla-styles {
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}

.parrilla-in-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
.parrilla-in-modal .frill-container-parrilla {
  margin: 10px;
}
.parrilla-in-modal .frill-container-parrilla .input-frill-modal label {
  height: auto;
}

/* Carousel Controls */
#product .ed-carousel-control {
  width: 40px;
  text-shadow: none;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

#product .owl-nav {
  height: 0;
}

#product .ed-carousel-control-right {
  left: auto;
  right: 0;
  background-repeat: repeat-x;
}

#product .ed-carousel-control .glyphicon-chevron-left,
#product .ed-carousel-control .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  border-color: #0F130C;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#product .ed-carousel-control .glyphicon-chevron-left {
  left: 15px;
  border-width: 0 0 1px 1px;
}

#product .ed-carousel-control .glyphicon-chevron-right {
  right: 25px;
  border-width: 1px 1px 0 0;
}

#product .modal-carousel .ed-carousel-control .glyphicon-chevron-left,
#product .modal-carousel .ed-carousel-control .glyphicon-chevron-right {
  top: 40%;
}

#product .modal-carousel .ed-carousel-control .glyphicon-chevron-right {
  right: 15px;
}

@media screen and (min-width: 768px) {
  #product .modal-carousel .ed-carousel-control .glyphicon-chevron-right {
    right: 25px;
  }
}
/* Modal Capture */
@media (min-width: 768px) {
  #modal-capture .modal-dialog {
    width: 490px;
    margin-top: 90px;
  }
}
#modal-capture .modal-dialog .close {
  float: none;
  position: absolute;
  top: 8px;
  right: 16px;
}

#modal-capture .modal-body .title {
  font-size: 24px;
  color: #66b814;
  line-height: normal;
  text-align: center;
  letter-spacing: 2px;
}

#modal-capture .modal-body .title .title-2 {
  display: block;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 3px;
}

#modal-capture .modal-body .description {
  margin-top: 20px;
}

#modal-capture .modal-body .description span {
  color: #66CC00;
}

#modal-capture .modal-dialog .form-group [class*=col-md-]:first-child,
#page-login .form-group [class*=col-md-]:first-child {
  padding-right: 6px;
}

#modal-capture .modal-dialog .form-group [class*=col-md-]:last-child,
#page-login .form-group [class*=col-md-]:last-child {
  padding-left: 0;
}

#modal-capture .modal-dialog .conditions,
#page-login .conditions {
  padding: 6px;
  margin-bottom: 6px;
}

#modal-capture .modal-dialog .conditions.input_error,
#page-login .conditions.input_error {
  border: solid 1px #a94442;
  border-radius: 4px;
}

#modal-capture .modal-dialog .conditions label,
#page-login .conditions label {
  display: inline;
  margin-left: 4px;
}

#modal-letter-help .modal-dialog {
  width: 95%;
}
#modal-letter-help .modal-dialog .letter-help-image {
  margin-top: 20px;
}
#modal-letter-help .modal-dialog .letter-help-image img {
  width: 100%;
}

@media (min-width: 1024px) {
  #modal-letter-help .modal-dialog {
    width: 1094px;
  }
}
/** Rotulo New restying Aug 2019 */
.rotuloNew .medidas .row.noInputs .fg-medidas, .medidas .row.noInputs .fg-base, .medidas .row.noInputs .fg-altura, .medidas .row.noInputs .fg-iconos .calc, .medidas .row.noInputs .fg-iconos .voltear {
  display: none;
}

.rotuloNew .panel-texto, .panel-canvas {
  display: none;
}

.rotuloNew .medidas .row.noInputs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rotuloNew .panel-productos.panel.frill {
  min-height: 67px;
}

.rotuloNew .panel-productos.panel.panel-canvas .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  margin: 10px 0 20px 20px;
}

.rotuloNew .panel-productos.panel.panel-canvas .panel-body .Canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed red;
  border-bottom: 1px dashed red;
  width: 60%;
}

.rotuloNew .panel-canvas .panel-body .sizeCanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}

.rotuloNew .panel-canvas .panel-body .textCanvas {
  background-color: #ededed;
  width: 100%;
  height: 100px;
  margin-left: 10px;
}

.rotuloNew .panel-canvas .panel-body .measuresCanvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  font-size: 20px;
}

.rotuloNew .panel-canvas .panel-body .measuresCanvas div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rotuloNew .panel-canvas .panel-body .measuresCanvas div span {
  padding-left: 15px;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .caja-gris {
  min-width: 140px;
  padding: 0;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label {
  border: 1px solid #ddd;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill.mejora input[type=radio]:checked + .input-frill-label {
  border: 1px solid #f68946;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label label {
  font-size: 16px;
  color: #0F130C;
  margin-bottom: 0;
  font-weight: 400;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label img {
  border: none;
  margin: 10px auto;
  width: auto;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label label.otro-label {
  padding: 4px 4px 0;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label span {
  font-size: 15px;
  line-height: inherit;
  font-weight: inherit;
  margin-top: 0;
  width: auto;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label span.importe-verde {
  font-size: 20px;
  margin-top: 4px;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label .text-primary {
  border-top: 1px solid #ddd;
  margin-top: 6px;
  padding: 2px;
}

.rotuloNew .contenido-caja-estilo .panel.panel-mejoras .input-frill .input-frill-label span.recibelo-fecha {
  color: #0F130C;
  font-weight: 400;
  height: 45px;
}

.rotuloNew .contenido-caja-estilo .design-options .bg-naranja.blq-interior {
  padding: 20px 30px 10px;
  border-radius: 4px;
  margin: 0 auto;
}

#product .rotuloNew .ed-carousel-control .glyphicon-chevron-left {
  left: 0;
  top: 35%;
}

#product .rotuloNew .ed-carousel-control .glyphicon-chevron-right {
  right: 0;
  top: 35%;
}

@media (max-width: 768px) {
  #product .rotuloNew .panel-canvas .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0 20px;
  }

  #product .rotuloNew .panel-canvas .panel-body .Canvas {
    width: 100%;
  }

  #product .rotuloNew .panel-canvas .panel-body .measuresCanvas {
    margin-top: 20px;
  }

  #product .rotuloNew .panel-productos .input-frill {
    width: auto;
  }

  #product .rotuloNew .ed-carousel-control .glyphicon-chevron-left {
    left: 18px;
  }

  #product .rotuloNew .ed-carousel-control .glyphicon-chevron-right {
    right: 25px;
  }

  #product .rotuloNew .panel.panel-mejoras .panel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #product .rotuloNew .panel.panel-mejoras .panel-content .panel-body.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }

  #product .rotuloNew .panel.panel-mejoras .panel-content .panel-body.flexbox .input-frill {
    min-width: 200px;
    margin: 10px auto 5px;
  }
}
.cart-alert-container {
  margin: 20px 0;
  padding: 10px;
  border-radius: 5px;
}

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

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

.pre-footer-texto1 {
  margin: 30px 10px 20px;
}

@media (min-width: 768px) {
  .pre-footer-texto1 {
    margin: 30px 0 20px;
  }
}
/**
 * components/common/_main.scss
 *
 */
h2 {
  margin-top: 10px;
}

.sweet-alert h2 {
  margin-top: 20px;
}

p {
  text-align: left;
}

/* Botones */
.btn-help-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
}
.btn-help-container img {
  width: 100px;
}

@media (min-width: 766px) {
  .btn-help-container img {
    width: 110px;
  }
}
.btn-type1 {
  display: block;
  width: 100%;
  background-color: #66CC00;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 5px #ddd;
          box-shadow: 5px 5px 5px #ddd;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .btn-type1 {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
.btn-type1:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-type1 .small {
  white-space: normal;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  width: 100%;
}

/* aspect ratio */
.ima {
  display: block;
  position: relative;
  overflow: hidden;
}
.ima.f9x9 {
  padding-top: 100%;
}
.ima > img {
  position: absolute;
  top: 0;
  left: 0;
}

/* migas de pan */
.breadcrumbs {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul > li.sep > img {
  width: 14px;
}
.breadcrumbs ul > li a {
  color: #666;
}
.breadcrumbs ul > li a:hover {
  color: #66CC00;
}
.breadcrumbs ul > li span {
  color: #333;
}

.overlay {
  background-color: #000000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.overlay.active {
  cursor: pointer;
  display: block;
  opacity: 0.5;
}

.overlay-menu-mobile {
  z-index: 500;
}

.overlay-1000 {
  z-index: 1000;
}

.overlay-2000 {
  z-index: 2000;
}

.overlay-3000 {
  z-index: 3000;
}

.overlay-4000 {
  z-index: 4000;
}

.overlay-5000 {
  z-index: 5000;
}

.overlay-6000 {
  z-index: 6000;
}

body.noscroll {
  overflow: hidden;
}

.code {
  margin-top: 20px;
  font-size: 16px;
}

/**
 * components/common/_layout.scss
 *
 */
#main {
  padding: calc(49px + 0px) 0 0 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main {
    padding-top: 51px;
  }
}
#home #main {
  padding: calc(52px + 0px) 0 0 0;
}
@media (min-width: 768px) {
  #home #main {
    padding-top: 51px;
  }
}

#main.topbar-register-active {
  padding-top: calc(99px + 0px);
}
@media (min-width: 768px) {
  #main.topbar-register-active {
    padding-top: 101px;
  }
}
@media (min-width: 960px) {
  #main.topbar-register-active {
    padding-top: 82px;
  }
}
#home #main.topbar-register-active {
  padding-top: calc(102px + 0px);
}
@media (min-width: 768px) {
  #home #main.topbar-register-active {
    padding-top: 101px;
  }
}
@media (min-width: 960px) {
  #home #main.topbar-register-active {
    padding-top: 82px;
  }
}

#main-container {
  margin: 3px auto 0;
  min-height: 350px;
}
@media (min-width: 768px) {
  #main-container {
    margin: 0 auto;
    width: 768px;
  }
}
@media (min-width: 992px) {
  #main-container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  #main-container {
    width: 1200px;
  }
}
@media (min-width: 1460px) {
  #main-container {
    width: 1460px;
  }
}

/**
 * components/common/_header.scss
 *
 */
.topbar-register {
  background-color: #6600CC;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  padding: 0 8px;
}
.topbar-register a {
  color: #fff;
  text-decoration: underline;
}
.mobile-menu .topbar-register {
  height: 50px;
  line-height: 20px;
  font-size: 12px;
}
.mobile-menu .topbar-register a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-menu .topbar-register .descuento {
  margin: auto 6px;
  font-size: 34px;
  font-weight: normal;
}

#desktop-menu .logged {
  text-transform: none;
  line-height: 15px;
  font-size: 12px;
}
#desktop-menu .logged > a {
  font-weight: bold;
}
#desktop-menu .logged i {
  line-height: 0.8;
}
#desktop-menu .logged .logged-user {
  width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.navbar {
  border: 0;
}
.navbar .container-fluid .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 4px solid #66CC00;
}
@media (min-width: 768px) {
  .navbar .container-fluid .navbar-header {
    border-bottom: 0;
    padding: 0;
    margin-right: 2%;
    margin-left: 10px;
  }
}
.navbar .container-fluid .navbar-header:before, .navbar .container-fluid .navbar-header:after {
  content: none;
}
.navbar .container-fluid .navbar-brand {
  height: auto;
  padding: 0;
  margin: 0;
}
.navbar .container-fluid .navbar-brand img {
  height: 35px;
}

@media (min-width: 768px) {
  .main-header.navbar {
    padding: 6px 0 8px;
    border-bottom: 2px solid #DDDDDD;
  }
}
@media (min-width: 768px) {
  .main-header.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .main-header .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.phone {
    margin-right: 20px;
  }
  .main-header .navbar-nav > li.phone .material-icons {
    margin-right: 6px;
  }
}

@media (min-width: 768px) {
  .main-header .navbar-nav.navbar-left > li {
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  .main-header .separador {
    margin: 0 10px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .main-header .separador {
    padding: 0 !important;
  }
}

@media (min-width: 960px) {
  .navbar-right {
    margin-right: 0;
  }
}

.navbar-nav > li > a {
  padding: 0;
  line-height: 1;
}
@media (min-width: 960px) {
  .navbar-nav > li > a {
    padding: 0;
  }
}
.navbar-nav > li > a:hover {
  color: #66CC00;
}
.navbar-nav > li > a:hover .material-icons.text-success {
  color: #66CC00;
}

@media (min-width: 768px) {
  .flags ul > li {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .menus-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 10px;
}
.navbar-menu .mobile-menu-button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 10px;
  padding: 0;
  float: none;
}
.navbar-menu .mobile-menu-button .btn-closemenu {
  display: none;
}
.navbar-menu .mobile-menu-button img {
  width: 26px;
}
.navbar-menu .contacto-mvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-menu .contacto-mvl > li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
.navbar-menu .contacto-mvl > li .material-icons {
  vertical-align: middle;
}
.navbar-menu .contacto-mvl > li.pro {
  font-weight: 600;
  margin-top: 3px;
}
.navbar-menu .contacto-mvl > li.pro a:hover, .navbar-menu .contacto-mvl > li.pro a:focus {
  color: #0F130C;
}
.navbar-menu .contacto-mvl > li.cart .material-icons {
  color: #808080;
}
.navbar-menu .contacto-mvl > li.user .material-icons {
  color: #d3d3d3;
}
.navbar-menu .contacto-mvl > li.user .logged .material-icons {
  color: #808080;
}

.subMenu {
  display: none;
}

#form_header a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
}

/**
 * components/common/_nav.scss
 *
 */
@media (min-width: 768px) {
  .main-header .navbar-nav > li.cart {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.phone {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.ico_info_24 {
    margin: 0 5px;
  }
}
.main-header .navbar-nav > li.ico_info_24 a {
  width: 28px;
  height: 24px;
  background: url(/i/ico_info_24h-a.svg) no-repeat;
}
.main-header .navbar-nav > li.ico_info_24 a:hover {
  background: url(/i/ico_info_24h-h.svg) no-repeat;
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.mail {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.navbar-btn-menu {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .main-header .navbar-nav > li.flags ul li:first-of-type {
    margin-left: 5px;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  height: 79vh;
  max-height: 79vh;
}

.mobile-menu {
  background-color: transparent;
}
@media (min-width: 768px) {
  .mobile-menu.navbar .container-fluid .navbar-header {
    padding: 6px 10px 8px;
    border-bottom: 2px solid #66CC00;
    margin: 0;
  }
}
.mobile-menu .navbar-collapse {
  position: absolute;
  right: 0;
  width: 85%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
}
.mobile-menu .btn-login {
  margin-left: 10px;
  width: 100%;
}
.mobile-menu .btn-login:first-child {
  margin-left: 0;
}
.mobile-menu .btn-login .btn {
  display: block;
  font-size: 18px;
}
.mobile-menu .mod-nav {
  padding: 10px 15px;
}
.mobile-menu .mod-nav.bottom {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 15px 15px 0;
}
.mobile-menu .log-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu .navbar-nav {
  margin: 10px 0 0;
  position: relative;
}
.mobile-menu .navbar-nav li {
  padding: 3px 15px 3px;
  border-bottom: 1px solid #dddddd;
}
.mobile-menu .navbar-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: none;
  color: #000;
}
.mobile-menu .navbar-nav li a img {
  width: 16px;
  margin-right: 15px;
}
.mobile-menu .navbar-nav li a span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
}
.mobile-menu .navbar-nav li.back > a {
  display: block;
  font-size: 13px;
  color: #66CC00;
  text-align: right;
  text-transform: none;
}
.mobile-menu .navbar-nav .ddright {
  position: static;
}
.mobile-menu .navbar-nav .ddright-menu {
  width: 100%;
  height: 63vh;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.mobile-menu .navbar-nav .ddright-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu .navbar-nav .no-icons li:not(.back) {
  padding: 5.8px 15px 5.8px;
}
.mobile-menu.nav-topbar-register-active .ddright-menu {
  height: 60vh;
}

/**
 * components/common/_sidebar.scss
 *
 */
.sidebar {
  float: left;
  display: none;
}
@media (min-width: 992px) {
  .sidebar {
    display: block;
    width: 230px;
    overflow-y: auto;
    position: absolute;
    z-index: 90;
    background-color: #f8f8f8;
    padding: 20px;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    width: 240px;
  }
}
.sidebar .nav-sidebar .tit {
  text-transform: none;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .sidebar .nav-sidebar .tit {
    width: 90%;
  }
}
.sidebar .nav-sidebar > .link-sidebar {
  margin-top: 8px;
}
.sidebar .nav-sidebar > .link-sidebar:hover {
  border-bottom: 2px solid #66B814;
}
.sidebar .nav-sidebar > .link-sidebar:hover > a {
  color: #66B814;
  font-weight: 700;
}
.sidebar .nav-sidebar > .link-sidebar > a {
  color: #000;
}
.sidebar .nav-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.sidebar .nav-sidebar ul > li {
  position: relative;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .nav-sidebar ul > li:last-of-type {
  margin-bottom: 0;
}
.sidebar .nav-sidebar ul > li:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#f8f8f8), to(rgba(248, 248, 248, 0)));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.sidebar .nav-sidebar ul > li a {
  display: block;
  color: #000;
  font-size: 13.2px;
}
.sidebar .nav-sidebar ul > li a:hover {
  color: #66B814;
  font-weight: 700;
  font-size: 12.7px;
  line-height: 18.5px;
}
.sidebar .nav-sidebar ul > li .subnav-sidebar {
  display: none;
  padding-left: 10px;
  margin: 6px 0 20px;
}
.sidebar .nav-sidebar ul > li .subnav-sidebar li.active > a {
  border-bottom: 0;
}
.sidebar .nav-sidebar ul > li.active > a {
  color: #66CC00;
  font-weight: 700;
  font-size: 12.7px;
  line-height: 18.5px;
  border-bottom: 2px solid #66CC00;
}
.sidebar .nav-sidebar ul > li.active > .subnav-sidebar {
  display: block;
}
.sidebar .nav-sidebar:last-of-type ul {
  margin-bottom: 0;
}
.sidebar .nav-sidebar__destacados ul > li a {
  color: #6600CC;
  font-weight: 500;
  font-size: 13px;
}
.sidebar .nav-sidebar__destacados ul > li a:hover {
  font-weight: 700;
  font-size: 12.7px;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}

/**
 * components/common/_content-page.scss
 *
 */
.content-page {
  padding: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .content-page {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .content-page {
    width: calc(100% - 250px);
    margin-left: 250px;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .content-page {
    width: calc(100% - 260px);
    margin-left: 260px;
  }
}

#content,
.content-container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #content,
.content-container {
    padding: 0;
  }
}
#product #content,
#product .content-container {
  padding: 0;
}

.description-text-container {
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.description-text-container .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(87%, white));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 87%);
  z-index: 10;
}
.description-text-container .read-more a {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .description-text-container.only-mobile {
    max-height: none;
    overflow: auto;
  }
  .description-text-container.only-mobile .read-more {
    display: none;
  }
}
.mod-tabs-producto .description-text-container {
  max-height: 100px;
}
@media (min-width: 768px) {
  .mod-tabs-producto .description-text-container {
    max-height: none;
    overflow: auto;
  }
  .mod-tabs-producto .description-text-container .read-more {
    display: none;
  }
}

/**
 * components/common/_newsletter.scss
 *
 */
.mod-newsletter__unregistered {
  height: 300px;
}
.mod-newsletter__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mod-newsletter__container {
    width: 740px;
  }
}
.mod-newsletter__title {
  margin-top: 40px;
  font-weight: 700;
  font-size: 28px;
}
.mod-newsletter__inputs {
  margin-top: 40px;
}
.mod-newsletter .btn-info {
  background-color: #9747FF;
  border-color: #9747FF;
}
.mod-newsletter .btn-info:hover {
  background-color: #66CC00;
  border-color: #66CC00;
}
.mod-newsletter .form-group.form-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-newsletter .form-group.form-stacked .form-control {
  width: calc(100% - 120px);
}
.mod-newsletter .form-group.form-stacked .df_b1.enviar.btn.btn-info {
  width: 120px;
}
.mod-newsletter .conditions {
  width: 100%;
  margin-top: 10px;
}
.mod-newsletter .conditions__row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-newsletter .conditions__row input[type=checkbox] {
  margin-right: 5px;
  /* Para que se vea bien en Safari/iOS */
  width: 40px;
}
.mod-newsletter .conditions__row label {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.1;
}

/**
 * components/common/_footer.scss
 *
 */
.footer {
  clear: both;
  padding: 20px;
}
.footer .container.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer .container.flex {
    width: auto;
    padding: 0 12px;
  }
}
.footer .logo {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .logo {
    width: 30%;
    text-align: left;
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .footer .menu-footer {
    width: 30%;
    margin-right: 5%;
  }
}
.footer .menu-footer .footer-nav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .footer .menu-footer .footer-nav {
    margin: 0;
  }
}
.footer .menu-footer .footer-nav > li {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .footer .menu-footer .footer-nav > li {
    margin-right: 40px;
  }
}
.footer .menu-footer .footer-nav a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer .footer-logo-pmt {
    width: 30%;
  }
}
.footer .footer-logo-pmt .footer-nav > li {
  margin-right: 20px;
}
.footer .footer-logo-pmt .footer-nav > li:last-of-type {
  margin-right: 0;
}
.footer .footer-logo-pmt .footer-nav > li img {
  margin: 0;
}
.footer .footer-logo-pmt .footer-nav a {
  font-size: 16px;
}
.footer .sub-footer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .sub-footer {
    padding: 0 12px;
  }
}

.footer-logo-pmt .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logo-pmt .footer-nav > li {
  font-size: 16px;
  margin-right: 0;
}
.footer-logo-pmt .footer-nav > li img {
  margin: 0 15px;
}
.footer-logo-pmt .footer-nav > li .cards {
  width: 60px;
}
@media (min-width: 768px) {
  .footer-logo-pmt .footer-nav > li .cards {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .footer-logo-pmt .footer-nav > li .cards {
    width: 60px;
  }
}
.footer-logo-pmt .footer-nav > li .transfer {
  width: 50px;
}
@media (min-width: 768px) {
  .footer-logo-pmt .footer-nav > li .transfer {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .footer-logo-pmt .footer-nav > li .transfer {
    width: 50px;
  }
}
.footer-logo-pmt .footer-nav > li .paypal {
  width: 80px;
}
@media (min-width: 768px) {
  .footer-logo-pmt .footer-nav > li .paypal {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .footer-logo-pmt .footer-nav > li .paypal {
    width: 80px;
  }
}
.footer-logo-pmt .footer-nav > li.pmt-sello img {
  width: 60px;
}
@media (min-width: 768px) {
  .footer-logo-pmt .footer-nav > li.pmt-sello img {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .footer-logo-pmt .footer-nav > li.pmt-sello img {
    width: 60px;
  }
}

.associations {
  clear: both;
  padding: 3px;
}
.associations > .container {
  display: block;
}
.associations h6 {
  margin: 0 0 20px;
}

.list-associations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-associations > li {
  margin: 0 10px;
}
.list-associations > li img {
  width: 90px;
}
@media (min-width: 768px) {
  .list-associations > li img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #product .associations .container {
    display: block;
  }
}

/**
 * components/common/_forms.scss
 *
 */
.form-horizontal .form-group {
  margin-right: 0;
}

/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009

	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/
/* default styling example
----------------------------------------------------------------- */
.clr {
  clear: both;
}

.listNav {
  margin: 0 0 30px;
}

.ln-letters {
  overflow: hidden;
}

.ln-a {
  line-height: 130% !important;
}

.ln-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 5.8px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
  color: #666666;
}

.ln-letters a.ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  background-color: #CFCFCF;
}

.ln-letters a.ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: green;
}

/* demo-specific
----------------------------------------------------------------- */
#demoFour-nav {
  position: relative;
}

#demo4 #listWrapper {
  width: 560px;
}

#demoFour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#demoFour li {
  height: 70px;
  float: left;
}

#demoFour a {
  height: 40px !important;
  display: block;
  text-align: center;
  border: 1px solid silver;
  padding: 10px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  color: #666666;
}

#demoFour a:hover {
  background-color: #eee;
  color: green;
}

/**
 * components/common/_buttons.scss
 *
 */
.buttons-container .col-sm-4 {
  margin: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .buttons-container .col-sm-4 {
    width: 32.66666667%;
    margin: 0;
    text-align: left;
  }
  .buttons-container .button-1 {
    margin-left: 0;
    padding-left: 0;
  }
  .buttons-container .button-2 {
    text-align: center;
  }
  .buttons-container .button-3 {
    text-align: right;
    margin-right: 0;
    padding-right: 0;
  }
}
.buttons-container.my-order__btns {
  width: 90%;
}
.buttons-container.my-order__btns .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .buttons-container.my-order__btns .btn {
    width: auto;
  }
}

/**
 * pages/_mis-pedidos.scss
 *
 */
.listado-pedidos {
  overflow-x: auto;
}
.listado-pedidos .main-table {
  min-width: 735px;
}
.listado-pedidos .main-table thead th {
  font-size: 12px;
  padding: 0 0 5px 0;
  vertical-align: bottom;
  border-bottom: 1px solid #777;
}
.listado-pedidos .main-table tbody td {
  padding: 5px 0;
  border-top: 1px solid #CCC;
  vertical-align: top;
}
.listado-pedidos .main-table tbody tr:first-child td {
  border-top: none;
}
.listado-pedidos .footer {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #777;
}

/**
 * pages/_fichas-tecnicas.scss
 *
 */
.fichas-tecnicas .guias-fichas {
  margin: 8px 0 0 0;
}
.fichas-tecnicas .guias-fichas .panel-heading h4 {
  line-height: normal;
}
.fichas-tecnicas .guias-fichas:first-of-type {
  margin: 0;
}

/**
 * pages/_search-products.scss
 *
 */
.search-products {
  margin: 0;
  display: none;
}
.search-products.mobile {
  display: block;
}
@media (min-width: 768px) {
  .search-products {
    margin: 20px auto;
    width: 768px;
    display: block;
  }
  .search-products.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-products {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .search-products {
    width: 1200px;
  }
}
@media (min-width: 1460px) {
  .search-products {
    width: 1460px;
  }
}
.search-products__container, .search-products__container_pedido {
  background-color: #FFF;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 62px;
}
.search-products__label, .search-products__label_pedido {
  width: 270px;
  height: 100%;
  white-space: nowrap;
  background-color: #fff;
  padding: 6px;
  text-align: center;
  border-width: 1px 0 1px 1px;
  border-color: #c1c1c1;
  border-style: solid;
  border-radius: 4px 0 0 4px;
  font-weight: 500;
  font-size: 14px;
  color: black;
}
@media (min-width: 768px) {
  .search-products__label, .search-products__label_pedido {
    font-size: 14px;
  }
}
.search-products__input, .search-products__input_pedido {
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  border-width: 1px 0 1px 0;
  border-color: #c1c1c1;
  border-style: solid;
}
.search-products__input:focus, .search-products__input_pedido:focus {
  outline: none;
}
.search-products__btn, .search-products__btn_pedido {
  width: 70px;
  height: 100%;
  background: #66CC00 url("/i/search-icon-light.svg") center center no-repeat;
  background-size: 18px;
  border-width: 1px 1px 1px 0;
  border-color: #648924;
  border-style: solid;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 992px) {
  .search-products__btn, .search-products__btn_pedido {
    width: 50px;
    background-size: 20px;
  }
}

/**
 * pages/_home.scss
 *
 */
.rotulo-wrap .cta {
  padding: 15px;
}
.rotulo-wrap .cta .btn {
  font-size: 15px;
}
@media (min-width: 768px) {
  .rotulo-wrap .cta {
    padding: 64px;
  }
  .rotulo-wrap .cta .btn {
    font-size: 19px;
  }
}

#home .article-title {
  margin: 30px 0 20px;
}

.mod-best {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .mod-best {
    margin: 30px 0;
  }
}
@media (min-width: 1024px) {
  .mod-best {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
.mod-best h6 {
  font-size: 16px;
  color: #000;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .mod-best h6 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .mod-best > .row {
    width: 48%;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .mod-best > .row {
    width: 46%;
  }
}

.list-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0 10px;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .list-best {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .list-best {
    padding-left: 20px;
  }
}
.list-best.last {
  margin-bottom: 0;
}
.list-best > li {
  width: calc(33.33333% - 10px);
  text-align: center;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .list-best > li {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .list-best > li {
    width: 100px;
  }
}
.list-best > li img {
  height: 64px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .list-best > li img {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .list-best > li img {
    height: 64px;
  }
}
.list-best > li p {
  font-size: 12px;
  line-height: 1.1;
  color: #000;
  margin: 15px 0 0;
  text-transform: none;
  text-align: center;
}
@media (min-width: 768px) {
  .list-best > li p {
    font-size: 14px;
    line-height: 1.2;
  }
}

.list-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .list-categories ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-categories ul > li {
  width: calc(50% - 5px);
  text-align: center;
}
@media (min-width: 1024px) {
  .list-categories ul > li {
    width: 18%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}
.list-categories ul > li:nth-of-type(5n+5) {
  margin-right: 0;
}
.list-categories ul > li a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-categories ul > li a:hover {
  opacity: 0.8;
}
.list-categories ul > li img {
  width: 100%;
}
.list-categories ul > li p {
  font-size: 12px;
  line-height: 1.1;
  color: #000;
  margin-top: 5px;
  text-transform: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .list-categories ul > li p {
    text-transform: none;
    font-size: 13px;
  }
}

#home section.featured {
  margin: 20px 0;
}
#home .featured .article-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #home .featured .article-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .featured .col-md-6 {
    width: calc(50% - 10px);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .featured .col-md-6:first-child,
#home .featured .col-md-6:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #home .featured .col-md-6:last-child,
#home .featured .col-md-6:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #home .featured .col-lg-4 {
    width: 32.33333333%;
  }
}
@media (min-width: 1200px) {
  #home .featured .col-lg-4:nth-child(4n) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #home .featured .col-lg-4:nth-child(3n) {
    margin-right: 0;
  }
}
#home .list-categories ul > li a:hover {
  opacity: 1;
}
#home .list-categories ul > li a span {
  background-color: #e5ccff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#home .list-categories ul > li a span:hover {
  background-color: #8835d1;
}

.home-txt {
  clear: both;
}

.mod-newsletter {
  clear: both;
}

.examples {
  margin: 10px 0 20px;
}

#examples-carousel .carousel-inner {
  width: 100%;
}

#examples-carousel .item {
  padding: 0;
}

#examples-carousel .item [class*=col-md-] {
  padding: 0;
}

#home .mod-categories h3 {
  margin: 10px 0 20px;
  font-family: Arial, Helvetica, sans-serif;
}
#home .featured section {
  position: relative;
  height: 271px;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
#home .featured section .row {
  overflow: auto;
}
#home .featured section h5 {
  font-size: 16px;
  font-weight: 800;
  color: #0F130C;
  text-transform: none;
}
#home .featured-image {
  float: left;
  width: 33%;
  height: 100%;
  background-image: url("/img/placeholder-featured.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .featured section .content {
  float: left;
  width: 66.66666%;
  padding: 5px 20px;
}
#home .featured .buttons.text-right {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
@media (max-width: 768px) {
  #home .featured section[class*=col-md-]:first-child {
    margin-left: 0.5%;
  }
  #home .featured section[class*=col-md-]:last-child {
    margin-right: 0.5%;
  }
}
#home .example-card h3 a {
  color: #66CC00;
}

.texto-principal-container {
  margin: 20px 15px;
  font-size: 14px;
  color: #5A5A5A;
}
@media (min-width: 768px) {
  .texto-principal-container {
    margin: 20px auto 0;
  }
}

/**
 * pages/_producto.scss
 *
 */
.article-content {
  padding-top: 38px;
}

.contenedor-titulo-pag {
  border: 0;
  padding: 15px 10px 10px;
}

.opciones-producto {
  display: block;
}

.contenedor-titulo-pag .oferta {
  width: auto;
  float: left;
}
@media (min-width: 768px) {
  .contenedor-titulo-pag .oferta {
    font-size: 20px;
    margin-top: 8px;
  }
}

.fichas {
  clear: both;
  margin-top: 5px;
  padding: 0;
}

article .mod-tabs-carousel {
  padding-right: 0;
}

@media (max-width: 767px) {
  .medidas select {
    margin-bottom: 0;
  }
}

#product h1 {
  width: auto;
  margin: 0;
  padding-right: 20px;
}
#product article .mod-tabs-producto {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#product article .mod-tabs-producto .nav-tabs > li.active > a {
  font-size: 13px;
}
#product .panel-productos .h5 .btn {
  padding: 4px 7px 4px 7px;
  margin: 0 0 4px 0;
  line-height: 1;
  font-size: 15px;
  background-color: #6600CC;
  border-color: #330066;
}
#product .medidas-personalizadas .medidas-title {
  position: absolute;
}
#product .medidas-personalizadas .fg-base {
  margin: 20px 0 0 0;
  float: left;
}
#product .medidas-personalizadas .fg-altura {
  margin: 20px 0 0 14px;
  float: left;
}
#product .frills-groups-main {
  width: 100%;
}
#product .blq-interior .btn.plupload {
  background-color: #66CC00;
  border-color: #66B814;
  font-size: 14px;
  color: #fff;
}
#product .alert-success {
  color: #5A5A5A;
  padding: 30px;
  background-color: #F2F2F2;
}
#product .extras-frills-titulo {
  font-size: 14px;
  color: #5A5A5A;
  text-align: left;
  padding: 30px 10px 0 10px;
}
#product .extras-frills-box-text {
  font-size: 14px;
  color: #0F130C;
  text-align: left;
}
#product .frill-envio-help-text {
  font-size: 14px;
  color: #0F130C;
}

/* Restyling */
.opciones-producto main {
  margin: 1px;
}
@media (min-width: 1200px) {
  .opciones-producto main {
    margin-right: 10px;
  }
}

#opciones-producto {
  border-radius: 0;
}
@media (min-width: 768px) {
  #opciones-producto {
    border-radius: 4px;
  }
}

.mod-tabs-producto .btn.calcula-presupuesto {
  color: #fff;
  background-color: #6600CC;
  border-color: #330066;
}
@media (max-width: 768px) {
  .mod-tabs-producto .btn.calcula-presupuesto.sticked {
    position: fixed;
    top: 184px;
    left: 0;
    z-index: 900;
  }
}
.mod-tabs-producto .btn.calcula-presupuesto img {
  width: 31px;
}

.contenedor-titulo-pag {
  position: static;
  margin: 0;
  min-width: 0;
}

.article-content {
  padding-top: 0;
}

article .mod-tabs-carousel {
  padding-top: 0;
}

.contenedor-titulo-pag {
  padding: 15px 15px 10px;
}
@media (min-width: 768px) {
  .contenedor-titulo-pag {
    padding: 10px 0 15px;
  }
}

.mod-tabs-producto .valoracion p a {
  color: #333;
}

.mod-tabs-producto .valoracion {
  margin-bottom: 0;
}

.mod-tabs-producto .tab-content {
  padding: 15px 15px 10px;
}

@media (min-width: 992px) {
  .panel-productos .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.panel-productos .cta .btn {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .panel-productos .cta .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    margin: 0 10px 15px 0;
  }
}
@media (min-width: 992px) {
  .panel-productos .cta .btn:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .opciones-producto {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .opciones-producto main {
    width: 660px;
  }
}
@media (min-width: 1440px) {
  .opciones-producto main {
    width: 840px;
  }
}
.opciones-producto aside {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0F130C;
  padding: 0 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .opciones-producto aside {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .opciones-producto aside {
    margin-top: 0;
  }
}
.opciones-producto aside a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #0F130C;
}
.opciones-producto aside p {
  padding: 0 15px;
  overflow: hidden;
}
.opciones-producto aside .destacado {
  font-size: 20px;
  font-weight: normal;
}
.opciones-producto aside .destacado a {
  font-size: 20px;
}
.opciones-producto aside .destacado a.underlined {
  text-decoration: underline;
}
.opciones-producto aside ul {
  padding: 0 15px;
  list-style: none;
}
.opciones-producto aside li {
  padding: 2px 0;
}
@media (min-width: 1200px) {
  .opciones-producto aside {
    width: 265px;
  }
}
@media (min-width: 1440px) {
  .opciones-producto aside {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .opciones-producto aside .contenedor-aside {
    width: 265px;
  }
}
@media (min-width: 1440px) {
  .opciones-producto aside .contenedor-aside {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .opciones-producto aside .contenedor-aside .cta .btn {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #product .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content-page h4 {
  color: #808080;
  font-size: 20px;
}
.content-page p {
  margin-bottom: 20px;
}

.panel-productos .input-frill {
  width: auto;
}

.panel-productos .input-frill.mejora {
  width: 170px;
}

@media (max-width: 768px) {
  #product .panel.panel-mejoras .panel-content .panel-body.flexbox {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #product .panel.panel-mejoras .panel-content .panel-body.flexbox .input-frill {
    width: 200px;
  }
}

@media (max-width: 768px) {
  #product .ed-carousel-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  #product .panel.panel-mejoras .panel-content .panel-body {
    padding: 15px 0 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  #product .panel.panel-mejoras .simple-carousel.owl-carousel .owl-item {
    margin-right: 10px !important;
  }
}

#personaliza-anchor {
  width: 100%;
  z-index: 1029;
  padding: 0;
}
#personaliza-anchor .subheader {
  text-transform: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39px;
}
#personaliza-anchor p {
  margin: 0;
}
#personaliza-anchor .recibelo {
  padding: 10px 4px 10px 10px;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1440px) {
  #personaliza-anchor .recibelo {
    padding: 10px 16px;
    font-size: 16px;
  }
}
#personaliza-anchor.recibelo-hidden .recibelo {
  display: none;
}
#personaliza-anchor .importe {
  padding: 10px 16px;
  font-size: 18px;
}
@media (min-width: 1440px) {
  #personaliza-anchor .importe {
    font-size: 24px;
  }
}
#personaliza-anchor .importe strong {
  font-weight: 400;
}

.reviews-carousel-frills {
  width: 74%;
}
.panel-mejoras .reviews-carousel-frills {
  width: 99%;
}
.panel-mejoras .reviews-carousel-frills .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select2-container--default .select2-results__option {
  padding-left: 10px;
}
.select2-container--default .select2-results__option .select2-results__group {
  padding: 6px 4px 6px 5px;
  font-size: 15px;
  background-color: ghostwhite;
}
.select2-container--default .select2-selection.select2-selection--single {
  height: 35px !important;
  padding-top: 3px;
}

.frill-letter-typography {
  height: 40px;
}

.product-aside-cart-empty {
  font-size: 14px;
  color: #0F130C;
}

/* Producto: precios del rótulo */
.producto-precios__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .producto-precios__container {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .producto-precios__container {
    font-size: 13px;
  }
}
.producto-precios__container .precio-sin-iva {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.producto-precios__container .importe-verde {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .producto-precios__container .importe-verde {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .producto-precios__container .importe-verde {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .producto-precios__left {
    width: 131px;
  }
}
@media (min-width: 1440px) {
  .producto-precios__left {
    width: auto;
  }
}
.producto-precios__right li {
  text-align: right;
}
.producto-precios__sello {
  width: 52px;
}
@media (min-width: 1200px) {
  .producto-precios__sello {
    width: 43px;
  }
}
@media (min-width: 1440px) {
  .producto-precios__sello {
    width: 52px;
  }
}
.producto-precios__sello .sello-descuento {
  padding: 18px 11px 17px;
  background: url("/i/star-discount.png") no-repeat;
  background-size: 52px;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .producto-precios__sello .sello-descuento {
    padding: 14px 10px 17px;
    background-size: 43px;
  }
}
@media (min-width: 1440px) {
  .producto-precios__sello .sello-descuento {
    padding: 18px 11px 17px;
    background-size: 52px;
  }
}

.opciones-producto aside .producto-precios__left ul {
  padding: 0 0 0 15px;
}

.opciones-producto aside .producto-precios__left li {
  text-wrap: nowrap;
}

.opciones-producto aside .producto-precios__right ul {
  padding: 0 15px 0 0;
}

/* Fin Producto: precios del rótulo */
#product .ayudanos-mejorar__title {
  font-size: 22px;
  color: #0F130C;
}
#product .ayudanos-mejorar__text {
  font-size: 14px;
  color: #5A5A5A;
}

#product .customer-reviews__section-title {
  font-size: 22px;
  color: #0F130C;
}
#product .customer-reviews__review-title {
  color: #0F130E;
  font-size: 18px;
}
#product .customer-reviews__review-text {
  font-size: 14px;
  color: #5A5A5A;
}

.product-options-view-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .product-options-view-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.panel-productos .product-options-view-grid .input-frill-label label span {
  width: auto;
}
.panel-productos .product-options-view-grid .input-frill {
  margin-right: 0;
}

/**
 * /sass/frontend/components/product/_medidas-tabs-corporeas.scss
 */
#medidas-tabs-corporeas {
  width: 100%;
}
#medidas-tabs-corporeas .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#medidas-tabs-corporeas .nav-tabs li {
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  #medidas-tabs-corporeas .nav-tabs li {
    font-size: 20px;
  }
}
#medidas-tabs-corporeas .nav-tabs li a {
  padding: 5px;
  background-color: #808080;
  color: #fff;
  border-radius: 0;
  border: 1px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 0;
  margin: 0;
}
#medidas-tabs-corporeas .nav-tabs li:last-of-type a {
  border-right: 1px solid transparent;
}
#medidas-tabs-corporeas .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  color: #808080;
}
#medidas-tabs-corporeas .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
}
#medidas-tabs-corporeas .panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 570px) {
  #medidas-tabs-corporeas .panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #medidas-tabs-corporeas .panel-container .panel-heading {
    width: 100%;
  }
  #medidas-tabs-corporeas .panel-container .panel-heading .help-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #medidas-tabs-corporeas .panel-container .panel-heading .help-wrap a {
    margin: 0 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #medidas-tabs-corporeas .panel-left {
    width: auto !important;
  }
  #medidas-tabs-corporeas .panel-left .panel-heading {
    width: auto;
  }
  #medidas-tabs-corporeas .panel-left .panel-heading .help-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #medidas-tabs-corporeas .panel-left .panel-heading .help-wrap a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #medidas-tabs-corporeas .panel-right {
    width: 100% !important;
  }
}
/**
 * /sass/frontend/components/product/_corporeas-fromscratch.scss
 */
#corporeas-fromscratch .fg-texto {
  width: 100%;
}
#corporeas-fromscratch .fg-texto input[type=text] {
  width: 100%;
  font-size: 16px;
}
#corporeas-fromscratch .no-encuentras img {
  width: 110px;
}
#corporeas-fromscratch .form-group {
  margin-bottom: 0;
}

.cfs-inputs-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .cfs-inputs-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cfs-inputs-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .cfs-inputs-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cfs-column-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .cfs-column-calc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cfs-inputs-info-button {
  width: 120px;
}

.cfs-inputs-info-button a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 8px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cfs-inputs-info-button a:hover {
  opacity: 0.8;
}

.cfs-inputs-info-button a.text-success {
  background-color: #66cc00;
}

.cfs-inputs-info-button a.text-warning {
  background-color: #f68946;
}

.cfs-inputs-info-button a.text-danger {
  background-color: #a94442;
}

.cfs-inputs-inputs-container {
  width: 100%;
}
.cfs-inputs-inputs-container .cfs-inputs-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cfs-inputs-inputs-container .cfs-inputs-group-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1460px) {
  .cfs-inputs-inputs-container .cfs-inputs-group-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cfs-inputs-inputs-container .fg-cantidad input[type=text] {
  width: 60px;
}

.typographies-container {
  width: 100%;
}
@media (min-width: 1460px) {
  .typographies-container {
    width: 300px;
  }
}

@media (min-width: 1460px) {
  .cfs-inputs-main.with-neon .typographies-container {
    width: 200px;
  }
}

.cfs-typographies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .cfs-typographies__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cfs-dimensions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cfs-dimensions__ancho, .cfs-dimensions__alto {
  width: 100%;
}
@media (min-width: 768px) {
  .cfs-dimensions__ancho, .cfs-dimensions__alto {
    width: auto;
  }
}
.cfs-dimensions__alto-panel {
  height: 34px;
}
@media (min-width: 768px) {
  .cfs-dimensions__alto-panel {
    width: 77px;
  }
}

@media (min-width: 768px) {
  .form-inline .cfs-dimensions__ancho .form-control {
    width: 77px;
  }
}

.cfs-canvas-main {
  width: 100%;
  height: 151px;
  /* 150px + 1 para que sea el canvas perfecto */
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.cfs-canvas-main.with-neon {
  background-color: #000;
}
.cfs-canvas-main.with-neon .cl-canvas-container {
  background-color: #000;
}

/**
 * /sass/frontend/components/product/channel-letter-uploadfile.scss
 */
#corporeas-uploadfile p {
  margin: 10px 0;
}
#corporeas-uploadfile .panel-left {
  width: 40%;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .panel-left {
    width: 35%;
  }
}
#corporeas-uploadfile .panel-left .help-wrap a {
  margin: 0 0 0 10px;
}
#corporeas-uploadfile .panel-left .help-wrap a:first-of-type {
  margin: 0;
}
@media (min-width: 570px) {
  #corporeas-uploadfile .panel-left .help-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #corporeas-uploadfile .panel-left .help-wrap a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
  }
}
#corporeas-uploadfile .panel-left .filelist {
  width: 120px;
  min-width: auto;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .panel-left .filelist {
    width: 180px;
  }
}
#corporeas-uploadfile .panel-left .filelist .plupload_file_name {
  overflow: hidden;
  white-space: nowrap;
}
#corporeas-uploadfile .panel-left .plupload {
  float: right;
}
#corporeas-uploadfile .panel-left .medidas-row {
  display: block;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .panel-left .medidas-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#corporeas-uploadfile .panel-left .medidas-row input[type=number]::-webkit-inner-spin-button,
#corporeas-uploadfile .panel-left .medidas-row input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#corporeas-uploadfile .panel-left .form-group {
  vertical-align: top;
  margin: 0 0 0 9px;
}
#corporeas-uploadfile .panel-left .form-group:first-of-type {
  margin: 0;
}
#corporeas-uploadfile .panel-left .form-group:last-of-type {
  margin-left: auto;
}
#corporeas-uploadfile .panel-right {
  width: 58%;
  height: 375px;
  margin-left: auto;
  position: relative;
  border: 1px solid #ddd;
}
#corporeas-uploadfile .panel-right.with-background {
  background-color: #e8e8e8;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .panel-right {
    width: 63%;
    height: 485px;
  }
}
#corporeas-uploadfile .no-encuentras {
  margin-left: 10px;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .no-encuentras {
    margin-left: auto;
  }
}
#corporeas-uploadfile .no-encuentras img {
  width: 140px;
}
#corporeas-uploadfile .ed-inputs-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#corporeas-uploadfile .ed-inputs-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#corporeas-uploadfile .ed-inputs-info-button {
  width: 120px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  #corporeas-uploadfile .ed-inputs-info-button {
    width: 140px;
  }
}
#corporeas-uploadfile .ed-inputs-info-button:first-of-type {
  margin-left: 0;
}
#corporeas-uploadfile .ed-inputs-info-button a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 8px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#corporeas-uploadfile .ed-inputs-info-button a:hover {
  opacity: 0.8;
}
#corporeas-uploadfile .ed-inputs-info-button a.text-success {
  background-color: #66cc00;
}
#corporeas-uploadfile .ed-inputs-info-button a.text-warning {
  background-color: #f68946;
}
#corporeas-uploadfile .ed-inputs-info-button a.text-danger {
  background-color: #a94442;
}
#corporeas-uploadfile .ed-inputs-info-text {
  margin: 10px 10px 0 0;
}
#corporeas-uploadfile .ed-inputs-inputs-container {
  margin-top: 10px;
}
#corporeas-uploadfile .ed-inputs-inputs-container .ed-inputs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#corporeas-uploadfile .fg-texto {
  width: 300px;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .fg-texto {
    width: 340px;
  }
}
#corporeas-uploadfile .fg-texto input[type=text] {
  width: 100%;
  font-size: 16px;
}
#corporeas-uploadfile .ed-inputs-main {
  width: 100%;
}
#corporeas-uploadfile .ed-inputs-main.with-neon .fg-texto {
  width: 140px;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .ed-inputs-main.with-neon .fg-texto {
    width: 260px;
  }
}
#corporeas-uploadfile .ed-inputs-inputs-container .filelist {
  min-width: auto;
  width: 70px;
  margin-bottom: 0;
}
@media (min-width: 1460px) {
  #corporeas-uploadfile .ed-inputs-inputs-container .filelist {
    width: 110px;
  }
}
#corporeas-uploadfile .ed-inputs-inputs-container .filelist .plupload_file_name {
  overflow: hidden;
  white-space: nowrap;
}
#corporeas-uploadfile .ed-inputs-inputs-container .plupload {
  margin-left: 10px;
}
#corporeas-uploadfile .ed-canvas-main {
  margin-top: 10px;
  border: 1px solid #ddd;
  height: 404px;
  /* Misma altura que hay en ed.corporeas.svg.upload.js --> CANVAS_HEIGHT */
  width: 100%;
  padding: 0 10px;
}
#corporeas-uploadfile .ed-canvas-main.with-neon {
  background-color: #000;
}
#corporeas-uploadfile .ed-canvas-main.with-neon .cl-canvas-container {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .customize-channel-letter .panel-productos #corporeas-uploadfile .panel-heading {
    width: 100%;
  }
}
.corporeas-uf {
  height: 100%;
  position: relative;
}
.corporeas-uf__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.corporeas-uf__preview svg {
  height: 90%;
}
.corporeas-uf__example {
  color: #000;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .corporeas-uf__example {
    font-size: 50px;
  }
}
.corporeas-uf__example__text {
  display: none;
}

.ed-canvas-main.with-neon .corporeas-uf__example {
  color: #FFF;
}

/* Neon Effect on/off
.area_neon svg.neon_img{
    width: 50%;
    margin: 0 auto;
    fill: rgba(255,255,255,0.1);
    stroke: rgba(255,255,255,0.1);
    filter: blur(0) drop-shadow(-5px 5px 5px black);
    transition: all ease 1s;
  }
  .area_neon svg.neon_img.on{
    fill: none;
    stroke: #F0FF00;
    filter: blur(1px) drop-shadow(0 0 10px #F0FF00)  drop-shadow(0 0 200px #F0FF00);

    path {
      fill: none;
      stroke: white;
      stroke-width: 8px;
      stroke-linejoin: round;
    }
  }
*/
#corporeas-filearea p {
  margin: 10px 0;
}
#corporeas-filearea .panel-left {
  width: 40%;
}
@media (min-width: 1460px) {
  #corporeas-filearea .panel-left {
    width: 35%;
  }
}
#corporeas-filearea .panel-left .help-wrap a {
  margin: 0 0 0 10px;
}
#corporeas-filearea .panel-left .help-wrap a:first-of-type {
  margin: 0;
}
@media (min-width: 570px) {
  #corporeas-filearea .panel-left .help-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #corporeas-filearea .panel-left .help-wrap a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
  }
}
#corporeas-filearea .panel-left .filelist {
  width: 120px;
  min-width: auto;
}
@media (min-width: 1460px) {
  #corporeas-filearea .panel-left .filelist {
    width: 180px;
  }
}
#corporeas-filearea .panel-left .filelist .plupload_file_name {
  overflow: hidden;
  white-space: nowrap;
}
#corporeas-filearea .panel-left .plupload {
  float: right;
}
#corporeas-filearea .panel-left .medidas-row {
  display: block;
}
@media (min-width: 1460px) {
  #corporeas-filearea .panel-left .medidas-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#corporeas-filearea .panel-left .medidas-row input[type=number]::-webkit-inner-spin-button,
#corporeas-filearea .panel-left .medidas-row input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
#corporeas-filearea .panel-left .form-group {
  vertical-align: top;
  margin: 0 0 0 9px;
}
#corporeas-filearea .panel-left .form-group:first-of-type {
  margin: 0;
}
#corporeas-filearea .panel-left .form-group:last-of-type {
  margin-left: auto;
}
#corporeas-filearea .panel-left .cfa-medidas {
  margin: 10px 0;
  font-weight: 700;
}
#corporeas-filearea .panel-right {
  width: 58%;
  height: 375px;
  margin-left: auto;
  position: relative;
  border: 1px solid #ddd;
}
#corporeas-filearea .panel-right.with-background {
  background-color: #e8e8e8;
}
#corporeas-filearea .panel-right .corporeas-fa__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#corporeas-filearea .panel-right .corporeas-fa__preview img {
  max-width: 100%;
  max-height: 90%;
}
@media (min-width: 1460px) {
  #corporeas-filearea .panel-right {
    width: 63%;
    height: 485px;
  }
}

@media screen and (min-width: 768px) {
  .customize-channel-letter .panel-productos #corporeas-filearea .panel-heading {
    width: 100%;
  }
}
.corporeas-fa {
  height: 100%;
}
.corporeas-fa__preview {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
 * pages/_categories.scss
 *
 */
#default .top h2 {
  margin-top: 0;
}
#default .mod-categories {
  padding: 0 10px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  #default .mod-categories {
    padding: 0;
    text-align: left;
  }
}
#default .mod-categories .top h1 {
  margin-bottom: 15px;
}
#default .mod-categories .article-title {
  margin-top: 0;
}
@media (min-width: 992px) {
  #default .mod-categories .article-title {
    text-align: left;
  }
}
#default .mod-categories ul > li {
  margin-bottom: 20px;
}
#default .mod-categories ul > li p {
  margin: 10px 0 0;
}
#default .mod-categories ul > li p.price {
  margin-top: 2px;
  color: #66CC00;
}
@media (min-width: 992px) {
  #default .mod-categories.rotulo-wrap .cta {
    padding: 0;
  }
}

/**
 * pages/_cart.scss
 *
 */
@media (min-width: 768px) {
  .shop .form1 {
    margin-left: 0px;
  }
  .shop .form1 .col-sm-offset-1 {
    margin-left: 0px;
  }
}
.shop .caja-estilo {
  border-bottom: 1px solid #66CC00;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}
.shop .metodos-pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop .paypal {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shop .pagatarde {
  margin-left: -120px;
}
.shop .pagatarde .group-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.shop .pagatarde .payment-method__surcharge {
  position: absolute;
  margin-left: -56%;
  margin-top: -20px;
  top: 100%;
  left: 71%;
}
.shop .card_references {
  width: 163px;
  margin-left: 16px;
  font-size: 12px;
}
.shop .card_references ul {
  padding-left: 0px;
  margin-left: 6px;
}
.shop .card_references p {
  font-weight: 600;
}
.shop .payment-method img {
  height: 90px;
}
.shop .payment-method label img:hover {
  border: 2px solid #66CC00;
  border-radius: 10px;
  margin: 0 2px;
}
.shop .payment-method .PmtSimulator {
  margin-top: -5px;
}
.shop .payment-method .payment-method__surcharge {
  text-align: center;
  color: #66CC00;
}
.shop .agree label {
  font-size: 12px;
}
.shop .btn-finish,
.shop .btn-check-vat,
.shop .btn-reload-page {
  border-radius: 10px;
  padding: 6px;
  font-size: 15px;
}
.shop .btn-finish a,
.shop .btn-check-vat a,
.shop .btn-reload-page a {
  border: 0px;
  background-color: grey;
  padding: 5px;
}
@media (max-width: 768px) {
  .shop .btn-finish a,
.shop .btn-check-vat a,
.shop .btn-reload-page a {
    width: 100%;
  }
}
@media (min-width: 1460px) {
  .shop .form-group .card_references {
    width: 193px;
    margin-left: 19px;
    font-size: 13px;
  }
  .shop .pagatarde .payment-method__surcharge {
    position: absolute;
    margin-left: -53%;
    margin-top: 0px;
  }
  .shop .payment-method img {
    height: 110px;
  }
  .shop .payment-method .PmtSimulator {
    height: 110px;
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .shop .pagatarde .payment-method__surcharge {
    position: absolute;
    margin-top: -20px;
  }
}
.shop .payment-method.payment-selected img {
  border: 2px solid #66CC00;
  border-radius: 10px;
}
.shop .form-buttons {
  padding: 12px;
  margin-bottom: 8px;
}
.shop .form-buttons a {
  height: 33px;
}
.shop .form-buttons .unselected {
  opacity: 0.6;
}
.shop .form-buttons .particular {
  float: right;
  margin-right: 12px;
}
.shop .bloque-form.col-md-6 {
  margin-right: 0px;
  margin-left: 0px;
}
.shop .bloque-form h4 {
  text-align: center;
  color: #66CC00;
}
.shop .bloque-form .title2 {
  margin-bottom: 33px;
}
.shop .bloque-form .form1 .form-group .col-md-12 {
  padding-bottom: 0px;
  padding-top: 0px;
}
.shop .has-error .help-block, .shop .error-class .help-block {
  color: #f12a26;
  font-weight: 600;
}
.shop .has-error .form-control, .shop .error-class .form-control {
  border-color: #f12a26 !important;
  border: 2px solid;
}
.shop .txt_error, .shop label.error-class {
  color: #f12a26;
  font-weight: 600;
}

.contenedor-titulo-shopping.main-shop {
  padding-left: 12px;
}

.product.description p {
  margin-bottom: 3px;
}
.product.description ul {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .shop .lista-productos tr td.form-inline, .shop .lista-productos tr td.disenyo, .shop .lista-productos tr td.precioc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shop .pagatarde .group-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop .pagatarde .group-payment label {
    padding-left: 0px;
  }
  .shop .pagatarde .payment-method__surcharge {
    position: initial;
    margin-left: -8%;
    margin-top: -4px;
  }
  .shop .payment-method .PmtSimulator {
    width: 162px !important;
  }

  .box_shopping .pedido.box_shopping.bag .form-inline {
    padding: 2px 0px;
  }
}
.pedido.box_shopping.bag .form-inline {
  padding: 14px 18px;
}

@media (max-width: 367px) {
  .shop .payment-method img {
    height: 83px;
  }
}
/**
 * pages/_cart-table.scss
 *
 */
.cart-table-observations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #66cc00;
}
.cart-table-observations__pre-comentarios {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 12px;
  padding: 12px 0;
}
.cart-table-observations__comentarios {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cart-table-observations__comentarios .title {
  margin: 0 12px;
  padding: 12px 0;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #1d5165;
  font-size: 18px;
  text-align: left;
}
@media (min-width: 768px) {
  .cart-table-observations__pre-comentarios {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cart-table-observations__pre-comentarios h2 {
    border-top: 1px solid #66cc00;
    padding-top: 10px;
  }
  .cart-table-observations__comentarios {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.bag .lista-productos tbody td.cantidad {
  padding: 0px 25px;
}
@media (max-width: 768px) {
  .bag .lista-productos tbody td.cantidad {
    padding: 0px 25px 0px 0px;
  }
  .bag .lista-productos tbody .price {
    margin-bottom: 10px;
  }
}
.bag .lista-productos .producto {
  max-width: 275px;
}
.bag .lista-productos .producto p {
  margin-right: 15px;
  margin-bottom: 3px;
}
.bag .lista-productos .producto ul {
  padding-right: 15px;
  margin-left: 15px;
}
.bag .lista-productos tbody i.material-icons {
  font-size: 11px;
  vertical-align: middle;
}
.bag .lista-productos tbody .delete i.material-icons {
  font-size: 17px;
}
.bag .lista-productos tbody tr:not(.upload-tr) {
  border-bottom: 1px solid #66cc00;
  border-top: 0px;
  vertical-align: text-top;
}
.bag .lista-productos thead {
  border-bottom: 1px solid #66cc00;
  font-weight: bold;
}
.bag .lista-productos tr:not(.upload-tr) td {
  padding: 14px 0px;
}
.bag .lista-productos tr:not(.upload-tr) td.precioc {
  padding-right: 15px;
}
.bag .lista-productos tr:not(.upload-tr) td.price {
  text-align: right;
  padding-right: 9px;
}
.bag .lista-productos tr:not(.upload-tr) td.precioc {
  padding-right: 15px;
  text-align: right;
}
.bag .lista-productos .form-inline .input-peq {
  width: 35px !important;
  height: 26px;
  font-size: 12px;
  padding: 6px 4px;
}
.bag .lista-productos .form-inline p {
  display: inline;
}
.bag .lista-importes.main-font {
  margin: 0px 46px 0px auto;
}
.bag .lista-importes p {
  margin-bottom: 7px;
}
.bag .lista-importes .promo input[type=text] {
  padding: 11px 10px 11px 10px;
}
.bag .frill-list li {
  display: inline;
}
.bag .disenyo button {
  font-size: 15px;
  padding: 7px 7px;
}

@media (max-width: 1200px) {
  .bag .lista-productos .form-inline .input-peq {
    width: 35px !important;
    height: 27px;
    font-size: 12px;
    padding: 6px 4px;
  }
  .bag .lista-productos tbody i.material-icons {
    font-size: 12px;
    vertical-align: baseline;
  }
  .bag .disenyo button {
    font-size: 15px;
    padding: 6px 6px;
  }
}
@media (max-width: 768px) {
  .bag .lista-productos tbody tr:not(.upload-tr) td {
    padding: 2px 0px;
  }
  .bag .lista-productos tbody tr:not(.upload-tr) td.product {
    margin-top: 15px;
  }
  .bag .lista-productos tbody tr:not(.upload-tr) td.price {
    margin-bottom: 13px;
    margin-top: 5px;
    text-align: left;
    text-transform: none;
  }
  .bag .lista-productos tbody tr:not(.upload-tr) td.precioc {
    text-align: left;
    margin-top: 5px;
  }
  .bag .lista-productos tbody tr:not(.upload-tr) td.form-inline, .bag .lista-productos tbody tr:not(.upload-tr) td.disenyo, .bag .lista-productos tbody tr:not(.upload-tr) td.precioc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bag .lista-productos tbody td.cantidad {
    padding: 0px 25px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bag .lista-productos tbody td.medidas, .bag .lista-productos tbody td.pricecs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bag .lista-productos tbody td.pricecs {
    margin-bottom: 8px;
    text-transform: none;
  }
  .bag .lista-productos tbody td.delete-cell .delete i.material-icons {
    font-size: 20px;
  }
  .bag .lista-productos tbody td.form-inline i.material-icons {
    vertical-align: -webkit-baseline-middle;
    margin-top: 10px;
  }
  .bag .lista-productos tbody td.form-inline p {
    margin-top: 8px;
    margin-left: 3px;
  }
}
/**
 * pages/_payment-methods.scss
 *
 */
.payment-method__surcharge {
  color: #808080;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 10px;
}

/**
 * pages/_shopping-confirmation.scss
 *
 */
.shopping-confirmation .datos-envio p {
  margin-bottom: 5px;
}

/**
 * pages/_partners.scss
 *
 */
.box_partners h4 {
  text-transform: none;
}
.box_partners .checkbox label {
  min-height: initial;
}
.box_partners .txt_error {
  color: #C00;
  font-size: 16px;
}
.box_partners .form-control.input_error {
  border: 2px solid #a94442;
  background-color: #ffe4e4;
}

/**
 * pages/_page-content.scss
 *
 */
.page-content.page-content-v2 #content {
  padding: 0;
}
.page-content.page-content-v2 h1 {
  font-weight: 500;
  display: none;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 h1 {
    display: block;
  }
}
.page-content.page-content-v2 .box-01,
.page-content.page-content-v2 .box-02 {
  background-color: #F8F8F8;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-01,
.page-content.page-content-v2 .box-02 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .page-content.page-content-v2 .box-01,
.page-content.page-content-v2 .box-02 {
    padding: 20px 100px 100px;
  }
}
.page-content.page-content-v2 .box-01 .title,
.page-content.page-content-v2 .box-02 .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #0F130C;
  margin: 10px 0 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-01 .title,
.page-content.page-content-v2 .box-02 .title {
    font-size: 56px;
    margin: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .page-content.page-content-v2 .box-01 .title,
.page-content.page-content-v2 .box-02 .title {
    margin: 80px 0 0;
  }
}
.page-content.page-content-v2 .box-01 .subtitle,
.page-content.page-content-v2 .box-02 .subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0F130C;
  margin: 20px 0 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-01 .subtitle,
.page-content.page-content-v2 .box-02 .subtitle {
    font-size: 30px;
  }
}
.page-content.page-content-v2 .box-01 .cta-formulario,
.page-content.page-content-v2 .box-02 .cta-formulario {
  margin-top: 20px;
}
.page-content.page-content-v2 .box-01.bg-white,
.page-content.page-content-v2 .box-02.bg-white {
  background-color: #FFF;
}
.page-content.page-content-v2 .box-01 {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-01 {
    margin: 0;
  }
}
.page-content.page-content-v2 .box-02 {
  margin: 12px 0 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-02 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .page-content.page-content-v2 .box-02 {
    padding: 20px 100px;
  }
}
.page-content.page-content-v2 .box-02 .title {
  font-size: 30px;
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-02 .title {
    font-size: 47px;
    margin: 60px 0 0 0;
  }
}
.page-content.page-content-v2 .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.page-content.page-content-v2 .photos .photo {
  width: 100%;
  margin: 0 0 0 6px;
  position: relative;
}
.page-content.page-content-v2 .photos .photo:first-child {
  margin-left: 0;
}
.page-content.page-content-v2 .photos .photo img {
  width: 100%;
}
.page-content.page-content-v2 .photos .photo .photo-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/i/pcv2-photo-overlay.png") no-repeat;
  background-size: cover;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .photos .photo .photo-overlay {
    font-size: 20px;
  }
}
.page-content.page-content-v2 .photos .photo .photo-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content.page-content-v2 .box-03 {
  margin-top: 12px;
  height: 160px;
  position: relative;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-03 {
    height: 260px;
  }
}
.page-content.page-content-v2 .box-03 .box-title {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #0F130C;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #FFF;
  line-height: 1.4;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-03 .box-title {
    font-size: 56px;
    padding: 20px;
  }
}
.page-content.page-content-v2 .box-03 .box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0F130C;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 26px;
  z-index: 1;
  line-height: 1.4;
  padding: 10px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-03 .box-overlay {
    font-size: 46px;
  }
}
.page-content.page-content-v2 .box-03 .box-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content.page-content-v2 .box-03 .box-overlay.active ~ .box-title {
  opacity: 0.1;
}
.page-content.page-content-v2 .box-03 .box-overlay .triangle {
  width: 75px;
}
@media (min-width: 768px) {
  .page-content.page-content-v2 .box-03 .box-overlay .triangle {
    width: 131px;
  }
}

/**
 * components/_comparador-productos.scss
 *
 */
#modalBodyImg {
  width: 850px;
  height: 554px;
  padding: 4px 4px;
}

iframe.iframeModal {
  width: 890px;
  height: 545px;
}

.imgModalCarrusel {
  width: 890px;
  height: 545px;
}

@media (max-width: 768px) {
  #modalBodyImg {
    width: auto;
    height: auto;
    padding: 4px 4px;
  }

  #modalImg {
    padding-top: 55%;
  }

  iframe.iframeModal {
    width: 370px;
    height: 270px;
  }

  .imgModalCarrusel {
    width: 370px;
    height: 270px;
  }
}
/* COMPARADOR */
.comparador-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

.comparador {
  text-align: center;
}

.comparador img {
  max-width: 200px;
  height: auto;
}

.comparador h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}

.comparador p {
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.buttonComparador {
  background-color: #6600CC;
  color: white;
  padding: 10px;
  border: 2px solid #6600CC;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 150px;
  margin-bottom: 12px;
}

.buttonComparador-first {
  background-color: #66CC00;
  color: white;
  padding: 10px;
  border: 2px solid #66CC00;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  width: 150px;
  margin-bottom: 10px;
}

tr.tr57 {
  height: 55px;
}

tr.tr37 {
  height: 37px;
}

tr.tr37, tr.tr57 {
  border: 1px solid #dddddd;
}

.comparador .recommended {
  font-size: 14px;
  color: grey;
  text-align: center;
}

.table-container-comparador {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.tableComparador {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  min-width: 800px;
}

table, td.tdComparador {
  text-align: center;
  padding: 8px;
  color: black;
}

.no-border td.tdComparador {
  border: none;
}

tr.colorG {
  background-color: #f2f2f2;
}

.stars {
  color: gold;
}

.video-link {
  color: #2600CC;
  font-weight: bold;
}

.consult-link {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #000000;
  margin-top: 20px;
}

.checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid grey;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

.thLateral {
  font-weight: bold;
}

.checkmark:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 10px;
  border: solid grey;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.video-link {
  color: #420682;
  font-weight: bold;
}

.consult-link {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #000000;
  margin-top: 20px;
  text-align: center;
  display: block;
}

iframe.iframeModalComparador {
  width: 780px;
  height: 500px;
}

@media (max-width: 768px) {
  .table-container-comparador {
    overflow-x: scroll;
  }

  table.tableComparador {
    min-width: 600px;
  }

  td.comparador, td.tdComparador {
    padding: 2px;
    font-size: 16px;
  }

  .buttonComparador {
    background-color: #420682;
    color: white;
    padding: 10px;
    border: 2px solid #420682;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    margin-bottom: 12px;
  }

  .buttonComparador-first {
    background-color: #66CC00;
    color: white;
    padding: 10px;
    border: 2px solid #66CC00;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    width: 100px;
    margin-bottom: 10px;
  }

  .comparador img {
    max-width: 100px;
    height: auto;
  }

  .comparador h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
  }

  .comparador p {
    text-align: center;
    font-size: 12px;
    color: #000000;
  }

  iframe.iframeModalComparador {
    width: 320px;
    height: 250px;
  }
}
/**
 * components/product/_seo.scss
 *
 */
.texto-seo-container {
  font-size: 14px;
  color: #5A5A5A;
}

@media screen and (max-width: 767px) {
  #product .container.texto-seo-container {
    display: table;
    width: 95%;
  }
}

/**
 * components/_custom-css-html.scss
 * Aquí va las clases CSS que pueden poner desde el Admin en cualquier campo de texto, y que se puede ver en cualquier página
 * cch = Custom CSS HTML
 */
.iframe-full-width {
  width: 100%;
  height: 200px;
}

@media (min-width: 768px) {
  .iframe-full-width {
    height: 300px;
  }
}
@media (min-width: 982px) {
  .iframe-full-width {
    width: 853px;
    height: 480px;
  }
}
/* .cch-videos-3 = Para mostrar un row con 3 iframes de videos */
.cch-videos-3 iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .cch-videos-3 iframe {
    height: 500px;
  }
}
@media (min-width: 982px) {
  .cch-videos-3 iframe {
    width: 32%;
    height: 711px;
    margin-left: 10px;
  }
  .cch-videos-3 iframe:first-of-type {
    margin-left: 0;
  }
}