@charset "utf-8";
/* Begin Reset CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	clear: both;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

* {
	border: 0px;
	outline: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

/* End Reset CSS */
/* Begin Clearfix Hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Clearfix Hack */

:root {
	content:
		url(../img/pagina/procesando.gif) 
		url(../img/pagina/procesando-txt.gif) 
		url(../img/pagina/cargando-modal.gif) 
		url(../img/botones/bg-btn-circular-ov.png)
		url(../img/botones/btn-elitech-ov.png)
		;
	--bg-degradado: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%);
	--ColorBase1: #5659b8;
}

/* Classes comunes */
video,
.Video {
	width: 100%;
	height: auto;
	max-width: 900px;
	max-height: 100%;
	margin: 0 auto;
}

strong {
	font-weight: 700;
}

.Clear {
	clear: both
}

.flex-center {
	display: flex;
	align-items: center;
	justify-self: center;
}

.Separador {
	width: 100%;
	height: 1px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 30px 0;
}

.Contenido {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Italic {
	font-style: italic;
}

.Light {
	font-weight: 300;
}

.Normal {
	font-weight: 400;
}

.SemiBold {
	font-weight: 600;
}

.Bold {
	font-weight: 700;
}

.Negro {
	color: #000;
}

.Azul {
	color: #0000FF;
}

.Verde {
	color: #2caf22;
}

.Rojo {
	color: #ff0000;
}

.Marron {
	color: #800000;
}

.Celeste {
	color: #4692dc;
}

.Center {
	text-align: center;
}

.Right {
	text-align: right !important;
}

.Left {
	text-align: left !important;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.Inline {
	display: Inline;
}

.Block {
	display: block;
}

.InlineBlock {
	display: inline-block;
}

.BgBlanco {
	background: #fff;
}

.Hidden {
	display: none;
}

.CursorPointer {
	cursor: pointer;
}

.Underline {
	text-decoration: underline !important;
}

#Dialogo {
	display: none;
}

#DialogoContenido {
	padding: 10px 0;
	color: #585858;
}

#DialogoContenido ul {
	margin: 10px;
}

#DialogoContenido ul {
	list-style: none;
}

#DialogoContenido ul li::before {
	content: "\2022";
	color: var(--ColorBase1);
	display: inline-block;
	width: 12px;
	margin-left: -12px;
	font-weight: 700;
}

.Size11 {
	font-size: 11px !important;
	line-height: 14px !important;
}

.Size12 {
	font-size: 12px !important;
	line-height: 15px !important;
}

.Size13 {
	font-size: 13px !important;
	line-height: 16px !important;
}

.Size14 {
	font-size: 14px !important;
	line-height: 17px !important;
}

.Size15 {
	font-size: 15px !important;
	line-height: 18px !important;
}

.Size16 {
	font-size: 16px !important;
	line-height: 19px !important;
}

.Size17 {
	font-size: 17px !important;
	line-height: 20px !important;
}

.Size18 {
	font-size: 18px !important;
	line-height: 21px !important;
}

.Size19 {
	font-size: 19px !important;
	line-height: 22px !important;
}

.Size20 {
	font-size: 20px !important;
	line-height: 23px !important;
}

.Size21 {
	font-size: 21px !important;
	line-height: 24px !important;
}

.Size22 {
	font-size: 22px !important;
	line-height: 25px !important;
}

/* PAGINADOR */
.ContenedorPaginador {
	clear: both;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	display: block;
	padding: 30px 0;
}

a.Paginador,
a.Paginador:visited {
	margin: 0 2px;
	width: 40px;
	height: 40px;
	text-shadow: none;
	color: #fff !important;
	background: url(../img/botones/bg-btn-circular.png);
	background-size: 100%;
	text-shadow: none;
	border-radius: 25px;
	transition: all 0.2s linear 0s;
	font-weight: 400 !important;
	display: inline-block;
}

.PaginadorPagActual {
	width: 40px;
	height: 40px;
	margin: 0 2px;
	color: #fff;
	background: url(../img/botones/bg-btn-circular-negro.png);
	background-size: 100%;
	text-shadow: none;
	font-weight: Bold;
	border-radius: 25px;
	display: inline-block;
}

a.Paginador:hover {
	background: url(../img/botones/bg-btn-circular-ov.png);
	background-size: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Open Sans', serif;
	line-height: 21px;
}

.ui-widget .ui-widget {
	font-size: 15px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Open Sans', serif;
}

.ui-widget-header {
	font-family: 'Open Sans', serif;
	border: 1px solid #bbb;
	background: rgb(94, 76, 166);
	background: linear-gradient(0deg, rgba(94, 76, 166, 1) 0%, rgba(102, 118, 233, 1) 100%);
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 0 #412277;
	font-size: 15px
}

.ui-widget-overlay {
	opacity: .35 !important;
	filter: Alpha(Opacity=50) !important;
	background: #000 !important;
	z-index: 110 !important;
}

