.btn.btn-green {
	background-color: #36a439;
	border-color: #36a439;
	color: white;
	padding-right: 3rem;
	padding-left: 3rem;
}
.btn.btn-green.focus,
.btn.btn-green:focus {
	color: white;
	background-color: #1c7723;
	border-color: #1c7723;
	outline: none;
	box-shadow: none;
}


.btn.btn-green:hover {
	color: white;
	background-color: #1c7723;
	border-color: #1c7723;
	outline: none;
	box-shadow: none;
}

.btn.btn-green.active,
.btn.btn-green:active {
	color: white;
	background-color: #1c7723;
	border-color: #1c7723;
	outline: none;
}

.btn.btn-green.active.focus,
.btn.btn-green.active:focus,
.btn.btn-green.active:hover,
.btn.btn-green:active.focus,
.btn.btn-green:active:focus,
.btn.btn-green:active:hover {
	color: white;
	background-color: #1c7723;
	border-color: #1c7723;
	outline: none;
  	box-shadow: none;
}

.btn.btn-red {
	background-color: #A4365B;
	border-color: #A4365B;
	color: white;
	padding-right: 3rem;
	padding-left: 3rem;
}
.btn.btn-red.focus,
.btn.btn-red:focus {
	color: white;
	background-color: #693346;
	border-color: #693346;
	outline: none;
	box-shadow: none;
}


.btn.btn-red:hover {
	color: white;
	background-color: #693346;
	border-color: #693346;
	outline: none;
	box-shadow: none;
}

.btn.btn-red.active,
.btn.btn-red:active {
	color: white;
	background-color: #693346;
	border-color: #693346;
	outline: none;
}

.btn.btn-red.active.focus,
.btn.btn-red.active:focus,
.btn.btn-red.active:hover,
.btn.btn-red:active.focus,
.btn.btn-red:active:focus,
.btn.btn-red:active:hover {
	color: white;
	background-color: #693346;
	border-color: #693346;
	outline: none;
  box-shadow: none;
}

/* VENTANA MODAL PARA MOSTRAR MENSAJES */
.titulo1 {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    padding-top: 100px; /* ESTE ES EL TOP DE LA VENTANA */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.25);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    padding: 0;
    border: 1px solid gray;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	 border-radius: 4px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -2px;
}

.modal-close:hover,
.modal-close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #333;
    color: white;
    border: 1px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-header h2 {
    padding: 0.3em;
    font-size: 1.5em;
	font-weight: bold;
    cursor: default;
}

.modal-body {
    padding: 2px 16px;
}

.modal-body p{
    font-weight: normal;
    cursor: default;
}

.modal-footer {
    padding: 4px 18px;
    background-color: white;
    color: white;
    display: 'block ruby';
	
}

.modal-footer-button {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: bold; 
    padding: 0.1em 0em;
	 color: #FFF;
	 text-align: center;
	 background: #36a439;
	 border: 0;
	 width: 100px;
    border-radius: 4px;
}

.modal-footer-button:hover {
	background-color: green;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.modal-footer-button-cancel {
    margin-top: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.1em 0em;
    color: #FFF;
    text-align: center;
    background: grey;
    border: 0;
    width: 100px;
    border-radius: 4px;
}

.modal-footer-button-cancel:hover {
    background-color: darkgrey;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* MENÚ PARA RESOLUCIONES MAYORES O IGUALES A 950 */
.desktop-h1{
    display: none;
}

.h_menu4 {
    width: 70%;
    position: absolute;
    display: block;
    height: 45px;
}

/* EVITAR QUE SALGAN LAS FLECHAS ARRIBA Y ABAJO EN INPUTS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.content-gotop{
    text-align: center;
    font-size: 2.5em;
}
.mensaje-vacacional{
    color: #444;
    animation: parpadeo 7s linear infinite;
    cursor: pointer;
    text-transform: none;
}
.parpadeo-texto{
    animation: parpadeo 2s linear infinite;
}
.parpadeo-oferta{
    animation: parpadeo 3s cubic-bezier(.03,.93,.64,1.49) infinite;
}
.parpadeo-producto{
    /* animation: parpadeo 0.3s cubic-bezier(.03,.93,.64,1.49) 2; */
}
.parpadeo-factor{
    color: #AE3030 !important;
	 animation: parpadeo-rapido 0.5s 4;
}
.parpadeo-shopping-update{
    color: white !important;
	animation: parpadeo-rapido 0.5s 4;
}
@keyframes parpadeo {
  50% {
    opacity: 0;
  }
}
@keyframes parpadeo-rapido {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}
.shipping-input{
    background: none;
    width: 100%;
}
.filter-container{
    position: relative;
    width: 100%;
    padding-bottom: 0em;
    display: inline-block;
}
.filter-container-button {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 2rem;
	top: 0;
	right: 8px;
	content: "\f0b0";
	color: grey;
	cursor: pointer;
}
.filter-container-button:hover {
    color: #A1395B;
}
.reset-container-button:hover {
    color: #A1395B;
}
.reset-container-button {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 2rem;
	top: 0;
	right: 45px;
	content: "\f0b0";
	color: grey;
	cursor: pointer;
}
.fav-filter-container{
    position: relative;
    width: 75%;
    padding-bottom: 2em;
    display: inline-block;
}
.fav-filter-container:before{
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 1.8em;
    top: 2px;
    right: 10px;
    content: "\f0b0";
    color: #625c5c;
}
.his-filter-container{
    position: relative;
    width: 75%;
    padding-bottom: 2em;
    display: inline-block;
}
.his-filter-container:before{
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.8em;
    top: -3px;
    right: 10px;
    content: "\f0b0";
    color: #625c5c;
}
.filter-input {
	width: 100%;
	text-align: left;
	border: 1px solid #b6b3b3;
	line-height: 1em;
	color: #444;
	font-size: 1.5em;
	padding-left: 15px;
	padding-right: 32px;
	border-radius: 4px;
	padding-top: 2px;
    background-color: white;
}
.filter-input:focus{
	border: 2px solid #A1395B;
	outline: none;
}
.keyboard-modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.25);
}
.keyboard-main {
	display: none;
    position: fixed;
    top: 50%;
    left: calc(50% - 215px);
    width: 430px;
    height: 26em;
    margin-top: -13em;
    background-color: #f3f3f3;
	z-index: 2;
	border-radius: 4px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.55);
}
.keyboard-btn-close{
	display: block;
	position: relative;
	top: 10px;
	float: right;
	width: 55px;
	height: 32px;
	color: white;
	background-color: transparent;
	align-content: center;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 25px;
}
.keyboard-btn-close:hover{
    background-color: transparent;
}
.keyboard-btn-add{
	display: block;
    position: relative;
    top: 57px;
    float: right;
    width: 55px;
    height: 32px;
    color: white;
    background-color: #36a439;
    align-content: center;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
}
.keyboard-btn-add:hover{
    background-color: #365039;
}
.keyboard-lbl-title{
	display: block;
	position: relative;
	top: 9px;
	left: 10px;
	width: 82%;
	height: 32px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
    color: #444;
    cursor: default;
}
.keyboard-lbl-price {
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	position: absolute;
	top: 95px;
	left: 2px;
	width: 120px;
	text-align: center;
    cursor: default;
}
.keyboard-lbl-factor {
	font-size: 1.0em;
	color: #444;
	position: absolute;
	top: 59px;
	left: 2px;
	width: 120px;
	text-align: center;
    cursor: default;
}
.keyboard-sep-title{
	display: block;
	position: relative;
	top: 1.4em;
	width: 100%;
	height: 2px;
	background-color: #ced4da;
}
.keyboard-sep-footer{
	display: block;
	position: relative;
	top: 19.3em;
	width: 100%;
	height: 2px;
	background-color: #ced4da;
}

.keyboard-lbl-ofe3x2{
    display: block;
    position: relative;
    top: 268px;
}

.keyboard-lbl-ofe{
	display: none;
	position: relative;
	top: 268px;
}
.keyboard-lbl-pre{
	display: none;
	position: relative;
	top: 268px;
	left: 70px;
	text-decoration: line-through;
}
.keyboard-lbl-stk{
	display: none;
	position: relative;
	top: 268px;
	left: 140px;
	text-decoration: none;
}
.keyboard-pad {
	top: 31px;
	width: 220px;
	height: 220px;
    display: block;
	position: relative;
	margin-right: 10px;
}
.keyboard-quantity {
	top: 31px;
	width: 170px;
	height: 220px;
   display: block;
	position: relative;
	left: 20%;
}
.keyboard-lbl-quantity{
	display: inline;
    font-size: 6em;
    font-weight: bold;
    align-content: center;
    line-height: 218px;
	text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
.keyboardblock {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 5px;
    background: #A4365B;
	color: white;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
    text-align: center;
    font-size: 30px;
	border-radius: 4px;
	padding-top: 3px;
}
.keyboardblock:hover{
    background-color: #680E2C;
}
.keyboardblock-v2 {
    display: inline-block;
    width: 45px;
    height: 100px;
    margin: 5px;
    background: #F3F3F3;
	color: #A4365B;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
    text-align: center;
    font-size: 2.2em;
	border-radius: 4px;
	padding-top: 18px;
	border: 2px solid #A4365B;
}
.keyboardblock-v2:hover{
    color: #FFF;
    border: 2px solid #680E2C;
    background-color: #680E2C;
}
.keyboardblock-h2 {
    display: inline-block;
    width: 120px;
    height: 45px;
    margin: 5px;
    background: #F3F3F3;
	color: #A4365B;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	padding-top: 6px;
    text-align: center;
    font-size: 1.5rem;
	border-radius: 4px;
	border: 2px solid #A4365B;
	line-height: 1.1em;
}
.keyboardblock-h2:hover{
    color: #FFF;
    border: 2px solid #680E2C;
    background-color: #680E2C;
}
#LineaTemporal>div {
	width: 700px;
	margin-left: calc(50% - 350px);
}

#LineaTemporal .Pelota {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #C5C5C5;
}

#LineaTemporal .Palo {
	display: inline-block;
	width: 250px;
	height: 20px;
	margin-bottom: -10px;
	border-radius: 5px;
	background-color: #C5C5C5;
}

#LineaTemporal .Hecho {
	background-color: #FBBC05;
}

#LineaTemporal .Pelota span {
	font-weight: bold;
	position: relative;
	top: 9px;
	left: 1px;
	font-size: 32px;
}

#menu-button {
	text-align: right;
	padding-right: 32px !important;
}
.category-line{
    color: #A4365B;
    text-decoration: none;
}

.category-line:hover {
    color: #A4365B;
    text-decoration: none;
}

