@font-face {
  font-family: 'ovicon';
  src: url('../fonts/ovicon.eot?pgihny');
  src: url('../fonts/ovicon.eot?#iefixpgihny') format('embedded-opentype'), url('../fonts/ovicon.ttf?pgihny') format('truetype'), url('../fonts/ovicon.woff?pgihny') format('woff'), url('../fonts/ovicon.svg?pgihny#ovicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ic-"],
[class*=" ic-"] {
  font-family: 'ovicon';
  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;
}


.cesta-carrito{
    margin-top: 50px;
}



.btn-seguirc, .btn-modal{
  background-color: #FFDA00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom:10px;
  color: #000;
  text-transform: uppercase;
  width: fit-content;
  height: fit-content;
  padding: 15px 30px 15px 30px;
}

.btn-modal:hover {
  background: #000 !important;
  color: #FFF !important;
  border: 0 !important;
}

.modal.infoTransporte .table thead th {
  border-top: 0 !important;
  margin-top: 10px;
  font-family: 'Calibri Heavy';
  font-size: 1.2em;
  border-bottom: 5px solid #dee2e6;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.modal.infoTransporte .table tbody tr:first-child {
  padding-top: 20px;
}

.modal.infoTransporte .modal-dialog .modal-content .modal__smtext{
  font-size:1.2em;
  color:#000;
  font-family:'Calibri Heavy';
}

.modal.infoTransporte .table tbody td {
  font-size: 1.1em;
  font-family: 'Calibri Light';
}

.modal.modalForm .modalForm-parraf strong {
  font-size: 14px;
  font-family: 'Calibri Heavy';
  color: #000;
  font-size: 1.3em;
}

.modal.modalForm .polPriv label {
  background-color: #999;
}


.btn-seguirc:hover{
    background: #fff;
    color: #000;
    border:1px solid #000;
}

.btn-modal{
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 0;
}

.btn-modal:hover{
    opacity: 1;
}



.ayuda-cesta{
    font-size: 22px;
    font-family: "OpenSans Semibold";
    color: #999;
}

.ayuda-cesta span{
    font-size: 25px;
    color: #444;
}

.form-horizontal input, .form-horizontal select, .voucher-content input, #form_usuario_registrado input, #form_usuario_nuevo input, #form_recordar_clave input{
    border-radius: 0;

}

.mProds {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
}
.mProds-item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 20px;
}
.mProds-card {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
.mProds-card:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: '' 0 1px 3px rgba(0, 0, 0, 0.4) 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 3px rgba(0, 0, 0, 0.4) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 3px rgba(0, 0, 0, 0.4) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 3px rgba(0, 0, 0, 0.4) 1px 2px rgba(0, 0, 0, 0.2);
}
.mProds-link {
  display: block;
  margin-bottom: 10px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.mProds-link:hover .mProds-img {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.mProds-link:hover .mProds-view {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.mProds-view {
  width: 50%;
  padding: 10px;
  background-color: #e87501;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -moz-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  -o-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  top: -300px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mProds-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.mProds-group {
  margin-top: 0;
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.mProds-title {
  font-size: 12px;
  font-size: 0.75rem;
}
.mProds-type {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}
.mProds-price {
  display: block;
  text-align: right;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}

.btn-volver-modal{
    color:#ff6000!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.btn-volver-modal:hover{
    opacity: 0.8;
    text-decoration: none;
}

.btn-volver-modal:focus{
   outline: 0;
}
.close-modal{
    position: relative;
    border: none!important;
    bottom: 11px!important;
    opacity: 0.5!important;
    margin: 0;
}

.modal.modalAlerta .modal__contenido {
  margin-top:30px;
  margin-bottom:0;
}

.modal.modalAlerta p {
  font-family: 'Calibri Light';
  font-size: 1.2em;
  margin-bottom: 45px;
  text-align: center;
}

.modal.modalAlerta button i {
  margin-right: 5px;
}

.modal.modalForm .modalForm-parraf {
      font-size: 13px;
    font-family: "OpenSans Regular";
    color: #666;
}
.modal.modalForm .modalForm-parraf a {
  color: #ff6000;
  text-decoration: underline;
}
.modal.modalForm .modalForm-parraf a:hover {
  color: #4d4d4d;
}
.modal.modalForm .modalForm-title {
  font-weight: 400;
  margin-top: 0;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}
.modal.info-descuento .info-descuento-w {
  margin-bottom: 30px;
}
.modal.info-descuento .info-descuento-w h1,
.modal.info-descuento .info-descuento-w h2,
.modal.info-descuento .info-descuento-w h3,
.modal.info-descuento .info-descuento-w h4,
.modal.info-descuento .info-descuento-w h5,
.modal.info-descuento .info-descuento-w h6 {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
	line-height: 36px;
}
.modal.info-descuento .info-descuento-w ul {
  padding: 0 60px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
}
.modal.info-descuento .info-descuento-w ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.modal.info-descuento .info-descuento-w ul li:before {
  font-family: 'FontAwesome';
  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;
  content: '\f046';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b3b3b3;
  margin-right: 10px;
}
.modal.info-descuento .info-descuentoAlert {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal-dialog {
  z-index: 9999;
}
.modal-dialog .modal-content {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*background-image: url(../img/bg-grunge.png);*/
  background-repeat: repeat;
  background-position: 0 0;
  overflow: hidden;
}
.modal-dialog .modal-content:before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  /*background-image: url(../img/bg-logo.png);*/
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.modal-dialog .modal-content .modal__icon {
  font-size: 80px;
  font-size: 5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  color: rgba(0, 0, 0, 0.13);
}
.modal-dialog .modal-content .modal__smtext {
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
}
.modal-dialog .modal-body {
  position: relative;
  z-index: 2;
}
.modal-dialog .modal-footer {
  position: relative;
}

.modal.desgloseIva .modal-body, .modal.infoTransporte .modal-body{
	padding: 15px;
}

.modal.desgloseIva .modal-header, .modal.infoTransporte .modal-header, .modal.condVenta .modal-header, .modal.info-descuento .modal-header{
	border-bottom: none;
}

.modal.desgloseIva .modal-footer, .modal.infoTransporte .modal-footer, .modal.condVenta .modal-footer, .modal.info-descuento .modal-footer{
	border-top: none;
}




.mHdr-right {
  position: absolute;
  top: 0;
  right: 0;
}
.mHdr-right > button,
.mHdr-right a {
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 21px 17px 20px 17px;
  text-align: center;
  margin-right: 1px;
  background-image: url(../img/bg-button.png);
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
.mHdr-right > button:last-child,
.mHdr-right a:last-child {
  margin-right: 0;
}
.mHdr-searchBtn {
  background-color: #4d4d4d;
  color: #fff;
}
.mHdr-searchBtn.is-active {
  background-color: #e87501;
  color: rgba(0, 0, 0, 0.5);
}
.mHdr-registroBtn,
.mHdr-loginBtn {
  background-color: #808080;
  color: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.mHdr-registroBtn:hover,
.mHdr-loginBtn:hover {
  background-color: #222;
  color: #fff;
}
.mHdr-cartBtn {
  background-color: #e87501;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.mHdr-cartBtn > i {
  display: block;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
}
.mHdr-cartBtn > .badge {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  line-height: 0.9375rem;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 400;
}
.mHdr-goBack {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #ffdbb6 !important;
}
.mHdr-goBack:hover {
  background-color: #824201 !important;
}

.shCart {
  position: relative;
}
.shCart-body {
  background-color: #e6e6e6;
  padding: 10px;
}
.shCart-down {
  border: 1px solid #e6e6e6;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 999;
}
.shCart-line {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  position: relative;
  background-color: #fff;
}
.shCart-line:last-child {
  border-bottom: none;
}
.shCart-line span {
  font-size: 12px;
  font-size: 0.75rem;
}
.shCart-line.shCart-line--empty {
  text-align: center;
}
.shCart-line.shCart-line--empty i {
  color: #cccccc;
}
.shCart-line.shCart-line--empty p {
  color: #cccccc;
}
.shCart-line.shCart-line--empty.is-hidden {
  display: none;
}
.shCart-name {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.shCart-del {
  border: none;
  background: #FFDA00;
  padding: 0;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  /* border-radius: 50%; */
  width: 25px;
}
.shCart-del:focus {
  outline: none!important;
}
.shCart-total {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
.shCart-total li {
  background-color: #e6e6e6;
  border-bottom: 1px solid #cccccc;
	padding: 0;
}
.shCart-total li:last-child {
  border-bottom: none;
}
.shCart-total li span {
  float: right;
}
.shCart-down {
  right: -1px;
  width: 313px;
  text-transform: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: '' 0px 1px 6px rgba(0, 0, 0, 0.61) 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0px 1px 6px rgba(0, 0, 0, 0.61) 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0px 1px 6px rgba(0, 0, 0, 0.61) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0px 1px 6px rgba(0, 0, 0, 0.61) 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.shCart-line {
  padding-left: 15px;
  padding-right: 15px;
}
.shCart-line.shCart-line--empty {
  background-color: #cccccc;
  border: none;
}
.shCart-line.shCart-line--empty i {
  color: #999999;
  font-size: 54px;
  font-size: 3.375rem;
}
.shCart-line.shCart-line--empty p {
  color: #999999;
}
.shCart-line-left {
  padding-right: 5px;
}
.shCart-line-right {
  padding-left: 5px;
}
.shCart-line-right span {
  font-weight: 800;
  margin-right: 3px;
  color: #4d4d4d;
}
.shCart-name {
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4d4d;
}
.shCart-del i {
  font-size: 18px;
  font-size: 1.125rem;
}
.shCart-del:hover {
  color: #C32D2D;
}
.shCart-total {
  border-top: 1px solid #999999;
}
.shCart-total li {
  background-color: #f1f1f1;
  color: #333333;
  border-bottom-color: #bfbfbf;
}
.shCart-total li:last-child {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}
.shCart-btn {
  width: 100%;
}
.shCart-btn i {
  display: inline-block;
}
.shCart-btn span {
  font-weight: 800;
}

.btn-carrito{
    background: #000;
    text-transform: uppercase;
    padding: 18px;
    color: #fff!important;
    text-align: center;
}

.btn-carrito:hover{
   background: #141414;
}

.chsteps {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.chsteps-col {
  padding-left: 0;
  padding-right: 0;
  counter-increment: step-counter;
}
.chsteps-col:before {
  content: counter(step-counter);
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e6e6e6;
  font-weight: 600;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  left: 20px;
  z-index: 2;
}
.chsteps-item {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: center;
  position: relative;
  color: #cccccc;
  overflow: hidden;
}
.chsteps-item.is-completed {
  background-color: rgba(0, 0, 0, 0.3);
}
.chsteps-item.is-completed:after {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 55px;
  font-size: 3.4375rem;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'FontAwesome';
  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;
  content: '\f00c';
}
.chsteps-item.is-active {
  background-color:#000;
  color: #fff;
    font-family: "OpenSans Light";
}
.chsteps-item.is-active:after {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.1);
  font-family: 'FontAwesome';
  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;
  content: '\f041';
}
.chsteps-item span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
    border: 1px dashed #777;
    padding: 15px 20px;
}
.cesta-table {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
.cesta-table th {
  background-color: #cccccc;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #808080;
}
.cesta-item-thumbnail a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.cesta-item-thumbnail img {
  width: 50px;
}
.cesta-item-name a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
.cesta-item-name a:hover {
  color: #e87501;
}
.cesta-item-quantity input {
	width: 100%;
  	height: 35px;
    border: 1px solid #666;
    border-radius: 0;
	padding: 0 10px;
}
.cesta-item-remove a {
  background-color: #4d4d4d;
  display: inline-block;
  color: #e6e6e6;
  padding: 5px;
  float: right;
}
.cesta-item-remove a:hover {
  background-color: #000;
    color: #fff;
}
.shipOpts-prevision {
  margin-bottom: 20px;
}
.shipOpts-prevision > span {
  display: block;
  padding: 15px;
  background-color: #d9d9d9;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4d4d;
}
.shipOpts-prevision > span:before {
  font-family: 'FontAwesome';
  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;
  content: '\f274';
  margin-right: 5px;
}
.shipOpts-option input[type=radio] {
  width: 18px;
  height: 18px;
  background-color: #e6e6e6;
  border: 2px solid #969696;
  top: 4px;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
    outline: 0;
}
.shipOpts-option input[type=radio]:checked:after {
  font-family: 'FontAwesome';
  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;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #ff6000;
    font-size: 12px;
    outline: 0;
}
.shipOpts-option label {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
}
.shipOpts-option label span {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

.shipOpts .envio_gratis_cesta {
  display: block;
	margin-bottom: 15px;
}

.comentarios-cesta{
	margin-bottom: 25px;
}
.sidepanel {
    background-color: #f1f1f1;
    padding: 30px;
    border: 1px dashed #ccc;
    margin-bottom: 15px;
}
.sidepanel h3 {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}


.polPriv{
    margin: 12px 0;
}


.sidepanel .polPriv label {
  float: left;
  margin-right: 3px;
}
.sidepanel .polPriv span {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}

.polPriv a{
    color: #ff6000;
}

.polPriv input[type=checkbox]{
    outline: 0;
    float: left;
    margin-top: 6px;
}
.sidepanel-table {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
.sidepanel-table .shipping__info i {
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #e87501;
}
.sidepanel-table .shipping__info i:hover {
  color: #cccccc;
}
.sidepanel-table tr {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  display: block;
  clear: both;
}
.sidepanel-table tr th {
  float: left;
}
.sidepanel-table tr td {
  float: right;
}
.sidepanel-btn {
    margin-bottom: 20px;
    border-radius: 0;
    background: #000;
    outline: 0;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
    border:1px solid #000;
}

.sidepanel-btn:hover {
    color: #000;
    background: #fff;
    border:1px solid #000;
}
.sidepanel-desgText {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #808080;
}
.sidepanel-desgBtn {
  text-transform: uppercase;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff6000!important;
  font-weight: 700;
}


_cesta-envio form{
	padding: 0 15px;
}
.cesta-section-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "OpenSans Light";
  font-weight: 400;
  text-transform: none;
  color: #666666;
  margin-top: 100px;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px dashed #b3b3b3;
  margin-bottom: 30px;
}
.cesta-label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d;
}
.cesta-label.cesta-label-xs {
  font-size: 13px;
}
.cesta-crea-cuenta {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin: 20px 0;
}
.cesta-crea-cuenta h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4d4d4d;
  font-weight: 700;
}
.cesta-crea-cuenta p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}
.envio-factura {
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.09);
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}
.envio-factura-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
.envio-factura-link {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #e87501;
}
.envio-factura-link.is-hidden {
  display: none;
}
.envio-factura-form {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 25px;
  display: none;
  margin-bottom: 30px;
}

.form-group.copia-datos {
    display: inline-block;
    width: 100%;
    margin-left: 15px!important;
    margin-bottom: 15px!important;
}

.form-group.copia-datos label{
    font-size: 15px;
}

.form-group.copia-datos input{
    margin-right: 5px;
	position: relative;
	top: 2px;
}

.label-comentarios{
	font-size: 15px;
}

.envio-where-tab {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: relative;
  clear: both;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.envio-where-tab .envio-where-radio {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.envio-where-tab .envio-where-radio:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  font-family: 'FontAwesome';
  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;
  content: '\f0c8';
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
  z-index: 1;
}
.envio-where-tab span {
  font-size: 13px;
  font-size: 0.8125rem;
  float: left;
  color: #f2f2f2;
  font-weight: 700;
}
.envio-where-tab input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.envio-where-tab input[type=radio]:checked + .envio-where-radio:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  font-family: 'FontAwesome';
  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;
  content: '\f00c';
  font-size: 14px;
  font-size: 0.875rem;
  color: #e87501;
  z-index: 2;
}

#div_formas_envio{
    margin-bottom: 60px;
}
.envio-where-gift,
.envio-where-home {
  display: none;
}
.envio-where-gift.is-active,
.envio-where-home.is-active {
  display: block;
}
.envio-modo {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  text-align: center;
  height: 260px;
  margin-bottom: 30px;
  position: relative;
}
.envio-modo input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.envio-modo input[type="radio"]:checked + label:before {
  font-family: 'FontAwesome';
  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;
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 2;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #e87501;
}
.envio-modo input[type="radio"]:checked + label + .envio-modo-price {
  color: #fe9b37;
}
.envio-modo-label {
  display: table;
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.envio-modo-label:hover:after {
  color: #404040;
}
.envio-modo-label:after {
  font-family: 'FontAwesome';
  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;
  content: '\f0c8';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 1;
  font-size: 40px;
  font-size: 2.5rem;
  color: #333333;
}
.envio-modo-price {
  text-align: center;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #f2f2f2;
  margin-bottom: 10px;
}
.envio-modo-time {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #cccccc;
}
.envio-modo-date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #cccccc;
  text-align: center;
  display: block;
}
.envio-modo-date a {
  color: #fe9b37!important;
}
.envio-modo-date a:hover {
  text-decoration: underline;
}
.envio-modo-pickaday {
  display: none;
}
.envio-modo-pickaday input[type=text] {
  margin: 0;
  margin-bottom: 5px;
  padding: 5px;
  height: auto;
  line-height: 1;
  border: none;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #f2f2f2;
}
.envio-modo-pickaday a {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    background: #e37c84;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.envio-modo-pickaday a:hover{
	opacity: 0.8;
}
.desgloseIva__dlist {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.desgloseIva__dlist dt {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.desgloseIva__dlist dd {
  color: #4d4d4d;
}
.envio-user-tab {
  display: block;
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

.envio-user-tab:hover{
    color: #000;
}
.envio-user-tab.is-active {
  background-color: rgba(0, 0, 0, 0.7);
  color: #e6e6e6;
}
.voucher-content {
  background-color: rgba(0, 0, 0, 0.2);
  clear: both;
  position: relative;
  padding: 30px 50px;
  overflow: hidden;
}
.voucher-content div[class^=col-]:first-child {
  padding-right: 5px;
}
.voucher-content div[class^=col-]:last-child {
  padding-left: 5px;
}

.voucher-content h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.voucher-content:before {
  font-family: 'FontAwesome';
  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;
  content: '\f02c';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 113px;
  font-size: 7.0625rem;
  color: rgba(0, 0, 0, 0.1);
  top: -2px;
  right: -2px;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
}
.voucher-infoBtn {
  cursor: pointer;
  color: #e87501;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.voucher-infoBtn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.pagoblock {
    background-color: #eee;
    border: 3px solid #666666;
    padding: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.pagoblock h3 {
    font-weight: 600;
    color: #666;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
}
.pagoblock h3 span {
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
	display: block;
}
.pagoblock.is-selected {
  border-color: #cccccc;
}
.pagoblock.is-selected h3 {
  margin-bottom: 8px;
}
.pagoblock.is-selected p {
  margin-bottom: 30px;
  display: block;
}
.pagoblock.is-selected button {
  display: block;
}
.pagoblock.is-selected .shop-payment button {
  display: inline-block;
  margin-right: 20px;
}
.pagoblock.is-selected .shop-payment button:last-child {
  margin-right: 0;
}
.pagoblock.is-selected .pagoblock-icon--pay {
  top: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 500px;
}
.pagoblock.is-selected .pagoblock-icon--check {
  top: 85%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
.pagoblock.is-selected .ic-bankwire {
  top: 200%!important;
}
.pagoblock.is-selected .ic-iupay {
  top: 200%!important;
}
.pagoblock:hover {
  border-color: #fea851;
}
.pagoblock:hover .pagoblock-icon--pay {
  top: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 500px;
}
.pagoblock:hover .pagoblock-icon--check {
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
.pagoblock:hover .pagoblock-icon {
  color: #cccccc;
}
.pagoblock:hover .ic-bankwire {
  top: 200%!important;
}
.pagoblock:hover .ic-iupay {
  top: 200%!important;
}

.ic-iupay:before {
  content: "\e602";
}

.ic-bankwire:before {
  content: "\e600";
}

.ic-cod:before {
  content: "\e601";
}

.pagoblock-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  display: none;
  margin-bottom: 0;
  padding-right: 50px;
}
.pagoblock-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  -moz-transform: translate(0%, -50%) rotate(0deg);
  -ms-transform: translate(0%, -50%) rotate(0deg);
  -o-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
  color: #666;
  font-size: 36px !important;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagoblock-icon.pagoblock-icon--check {
  top: initial;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: -200px;
}
.pagoblock-icon.ic-bankwire {
  font-size: 54px !important;
  top: 33%!important;
}
.pagoblock-icon.ic-iupay {
  font-size: 101px!important;
  font-size: 6.3125rem !important;
  top: 19%!important;
}
.pagoblock-close {
  position: absolute;
  font-size: 30px !important;
  font-size: 1.875rem !important;
  top: -17px;
  right: -8px;
  color: #808080;
  z-index: 9;
  display: none!important;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagoblock-close:hover {
  color: #b3b3b3;
}
.pagoblock-close.is-selected {
  display: block!important;
}
.pagoblock-btn {
  color: #fff;
  font-weight: 600;
  display: none;
}
.pagarSidepanel {
  margin-bottom: 30px;
}
.pagarSidepanel [class^="col-"],
.pagarSidepanel [class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.pagarSidepanel-label {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  line-height: 1;
}
.pagarSidepanel-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px!important;
  padding-bottom: 15px;
}
.pagarSidepanel-link {
  color: #e87501;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
.pagarSidepanel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4d4d4d;
  font-weight: 700;
}
.pagarSidepanel-list li {
  margin-bottom: 15px;
  position: relative;
}
.pagarSidepanel-list li i {
  position: absolute;
  top: 0;
  left: 0;
}
.pagarSidepanel-list li span {
  display: block;
  padding-left: 20px;
}
.cesta-pago-status {
  padding: 50px 0;
}
.cesta-pago-status hr {
  border-color: #cccccc;
}
.cesta-pago-status .btn {
  margin-right: 10px;
}
.cesta-pago-status .btn:last-child {
  margin-right: 0;
}
.cesta-pago-status.cesta-pago-ok .cesta-pago-status-icon {
  color: rgba(15, 105, 5, 0.5);
}
.cesta-pago-status.cesta-pago-ko .cesta-pago-status-icon {
  color: rgba(105, 5, 5, 0.5);
}
.cesta-pago-status-icon {
  font-size: 200px;
  font-size: 12.5rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
}
.cesta-pago-status-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d;
}
.cesta-pago-status-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4d;
}
.account-item {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.account-item:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.account-item:hover i,
.account-item:hover span {
  color: #fe8e1e;
}
.account-item i {
  font-size: 100px;
  font-size: 6.25rem;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.account-item span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
._profile .cesta-section-title {
  margin-top: 0;
}
.historial-table td {
  vertical-align: middle!important;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 15px!important;
  color: #666666;
}
.historial-table .btn-link {
  background-color: #e6e6e6;
  padding: 10px;
  float: right;
}