.ui-button {
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #fff !important;
	background: rgb(28, 142, 196) !important;
	background: linear-gradient(0deg, rgba(28, 142, 196, 1) 0%, rgba(95, 176, 217, 1) 100%) !important;
	text-align: center !important;
	border: 1px solid #568399 !important;
	border-top: 1px solid #6dceff !important;
	border-left: 1px solid #bdd8e5 !important;
	outline: none !important;
	transition: none !important;
}

.ui-button:hover {
	background: var(--bg-degradado) !important;
	color: #d8f9ff !important;
	border: 1px solid #523f69 !important;
	border-top: 1px solid #eddeff !important;
	border-left: 1px solid #eddeff !important;
}

.ui-dialog .ui-dialog-title {
	background-image: url('../img/pagina/ico-mensaje.png');
	background-repeat: no-repeat;
	padding-left: 30px;
}

.ui-dialog,
.ui-dialog p {
	font-size: 14px;
	text-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center;
	float: none !important;
}

.ui-spinner {
	width: 75px;
	color: #333;
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
}

.ui-spinner input {
	font-size: 13px;
	text-align: center !important;
	background: #fafafa;
	border: 1px solid #ddd;
	border-right: none;
	vertical-align: middle !important;
	width: calc(100% - 24px);
	height: 40px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ui-spinner-button {
	width: 18px;
}

.SpinnerIzqDer .ui-spinner input {
	width: calc(100% - 29px) !important;
	margin-left: 20px !important;
	height: 29px !important;
	margin-top: 4px !important;
	border-radius: 0 !important;
	border-left: none !important;
}

.SpinnerIzqDer .ui-spinner-button {
	height: 38px !important;
	line-height: 38px !important;
	vertical-align: middle !important;
	margin-top: 3px !important;
	border-radius: none !important;
	width: 20px !important;
}

.DetalleSpinner .ui-spinner {
	width: 150px;
}

.DetalleSpinner .ui-spinner input {
	width: calc(100% - 75px);
	font-size: 15px;
	margin-left: 27px;
	margin-top: 3px;
}

.DetalleSpinner .ui-spinner-button {
	width: 40px;
}

.ui-spinner-button:hover {
	cursor: pointer;
}

.SpinnerIzqDer .ui-spinner-up {
	top: 0 !important;
	right: 0 !important;
	border: 1px solid #ddd !important;
	-webkit-border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	-moz-border-radius-topright: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.SpinnerIzqDer .ui-spinner-down {
	top: 0 !important;
	left: 0 !important;
	-webkit-border-top-left-radius: 4px !important;
	-webkit-border-bottom-left-radius: 4px !important;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-bottomleft: 4px !important;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border: 1px solid #ddd !important;
}

.NombreProductoDialogo {
	margin: 10px 0;
	text-shadow: none !important;
}

.Procesando {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/pagina/procesando.gif) center center no-repeat;
	background-size: 40px auto;
	position: absolute;
}

.ProcesandoTxt {
	width: 100px;
	height: 100px;
	background: url(../img/pagina/procesando-txt.gif) center center no-repeat;
	margin: 40px auto 0 auto;
	position: relative;
	display: none;
}

.EnviandoPedido {
	width: 100%;
	height: 240px;
	background: #fff url(../img/pagina/enviando-pedido.gif) center 20px no-repeat;
	background-size: auto 100%;
	margin: 20px auto 0 auto;
	position: relative;
	padding-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--ColorBase1);
	text-align: center;
	z-index: 0;
	display: none;
}

/* BTN SUBIR */
#IrArriba {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 51;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: none;
	font-size: 20px;
	line-height: 50px;
}

#IrArriba:hover i {
	-webkit-animation: action .7s infinite alternate;
	animation: action .7s infinite alternate;
}

@-webkit-keyframes action {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

@keyframes action {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

@keyframes latidos {
	from {
		transform: none;
	}

	50% {
		transform: scale(1.2);
	}

	to {
		transform: none;
	}
}

/* BTN WHATSAPP */
#BtnWhatsApp {
	position: fixed;
	bottom: 10px;
	left: 0;
	margin-left: 10px;
	z-index: 51;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: block;
	font-size: 20px;
	background: url(../img/botones/btn-whatsapp.png) left center no-repeat;
	background-size: 60px;
	background-position: left center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	animation: latidos 2s infinite;
	transform-origin: center;
	width: 60px;
	height: 60px;
	color: #000 !important;
	font-size: 11px !important;
	overflow: hidden;
	opacity: .85;
}

#BtnWhatsAppText {
	position: absolute;
	display: block;
	width: 136px;
	height: 30px;
	left: 60px;
	top: 15px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(59, 187, 39);
	background: linear-gradient(0deg, rgba(59, 187, 39, 1) 0%, rgba(14, 140, 6, 1) 50%, rgba(59, 187, 39, 1) 100%);
	text-shadow: 1px 1px 1px #106d0b;
}