.head-top {
	padding: 0 !important;
}
.content-top {
	padding: 5em 0 !important;
}
.check {
	padding: 4rem 0 !important;
}
.container{
	width: 100%;
}
.shopping-input{
	text-align: left;
	width: 80px;
	font-size: 18px;
	margin-bottom: 5px;
	cursor: pointer;
	border: 1px solid #A4365B;
	border-radius: 4px;
	padding-left: 10px;
}
.shopping-input-container{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.shopping-input-container:before{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 1.4em;
	right: 10px;
	content: "\f040";
	color: #A4365B;
}
.shopping-erase-icon{
	cursor: pointer;
	color: #444;
	font-size: xx-large;
	margin-left: 5px;
}
/* ESTILOS PARA EL PANEL DEL USUARIO */
.oDivPanel .oDivRowItems>div {
	border: 2px solid #333;
	border-radius: 2px;
	padding: 10px 40px 20px 40px;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
    background-color: #FFF;
}

.oDivPanel .oDivRowItems>div:last-child {
	margin-right: 0px;
}

.oDivPanel .oDivRowItems>div:hover {
	background-color: #606060;
	color: #EDEDED;
	cursor: pointer;
}

.oDivPanel .oDivRowItems>div p {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.oDivPanel .oDivRowItems>div i {
	font-size: 80px;
	margin-top: 20px;
}

h2>i {
	float: right;
	background: transparent;
	cursor: pointer;
}

h2>i>span {
	font-family: 'Roboto', sans-serif;
}

.oTableMensajes {
	width: 100%;
	margin-top: 20px;
}

.oTableMensajes * {
	font-size: 16px;
}

.oTableMensajes>tbody>tr>td:nth-child(1) {
	width: 100px;
	text-align: center;
}

.oTableMensajes>tbody>tr>td:nth-child(2) {
	width: calc(100% - 280px);
}

.oTableMensajes>tbody>tr>td:nth-child(3) {
	width: 180px;
}

.oTableMensajes>tbody>tr:hover {
	background: #DDDDDD !important;
	cursor: pointer;
}

.oTablePedidos>tbody>tr:hover {
	background: #DDDDDD !important;
}

.oTableMensajes>tbody>tr {
	height: 32px;
}

.oTableMensajes>tbody>tr:first-child {
	font-weight: bold;
	border: 1px solid #333;
	background: #BABABA !important;
	height: initial !important;
}

.oTablePedidos>tbody>tr:first-child {
	font-weight: bold;
	border: 1px solid #333;
	background: #BABABA !important;
}

.oTableMensajes>tbody>tr:first-child:hover,
.oTablePedidos>tbody>tr:first-child:hover {
	background: #BABABA;
	cursor: default;
}

.pinned .oTablePedidos>tbody>tr:first-child {
	height: 39px !important;
}

.oTableMensajes i,
.oTablePedidos i {
	font-size: 18px;
}

.oTableMensajes i.fa-trash:hover,
.oTablePedidos i.fa-trash:hover {
	color: #EA4335;
}

.oTableMensajes i.fa-check,
.oTablePedidos i.fa-check {
	color: #34A853;
}

.oTableMensajes i.fa-shopping-cart:hover,
.oTablePedidos i.fa-shopping-cart:hover {
	color: #34A853;
}

.oTableMensajes i.fa-sign-out:hover,
.oTablePedidos i.fa-sign-out:hover {
	color: #EA4335;
}

#oDivDatosCliente input,
#oDivDatosCliente select,
#oDivDatosEnvio input,
#oDivDatosEnvio select {
	border: 0px;
}

#oDivDatosEnvio input,
#oDivDatosEnvio select {
	width: 100%;
}

#oDivDatosEnvio select[name=direcciones] {
	border: 1px solid #333;
}

form[name=datos_envio],
form[name=datos_usu] {
	margin-top: 40px;
}

form[name=datos_usu] input {
	max-width: 400px;
}

#oDivPedidos .pinned {
	width: 100px !important;
}

#oDivPedidos .scrollable {
	margin-left: 100px !important;
}

.Pnl-Activo {
	/*display: block;*/
}

.Pnl-Inactivo {
	display: none;
}

.Pnl-Activo * {
	/*display: block;*/
}

.Pnl-Inactivo * {
	display: none;
}

.Pnl-Modal {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.25);
}

.Pnl-MsgCont {
	position: fixed;
	top: 110px;
	right: 1%;
	bottom: 1%;
	left: 1%;
}

.Pnl-Msg {
	width: 800px;
	margin: 0 auto;
	margin-top: 150px;
	z-index: 1;
	background-color: #FFF;
    border: solid 1px #a4365b;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.Pnl-Toolbar {
	font-size: 18px;
	background-color: #a4365b;
	color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.Pnl-Toolbar div {
	display: inline-block;
	vertical-align: top;
}

.Pnl-Toolbar-Title {
	width: calc(100% - 60px);
	padding-top: 6px;
    padding-left: 10px;
	text-align: left;
}

.Pnl-Toolbar-Close {
	width: 50px;
	font-size: 24px;
}

.Pnl-Toolbar-Close i {
	margin-left: 22px;
	padding-top: 6px;
}

.Pnl-Toolbar-Close i:hover {
	cursor: pointer;
	color: #D5D5D5;
}

.Pnl-Content {
	padding: 15px;
	font-size: 16px;
	overflow-y: scroll !important;
	height: 400px;
}

.Pnl-Content-Inner {
	text-align: left;
	padding-bottom: 10px;
    align-content: center;
    display: grid;
}

.logo {
	margin-top: 9px;
}

.logo img {
	width: 200px;
}

#TituloSmart {
	display: none;
	color: white;
	text-align: center;
	text-shadow: 1px 1px #A4365B, 2px 2px #A4365B, 3px 3px #A4365B;
	cursor: pointer;
	margin-bottom: 10px;
}

.oHeadElements-Smart {
	display: none;
}

.oTxtCarritoVacio {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	background: #444;
	padding: 0.5em 1em;
	text-decoration: none;
	display: block;
	border-radius: 40px;
    cursor: default;
}

.oTxtCarritoVacioApp {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	background: #A4365B;
	padding: 0.5em 1em;
	text-decoration: none;
	display: block;
	border-radius: 20px;
    cursor: pointer;
}

.oDivBtnComprar {
	font-size: 1.3em;
	border: 2px solid #A4365B;
	background: #A4365B;
	color: white;
	height: 48px;
	width: 160px;
    border-radius: 15px;
}

.oDivBtnComprar:hover {
	border: 2px solid #A4365B;
	background: #ffffff;
	color: #A4365B;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.oDivBtnComprar>div:nth-child(1) {
	float: left;
}

.oDivBtnComprar>div:nth-child(2) {
	float: right;
}

.oDivBtnComprar input[type=button] {
	border: 0;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 90px;
	background: transparent;
    border-radius: 15px 0px 0px 15px;
}

.oDivBtnComprar input[type=number] {
	margin: 0;
	padding: 0;
	border: 0;
	width: 60px;
	height: 44px;
	text-align: center;
    font-weight: bold;
	color: black;
    border-radius: 0px 14px 14px 0px;
}

.register i.fa {
	font-size: 13em;
	color: #0F7EB5;
}

.fashion-grid1 span.price-in1 {
	font-size: 1.3em;
}

.oDivBtnOfertas {
	margin-top: 3em;
}

.oBtnOfertas {
    color: white;
	font-weight: bold;
	font-size: 1.5em;
    text-decoration: none;
	padding: 0.4em 2em 0.3em 2em;
	background: #A4365B;
	border-radius: 4px;
}

.oBtnOfertas:hover {
	color: white;
	background: #4d0626;
    text-decoration: none;
}

.oTxtOferta {
	color: #A4365B;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	z-index: 1;
}

.oTxtOferta font:nth-child(1) {
	text-decoration: line-through;
    color: #8e8e8e;
    font-style: italic;
    font-weight: normal;
}

.oTxtOferta font:nth-child(3) {
	/*color: #333;*/
}

#oTxtCancelado {
	position: absolute;
	font-size: 60px;
	font-weight: bold;
	border: 5px solid #EA4335;
	color: #EA4335;
	padding: 5px;
	left: calc(50% - 180px);
	z-index: 1;
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

#oFormConfirmPedido {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #A4365B;
}

#oFormConfirmPedido h3 {
	text-align: left;
}

#oFormConfirmPedido>table:nth-child(1)>tbody>tr>td {
	text-align: left;
}

#oCmbDirecciones {
	width: 100%;
    background-color: #FFF;
}

#oEditContadorTexto {
	margin-top: 10px;
}

#oTablaNavegacion {
	width: 650px;
	margin: 0 auto;
}

#oTablaDatosPago {
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
}

#oTablaMetodoPago {
	width: 650px;
	margin: 0 auto;
}

#oTablaObservaciones {
	width: 88%;
	margin: 0 auto;
	margin-top: 30px;
}

#oTablaMetodoEnvio {
	width: 88%;
	margin: 0 auto;
	margin-top: 30px;
}

#oTablaDatosEnvio {
	width: 88%;
	margin: 0 auto;
	margin-top: 30px;
}

#oTablaDatosPago {
    width: 88%;
    margin: 0 auto;
    margin-top: 30px;
}

#oTablaDatosEnvio .oContenedorDirecciones {
	width: calc(100% - 140px);
}

#oTablaDatosPago .oContenedorDirecciones {
    width: calc(100% - 140px);
}
#oTablaDatosPago tr td:nth-child(2) {
    width: calc(100% - 140px);
}

#oTablaDatosPago tr td:nth-child(2) {
	width: calc(100% - 140px);
}

#oTablaMetodoPago tr td {
	text-align: left;
}

#oTablaDatosEnvio tr td {
	text-align: left;
}

#oTablaDatosEnvio input[type=text] {
	border: 0;
}

#oTablaDatosPago input[type=text] {
    border: 0;
}

