/*** lightbox ***/

.prod, span.through, span.oferta, span.tarjeta-ripley{
	visibility: hidden;
}
.prod{
	cursor: pointer;
}
/*
.screen {
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,.75);
	top: 0;
	z-index: 9999;
	opacity: 0;
	transition: opacity 300ms ease
}
.screen.on-screen {
	opacity: 1
}
.screen * {
	box-sizing: border-box
}
.lightbox {
	background-color: #fff;
	width: 100%;
	position: absolute;
	max-width: 770px;
	margin: 0 auto;
	left: 0;
	right: 0
}
.lightbox h2 {
	color: #333;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1.4285714286em
}
.lightbox h3 {
	font-size: 2.1428571429em;
	padding: 0 20px 10px;
	border-bottom: 1px solid #CCC
}
.lightbox .sku-title {
	color: #333;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1em;
	display: block
}

.lightbox .small-text {
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 20px
}
.lightbox .stronger-text {
	font-size: 1.1428571429em;
	font-weight: 700;
	margin-bottom: 15px
}
.lightbox .product-box {
	margin-bottom: 0
}
.lightbox .product-box h3, .lightbox .product-box .oferta-price {
	font-size: 14px
}

.lightbox .product-points{
	margin-top: 0;
}


.lightbox .close-btn {
	left: 100%;
	top: 0;
	color: transparent;
	font-size: 0;
	width: 42px;
	height: 42px;
	background-color: #BE1900;
	position: absolute;
	cursor: pointer;
	background-image: url("../images/icons/sprite.svg");
	background-repeat: no-repeat;
	background-position: -241px 5px;
	transition: all 300ms ease
}
.no-svg .lightbox .close-btn {
	background-image: url("images/icons/sprite.png")
}
.lightbox .close-btn:hover {
	background-color: #a51600
}
.lightbox .btn {
	font-size: 18px
}

.mensaje-no-encuentra {
	display: none;
	padding: 40px
}
.mensaje-no-encuentra h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px
}
.informacion {
	visibility: hidden;
}
.modal-wrapp {
	padding: 40px 20px 10px 20px;
}

.lightbox .row [class*="grid"] {
    display: block;
    float: left;
    margin-right: 1.0309278351%;
}

.lightbox .grid-6 {
    width: 49.4845360825%;
}

.lightbox .row [class*="grid"].last {
    margin-right: 0;
}


.chef-holder .btn.small {
    padding: 10px;
}

.chef-holder a:hover {
    outline: 0 none;
    color: #0d0d0d;
    transition: all 300 ease;
}



.lightbox .btn {
    font-family: "Abel",sans-serif;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    transition: all 300ms ease;
    background-color: #333;
    border-bottom: 2px solid #000;
    line-height: 180%;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}

.lightbox .btn {
    font-size: 16px;
}

.lightbox .btn.red-ripley:hover {
    background-color: #c22425;
}
.lightbox .btn.red-ripley {
    background-color: #d7292a;
    border-bottom: 2px solid #A81D1D;
}
.lightbox .btn:hover {
    background-color: #404040;
    color: #FFF;
}

.lightbox .table-element {
    display: table;
    width: 100%;
}

.lightbox .table-element .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.lightbox button:active, .lightbox button:hover, .lightbox button:focus {
    outline: 0 none;
    border-radius: 0;
}

.lightbox .close-btn{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 0;
}

.lightbox .modal-footer {
    background-color: #eee;
    padding: 10px;
    text-align: right;
}

.lightbox .modal-footer p, .lightbox .modal-footer a {
    font-weight: 700;
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 12px;
}

.lightbox .modal-footer p {
    display: inline-block;
    color: #333;
    margin-bottom: 0;
}

.lightbox .bordered-bottom-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.lightbox .normal-price {
    display: block;
    font-size: 14px;
}


.lightbox .oferta-price-2 {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.lightbox .oferta-price {
    color: #BE1900;
    font-size: 20px;
    font-weight: 700;
    min-height: 25px;
    display: block;
}

.lightbox .small-text {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 20px;
}

.lightbox .stronger-text {
    font-size: 1.1428571429em;
    font-weight: 700;
    margin-bottom: 15px;
}

.lightbox .product-name{
	margin-bottom: 0;
}


@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}
.ball-beat {
	width: 25px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px
}
.ball-beat > div {
	background-color: #000;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;
	-webkit-animation: ball-beat .7s 0 infinite linear;
	animation: ball-beat .7s 0s infinite linear
}
.ball-beat > div:nth-child(2n-1) {
	-webkit-animation-delay: .35s !important;
	animation-delay: .35s !important
}
.ball-beat.white-balls {
	position: fixed;
	top: 50%
}
.ball-beat.white-balls > div {
	background-color: #FFF
}


.lightbox .add-bag {
	background-color: #eee;
	padding: 10px 10px 10px 20px;
	margin: 10px 0;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	min-height: 0;
	transition: all 300ms ease
}
.lightbox .add-bag.active {
	opacity: 1;
	visibility: visible;
	min-height: 40px
}
.lightbox .error-variantes {
	clear: both;
	overflow: hidden;
	color: #d7292a;
	display: none;
	margin-bottom: 0;
}


.lightbox .icon-element {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icons/sprite.svg");
    background-repeat: no-repeat;
}

.lightbox .icon-element.bolsa {
    width: 14px;
    height: 22px;
    background-position: -186px -6px;
}

.lightbox .icon-element.credit-card {
    width: 33px;
    height: 20px;
    background-position: 0 0;
    background-image: url("../images/icons/tarjeta-icon.jpg");
}

.lightbox .icon-element.mini-bolsa {
    background-image: url("../images/icons/icon-mini-bolsa.svg");
    width: 20px;
    height: 20px;
    background-position: center center;
}

.lightbox .add-bag p{
	margin: 0;
}

.lightbox .card-img, .lightbox .oferta-price {
	display: inline-block;
	vertical-align: middle
}

.lightbox .talla {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.875em;
    line-height: 150%;
    font-weight: 600;
    color: #404040;
}

.lightbox .talla ul li {
    cursor: pointer;
    font-size: 0.875em;
    float: left;
    list-style: none;
    border: 3px solid #E5E5E5;
    background-color: #FFF;
    padding: 0px 3px;
    margin-right: 5px;
}

.lightbox .talla ul li:hover, .lightbox .color ul li:hover, .lightbox .talla ul li.active, .lightbox .color ul li.active {
    border: 3px solid #FAC549;
}

.lightbox .talla ul li a {
	color: #000;
    text-decoration: none;
}


.lightbox .color {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0.875em;
    line-height: 150%;
    font-weight: 600;
}

.lightbox .color ul li {
    cursor: pointer;
    font-size: 0.875em;
    float: left;
    list-style: none;
    border: 3px solid #E5E5E5;
    background-color: #FFF;
    text-indent: -9999px;
    padding: 1px 3px;
    margin-right: 5px;
    width: 30px;
}

.lightbox .color ul li a {
    color: #404040;
    text-decoration: none;
}

.lightbox .color ul li a img{
	display: block;	
}

.lightbox .vtalla, .lightbox .vcolor, .lightbox .variantes{
	display: none;
}

@media only screen and (max-width: 640px){
	.lightbox .grid-6{
	    width: 100%;
	    float: none;
	}
	
	.disable-table-mobile {
    display: block;
}
	
	.lightbox .disable-table-mobile .table-cell {
	    display: block;
	    width: 100%;
	}
	
	.lightbox .btn {
	    padding: 15px 10px;
	    font-size: 15px;
	}
	
	.lightbox .btn.red-ripley{
		margin-top: 10px;
	}
	
}

@media only screen and (max-width: 875px){
	.lightbox .close-btn {
	    right: 0;
	    left: auto;
	}
} */
/*----------*/
#rmoda .screen {
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 300ms ease; }
#rmoda .screen.on-screen {
    opacity: 1; }