#BtnWhatsApp:hover {
	height: 60px;
	width: 196px;
	margin-left: 15px;
	opacity: 1;
}

@media only screen and (max-width: 600px) {
	#BtnWhatsApp:hover {
		height: 60px;
		width: 60px;
		margin-left: 10px;
		opacity: 1;
	}
}

/* VARIOS */
.ColorBase1 {
	color: var(--ColorBase1);
}

.ColorBase2 {
	color: #5291c8;
}

.ColorBase3 {
	color: #c7eafc;
}

.Col33 {
	float: left;
	width: 31%;
	margin: 0 1%;
}

.Formulario .Col50 {
	float: left;
	width: calc(50% - 20px);
	margin: 0;
	padding: 0 10px;
}

.Col50 {
	float: left;
	width: 50%;
}

.Col66 {
	float: left;
	width: 62%;
	margin: 0 1%;
}

.Col100 {
	width: calc(100% - 20px);
	padding-left: 10px;
}

.VerticalMiddle {
	vertical-align: middle;
}

#nav-icon3 {
	width: 28px;
	height: 36px;
	position: relative;
	margin: 15px auto 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 8px;
}

#nav-icon3 span:nth-child(4) {
	top: 16px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* TABLA ARTICULOS */
.swiper-container {
	width: 100%;
}

.swiper-wrapper {
	padding: 10px 0 36px 0;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide {
	margin: 0;
}

#TablaArticulos {
	margin: 20px auto;
}