.col-md-9.cart-items {
	width: 95%;
	height: 200px;
	display: inline-block;
	float: none;
	position: initial;
	padding: 0;
   background: linear-gradient(#999, #999) 0 calc(100% - 6px)/100% 1px no-repeat, transparent;
}

.product-price div:nth-child(1) {
	margin-bottom: 20px;
}

.CartActionBtns {
	float: right;
	margin: 10px 10px 0px 0px;
}

.CartActionBtns ul {
	list-style: none;
}

.CartActionBtns li {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
}

.CartActionBtns a {
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration: none;
	color: #8a2748;
}

.CartActionBtns a:hover {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.check .cart-total {
	width: 300px;
	float: none;
	margin-left: calc(50% - 150px);
	padding: 10px;
	margin-bottom: 0;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 4px 4px 8px #888;
}

.green {
	color: rgb(52, 169, 83) !important;
}

.red {
	color: rgb(234, 67, 53) !important;
}

.oTxtStock {
	border: 3px solid #333;
	padding: 0.6em;
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-radius: 15px;
    cursor: default;
}

.oTxtStock.green {
	border-color: rgb(52, 169, 83) !important;
}

.oTxtStock.red {
	border-color: rgb(234, 67, 53) !important;
}

.oBtnComprar {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	background: #A4365B;
	border: 0;
	padding: 0.5em 1em;
	width: 120px;
    border-radius: 10px;
}

.oBtnComprar:hover {
	background: #693346;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

.oBtnImprimir{
	background: #36A476;
}

.oBtnImprimir:hover {
	background: #1D6A3B;
}

.oBtnVolver{
	background: #555;
}

.oCubeArt-LoMasVendido {
	font-size: 90px;
	color: #626262;
}
.oCubeArt-Ofertas {
	font-size: 90px;
	color: #626262;
}
.oCubeArt-Busqueda {
	font-size: 106px;
	color: #626262;
}
.oCubeArt-Categoria {
	font-size: 90px;
	color: #0d78a2;
    padding-top: 20px;
}
.oCubeArt-Articulo {
	font-size: 200px;
	color: #626262;
}

.oCubeArt-List {
	font-size: 106px;
	color: #626262;
}
.oCubeArt-Cart {
	font-size: 40px;
	color: #626262;
}
.oCubeArt-Tienda {
	font-size: 105px;
}
.product-at a {
	color: #626262;
}
.product-at a:hover {
	color: #337ab7;
}
.MaskBox {
	background-color: rgba(186, 186, 186, 0.5);
	z-index: 1000;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.MaskBox div {
	position: absolute;
	top: calc(50% - 37px);
	left: calc(50% - 150px);
	color: black;
	width: 300px;
	height: 110px;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 25px;
	background-image: url(../../../images/cargando.gif);
	background-repeat: no-repeat;
	background-position-x: 140px;
	background-position-y: 70px;
	background-position: 140px 70px;
	background-size: 16px;
	background-color: #FFF;
	border: solid 4px #444;
}

.MaskBox a {
	font-size: 12px;
	text-decoration: none;
	color: #A4365B;
	font-weight: bold;
}

.MaskBox span {
    font-size: 12px;
	color: #444;
}

.MaskBox h4 {
	color: #444;
}

.oTxtErrorLogin {
	font-size: 2em;
	color: #EA4335;
}

.paging {
    position: relative;
    padding-bottom: 1rem;
}

.paging a,
.paging span,
.paging i {
	font-size: 1rem;
    font-weight: bold;
	color: #444;
	padding: 4px 10px 4px 10px;
	cursor: default;
}

.paging a:hover {
	color: white;
	background: #A4365B;
	text-decoration: none;
	cursor: pointer;
    border-radius: 11px;
}

.paging i:hover {
	color: white;
    cursor: pointer;
}

.paging .oPagSelected {
	color: white;
	background: #A4365B;
}

.pagingCenter .paging {
	float: none !important;
	margin: 40px 0px 40px 0px;
}

#oDivContactForm {
	/* width: 400px; */
	margin: 0 auto;
}

#oDivContactForm>div {
	width: 400px;
	margin-top: 10px;
}

#oDivContactForm span {
	font-size: 16px;
	font-weight: bold;
}

#oDivContactForm>div:nth-child(1) div {
	width: 198px;
	display: inline-block;
	/* text-align: center; */
}

#oDivContactForm>div:nth-child(2) input {
	width: 194px;
}

#oDivContactForm>div:nth-child(3) {
	/* text-align: center; */
}

#oDivContactForm>div:nth-child(4) input {
	width: 99%;
}

#oDivContactForm>div:nth-child(5) {
	/* text-align: center; */
}

#oDivContactForm>div:nth-child(6) textarea {
	width: 99%;
	height: 100px;
}

#oDivContactForm>div:nth-child(8) ul {
	list-style: none;
	width: 150px;
	margin: 0 auto;
	padding-left: 20px;
}

#oDivContactForm>div:nth-child(8) li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#oDivContactForm>div:nth-child(8) input {
	padding: 5px;
	cursor: pointer;
	/* background-color: #C8C8C8; */
	border: 0;
}

#oDivContactForm>div:nth-child(8) input:hover {
	color: white;
	background-color: #8f0041;
}

.oDefaultImg {
	font-size: 160px;
	color: #626262;
}

.SubCatContainer {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.SubCatContainer ul {
	padding: 0;
	width: 100%;
	text-align: center;
}

.SubCatContainer li {
	background-color: #8f0041;
	padding: 12px 20px 12px 20px;
	display: inline-block;
	margin: 4px 0px 4px 0px;
	font-size: 14px;
	color: #EFEFEF;
	border: 1px solid #8f0041;
	letter-spacing: 1px;
}

.SubCatContainer li:hover {
	color: #8f0041;
	cursor: pointer;
	border: 1px solid #8f0041;
	background-color: white;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body {
    /* background-image: repeating-linear-gradient(45deg, #efefef, #efefef 3px, #fff 3px, #fff 14px); */
	font-family: 'Roboto', sans-serif;
}

a {
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

ul {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
	margin: 0;
}


/*----*/

.itemContainer {
	width: 100%;
	float: left;
}

.itemContainer div {
	float: left;
	margin: 5px 20px 5px 20px;
}

.itemContainer a {
	text-decoration: none;
}

.cartHeaders {
	width: 100%;
	float: left;
}

.cartHeaders div {
	float: left;
	margin: 5px 20px 5px 20px;
}

.item_add {
	color: #fff;
	border: none;
}

a.item_add {
	text-decoration: none;
}

.grid_1 img {
	margin-bottom: 1em;
}

.box_1 h3 {
	color: #fff;
	font-size: 1.1em;
}

.box_1 h3 img {
	margin-left: 5px;
}

.box_1 p a {
	color: #fff;
	font-size: 0.875em;
}

.total {
	display: inline-block;
	color: gray;
}

.cart.box_1 {
	float: right;
	font-size: 0.9em;
}

.header {
	border-bottom: 2px solid #333;
	position: fixed;
	width: 100%;
	z-index: 900;
	background-color: #333333;
	color: white;
    height: 48px;
}

.header-app {
	border-bottom: 2px solid #fff;
	position: fixed;
	width: 100%;
	z-index: 900;
	background-color: #fff;
	color: 333;
    height: 48px;
}

.header-top {
	background: #222222;
	padding: 5px 0;
}

.search {
	position: relative;
	float: right;
	width: 180px;
    display: block;
	margin-top: 9px;
    margin-right: 6px;
    /*background-color: #f0f0f0;*/
    border-radius: 4px;
}

.search input[type="text"] {
	outline: none;
	padding: 3px 15px;
	width: 91%;
	height: 30px;
	border: none;
	font-size: 1.1em;
	color: #000;
	background-color: #f0f0f0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search input[type="button"] {
	font-family: FontAwesome;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 0px;
	right: 0px;
	background: #f0f0f0;
	font-size: 1.2em;
	color: #444;
	font-weight: bold;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 30px;
}

.search input[type="submit"]:hover {
	background: #A4365B;
	color: #fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.header-right {
    position: relative;
    float: right;
	padding-right: 10px;
}
#oBtnPanel{
	color: white;
}
#oBtnLogIn {
	color: white;
}
.simpleCart_icon {
	color: white;
}
.simpleCart_quantity {
	color: white
}
.simpleCart_total{
	color: #fff;
}

.header-left {
	float: left;
	padding-left: 10px;
}
.header-current-section{
	float: left;
	padding-left: 36px;
    font-size: 28px; 
    text-transform: capitalize;
    display: block;
    cursor: default;
}
.active-section-title{
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 13px;
    display: none;
}
.logo {
	float: left;
}

.head-top {
	padding: 0em 0;
}

.h_nav h4 {
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1.3em;
	color: #000;
	line-height: 1.8em;
	margin-bottom: 4%;
}

.h_nav h4.top {
	margin-top: 1%;
}

.h_nav ul li {
	display: block;
}

.h_nav ul li a {
	display: block;
	font-size: 0.85em;
	color: #000;
	text-transform: capitalize;
	line-height: 3em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.h_nav ul li a:hover {
	color: #A4365B;
	/*#EF5F21;*/
	text-decoration: underline;
}


/*--banner--*/

.banner {
	background: url(../images/lightbox-ico-loading.gif) no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 560px;
	position: relative;
}


/*--- slider-css --*/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	height: 10px;
	width: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background: none;
	border-radius: 50px;
}

.callbacks_here a:after {
	background: #fff;
}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs li {
	display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14%;
	z-index: 999;
	left: 46%;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 38%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	width: 35px;
	background: url("../images/img-sprite.png") no-repeat -13px -98px;
}

.callbacks_nav.next {
	left: auto;
	background-position: -91px -98px;
	right: 0;
}

.banner-text {
	padding: 10em 0 1em;
	color: #fff;
	width: 50%;
}

.banner-text h3 {
	font-size: 3.2em;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1.2em;
}

.banner-text p {
	font-size: 1.2em;
	margin: 0.3em 0 1em;
}

.banner-text a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 1em;
	border-radius: 5px;
}

.banner-text a:hover {
	color: #A4365B;
	/*#EF5F21;*/
	background: #fff;
}


/*--content-top--*/

.content-top h1 {
	/* font-weight: bold; */
	font-size: 2em;
    line-height: 36px!important;
	color: #333!important;

}

.content-top {
	/* text-align: center; */
	padding: 4em 0;
}

.grid-top {
	position: relative;
	border: 1px black solid;
	border-radius: 4px;
	border-color: #A6A6A6;
	margin: 5px 5px 5px 5px;
    background-color: #fff;
}

.grid-top img {
	width: auto !important;
	max-height: 300px !important;
	margin: 0 auto;
}

.grid-top p {
	font-size: 1em;
	margin: 1.3em 0 0;
	font-weight: 500;
	text-transform: uppercase;
}

.grid-top p a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}

.grid-top p a:hover {
	color: #A4365B;
}

.grid-in {
	padding: 0 0 6.5em 0;
}

.sombreado {
	padding: 1rem;
	padding-bottom: 2rem;
}

.grid-in .category-products {
	padding: 0 0 0 0;
}

.grid-mid {
	position: relative;
}

.twit {
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: center;
}