#rmoda .screen * {
    box-sizing: border-box; }
#rmoda .lightbox {
    background-color: #fff;
    width: 100%;
    position: absolute;
    max-width: 867px;
    margin: 0 auto;
    left: 0;
    right: 0; }
#rmoda .lightbox h2 {
      color: #333;
      font-size: 25px;
      font-family: "robotoregular", "arial", sans-serif; }
#rmoda .lightbox p {
      font-family: "robotoregular", "arial", sans-serif;
      text-transform: uppercase; }
#rmoda .lightbox .sku-title {
      color: #333;
      font-size: 18px;
      display: block; }
#rmoda .lightbox.proximamente {
      max-width: 560px !important; }
#rmoda .lightbox .informacion h4 {
      text-align: left !important; }
#rmoda .lightbox .small-text {
    font-size: 14px;
    margin-bottom: 0; }
#rmoda .lightbox .botones {
    margin-top: 40px; }
#rmoda .lightbox .product-box {
    margin-bottom: 0; }
#rmoda .lightbox .product-box h3,  .lightbox .product-box .oferta-price {
    font-size: 14px; }
#rmoda .lightbox .product-points {
    margin-top: 0px !important; }
#rmoda .lightbox .galeria {
    overflow: hidden;
    margin-top: 12px; }