.CeldaArticulo,
.CeldaMarca {
	border: 1px solid #e3e3e3;
	width: calc(25% - 42px);
	/* 20px padding left-right + 1px border collpasado */
	margin: 10px;
	padding: 6px 10px;
	float: left;
	text-align: center;
	height: 340px;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 13px;
	background-color: #fff;
	background-image: url(../img/pagina/procesando.gif);
	background-repeat: no-repeat;
	background-position: center 25%;
	background-size: 50px auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.CeldaArticulo:hover {
	z-index: 2;
	border: 1px solid #cfcfcf;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .19);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .19);
	box-shadow: 0 0px 10px rgba(0, 0, 0, .19);
}

.CeldaMarca {
	height: auto !important;
	background-image: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.CeldaMarca img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

.CeldaMarca:hover {
	-webkit-box-shadow: inset 0 0px 5px #ddd;
	-moz-box-shadow: inset 0 0px 5px #ddd;
	box-shadow: inset 0 0px 5px #ddd;
}

@media only screen and (max-width: 1100px) {

	.CeldaArticulo,
	.CeldaMarca {
		width: calc(33.33% - 32px);
		margin: 5px;
	}
}

@media only screen and (max-width: 850px) {

	.CeldaArticulo,
	.CeldaMarca {
		width: calc(50% - 20px);
		margin: -1px;
		margin-bottom: 10px;
	}
}

.swiper-slide .CeldaArticulo,
.swiper-slide .CeldaMarca {
	width: calc(100% - 20px) !important;
	/* 20px padding left-right + 0px border collpasado */
	margin: 0;
}

.Mascara {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/pagina/bg-mascara.png);
	-webkit-box-shadow: 0 0px 9px #ccc;
	-moz-box-shadow: 0 0px 9px #ccc;
	box-shadow: 0 0px 9px #ccc;
}

.CeldaArticulo .Mascara {
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.CeldaArticulo:hover .Mascara {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.BtnDetalle {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 100px;
	left: 50%;
	margin-left: -20px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	cursor: pointer;
	font-size: 20px;
	line-height: 40px;
	color: #333;
}

.BtnDetalle:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Customize the label (the container) */
.CheckComparar,
.CheckBox {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	padding: 0 10px 0 31px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	background: rgba(255, 255, 255, .4);
	height: 25px;
	color: #000;
	line-height: 26px !important;
	vertical-align: middle;
}

/* Hide the browser's default checkbox */
input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dedede;
	transition: all .2s linear;
}

/* On mouse-over, add a grey background color */
input[type=checkbox]:hover~.checkmark {
	background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
input[type=checkbox]:checked~.checkmark {
	background: var(--bg-degradado);
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
input[type=checkbox]:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.CheckComparar .checkmark:after,
.CheckBox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

form .CheckBox {
	position: relative;
	margin-bottom: 20px;
	color: #555;
}

@media only screen and (max-width: 400px) {
	form .CheckBox {
		line-height: 14px
	}
}

.SinStock {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 19px 0;
	font-style: italic;
	color: #aaa;
	font-weight: 300;
}

.BtnConsulteStock,
a.BtnConsulteStock:link,
a.BtnConsulteStock:visited {
	bottom: 15px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	color: #fff !important;
	font-weight: 400 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	vertical-align: middle;
	background: rgb(20, 124, 36);
	background: linear-gradient(0deg, rgba(20, 124, 36, 1) 0%, rgba(98, 208, 116, 1) 100%);
	transition: none !important;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
}

.BtnConsulteStock:hover,
a.BtnConsulteStock:hover {
	background: rgb(34, 34, 34);
	background: linear-gradient(0deg, rgba(34, 34, 34, 1) 0%, rgba(85, 85, 85, 1) 100%);
}

.BtnConsulteStock i {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
	line-height: 35px;
}

#ContenidoDetalle .BtnConsulteStock {
	position: relative;
	padding: 9px 13px !important;
}

.ControlCarro {
	position: absolute;
	width: 100%;
	padding: 6px 0 16px 0;
	min-height: 40px;
	bottom: 0;
	background: #fff;
}

.CeldaFoto {
	width: 80%;
	position: relative;
	height: 180px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
}

.NombreArticulo {
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 20px;
}

.PrecioArticulo {
	bottom: 0;
	width: 100%;
	height: 84px;
	position: absolute;
	left: 0;
	font-size: 12px;
	line-height: 12px;
}

.PrecioArticulo p {
	margin-top: 9px;
	margin-bottom: 9px;
}

.PrecioLista,
.PrecioFinal {
	float: left;
	width: 50%;
	color: #333;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 63%, rgba(240, 240, 240, 1) 100%);
}

.PrecioArticulo .Precio {
	font-size: 18px;
	font-weight: 700;
}

@media only screen and (max-width: 550px) {
	.PrecioArticulo .Precio {
		font-size: 15px;
	}
}

.Precio::before {
	content: "$";
}

.PrecioLista {
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
}

.PrecioLista .Precio {
	/*	text-decoration: line-through; */
}

.PrecioFinal {
	float: right;
	background: var(--bg-degradado);
	color: #fff;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}

.Decimales {
	display: inline-block;
	font-size: 10px !important;
	vertical-align: top;
	top: -2px;
	position: relative;
}

.AvisoBottom {
	font-size: 11px;
	text-align: center;
}

.AvisoStock {
	background: #fde8f0;
	font-weight: 400;
	color: #ff0000;
	font-size: 14px;
	line-height: 17px;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	margin: 20px auto 5px auto;
	display: block;
}

.BtnAgregaCarro,
.BtnBorraCarro {
	max-width: 200px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 16px;
	font-weight: 300;
	width: 30%;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	opacity: 1;
	background: rgb(34, 140, 255);
	background: linear-gradient(0deg, rgba(34, 140, 255, 1) 0%, rgba(3, 201, 189, 1) 100%);
	transition: all .1s linear;
	padding: 0 10px;
}

.BtnAgregaCarro::after {
	content: "Comprar"
}

.BtnBorraCarro::after {
	content: "Eliminar";
}

.BtnBorraCarro {
	background: rgb(255, 34, 90);
	background: linear-gradient(0deg, rgba(255, 34, 90, 1) 0%, rgba(226, 106, 90, 1) 100%);
}

@media only screen and (max-width: 550px) {

	.BtnAgregaCarro,
	.BtnBorraCarro {
		font-size: 13px;
		font-weight: 400;
		letter-spacing: -.3px;
	}
}

.BtnAgregaCarro:hover,
.BtnBorraCarro:hover {
	opacity: .8;
}

.BtnBorraItem {
	font-size: 17px;
	cursor: pointer;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	color: #fb3753;
}

.BtnBorraItem:hover {
	-webkit-transform: rotate(160deg);
	-moz-transform: rotate(160deg);
	-ms-transform: rotate(160deg);
	-o-transform: rotate(160deg);
	transform: rotate(160deg);
}

.BtnVerCarro {
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	width: 38px;
	font-size: 17px;
	line-height: 38px;
	margin-left: 6px;
	cursor: pointer;
}

.CeldaStock {
	padding: 4px 0;
	position: absolute;
	left: 0;
	bottom: 62px;
	background: #fff;
	width: 100%;
	color: #aaa;
	font-size: 13px;
	font-weight: 600;
}

.CeldaPopularidad {
	padding: 4px 0;
	position: absolute;
	left: 0;
	bottom: 62px;
	background: #fff;
	width: 100%;
	color: #aaa;
	font-size: 13px;
	font-weight: 600;
}

.StarOn,
.HalfStar,
.StarOff {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/pagina/star-1.png) no-repeat center center;
	background-size: 100%;
	margin-right: 1px;
}

.HalfStar {
	background: url(../img/pagina/star-2.png) no-repeat center center;
	background-size: 100%;
}

.StarOff {
	background: url(../img/pagina/star-3.png) no-repeat center center;
	background-size: 100%;
}

.MensajeCarro {
	width: calc(100% - 40px);
	padding: 20px;
	text-align: center;
	background: #fb3753;
	margin: 0 auto 16px auto;
	color: #FFF;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* CARRO */
#ContenedorCarro {}

#Carro,
#ResumenCarro,
.CuerpoLeft {
	padding: 10px 14px;
	border: 1px solid #dadada;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#Carro,
#Checkout {
	width: calc(70% - 30px);
	float: left;
}

#ResumenCarro {
	width: calc(30% - 50px);
	margin-left: 20px;
	float: right;
}

@media only screen and (max-width: 1000px) {

	#Carro,
	#ResumenCarro,
	#Checkout {
		width: calc(100% - 30px);
		float: none;
		display: block;
	}

	#ResumenCarro {
		margin-left: 0;
		margin-top: 20px;
	}
}

.CuerpoLeft {
	width: 100% !important;
	display: block;
	float: none;
	margin-bottom: 18px;
}

.CuerpoLeft h3 {
	font-size: 20px;
	line-height: 22px;
	vertical-align: middle;
	margin: 15px 0 20px 0;
	width: 100%;
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
	color: #999;
}

.CuerpoLeft h3 i {
	margin-right: 10px;
	color: #61b1d9;
	width: 30px;
	text-align: center;
	display: inline-block;
	font-size: 19px;
}

#ResumenPedido {
	margin-bottom: 15px;
	width: 100%;
	max-height: 300px;
	overflow-x: auto;
	border: 1px solid #eee;
	border-top: none;
}