.twit h4 {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.grid-mid img {
	width: 100%;
}

.grid-middle {
	padding: 2em 0 0;
}


/*--content-bottom--*/

.content-bottom ul li {
	display: inline-block;
	border: 1px solid #eee;
	float: left;
	border-left: none;
	width: 16.666%;
}

.content-bottom {
	padding: 3em 0;
}


/*--//content--*/

.col-md2 {
	padding: 30px 0 0;
}

.men1 {
	padding: 0 15px 0 0;
}

.men2 {
	padding: 0 0px 0 15px;
}

.content-top-bottom h2 {
	color: #000;
	font-size: 2.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.b-link-stripe {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.b-link-stripe .b-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}

.b-animate-go {
	text-decoration: none;
}

.b-animate {
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
	font-size: 1.1em;
	font-weight: 700;
}

.b-animate img {
	margin-top: 4%;
	display: -webkit-inline-box;
}

.b-animate span {
	display: block;
	font-size: 2em;
	padding-top: calc(40%);
	font-weight: 500;
	color: white !important;
}


/* lt-ie9 */

.b-animate-go:hover .b-animate {
	/*visibility: visible;*/
}

.b-from-left {
	position: relative;
	left: -100%;
	background: rgba(164, 54, 91, 0.64);
	background-size: 100% 100%;
	top: 0px;
	margin: 0px;
    border-radius: 15px;
    height: 100%;
}

.b-from-left-cart {
	position: relative;
	left: -100%;
	background: rgba(54, 164, 71, 0.64);
	background-size: 100% 100%;
	top: 0px;
	margin: 0px;
    border-radius: 15px;
    height: 100%;
}

.grid-top:hover .b-from-left {
	left: 0;
}

.grid-top:hover .b-from-left-cart {
	left: 0;
}

.col-md1 {
	position: relative;
}

.b-from-top {
	position: relative;
	top: -100%;
	background: rgba(239, 95, 33, 0.64);
	background-size: 100% 100%;
	margin: 0;
	min-height: 429px;
}

.col-md1:hover .b-from-top {
	top: 0;
}

.men:hover .b-from-top {
	top: 0;
}

.men1:hover .b-from-top {
	top: 0;
}

.men2:hover .b-from-top {
	top: 0;
}

.top-in1 {
	min-height: 204px;
}

.top-in1 span {
	padding: 3em 0 0;
}

.top-in2 span {
	padding: 2.8em 0 0;
}

.top-in2 {
	min-height: 196px;
}

.top-in span {
	padding: 6em 0 0;
}


/*----*/

.content-grid {
	position: absolute;
	top: 0;
	display: none;
	text-align: center;
	width: 100%;
}

.content-grid h5 {
	color: #fff;
	font-size: 2em;
}

.men {
	position: relative;
}

.men:hover .content-grid {
	display: block;
}


/*--//content--*/


/*--footer--*/

.footer {
	background: #2A2A2A;
 	margin-right: auto;
	margin-left: auto;
/*	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;  */
}

.footer2 {
	margin-right: auto;
	margin-left: auto;
}

.amet-sed h4 {
	font-size: 1.2em;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-top-at {
	padding: 4em 0;
	display: none;
}

ul.nav-bottom li {
	list-style: none;
}

ul.nav-bottom li a {
	text-decoration: none;
	color: #989696;
	font-size: 1.1em;
	display: inline-block;
	margin: 0.2em 0;
}

ul.nav-bottom li a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}

.amet-sed p {
	color: #989696;
	font-size: 1.1em;
	margin: 0 0 0.3em;
}

.footer-class p {
	color: #fff;
	font-size: 1.2em;
}

.footer-class p a {
	color: #A4365B;
	/*#EF5F21;*/
	text-decoration: none;
}

.footer-class p a:hover {
	color: #fff;
}

.footer-class {
	padding: 1.5em 0;
	text-align: center;
	background: #222222;
}

.footer-class2 {
	text-align: center;
}

.amet-sed form {
	padding: 1em 0 0;
}

.amet-sed input[type="text"],
.amet-sed input[type="submit"] {
	width: 69%;
	padding: 0.5em;
	outline: none;
	color: #000;
	font-size: 1em;
	background: #fff;
	border: none;
}

.amet-sed input[type="submit"] {
	width: 20%;
	color: #FFF;
	font-size: 1em;
	background: #A4365B;
	/*#EF5F21;*/
	border: none;
	outline: none;
	padding: 0.5em;
}

.amet-sed input[type="submit"]:hover {
	background: #fff;
	color: #A4365B;
	/*#EF5F21;*/
}

ul.social {
	padding: 1em 0 0;
}

ul.social li {
	display: inline-block;
}

ul.social li i {
	background: url(../images/img-sprite.png)no-repeat -9px -14px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

ul.social li i.twitter {
	background-position: -43px -14px;
}

ul.social li i.rss {
	background-position: -77px -14px;
}

ul.social li i.gmail {
	background-position: -110px -14px;
}

ul.social li i:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}


/*--//footer--*/


/*--contact--*/

.contact {
	padding: 3em 0;
}

.contact h1 {
	font-size: 3em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
	color: #000;
	text-align: center;
	font-weight: 600;
}

.map iframe {
	width: 100%;
	height: 150px;
	border: none;
	padding: 0 15px;
}

.contact-grid input[type="text"],
.contact-grid textarea {
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	font-size: 1em;
	color: #A09F9F;
	-webkit-appearance: none;
}

.contact-grid textarea {
	resize: none;
}

.send input[type="submit"] {
	width: 14%;
	font-size: 1.1em;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.send input[type="submit"]:hover {
	background: #2d2d2d;
}

.contact-form {
	padding: 3em 0;
}

.address-more {
	padding: 0 0 2em;
}

.contact-in p {
	font-size: 1em;
	color: #626262;
	width: 72%;
	line-height: 1.7em;
}

.address-more h4 {
	color: #000;
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 0.3em;
	font-weight: 600;
}

.address-more p a {
	text-decoration: none;
	color: #626262;
}

.address-more p a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}


/*--//contact--*/


/*--blog--*/

.grid_3 {
	position: relative;
}

.blog-poast-admin {
	position: absolute;
	bottom: 8.6em;
	left: 1.2em;
}

.blog-poast-info {
	padding: 0.8em 0em;
}

.blog-poast-info ul li {
	display: inline-block;
	padding: 0 0.3em;
}

.blog-poast-info ul li span {
	color: #000;
	font-size: 1em;
}

.blog-poast-info ul li a {
	color: #000;
	font-size: 1em;
}

.blog-poast-info ul li a:hover {
	text-decoration: none;
}

.blog-poast-info ul li a:hover {
	text-decoration: none;
	color: #A4365B;
	/*#EF5F21;*/
}

.blog-poast-info ul li i {
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) no-repeat -150px -104px;
	display: inline-block;
	vertical-align: sub;
	margin: 0 3px 0 0;
}

.blog-poast-info ul li i.date {
	background-position: -186px -104px;
}

.blog-poast-info ul li i.comment {
	background-position: -226px -101px;
}

.blog {
	padding: 5em 0;
}

.grid_3 p {
	color: #626262;
	font-size: 1em;
	line-height: 1.5em;
}

.grid_3 h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.grid_3 h3 a {
	color: #000;
	text-decoration: none;
}

.grid_3 h3 a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}

.button {
	margin-top: 20px;
}

.button a {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 1em;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	background: #000
}

.grid_3 {
	margin-bottom: 3em;
}

p.m_10 {
	font-size: 0.85em;
	color: #555;
	line-height: 1.8em;
	padding: 2% 0;
}

p.m_11 {
	font-size: 0.85em;
	color: #555;
	line-height: 1.8em;
}

.blog h1 {
	font-size: 3em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin: 0 0 1em;
}

.tags ul li {
	display: inline-block;
	float: left;
	width: 22.8%;
	margin: 0.5em 2% 0 0;
	text-align: center;
}

.tags li a {
	font-size: 1em;
	display: block;
	padding: 0.3em 0.4em;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}

.tags li a:hover {
	color: #fff;
	background: #A4365B;
	/*#EF5F21;*/
	border: 1px solid #A4365B;
	/*#EF5F21;*/
}

.tags ul li:nth-child(4),
.tags ul li:nth-child(8),
.tags ul li:nth-child(12) {
	margin: 0.5em 0 0;
}


/*----*/

h3.cate {
	color: #000;
	border-bottom: 1px solid #000;
	width: 69%;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
}

.of-left {
	border-bottom: 1px solid #000;
}

.product-go {
	margin-top: 2em;
}

.product {
	padding: 5em 0;
}

.bottom-product {
	margin-bottom: 2em;
}

nav.in {
	text-align: center;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #fff;
	background-color: #A4365B;
	/*#EF5F21;*/
	border-color: #A4365B;
	/*#EF5F21;*/
}

.pagination>li>a,
.pagination>li>span {
	color: #000;
}


/*----*/

ul.kid-menu {
	display: block !important;
}

.menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 1.5em 0;
}

.menu>li>a {
	width: 100%;
	margin: 0.3em 0;
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}

.menu>li>a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}

.menu ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 1.1em;
	margin: 0.3em 0;
	color: #000;
	text-decoration: none;
	text-indent: 1.2em;
}

.menu ul li a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}

ul.kid-menu li,
.menu ul li {
	list-style: none;
}

.sellers {
	padding: 5em 0;
}

.tags {
	padding: 1.5em 0 0;
}

h3.best {
	color: #000;
	font-size: 1.7em;
	font-family: 'Roboto', sans-serif;
}

.pagination>.active>a,
.pagination>.active>a:hover {
	background: #A4365B;
	/*#EF5F21;*/
	border-color: #A4365B;
	/*#EF5F21;*/
}


/*----*/

.product-middle {
	background: url(../images/product1.jpg) center;
	width: 100%;
	min-height: 45px;
	display: block;
	background-size: cover;
}

.fit-top {
	width: 100%;
	padding: 1em 1em;
}

h6.shop-top {
	font-size: 1.1em;
	font-weight: 300;
	float: left;
	color: #fff;
	margin-top: 0.3em;
}

a.shop-now {
	font-size: 0.9em;
	float: right;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 0.2em 0.4em;
	color: #fff;
}

a.shop-now:hover {
	border: 1px solid #A4365B;
	/*#EF5F21;*/
	background: #A4365B;
	/*#EF5F21;*/
}

h3.tag {
	color: #000;
	border-bottom: 1px solid #000;
	width: 32%;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
}

.of-left-in {
	border-bottom: 1px solid #000;
}


/*----*/

.fashion-grid {
	float: left;
	width: 24%;
}

.fashion-grid1 {
	float: right;
	width: 68%;
}

h6.best2 {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3em;
}

h6.best2 a {
	color: #000;
	text-decoration: none;
}

h6.best2 a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}

span.price-in1 {
	font-size: 1.3em;
	padding: 0.4em 0;
	display: block;
	color: #A4365B;
	/*#EF5F21;*/
}

span.desc-in1 {
	font-size: 1em;
	padding: 0.3em 0 0;
	display: block;
	color: #333;
	/*#EF5F21;*/
}

span.price-in1 small {
	text-decoration: line-through;
}