#rmoda .lightbox .galeria ul li {
      float: left;
      padding: 5px 2px;
      border: 4px solid #E5E5E5;
      margin: 4px 5px; }
#rmoda .lightbox .galeria ul li a img {
        height: 55px; }
#rmoda .mensaje-no-encuentra {
    display: none;
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
#rmoda .mensaje-no-encuentra h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
#rmoda .informacion {
    visibility: hidden; }
#rmoda .informacion.proximamente h2 {
      text-align: center;
      padding: 25px;
      font-size: 34px; }
#rmoda .lightbox .modal-wrapp {
    padding: 40px 20px 10px;
    border: 1px solid #000;
    background-color: #fff; }
#rmoda .lightbox .row [class*="grid"] {
    display: block;
    float: left;
    margin-right: 1.0309278351%; }
#rmoda .lightbox .grid-6 {
    width: 49.4845360825%; }
#rmoda .lightbox .row [class*="grid"].last {
    margin-right: 0; }
#rmoda .chef-holder .btn.small {
    padding: 10px; }
#rmoda .chef-holder a:hover {
    outline: 0 none;
    color: #0d0d0d;
    transition: all 300 ease; }
#rmoda .col-text {
    padding: 0 3%; }
#rmoda .col-text h3 {
      text-decoration: none; }
#rmoda .col-text p {
      text-align: center; }
#rmoda .lightbox .btn:hover {
    background-color: #404040;
    color: #FFF; }
#rmoda .lightbox button:active,  .lightbox button:hover,  .lightbox button:focus {
    outline: 0 none;
    border-radius: 0; }
#rmoda .lightbox .modal-footer {
    background-color: #eee;
    padding: 10px;
    text-align: right; }
#rmoda .lightbox .modal-footer p,  .lightbox .modal-footer a {
    font-weight: 700;
    font-size: 12px; }
#rmoda .lightbox .modal-footer p {
    display: inline-block;
    color: #333;
    margin-bottom: 0; }
#rmoda .lightbox .bordered-bottom-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
#rmoda .lightbox .normal-price {
    display: block;
    font-size: 14px;
    color: #535353; }
#rmoda .lightbox .oferta-price-2 {
    color: #BE1900;
    font-size: 16px;
    font-weight: 700;
    display: block; }
/*#rmoda .lightbox span:last-child {
    color: #BE1900;
    font-size: 16px;
    font-weight: 700;
    display: block; 
}*/
#rmoda .lightbox .oferta-price {
    color: #BE1900;
    font-size: 20px;
    font-weight: 700;
    min-height: 25px;
    display: block; }
#rmoda .lightbox .small-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px; }
#rmoda .lightbox .stronger-text {
    margin-bottom: 15px; }