.SeparadorResumen {
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 19px;
	height: 2px;
	width: 100%;
	background: #eaeaea;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.CabecerasCarro {
	width: 100%;
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 9px;
	font-size: 14px;
	font-weight: 600;
	color: #686868;
	overflow-y: scroll;
}

.CuerpoCarro {
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	border-bottom: 1px solid #eee;
}

.TotalProductosResumen {
	color: #999;
	font-size: 11px;
	font-weight: 300;
	line-height: 11px;
	margin-top: 3px;
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
	scrollbar-width: thin;
	scrollbar-color: #a4a7ce #f0f0f0;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
	width: 4px;
}

*::-webkit-scrollbar-track {
	background: #f0f0f0;
}

*::-webkit-scrollbar-thumb {
	background-color: #a4a7ce;
	border-radius: 20px;
	border: 3px solid #a4a7ce;
}

.ColProducto,
.ColCantidad,
.ColPrecio,
.ColTotal,
.ColBorrar {
	float: left;
	vertical-align: middle;
}

.ColProducto {
	width: 100%;
}

.ColCantidad {
	width: 25%;
}

.ColPrecio {
	width: 30%;
}

.ColTotal {
	width: 30%;
}

.ColBorrar {
	width: 15%;
}

.FilaProducto {
	display: block;
	width: 100%;
	background: #aaa;
	border-bottom: 1px solid #dedede;
	padding: 12px 0 6px 0;
}

.FilaProducto:hover {
	background: #f2feff;
}

.Bg1 {
	background: #fff;
}

.Bg2 {
	background: #f9f9f9;
}

.ColFoto {
	float: left;
	width: 40px;
	height: 100%;
	text-align: center;
}

.ColDescripcion {
	font-size: 12px;
	line-height: 15px;
	width: calc(100% - 50px);
	float: right;
	min-height: 40px;
}

.ColDescripcion a:link,
.ColDescripcion a:visited {
	color: #222 !important;
	transition: none !important;
}

.ColDescripcion a:hover {
	color: #5659b8 !important;
}

.NombreCarro {
	cursor: pointer;
}

.NombreCarro:hover {
	color: #000
}

.CodCarro {
	font-size: 10px;
	color: #999;
}

.SinFotoCarro {
	width: 40px;
	height: auto;
}

.FotoCarro {
	width: 100%;
	max-width: 40px;
	height: auto;
}

.FilaFotoDescripcion {
	float: left;
	width: 50%;
}

.FilaDatos {
	float: right;
	width: 50%;
}

.ColPrecio,
.ColTotal {
	font-size: 13px;
}

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

.TituloCarro {
	font-size: 14px !important;
}

#ResumenCarro .CabecerasCarro {
	font-size: 17px !important;
}

.txtEliminar {
	display: none
}

#BtnVaciarCarro,
#BtnSeguirComprando,
#BtnGenerarCotizacion {
	display: block;
	margin: 15px 5px 5px 5px;
	font-size: 13px;
	cursor: pointer;
	padding: 4px 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom: 1px solid #ccc;
	background: rgb(238, 238, 238);
	background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(247, 247, 247, 1) 100%);
	transition: none !important;
}

#BtnSeguirComprando i,
#BtnVaciarCarro i {
	margin-right: 5px;
}

#BtnVaciarCarro:hover,
#BtnSeguirComprando:hover {
	background: rgb(240, 240, 240);
	background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(221, 221, 221, 1) 100%);
}