.six1 {
	position: absolute;
	top: 0;
	font-weight: 100;
	padding: 4em 1em 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.six1 h4 {
	font-size: 2.5em;
	color: #A4365B;
	/*#EF5F21;*/
	font-weight: 100;
}

.six1 p {
	font-size: 2em;
	color: #A4365B;
	/*#EF5F21;*/
	margin: 0.5em 0 0;
}

.six1 span {
	font-size: 6em;
	color: #A4365B;
	/*#EF5F21;*/
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.per1 {
	position: relative;
	margin: 2em 0;
}


/*---*/

a.item_add p.number {
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	background: #A4365B;
	padding: 0.5em 0.5em;
	border-radius: 4px;
}

a.item_add p.number:hover {
    background: #693346;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

a.item_add p.number i {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

a.item_add span.number {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	background: #A4365B;
	padding: 0.5em 1em;
	/*width: 200px;*/
	display:block;
	width: 140px;
}

a.item_add span.number:hover {
    background: #693346;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

a.item_add span.number i {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

p.tun {
	font-size: 1em;
	color: #333;
	text-align: center;
    line-height: 1.2em;
    height: 40px;
	text-transform: capitalize;
	font-weight: bold;
    width: 100%;
}
.cat-item_add {
	position: absolute;
	width: 75%;
	left: 15%;
	top: 240px;
}
.product-favorite{
	position: absolute;
	bottom: 4px;
	right: 12px;
	color: #ffc800;
    text-align: right;
	background: transparent;
	font-weight: bold;
	font-size: 2em;
	z-index: 1;
}
.product-unfavorite{
	position: absolute;
	bottom: 4px;
	right: 12px;
	color: #555;
	background: transparent;
	font-weight: bold;
	font-size: 2em;
	text-align: right;
	z-index: 1;
}


.product-condition-outer3x2{
    position: absolute;
    top: 36px;
    left: 10px;
    color: white;
    background: seagreen;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 2px;
    z-index: 1;
    border-radius: 15px;
}


.product-condition-outer{
	position: absolute;
	top: 8px;
	left: -5px;
	color: white;
	background: #A4365B;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 2px;
	z-index: 1;
	border-radius: 15px;
}

@media only screen and (max-width: 480px) {
    .product-condition-outer {
        top: 10px;
    }

	.check {
		padding-top: 1em 0 !important;
	}

    .product-condition-outer3x2 {
        top: 40px;
    }
}

.product-condition-outer-offer3x2 {
    position: absolute;
    top: 50px;
    left: -10px;
    color: white;
    background: seagreen;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 2px;
    z-index: 1;
    border-radius: 15px;
    text-transform: uppercase;
}

.product-condition-outer-offer{
	position: absolute;
	top: 10px;
	left: -10px;
	color: white;
	background: #A4365B;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 2px;
	z-index: 1;
	border-radius: 15px;
}
.product-condition-outer-stock{
	position: absolute;
	top: 44px;
	left: -10px;
	color: white;
	background: #444;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 2px;
	z-index: 1;
	border-radius: 15px;
}
.product-condition-middle{
	padding: 2px;
	background-color: white;
	border-radius: 15px;
}
.product-condition-inner{
	background: #bd0b0b;
	text-align: center;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
	border-radius: 15px;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	text-decoration:line-through;
}
.product-condition-inner-offer3x2{
    background: seagreen;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border-radius: 15px;
    cursor: help;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.product-condition-inner-offer{
	background: #A4365B;
	text-align: center;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
	border-radius: 15px;
	cursor: help;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.product-condition-inner-stock{
	background: #444;
	text-align: center;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
	border-radius: 15px;
	cursor: help;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}
.product-novedad-container{
	position: absolute;
	right: 10px;
	top: -10px;
	cursor: help;
	z-index: 1;
}
.product-novedad{
	font-size: 3em;
	color: #a4365b;
}
.product-at {
	position: relative;
    height: 100%;
}

.product-at:hover .pro-grid {
	display: block;
}

.product1 {
	padding: 0;
}

.pro-grid {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding: 8em 0 0;
}

.pro-grid span {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.5em 1.5em;
	text-transform: uppercase;
}

.pro-grid span:hover {
	background: #fff;
	color: #A4365B;
	/*#EF5F21;*/
}


/*--//product--*/


/*--single--*/

ul.star-footer li {
	display: inline-block;
}

ul.star-footer li i {
	height: 16px;
	width: 16px;
	background: url("../images/img-sprite.png") no-repeat -261px -106px;
	display: inline-block;
}

.single-para h4 {
	color: #000;
	font-size: 3em;
	font-family: 'Roboto', sans-serif;
}

.single-para p {
	font-size: 2em;
	color: #2c3e50;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5em;
	margin: 1em 0;
    font-size: 1.2em;
}

.single-para h5 {
	color: #A4365B;
	/*#EF5F21;*/
	font-size: 2em;
	border-bottom: 1px solid #C4C3C3;
	padding: 0.3em 0;
}

.available ul li {
	list-style: none;
	padding: 0 0.5em 0 0;
	color: #4c4c4c;
	font-size: 1.1em;
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	margin: 0.5em 0;
}

.available ul li select {
	outline: none;
	padding: 12px;
	border: none;
	background: #eeeeee;
	width: 77%;
	margin-left: 13%;
	cursor: pointer;
}

.available ul li.size-in select {
	margin-left: 16%;
}

.available {
	padding: 1em 0;
}

.product-properties {
	padding: 0.3em 0;
	border-bottom: 1px solid #C4C3C3;
	margin-bottom: 20px;
	width: 100%;
}

.product-properties li {
	list-style: none;
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0.3em 0;
	font-size: 0.9em;
}

.product-properties span.property {
	margin-left: 9em;
}

a.add-cart {
	text-decoration: none;
	color: #fff;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 2em;
	display: inline-block;
}

a.add-cart:hover {
	background: #000;
}

h3.real {
	color: #000;
	border-bottom: 1px solid #000;
	margin: 0 0.5em 1em;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
}

.star-on {
	padding: 1em 0;
}

.star-on ul {
	float: left;
}

.star-on ul li {
	vertical-align: sub;
}

.review {
	float: left;
	padding: 0 1em;
}

.star-on a {
	text-decoration: none;
	font-size: 1em;
	color: #000;
}

.star-on a:hover {
	color: #A4365B;
	/*#EF5F21;*/
}


/*----*/

.cd-tabs-navigation {
	width: 100%;
}

.cd-tabs-navigation li {
	display: inline-block;
	list-style: none;
}

.cd-tabs-navigation a {
	position: relative;
	display: block;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.1em;
	color: #000;
	background: #eee;
	padding: 10px 16px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

.cd-tabs-navigation a.selected {
	background: #A4365B;
	/*#EF5F21;*/
	color: #fff;
}

.cd-tabs-content li {
	display: none;
}

.cd-tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
}

.cd-tabs.is-ended {
	margin: 3em 0 1em;
	padding: 0 1em;
}

.facts {
	padding: 1em 0;
}

.facts p {
	color: #999;
	font-size: 1em;
	line-height: 1.7em;
	padding: 0 0 1em;
	font-family: 'Roboto', sans-serif;
}

.facts ul li {
	list-style: none;
	color: #767676;
	font-size: 1em;
	padding: 0.3em 0;
}

.color {
	background: #eee;
	margin: 1em 0;
	padding: 1em;
}

.color p,
.color span {
	color: #000;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	float: left;
}

.color p {
	width: 40%;
}

.top-comment-left {
	float: left;
	width: 13%;
}

.top-comment-right {
	float: left;
	width: 84%;
	margin-left: 1em;
	background: #f8f8f8;
	padding: 2em;
}

.top-comment-right h6 {
	color: #000;
	font-size: 0.8em;
	font-family: 'Roboto', sans-serif;
}

.top-comment-right p {
	color: #000;
	font-size: 1em;
	margin: 1em 0em 0 1em;
}

a.add-re {
	text-decoration: none;
	color: #fff;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 2em;
	display: inline-block;
}

a.add-re:hover {
	background: #000;
}

.top-comment-right h6 a {
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
}

.comments-top-top {
	margin: 2em 0;
}


/*--//single--*/

.register {
	padding: 5em 0;
}


/*--register--*/

.register h1 {
	font-size: 3em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
	text-align: center;
	margin-bottom: 1em;
}

.register-top-grid h3,
.register-bottom-grid h3 {
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
}

.register-top-grid span,
.register-bottom-grid span {
	font-size: 1em;
	display: block;
	color: #333;
}

.register-top-grid input[type="text"],
.register-top-grid input[type="password"],
.register-bottom-grid input[type="text"],
.register-bottom-grid input[type="password"],
.register-bottom-grid select {
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	-webkit-appearance: none;
}

.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	line-height: 27px;
	cursor: pointer;
	float: left;
	position: relative;
}

.news-letter {
	color: #A4365B;
	/*#EF5F21;*/
	font-size: 1em;
	margin-bottom: 1em;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 400;
}

.checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	outline: none;
	border: 2px solid #A4365B;
	/*#EF5F21;*/
}

.checkbox input+i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}

.checkbox input+i:after {
	position: absolute;
	opacity: 0;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
	transition: opacity 0.1s;
}

.checkbox input {
	position: absolute;
	left: -9999px;
}

.checkbox input:checked+i:after {
	opacity: 1;
}

.news-letter:hover {
	color: #000;
}

.register-bottom-grid input[type="submit"] {
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 1em;
	color: #fff;
	font-size: 1.2em;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	display: inline-block;
	border: none;
	outline: none;
}

.register-bottom-grid input[type="submit"]:hover {
	background: #000;
}

.account h1 {
	font-size: 3em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
	text-align: center;
	margin-bottom: 1em;
}

.account-top span {
	font-size: 1em;
	display: block;
	padding: 0 0 0.5em;
}

.account-top div {
	padding: 0.5em 0;
}

.account-top input[type="text"],
.account-top textarea,
.account-top input[type="password"] {
	padding: 1em;
	width: 100%;
	border: 1px solid #A09F9F;
	outline: none;
	font-size: 1em;
}

.account-top textarea {
	resize: none;
	height: 60px;
}

.account-top input[type="submit"],
.register input[type="submit"] {
	outline: none;
	padding: 7px 20px;
	color: #FFF;
	cursor: pointer;
	background: #A4365B;
	/*#EF5F21;*/
	border: none;
	margin: 1em auto 0;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-size: 1.2em;
    border-radius: 4px;
}

.account-top input[type="submit"]:hover {
	background: #000;
}

.account {
	padding: 5em 0;
}

.five {
	background: #fff;
	border-radius: 100px;
	border: 2px solid #A4365B;
	/*#EF5F21;*/
	width: 100px;
	height: 100px;
	position: absolute;
	top: 1%;
	right: 8%;
	padding: 2em 0 0;
	text-align: center;
}

.five span {
	font-size: 1em;
	color: #A4365B;
}

.five h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
}

a.create {
	text-decoration: none;
	color: #fff;
	padding: 7px 20px;
	background: #A4365B;
	/*#EF5F21;*/
	text-align: center;
	display: block;
}

.left-account {
	margin-top: 2em;
	margin-bottom: 3em;
}

.left-account img {
	width: 100%;
}

.single-bottom h3 {
	font-size: 3em;
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.7em;
}

.single-bottom {
	padding: 0em 0 4em;
}

.single-bottom input[type="text"],
.single-bottom textarea {
	width: 100%;
	padding: 1em;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	font-size: 1em;
	color: #A09F9F;
	-webkit-appearance: none;
	margin: 0 0 1em;
}

.single-bottom input[type="submit"] {
	width: 10%;
	font-size: 1.3em;
	background: #A4365B;
	/*#EF5F21;*/
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.single-bottom input[type="submit"]:hover {
	background: #000;
}

.single-bottom textarea {
	resize: none;
	min-height: 180px;
	margin: 0em 0em 1em;
	width: 100%;
}

.cart-sec {
	/*margin-bottom: 3em;*/
	padding-left: 40px;
}

.cart-item {
	width: 20%;
	height: 120px;
	float: left;
	margin-right: 5%;
	border: solid 0px #ccc;
	background-color: #fff;
	display: grid;
	align-content: center;
	border-radius: 4px;
	text-align: center;
}
.cart-image{
	border-radius: 25px;
}
.cart-item img {
	max-width: 100%;
	max-height: 120px;
	margin: 0 auto;
}

.cart-item-info {
	width: 75%;
	float: left;
}

.check {
	padding: 2em 0;
}

.cart-item-info h3 {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 5px;
}

.cart-item-info h3 a {
	color: #8a2748;
}

.cart-item-info h3 span {
	display: block;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0.7em 0;
}

.size_3 {
	width: 100%;
}

.delivery {
	margin-top: 3em;
}

.delivery p {
	color: #A6A6A6;
	font-size: 1em;
	font-weight: 400;
	float: left;
}

.delivery span {
	color: #A6A6A6;
	font-size: 1em;
	font-weight: 400;
	float: right;
}

.cart-item-info h4 span {
	font-size: 0.65em;
	font-weight: 400;
}

div.close {
	background: url('../images/close_1.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 0px;
	opacity: initial;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

div.erase {
	background: url('../images/Eliminar.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	opacity: initial;
	margin-bottom: 10px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	border-radius: 15px;
}

div.add {
	background: url('../images/Agregar.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	opacity: initial;
	margin-bottom: 10px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	border-radius: 15px;
}

div.remove {
	background: url('../images/Quitar.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
	opacity: initial;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	border-radius: 15px;
}

.cart-header {
	position: relative;
}

.cart-header2 {
	position: relative;
}

a.order {
	background: #A4365B;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

a.order-green {
	background-color: #369d6f;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
a.order-green:hover {
	background-color: #18643e;
}

span.order {
	cursor: pointer;
	background: #A4365B;
	padding: 5px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	border: 0;
}

span.order:hover {
	cursor: pointer;
	background: #570520;
}

a.orderdisabled {
	background: #444;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	cursor: default;
}

a.orderdisabled:hover {
	background: #444;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	cursor: default;
}

a.order-login{
	background: #1C973B;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
}

a.order:hover {
	background: #000;
}

a.order-login:hover {
	background: #000;
}

.total-item,
.cart-items {
	margin-top: 0em;
	padding-bottom: 2em;
}

.total-item h3 {
	color: #444;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.total-item h4 {
	font-size: 0.8em;
	font-weight: 600;
	color: #9C9C9C;
	display: inline-block;
	margin-right: 6em;
}

a.cpns {
	background: #A4365B;
	/*#EF5F21;*/
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
	font-size: 0.8em;
	font-weight: 600;
}

a.cpns:hover {
	background: #000;
}

.total-item p {
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 1em;
}

.total-item p a {
	color: #727272;
}

.total-item p a:hover {
	color: #000;
	text-decoration: underline;
}

a.continue {
	background: #A4365B;
	/*#EF5F21;*/
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2em;
}

a.continue:hover {
	background: #000;
}

ul.total_price {
	margin: 10px 0px 10px 10px;
	padding: 0;
	list-style: none;
}

ul.total_price li.last_price {
	width: 50%;
	float: left;
}

ul.total_price li.last_price span {
	font-size: 1.1em;
	color: #000;
}

.price-details {
	border-bottom: 1px solid #DDD9D9;
	padding-bottom: 10px;
}

.price-details h3 {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.price-details span {
	width: 50%;
	float: left;
	font-size: 0.8125em;
	color: #000;
	line-height: 1.8em;
}

.check h1 {
	font-size: 3em;
	margin-bottom: 2em;
	font-family: 'Open Sans', 'Roboto', sans-serif;
    text-shadow: rgba(0,0,0,.2) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;
}

a.item_add1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 10px 15px;
	background: url(0) #f54d56;
}

a.item_add1:hover {
	background: rgb(3, 193, 167);
	text-decoration: none;
	color: #fff;
}

.btn_5 {
	padding: 25px 40px;
	font-size: 1.1em;
}

ul.qty {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.qty li {
	margin-right: 10%;
}

ul.qty li p {
	font-size: 1em;
	color: #333;
}

@media only screen and (max-width: 360px) {
    .search {
        width: 140px;
    }
}
@media only screen and (max-width: 480px) {
    .grid-top img {
        width: auto !important;
        max-height: 160px !important;
        margin: 0 auto;
    }
    .oCubeArt-Tienda {
        font-size: 105px;
    }
}
@media only screen and (max-width: 440px) {
    #oTablaObservaciones {
        width: 88%;
    }
    .keyboard-main {
		display: none;
		top: calc(50% + 15px);
		left: calc(50% - 158px);
		width: 317px;
		height: 24em;
		margin-top: -12em;
		position: fixed;
		z-index: 2;
		border-radius: 4px;
	}
	.keyboard-lbl-title{
		display: block;
		position: relative;
		top: 18px;
		left: 10px;
		width: 75%;
		height: 32px;
		font-size: 1em;
		font-weight: bold;
		text-align: left;
	}
	.keyboard-btn-add{
		display: block;
		position: relative;
		top: 87px;
		float: right;
		width: 110px;
		height: 32px;
		color: white;
		background-color: #36a439;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 4px;
		padding-top: 1px;
        border: 0;
	}
	.keyboard-sep-footer{
		display: block;
		position: relative;
		top: 16.6em;
		width: 100%;
		height: 1px;
	}
    .keyboard-lbl-ofe3x2 {
        display: block;
        position: relative;
        top: 235px;
    }

	.keyboard-lbl-ofe{
		display: none;
		position: relative;
		top: 235px;
	}
	.keyboard-lbl-pre{
		display: none;
		position: relative;
		top: 235px;
		left: 73px;
		text-decoration: line-through;
	}
    .keyboard-lbl-stk{
        top: 235px;
    }
	.keyboard-pad {
		top: 36px;
		width: 180px;
		height: 190px;
		display: block;
		position: relative;
		margin-right: 10px;
	}
	.keyboard-quantity {
		top: 30px;
		width: 125px;
		height: 220px;
		display: block;
		position: relative;
	}
	.keyboard-lbl-quantity{
		display: inline;
		font-size: 3em;
		font-weight: bold;
		align-content: center;
		line-height: 200px;
	}
	.keyboardblock {
		display: inline-block;
		width: 45px;
		height: 45px;
		margin: 5px;
		background: #A4365B;
		color: white;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		font-size: 25px;
		border-radius: 4px;
		padding-top: 1px;
	}
	.keyboardblock-v2 {
		display: inline-block;
		width: 39px;
		height: 80px;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-left: 1px;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 4px;
	}
	.keyboardblock-h2 {
		display: inline-block;
		width: 100px;
		height: 45px;
		margin: 5px;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 4px;
        line-height: 1em;
	}
}

@media only screen and (min-width: 440px) and (min-height: 300px) {
    .check .cart-total {
        width: 360px;
        margin-left: calc(50% - 180px);
    }
    .keyboard-main {
		display: none;
		top: calc(50% + 7px);
		left: calc(50% - 195px);
		width: 390px;
		height: 19em;
		margin-top: -8em;
		position: fixed;
		z-index: 2;
		border-radius: 4px;
	}
	.keyboard-lbl-title{
		display: block;
		position: relative;
		top: 9px;
		left: 10px;
		width: 82%;
		height: 32px;
		font-size: 1.2em;
		font-weight: bold;
		text-align: left;
	}
    .keyboard-lbl-price {
        font-size: 1.1em;
        font-weight: bold;
        top: 109px;
        left: 4px;
        width: 140px;
    }
    .keyboard-lbl-factor {
        font-size: 1.1em;
        top: 45px;
        left: 4px;
        width: 140px;
    }
	.keyboard-sep-title {
		display: block;
		position: relative;
		top: 0.9em;
		width: 100%;
		height: 2px;
	}
	.keyboard-sep-footer {
		display: block;
		position: relative;
		top: 13em;
		width: 100%;
		height: 1px;
	}
	.keyboard-btn-close {
		display: block;
		position: relative;
		top: 8px;
		float: right;
		width: 55px;
		height: 32px;
		color: white;
		background-color: transparent;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 25px;
	}
	.keyboard-btn-add{
		display: block;
		position: relative;
		top: 50px;
		float: right;
		width: 150px;
		height: 32px;
		color: white;
		background-color: #36a439;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 4px;
		padding-top: 2px;
        border: 0;
	}
	.keyboard-sep-footer{
		display: block;
		position: relative;
		top: 12.4em;
		width: 100%;
		height: 1px;
		margin-bottom: 0;
	}

    .keyboard-lbl-ofe3x2{
        display: block;
        position: relative;
        top: 170px;
    }

	.keyboard-lbl-ofe{
		display: none;
		position: relative;
		top: 170px;
	}
	.keyboard-lbl-pre{
		display: none;
		position: relative;
		top: 170px;
		left: 70px;
		text-decoration: line-through;
	}
    .keyboard-lbl-stk{
        top: 170px;
    }
	.keyboard-pad {
		top: 12px;
		width: 223px;
		height: 160px;
		display: block;
		position: relative;
		margin-right: 10px;
	}
	.keyboard-quantity {
		top: 0;
		width: 152px;
		height: 171px;
		display: block;
		position: relative;
	}
	.keyboard-lbl-quantity{
		display: inline;
		font-size: 3em;
		font-weight: bold;
		align-content: center;
		line-height: 200px;
	}
    .keyboard-lbl-price {
        top: 81px;
    }
    .keyboard-lbl-factor {
        top: 33px;
    }
    .keyboardblock {
		display: inline-block;
		width: 50px;
		height: 30px;
		margin: 5px;
		background: #A4365B;
		color: white;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		font-size: 22px;
		border-radius: 4px;
		padding-top: 0px;
	}
	.keyboardblock-v2 {
		display: inline-block;
		width: 39px;
		height: 73px;
		margin-top: 3px;
		margin-right: 3px;
		margin-bottom: 3px;
		margin-left: 1px;
		font-weight: bold;
		float: right;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 4px;
		padding-top: 11px;
	}
	.keyboardblock-h2 {
		display: inline-block;
		width: 110px;
		height: 33px;
		margin: 3px;
		font-weight: bold;
		padding-top: 1px;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 4px;
		margin-left: 5px;
        line-height: 0.95em;
	}
}

@media only screen and (min-width: 440px) and (min-height: 460px) {
    #oTablaObservaciones {
        width: 93%;
    }
    
    .keyboard-main {
		display: none;
		top: 50%;
		left: calc(50% - 195px);
		width: 390px;
		height: 22em;
		margin-top: -12em;
		position: fixed;
		z-index: 2;
		border-radius: 4px;
	}
	.keyboard-btn-close {
		display: block;
		position: relative;
		top: 7px;
		float: right;
		width: 55px;
		height: 32px;
		color: white;
		background-color: transparent;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 4px;
	}
	.keyboard-btn-add{
		display: block;
		position: relative;
		top: 40px;
		float: right;
		width: 145px;
		height: 32px;
		color: white;
		background-color: #36a439;
		margin-right: 10px;
		cursor: pointer;
		border-radius: 4px;
		padding-top: 2px;
        border: 0;
	}
    .keyboard-lbl-title{
        font-size: 1.3em;
    }
	.keyboard-sep-footer{
		display: block;
		position: relative;
		top: 15em;
		width: 100%;
		height: 1px;
	}
    .keyboard-lbl-ofe3x2{
        display: block;
        position: relative;
        top: 238px;
    }
	.keyboard-lbl-ofe{
		display: none;
		position: relative;
		top: 238px;
	}
	.keyboard-lbl-pre{
		display: none;
		position: relative;
		top: 238px;
		left: 73px;
		text-decoration: line-through;
	}
    .keyboard-lbl-stk{
        top: 238px;
    }
	.keyboard-pad {
		top: 21px;
		width: 220px;
		height: 220px;
		display: block;
		position: relative;
		margin-right: 10px;
	}
	.keyboard-quantity {
		top: 31px;
		width: 157px;
		height: 220px;
		display: block;
		position: relative;
	}
	.keyboard-lbl-quantity{
		display: inline;
		font-size: 3em;
		font-weight: bold;
		align-content: center;
		line-height: 200px;
	}
    .keyboard-lbl-price {
        top: 98px;
        font-size: 1.1em;
    }
    .keyboard-lbl-factor {
        top: 48px;
        font-size: 1.1em;
    }
	.keyboardblock {
		display: inline-block;
		width: 45px;
		height: 45px;
		margin: 5px;
		background: #A4365B;
		color: white;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		font-size: 25px;
		border-radius: 4px;
		padding-top: 3px;
	}
	.keyboardblock-v2 {
		display: inline-block;
		width: 45px;
		height: 90px;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-left: 1px;
		font-weight: bold;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 4px;
        padding-top: 22px;
	}
	.keyboardblock-h2 {
		display: inline-block;
		width: 100px;
		height: 45px;
		margin: 5px;
		font-weight: bold;
		cursor: pointer;
		vertical-align: baseline;
		text-align: center;
		border-radius: 4px;
        line-height: 1.5em;
	}
}

@media only screen and (max-width: 480px) {
    .clearfix{
        display: none;
    }
    .simpleCart_user{
		padding-left: 12px;
        font-size: 1.6em;
        cursor: pointer;
	}
    .simpleCart_user span{
		display: none;
	}
	.simpleCart_icon{
		font-size: 1.8em;
	}
    .simpleCart_quantity{
		font-size: 1.2em;
		display: none;
        text-transform: full-width;
	}
	.simpleCart_total{
		font-size: 1.8em;
        display: none;
	}
	.col-md-9.cart-items {
		width: 95%;
		height: 160px;
		display: inline-block;
		float: none;
		position: initial;
		padding: 0;
		background: linear-gradient(#999, #999) 0 calc(100% - 14px)/100% 1px no-repeat, transparent;
	}
	.content-top h1 {
		font-size: 2em;
	}
	.col-md-3 .product-go {
		width: 100%;
		display: inline-block;
	}
	.b-wrapper {
		display: none !important;
	}
	div.col-md-4.bottom-cd.simpleCart_shelfItem {
		padding: 15px;
		float: none !important;
		width: 100% !important;
	}
	.Pnl-Content {
		height: calc(100% - 42px) !important;
	}
	.Pnl-Msg {
        width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}
	.product-at img {
		margin: 0 auto;
	}
	.left-account {
		margin-top: 2em;
	}
	.SubCatContainer li {
		width: 100%;
	}
	.oHeadElements-Smart {
		display: block;
		width: 100%;
		margin-top: 2px;
	}
	.oHeadElements-Smart li {
		float: right;
		color: white;
		font-size: 24px;
		margin: 0px 20px 0px 0px !important;
	}
	.oHeadElements-Smart li:first-child {
		margin: 0px !important;
	}
	.oHeadElements-Smart a {
		margin: 0px !important;
	}
	.cart.box_1 {
		float: right;
		margin-top: 9px;
		font-size: 0.8em;
	}
	#slider_container {
		display: none;
	}
	.logo {
		float: none !important;
		margin: 0 auto;
		width: 270px;
	}
	.logo img {
		width: 270px !important;
	}
	.oDivPanelRetomar {
		width: 100% !important;
	}
	.oTableMensajes>tbody>tr>td:nth-child(3) {
		display: none;
	}
	.oDivRowItems {
		margin-bottom: 0px !important;
	}
	.oDivPanel .oDivRowItems>div {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}
	#oTxtCancelado {
		font-size: 50px;
		left: calc(50% - 155px);
	}
	#oTablaMetodoEnvio table tr td {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	#oTablaMetodoEnvio table tr td:nth-child(1) {
		text-align: center;
	}
	#oTablaMetodoEnvio table tr td:nth-child(3) {
		text-align: center;
	}
	#oTablaNavegacion {
		width: 88%;
	}
	#oTablaDatosPago {
		width: 88%;
	}
	#oTablaMetodoPago {
		width: 88%;
	}
	#oTablaMetodoEnvio {
		width: 88%;
	}
	#oTablaDatosEnvio {
		width: 88%;
	}
    #oTablaDatosPago {
        width: 88%;
    }
	#oTablaDatosEnvio tr td {
		display: inline-block;
		width: 100%;
	}
    #oTablaDatosPago tr td {
        display: inline-block;
        width: 100%;
    }
	#oTablaDatosEnvio tr td:nth-child(2) {
		margin-bottom: 14px;
	}
    #oTablaDatosPago tr td:nth-child(2) {
        margin-bottom: 14px;
    }
	#oTablaDatosEnvio .oContenedorDirecciones {
		width: 100%;
	}
    #oTablaDatosPago .oContenedorDirecciones {
        width: 100%;
    }
	#LineaTemporal>div {
		width: 400px;
		margin-left: calc(50% - 200px);
	}
	#LineaTemporal .Pelota {
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #C5C5C5;
	}
	#LineaTemporal .Palo {
		display: inline-block;
		width: 50px;
		height: 20px;
		margin-bottom: -10px;
		border-radius: 5px;
		background-color: #C5C5C5;
	}
	#LineaTemporal .Hecho {
		background-color: #FBBC05;
	}
	#LineaTemporal .Pelota span {
		font-weight: bold;
		position: relative;
		top: 9px;
		left: 1px;
		font-size: 32px;
	}
	.cart.box_1 p {
		text-align: right;
		margin-top: 28px;
		font-size: 1.1em;
		font-weight: 500;
		line-height: 1.1;
	}
	.tags ul li {
		width: 31%;
	}
	.tags ul li:nth-child(4),
	.tags ul li:nth-child(8),
	.tags ul li:nth-child(12) {
		margin: 0.5em 2% 0 0;
	}
	.banner-text h3 {
		font-size: 1.5em;
	}
	.banner-text p {
		font-size: 1em;
	}
	.banner {
		min-height: 294px;
	}
	.banner-text {
		padding: 3em 0 1em;
	}
	.grid-top {
		width: 100%;
		border: 1px black solid;
		border-radius: 4px;
		border-color: #A6A6A6;
		margin: 5px 5px 100px 5px;
	}
	.grid-top p {
		font-size: 0.8em;
        margin-top: 10px;
	}
	.content-top {
		padding: 2em 0;
	}
	.grid-in {
		padding: 0;
	}

    .grid-in .category-products {
        padding: 0;
        display: grid;
        grid-gap: 10px;
        grid-auto-rows: 300px 300px;/*minmax(300px, auto);*/
        grid-template-columns: 47% 47%;
    }
	.content-bottom ul li {
		border: none;
		width: 33%;
	}
	.product-price {
		width: 100%;
		margin-top: 60px;
	}
	.product .paging {
		margin-top: 20px;
	}
	.banner-text {
		margin: 0 0 0 2em;
	}
	.pro-grid span {
		font-size: 0.9em;
	}
	.pro-grid {
		padding: 3.5em 0 0;
	}
	a.item_add p.number {
		font-size: 0.9em;
        padding: 0.5em 0em;
	}
	.top-in span {
		padding: 4.5em 0 0;
	}
	.b-from-top {
		min-height: 321px;
	}
	.top-in1 span {
		padding: 2em 0 0;
	}
	.top-in1 {
		min-height: 154px;
	}
	.top-in2 span {
		padding: 1.5em 0 0;
	}
	.top-in2 {
		min-height: 144px;
	}
	/*--single--*/
	.cd-tabs-navigation a {
		font-size: 0.9em;
	}
	.top-comment-right {
		width: 81%;
	}
	.grid_3 {
		float: left;
		width: 100%;
	}
	.blog h1 {
		font-size: 2em;
		margin: 0 0 0.5em;
	}
	.single-bottom h3 {
		font-size: 2em;
	}
	.single-bottom input[type="submit"] {
		width: 18%;
	}
	.contact h1 {
		font-size: 2em;
	}
	.contact-form {
		padding: 1em 0;
	}
	.register-top-grid h3,
	.register-bottom-grid h3 {
		font-size: 1.2em;
	}
	#oDivContactForm {
		/* width: 300px !important; */
	}
	#oDivContactForm>div {
		width: 300px !important;
	}
	#oDivContactForm>div:nth-child(1) div {
		width: 148px !important;
	}
	#oDivContactForm>div:nth-child(2) input {
		width: 144px !important;
	}
}