#rmoda .lightbox .product-name {
    margin-bottom: 0; }
@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
#rmoda .ball-beat {
    width: 25px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px; }
#rmoda .ball-beat > div {
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0 infinite linear;
    animation: ball-beat 0.7s 0 infinite linear; }
#rmoda .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: .35s !important;
    animation-delay: 0.35s !important; }
#rmoda .ball-beat.white-balls {
    position: fixed;
    top: 50%; }
#rmoda .ball-beat.white-balls > div {
    background-color: #000; }
#rmoda .lightbox .add-bag {
    background-color: #eee;
    padding: 10px 10px 10px 20px;
    margin: 10px 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    min-height: 0;
    transition: all 300ms ease; }
#rmoda #producto h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px; }
#rmoda .lightbox .add-bag.active {
    opacity: 1;
    visibility: visible;
    min-height: 40px; }
#rmoda .lightbox .error-variantes {
    clear: both;
    overflow: hidden;
    color: #d7292a;
    display: none;
    margin-bottom: 0; }
#rmoda .lightbox .add-bag p {
    margin: 0; }
#rmoda .lightbox .card-img,  .lightbox .oferta-price {
    display: inline-block;
    vertical-align: middle; }
#rmoda .lightbox .talla {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    font-size: .875em;
    line-height: 150%;
    font-weight: 600;
    color: #404040; }
#rmoda .lightbox .talla ul li {
    cursor: pointer;
    font-size: .875em;
    float: left;
    list-style: none;
    border: 3px solid #E5E5E5;
    background-color: #FFF;
    padding: 0 3px;
    margin-right: 5px; }
#rmoda .lightbox .talla ul li:hover, #rmoda .lightbox .color ul li:hover, #rmoda .lightbox .talla ul li.active, #rmoda .lightbox .color ul li.active {
    border: 3px solid #FAC549; }
#rmoda .lightbox .talla ul li a {
    color: #000;
    text-decoration: none; }
#rmoda .lightbox .color {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    font-size: .875em;
    line-height: 150%;
    font-weight: 600; }
#rmoda .lightbox .color ul li {
    cursor: pointer;
    font-size: .875em;
    float: left;
    list-style: none;
    border: 3px solid #E5E5E5;
    background-color: #FFF;
    /*text-indent: -9999px;*/
    padding: 1px 3px;
    margin-right: 5px;
    width: auto; }
#rmoda .lightbox .color ul li a {
    color: #404040;
    text-decoration: none; }
#rmoda .lightbox .color ul li a img {
    display: block; }
#rmoda .lightbox select.diseno {
    width: auto; }
#rmoda .lightbox .diseno, #rmoda .lightbox .vtalla, #rmoda .lightbox .vcolor, #rmoda .lightbox .variantes {
    display: none; }
#rmoda .lightbox .btn-accion {
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 14px;
    clear: both;
    text-align: center;
    font-weight: normal !important;
    font-family: Arial, Helvetica, sans-serif !important; }
#rmoda .lightbox .btn-comprar {
    width: 141px;
    height: 39px;
    padding: 0;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    border-radius: 5px;
    background-color: #d7292a;
    border: none; }
#rmoda .lightbox .btn-agregar {
    height: 20px;
    line-height: 17px;
    color: #999;
    display: block; }
#rmoda .lightbox .close-btn {
    left: 100%;
    top: 0;
    color: transparent;
    font-size: 0;
    width: 42px;
    height: 42px;
    background-color: #BE1900;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/icons/sprite.svg);
    background-repeat: no-repeat;
    background-position: -241px 5px;
    transition: all 300ms ease;
  }
#rmoda .no-svg  .lightbox .close-btn {
      background-image: url("../images/icons/btn-cerrar.png"); }
  @media only screen and (max-width: 640px) {
    #rmoda .lightbox .column-6 {
      width: 100%;
      float: none; }
  }
  @media only screen and (max-width: 875px){
    #rmoda .lightbox .close-btn {
      right: 0;
      left: auto;
  }
}