.empty-cart-icon {
	align-items: center;
	border: 5px solid #d9d9d9;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	height: 120px;
	justify-content: center;
	margin: auto;
	width: 120px;
	color: #777;
	font-size: 60px;
	background: #fff;
	margin-top: 40px;
}

.NombreResumen {
	font-size: 11px;
}

.CantidadResumen {
	float: left;
	color: #777;
	font-size: 11px;
	margin-left: 5px;
	font-weight: 400;
}

.PrecioResumen {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #111;
	margin-right: 5px;
	font-weight: 600;
}

.BtnModificar {
	float: right;
	height: 22px;
	width: 85px;
	font-size: 11px;
	text-align: center;
	background: var(--bg-degradado);
	color: #fff;
	line-height: 22px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 400 !important;
	margin-top: 6px;
}

.BtnModificar i {
	margin-right: 3px;
}

.BtnModificar:hover {
	background: #333;
}

@media only screen and (max-width: 700px) {
	.txtEliminar {
		display: inline-block;
		font-size: 11px;
	}

	.FilaFotoDescripcion,
	.FilaDatos {
		float: none;
		width: 100%;
		display: block;
	}

	.TituloCarro {
		display: none;
	}

	.ColCantidad,
	.ColBorrar,
	.ColPrecio,
	.ColTotal {
		width: 25%;
		text-align: center;
		float: left;
		height: 35px;
		line-height: 35px;
		padding: 5px 0;
	}

	#BtnVaciarCarro,
	#BtnSeguirComprando {
		font-size: 11px !important;
	}
}

.PieCarro {
	text-align: center;
	margin-top: 30px;
}

#CaptchaRefresh {
	font-size: 22px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	display: inline-block;
	vertical-align: top;
}

#CaptchaRefresh:hover {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

#ImgCaptcha {
	border: 3px solid #ccc;
}

.Error {
	color: #ff0000;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	vertical-align: middle;
}

.Error:after {
	font-family: FontAwesome;
	content: "\f12a";
	font-size: 18px;
	margin-left: 5px;
	line-height: 20px;
	vertical-align: middle;
}

.FrmCampo,
.FrmTextarea,
.FrmSelect {
	border: 1px solid #e1e1e1;
	margin: 3px 0 10px 0;
	width: calc(100% - 20px);
	padding: 10px;
	font: 400 14px 'Open Sans', sans-serif;
	color: #8a8a8a;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	resize: none;
	outline: none;
	border-radius: 4px;
}

.FrmSelect {
	scrollbar-width: none !important;
	width: 100%;
	max-width: 500px;
}

.FrmCampo:focus,
.FrmTextarea:focus,
.FrmSelect:hover {
	color: #4f4e3b !important;
	background: #fffef1 !important;
	border: 1px solid #e0dfd5;
	-webkit-box-shadow: inset 2px 2px 7px 0px #edebc8 !important;
	-moz-box-shadow: inset 2px 2px 7px 0px #edebc8 !important;
	box-shadow: inset 2px 2px 7px 0px #edebc8 !important;
}

.FrmLogin,
.FrmRP {
	width: 45%;
	max-width: 350px;
	min-width: 250px;
	margin: 0 auto;
}

.FrmError {
	position: absolute;
	background: #fb3753;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
	bottom: -17px;
	left: 10px;
	z-index: 12 !important;
	color: #fff;
	font-size: 12px;
	min-width: 50px;
}

.FrmSelect option {
	font-size: 13px;
	background: #f1f1f1;
}

.FrmError:after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fb3753;
	border-top: 0;
	margin-left: 0px;
	margin-top: -6px;
}

.OrdenArt {
	width: 200px;
	display: inline-block;
	margin-left: 5px;
}

#MensajeCarro {
	z-index: 105;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: var(--bg-degradado);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 1px;
	left: 50%;
	margin-left: -100px;
	font-size: 13px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	display: none;
	cursor: pointer;
}

#MensajeCarro i {
	margin-left: 7px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 40px;
}

#ContenedorModal,
#ContenedorModalBuscador,
#ContenedorModalPopup {
	z-index: 101;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	display: none;
}

#Modal,
#ModalPopup {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	overflow: hidden !important;
	opacity: 1;
}

.BtnCerrarModal,
.BtnCerrarModalBuscador {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 12px;
	top: 12px;
	z-index: 2;
	cursor: pointer;
	text-align: center;
}

.BtnCerrarModal i,
.BtnCerrarModalBuscador i {
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	margin: auto;
}

.BtnCerrarModal:hover i,
.BtnCerrarModalBuscador:hover i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#ContenidoModal {
	max-width: 1200px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	margin: 15px;
	padding: 15px;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
}

#Popup {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	overflow: auto;
	margin: 30px;
}

@media only screen and (max-width: 1200px) {
	#ContenidoModal {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		margin: 5px;
	}
}