@media only screen and (min-width: 480px) {
    .active-section-title{
        font-size: 22px;
        padding-top: 9px;
        display: block;
    }
	#oTablaObservaciones {
        width: 95%;
    }
    .search {
        display: none;
    }
    .cart.box_1 {
        padding-top: 9px;
    }
    .cart-item {
        height: 130px;
    }
    .cart-item img {
        max-height: 128px;
        margin: 0 auto;
    }
    #oTablaNavegacion {
		width: 430px;
		margin-left: calc(50% - 220px);
	}
	#oTablaDatosEnvio {
		width: 430px;
		margin-top: 30px;
		margin-left: calc(50% - 220px);
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#oTablaDatosPago {
		width: 430px;
		margin-top: 30px;
		margin-left: calc(50% - 220px);
		margin-right: 0px;
	}
	#oTablaObservaciones {
		width: 430px;
		margin-left: calc(50% - 220px);
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#oTablaMetodoEnvio {
		width: 430px;
		margin-left: calc(50% - 220px);
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#oTablaMetodoPago {
		width: 430px;
		margin-top: 30px;
		margin-left: calc(50% - 220px);
		margin-right: 0px;
	}
	#LineaTemporal>div {
		width: 300px;
		margin-left: calc(50% - 150px);
	}
	#LineaTemporal .Pelota {
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #C5C5C5;
	}
	#LineaTemporal .Palo {
		display: inline-block;
		width: 50px;
		height: 20px;
		margin-bottom: -10px;
		border-radius: 5px;
		background-color: #C5C5C5;
	}
	#LineaTemporal .Hecho {
		background-color: #FBBC05;
	}
	#LineaTemporal .Pelota span {
		font-weight: bold;
		position: relative;
		top: 9px;
		left: 1px;
		font-size: 32px;
	}
	.bottom-product {
		margin-bottom: 5em;
	}
	p.tun {
		font-size: 0.9em; /* 1em */
		color: #333;
		position: absolute;
		top: 165px;
	}
	.cat-item_add {
		top: 220px;
		width: 100%;
		left: auto;
		margin-top: 0px;
	}
    .simpleCart_cartinfo{
        display: contents;
    }
    .simpleCart_user{
        font-size: 1.4em;
        cursor: pointer;
	}
    .simpleCart_user span{
		font-size: 0.7em;
        padding-left: 6px;
        padding-right: 6px;
	}
	.simpleCart_icon{
		font-size: 1.6em;
	}
	.simpleCart_quantity{
		font-size: 1.4em;
	}
	.simpleCart_total{
		font-size: 1.6em;
	}
	.col-md-9.cart-items {
		width: 100% !important;
		height: 160px;
	}
	.col-md-3 .product-go {
		width: 100%;
		display: inline-block;
	}
	.col-md-3 {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.thickbox>.img-responsive {
		width: 100%;
		height: auto;
	}

    .img-responsive:hover {
        -webkit-transition:all .5s ease; /* Safari y Chrome */
        -moz-transition:all .5s ease; /* Firefox */
        -o-transition:all .5s ease; /* IE 9 */
        -ms-transition:all .5s ease; /* Opera */
        -webkit-transform:scale(1.25);
        -moz-transform:scale(1.25);
        -ms-transform:scale(1.25);
        -o-transform:scale(1.25);
        transform:scale(1.25);
        width:100%;
    }


	.grid-top {
		float: left;
		width: 31%;
		border: 2px black solid;
		border-radius: 4px;
		border-color: #A6A6A6;
		margin: 5px 5px 5px 5px;
	}
	.grid-top img {
		width: auto !important;
		max-height: 160px !important;
		margin: 0 auto;
	}
	.amet-sed {
		margin-bottom: 2em;
	}
	div.col-md-4.bottom-cd.simpleCart_shelfItem {
		float: left;
		width: 31%;
		border-style: solid;
		border-radius: 22px 22px 22px 22px;
		border-color: #c6bec5;
		margin: 5px 5px 5px 5px;
	}
	.Pnl-Content {
		height: 400px !important;
	}
	.Pnl-Msg {
		width: 90% !important;
	}
	.product-at {
		height: 20% !important;
        display: grid;
        align-content: center;
	}
	.grid-in .product-at {
		height: 160px !important;
	}
	.b-animate span {
		font-size: 1.1em;
	}
	a.item_add p.number {
		font-size: 0.9em;
		color: #FFF;
		text-align: center;
		background: #A4365B;
		padding: 0.5em 0.5em;
		border-radius: 4px;
	}

	.sombreado {
		padding: 1rem;
		padding-bottom: 3.5rem;
	}	

}
@media only screen and (min-width: 500px) {
	
	.sombreado {
		padding: 1rem;
		padding-bottom: 3.8rem;
	}	

    .MaskBox div {
        left: calc(50% - 200px);
        width: 400px;
        background-position-x: 190px;
        background-size: 14px;
    }
    .MaskBox a {
        font-size: 14px;
    }
    .MaskBox span {
        font-size: 14px;
    }
    .cart-item {
        height: 140px;
    }
    .cart-item img {
        max-height: 138px;
        margin: 0 auto;
    }
    .keyboard-main{
		left: calc(50% - 232px);
		width: 465px;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.55);
	}
	.keyboard-quantity{
		width: 220px;
	}
    .keyboard-lbl-price {
        width: 220px;
        font-size: 1.2em;
    }
    .keyboard-lbl-factor {
        width: 220px;
        font-size: 1.2em;
    }
    .oCubeArt-Busqueda {
		font-size: 105px;
		/*padding-top: 20%;*/
	}
    .oCubeArt-Categoria {
        font-size: 105px;
    }
	.oCubeArt-List {
		font-size: 113px;
	}
    .oCubeArt-Cart {
        font-size: 90px;
        color: #626262;
    }
    .oCubeArt-Tienda {
		font-size: 120px;
	}
	
	.grid-in {
		padding: 0 0 7em 0;
	}

}
@media only screen and (min-width: 550px) {
    .oBtnComprar {
        width: 140px;
    }
    .col-md-9.cart-items {
       height: 180px;
		 background: linear-gradient(#999, #999) 0 calc(100% - 10px)/100% 1px no-repeat, transparent;
    }
    .cart-item {
        height: 150px;
    }
    .cart-item img {
        max-height: 148px;
    }

    .grid-in .product-at {
		height: 200px !important;
	}
	p.tun {
		top: 205px;
    	height: 50px;
		font-size: 0.8em;
	}
	.cat-item_add {
		top: 245px;
	}
	.grid-top img {
		width: auto !important;
		max-height: 200px !important;
		margin: 0 auto;
	}
	.b-animate span {
		font-size: 1.5em;
	}
    .oCubeArt-Tienda {
		font-size: 135px;
	}
}

@media only screen and (min-width: 600px) {
	.sombreado {
		padding: 1rem;
		padding-bottom: 2.5rem;
	}	

	 .MaskBox div {
        left: calc(50% - 250px);
        width: 500px;
        background-position-x: 240px;
        background-size: 18px;
    }
    .MaskBox h4 {
        font-size: 22px;
    }
    .MaskBox a {
        font-size: 18px;
    }
    .MaskBox span {
        font-size: 18px;
    }
    .col-md-9.cart-items {
       height: 200px;
		 background: linear-gradient(#999, #999) 0 calc(100% - 10px)/100% 1px no-repeat, transparent;
    }
    .cart-item {
        height: 170px;
    }
    .cart-item img {
        max-height: 168px;
    }
    .oCubeArt-Tienda {
		font-size: 145px;
	}
	
}

@media only screen and (min-width: 650px) {
    .col-md-9.cart-items {
        height: 220px;
    }
    .cart-item {
        height: 200px;
    }
    .cart-item img {
        max-height: 198px;
    }
    #oTablaDatosEnvio {
		width: 430px;
		margin: 0 auto;
		margin-top: 30px;
	}
    #oTablaDatosPago {
        width: 430px;
        margin: 0 auto;
        margin-top: 30px;
    }
	.bottom-product {
		margin-bottom: 6em;
	}
	.grid-top {
		float: left;
		width: 31%;
		border: 2px black solid;		
		border-radius: 4px;
		border-color: #A6A6A6;
		margin: 5px 5px 50px 5px;
	}
	.grid-top img {
		width: auto !important;
		max-height: 250px !important;
		margin: 0 auto;
	}
	.grid-in .product-at {
		height: 250px !important;
	}
	p.tun {
		top: 255px;
		font-size: 0.9em;
	}
	.cat-item_add {
		top: 295px;
	}
	.bottom-cd {
		float: left;
		width: 33.3%;
	}
	.grid-in {
		padding: 0 0 5em 0;
	}
	a.item_add p.number {
		font-size: 1em;
	}
	.grid-in .category-products {
		padding: 0;
	}
	.oCubeArt-Busqueda {
		font-size: 115px;
	}
    .oCubeArt-Categoria {
        font-size: 105px;
    }
	.oCubeArt-List {
		font-size: 122px;
	}
    .oCubeArt-Cart {
        font-size: 99px;
        color: #626262;
    }
	.oCubeArt-Tienda {
		font-size: 130px;
	}
}

@media only screen and (min-width: 740px) {
    .oCubeArt-Categoria {
        font-size: 120px;
    }
    .col-md-9.cart-items {
		width: 100%;
		height: 225px;
		background: linear-gradient(#999, #999) 0 calc(100% - 1px)/100% 1px no-repeat, transparent;
    }
    .cart-item {
        height: 215px;
    }
    .cart-item img {
        max-height: 213px;
        margin: 0 auto;
    }
    #oTablaDatosEnvio {
		width: 430px;
		margin: 0 auto;
		margin-top: 30px;
	}
    #oTablaDatosPago {
        width: 430px;
        margin: 0 auto;
        margin-top: 30px;
    }
	.grid-in {
		padding: 0 0 5em 0;
	}
}

@media only screen and (min-width: 820px) {
    .desktop-h1{
        display: block;
    }
    .search {
        display: block;
    }
    .oCubeArt-Categoria {
        font-size: 90px;
    }
    .simpleCart_user{
		padding-left: 12px;
        font-size: 1.1em;
	}
    .simpleCart_user span{
		font-size: 0.9em;
        padding-left: 12px;
        padding-right: 12px;
	}
	.simpleCart_icon{
		font-size: 1.2em;
		color: #333333;
	}
    .simpleCart_quantity{
		font-size: 1em;
        font-weight: bold;
		color: #333333;
	}
	.simpleCart_total{
		font-size: 1.2em;
		color: #A4365B
	}
    .header-right {
        position: absolute;
        top: 48px;
        right: 6px;
		color: #333;
        background-color: #fff;
        border-color: #333;
        border-top: solid 2px white;
        border-left: solid 2px #333;
        border-bottom: solid 2px #333;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-right: solid 2px #333;
    }
	#oBtnPanel{
		color: #333333;
	}
	#oBtnLogIn {
		color: #333;
	}
    .cart.box_1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-current-section{
        display: none;
    }
    .h_menu4 {
        width: 500px !important;
        float: left;
        display: block;
        margin-top: 6px;
        margin-left: 6px;
    }
    .col-md-9.cart-items {
		height: 250px;
		background: linear-gradient(#999, #999) 0 calc(100% - 1px)/100% 1px no-repeat, transparent;
	}
    .cart-item {
        height: 230px;
        display: grid;
        align-content: center;
    }
    .img-responsive {
        margin: 0 auto;
    }
    .cart-item img {
        max-height: 228px;
        max-width: 100%;
    }
	.grid-in .product-at {
		height: 200px !important;
	}
	p.tun {
		top: 196px;
	}
	.cat-item_add {
		top: 240px;
	}
	.grid-top {
		float: left;
		width: 22%;
		border: 1px black solid;
		border-radius: 4px;
		border-color: #A6A6A6;
		margin: 5px 14px 90px 5px;
	}
	.grid-top img {
		width: auto !important;
		max-height: 200px !important;
		margin: 0 auto;
	}
	.grid-in {
		padding: 0 0 1em 0;
	}
}