.CargandoModal {
	height: 100%;
	width: 100%;
	background: url(../img/pagina/cargando-modal.gif) center center no-repeat;
}

#ContenidoDetalle {
	background: #fff
}

#ContenidoDetalle .CeldaStock,
#ContenidoDetalle .ControlCarro,
#ContenidoDetalle .CeldaPopularidad,
#ContenidoDetalle .CeldaPromociones {
	position: relative;
	bottom: 0;
	padding: 0;
	margin: 18px 0;
}

#ContenidoDetalle .CeldaPopularidad {
	margin-bottom: 0;
}

#ContenidoDetalle .StarOn,
#ContenidoDetalle .HalfStar,
#ContenidoDetalle .StarOff {
	width: 15px;
	height: 15px;
}

#ContenidoDetalle .SinStock {
	position: relative;
	width: 200px;
	text-align: left;
	padding: 0;
	margin-top: 30px;
}

#ContenidoDetalle .Ahora12,
#ContenidoDetalle .Ahora18,
#ContenidoDetalle .DescuentoContado {
	width: 70px;
	height: 50px;
	background: url(../img/pagina/ahora-12-small.png) no-repeat center center;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
}

#ContenidoDetalle .Ahora18 {
	background: url(../img/pagina/ahora-18-small.png) no-repeat center center;
	background-size: 100% auto;
}

#ContenidoDetalle .DescuentoContado {
	background: url(../img/pagina/descuento-contado.png) no-repeat center center;
	background-size: 100% auto;
	width: 180px;
	height: 85px;
}

@media only screen and (max-width: 600px) {

	#ContenidoDetalle .Ahora12,
	#ContenidoDetalle .Ahora18 {
		width: 50px;
		height: 40px;
	}
}

@media only screen and (max-width: 1000px) {
	#ContenidoDetalle .CeldaPromociones {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#ContenidoDetalle .ControlCarro {
	text-align: center;
	padding: 0;
	margin: 10px 0;
}

#ContenidoDetalle .CodigoArticulo {
	font-size: 13px;
	color: #777;
}

#ContenidoDetalle .NombreArticulo {
	height: auto;
	margin: 5px 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 25px;
}

#ContenidoDetalle .PrecioArticulo {
	text-align: left;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-left: 2px;
	display: block;
	color: #111;
	position: relative;
	width: calc(100% - 20px);
}

#ContenidoDetalle .Decimales {
	top: -4px;
	font-size: 16px !important;
}

.PrecioDetalleTxt {
	display: block;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	letter-spacing: -.3px;
}

.PrecioDetallePrecioLista,
.Tachado {
	/*	text-decoration: line-through; */
}

.PrecioDetallePrecioLista,
.PrecioDetallePrecioFinal {
	float: right;
	font-size: 28px !Important;
	font-weight: 300 !Important;
}

@media only screen and (max-width: 480px) {

	.PrecioDetallePrecioLista,
	.PrecioDetallePrecioFinal {
		font-size: 18px !Important;
	}

	#ContenidoDetalle .Decimales {
		top: -4px;
		font-size: 12px !important;
	}
}

.PrecioDetallePrecioFinal {
	font-weight: 400 !Important;
}

.Dolar {
	color: #137d33 !Important;
	font-weight: 400 !Important;
}

.PrecioEnDolares {
	display: inline-block;
	margin-left: 5px;
	font-style: normal;
}

#ContenidoDetalle ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ContenidoDetalle li {
	padding-left: 5px;
}

#ContenidoDetalle li:before {
	content: "•";
	padding-right: 6px;
	color: var(--ColorBase1);
}

#ContenedorImagen {
	background: url(../img/pagina/procesando.gif) no-repeat center 30%;
}

.RibbonOferta {
	width: 60px;
	height: 73px;
	position: absolute;
	top: -2px;
	left: -9px;
	background: url(../img/pagina/ribbon-oferta.png) no-repeat center center;
	z-index: 2px;
	background-size: 100% auto;
}

.CirculoDescuento {
	width: 50px;
	height: 50px;
	background: rgb(120, 10, 2);
	background: linear-gradient(318deg, rgba(120, 10, 2, 1) 0%, rgba(255, 0, 0, 1) 50%, rgba(252, 176, 69, 1) 100%);
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.7px;
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .45);
}

#ContenidoDetalle .RibbonOferta {
	top: 30px;
	left: 7px;
	z-index: 20;
}

#ContenidoDetalle .CirculoDescuento {
	top: 30px;
	z-index: 20;
	left: 40px;
}

.DetalleArticulo .RibbonOferta {
	top: 90px !important;
}

.DetalleArticulo .CirculoDescuento {
	top: 93px !important;
}

.CeldaPagosEnvios {
	font-size: 13px;
}

.ArtTarjetas,
.ArtEnvios {
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	background: url(../img/pagina/art-tarjetas.png) no-repeat left center;
	background-size: auto 100%;
}