@media only screen and (min-width: 840px) {
    .cart-item {
        height: 240px;
    }
    .cart-item img {
        max-height: 238px;
    }
}

@media only screen and (min-width: 900px) {
    .oCubeArt-Categoria {
        font-size: 110px;
    }
    .col-md-9.cart-items {
		height: 300px;
	}
    .cart-item {
        height: 280px;
    }
    .cart-item img {
        max-height: 278px;
    }
}

@media only screen and (min-width: 960px) {
    .oCubeArt-Categoria {
        font-size: 120px;
    }
	.oCubeArt-Cart {
        font-size: 80px;
    }
    .product>.container .col-md-3 {
		float: right;
	}
	.col-md-3 {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.col-md-9.cart-items {
		width: 45% !important;
      	height: 215px;
		background: linear-gradient(#999, #999) 0 calc(100% - 32px)/100% 1px no-repeat, transparent;
	}
    .cart-item {
        height: 140px;
    }
    .cart-item img {
        max-height: 138px;
    }
	.thickbox>.img-responsive {
		width: 283px;
		height: 288px;
	}
	.memenu li:not(:first-child) {
		margin-bottom: -5px;
		display: inline-block !important;
	}
	.product-at {
		height: 200px !important;
	}
	.product-at img {
		width: auto !important;
		max-height: 200px !important;
		margin: 0 auto;
	}
	.oDivPanel .oDivRowItems>div {
		width: 284px !important;
		margin-right: 40px !important;
	}
	.oDivPanel .oDivRowItems>div:last-child {
		margin-right: 0px !important;
	}
	.grid-in {
		padding: 0 0 1em 0;
	}
	.indexcategory {
		display: none;
	}
	.thickbox>.img-responsive {
		width: 350px;
		height: 356px;
	}
	.col-md-3 {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.product>.container .col-md-3 {
		float: right;
	}
}

@media only screen and (min-width: 1000px) {
	.grid-top {
		width: 18%;
	}
    .col-md-9.cart-items {
       height: 200px;
		 background: linear-gradient(#999, #999) 0 calc(100% - 15px)/100% 1px no-repeat, transparent;
	}
    .cart-item {
        height: 160px;
    }
    .cart-item img {
        max-height: 158px;
    }
}

@media only screen and (min-width: 1200px) {
	.col-md-9.cart-items {
      height: 230px;
		background: linear-gradient(#999, #999) 0 calc(100% - 14px)/100% 1px no-repeat, transparent;
	}
    .cart-item {
        height: 190px;
    }
    .cart-item img {
        max-height: 188px;
    }
}

@media only screen and (min-width: 1500px) {
    .cart-item {
        height: 200px;
    }
    .cart-item img {
        max-height: 198px;
    }
}

@media only screen and (min-width: 1600px) {
	.col-md-9.cart-items {
        height: 280px;
	}
    .cart-item {
        height: 240px;
    }
    .cart-item img {
        max-height: 238px;
    }
}

.form-labels {
	font-size: 3rem;
}