.ArtEnvios {
	margin-top: 10px;
	background: url(../img/pagina/art-envios.png) no-repeat left center;
	background-size: auto 100%;
}

.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gallery-top {
	height: 350px;
	width: 100%;
}

.gallery-top .swiper-slide {
	height: 330px;
	overflow: hidden;
	text-align: center !important;
}

.zoom {
	cursor: move !important
}

.FotoArticulo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.gallery-thumbs {
	height: 100px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-top: 1px solid #eaeaea;
}

.gallery-thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.Thumbnail {
	width: auto;
	max-height: 100%;
}

#TipThumbs,
#TipTop {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	z-index: 5;
	text-align: center;
}

#TipThumbs {
	animation: linear infinite alternate;
	animation-name: LeftRight;
	animation-duration: 0.6s;
	width: 30px;
	height: 23px;
	background: url(../img/pagina/drag-ico.png) no-repeat center center;
}

@-webkit-keyframes LeftRight {
	0% {
		left: 47%;
	}

	100% {
		left: 53%;
	}
}

#TipTop {
	display: none;
	background: var(--bg-degradado);
	left: auto;
	right: 0;
	margin-left: 0;
	bottom: auto;
	top: 0;
	width: 99px;
	font-size: 11px;
	padding: 1px 2px;
	-webkit-box-shadow: 0px 1px 2px #aaa;
	-moz-box-shadow: 0px 1px 2px #aaa;
	box-shadow: 0px 1px 2px #aaa;
	height: 17px;
	line-height: 17px;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 62px;
	border-radius: 6px;
}

.FotosArticulo {
	width: calc(100% - 80px);
	overflow: hidden;
	padding: 0 10px 10px 10px;
	position: relative;
	border: 1px solid #e9e9e9;
	height: 100%;
	background: #fff;
}

.FotoUnica {
	height: 330px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.FotoUnica .SinFoto {
	max-width: 250px !important;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 720px) {
	.FotosArticulo {
		width: 100%;
		margin-bottom: 8px;
		padding-right: 0;
		padding-left: 0;
	}
}

.DetalleArticulo {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 15px;
}

.DescripcionArticulo,
.VideosArticulo {
	position: relative;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
}

.VideosArticulo {
	text-align: center;
}

.DescripcionArticulo iframe,
.VideosArticulo iframe {
	width: 560px;
	height: 315px;
	max-width: 100%;
	max-height: 100%;
}

.SocialDetalle {
	margin: 15px auto 0 auto;
	padding: 10px 0 30px 0;
	text-align: center;
	position: relative;
}

.SocialDetalle span {
	margin-right: 3px;
}

#IconosCompartir {
	display: none;
}

.BtnZoom {
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.BtnZoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.IcoSocial {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 1px;
	cursor: pointer;
	color: #fff !important;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 4px;
}

.IcoSocialPie {
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	margin-right: 1px;
	cursor: pointer;
	color: #fff !important;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
}

.WhatsApp {
	display: none;
}

#FrmEnlace {
	font-size: 11px;
	margin: 10px 0;
	display: none;
}

.DetallePedido {
	line-height: 25px;
}

.TblPedidos {
	width: 100%;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	margin: 22px 0;
	border: 1px solid #ccc;
	background: #fff;
}

.TblPedidos tr {
	transition: all .1s linear 0s;
}

.TblPedidos tr:hover {
	background: rgb(240, 230, 251);
	background: linear-gradient(0deg, rgba(240, 230, 251, 1) 0%, rgba(240, 245, 255, 1) 100%);
	cursor: pointer;
}

.TblPedidos th {
	color: #fff;
	background: var(--bg-degradado);
	text-shadow: 1px 1px 0 #000;
	padding: 8px 5px;
	vertical-align: middle;
	font-weight: 600;
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}

.TblPedidos td {
	border: 1px solid #e7e7e7;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}

.CantidadDetalle {
	font-weight: 400;
	display: none;
}

@media only screen and (max-width: 700px) {

	.TblPedidos th,
	.TblPedidos td {
		font-size: 11px;
		line-height: 13px;
	}

	.CantidadDetalle {
		display: block;
		text-align: right;
	}

	.ColPrecioDetalle,
	.ColCantidadDetalle {
		display: none;
	}
}

#MarcaLogo {
	float: left;
	margin-left: 10px;
	max-height: 80px;
	padding-bottom: 10px;
}

#MarcaLogo img {
	width: auto;
	max-height: 100%;
}

#FrmOrden {
	margin-top: 12px;
	text-align: right;
}

#Datos {
	display: none;
}

@media only screen and (max-width: 750px) {
	#MarcaLogo {
		float: none;
		margin-left: 0px;
		max-height: 80px;
		padding-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	#MarcaLogo img {
		width: auto;
		max-height: 100%;
	}

	#FrmOrden {
		float: none;
		width: 100%;
		text-align: center;
	}
}