@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;800&display=swap');
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	width: 100% !important;
	background-color: #F1EEE9 !important;
}

footer {
	margin-top: 40px;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: 300 !important;
}

a:hover {
	text-decoration: none !important;
}

a:visited {
    color: unset !important;
}

a, a:active, a:link {
    /*color: unset !important;*/
    text-decoration: none !important;
    color: #333;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input, textarea {
	font-family: 'Montserrat', sans-serif;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^=tel] { color: inherit; text-decoration: none; }

::-webkit-input-placeholder { color: #AAA !important; } /* WebKit */
:-moz-placeholder { color: #AAA !important; } /* Firefox 18- */
::-moz-placeholder { color: #AAA !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #AAA !important; } /* IE 10+ */

h2 {
	width: 100%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

header {
    width: 100%;
    padding: 15px 0px 15px 0px;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    background-color: #628ac7;
}

.flowHeader {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flowRow {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flowPag {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-top: 25px;
}

.flowCenter {
    width: 90%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.center {
	justify-content: center !important;
}

.logo {
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-left: 5%;
	z-index: 500;
}

.logo p {
    margin-left: 25px;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
}

.nav {
	width: auto;
}

.nav input {
	width: 250px;
	height: 30px;
	text-align: right;
	border:0;
	background-color: #C8DDF2;
	border-radius: 20px;
	/*font-family: FontAwesome, 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;*/
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	padding: 0px 0px 0px 15px;
}

.nav form {
	position: absolute;
	right: 10%;
	top: 32px;
	z-index: 200;
}

.searchInput {
	background-color: transparent;
	border: 0;
	position: absolute;
	margin-top: 5px;
    margin-left: -35px;
	cursor: pointer;
}

.searchInput i {
	font-size: 18px;
	color: #333;
}
.contentCatHome {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnCatHome {
	min-height: 150px;
	background-color: #FFF;
	padding: 25px;
	margin: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	transition: all 0.3s;
}

.btnCatHome:hover {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.9);
}

.btnCatHome img {
	max-width: 150px;
	max-height: 100px;
	vertical-align: middle;
	float: left;
}

.btnCatHome p {
	font-size: 22px;
	font-weight: 800;
	margin-left: 15px;
	text-align: left;
}

.descCat {
	font-size: 14px !important;
	font-weight: 400 !important;
}

.contentSite {
	width: 100%;
	min-height: 70vh;
	padding-top: 25px;
}

.btnCarrito {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	transition: all 0.3s;
}

.btnCarrito:hover {
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.contenedor {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.filaPar {
    display: table-row;
}

.filaImpar {
    display: table-row;
    background-color: #EEEEEE;
}

#headerList {
	background-color: #42A5F5;
	color: #FFF;
	height: 45px;
}

.columna {
    display: table-cell;
    vertical-align: middle;
    padding: 3px;
    border-bottom: 1px solid #EEEEEE;
}

.columna input {
	width: 50px !important;
	padding: 5px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #666;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
}

.contentHeaderList {
	width: 100%;
	height: 35px;
	float: left;
	background-color: #BDBDBD;
}

.headerList {
	width: auto;
	height: auto;
	margin-top: 7px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #FFF;
}

.list {
	width: auto;
	min-height: 13px;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	padding-top: 2px;
}

.contentList {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #CCC;
}

.imgCol {
	width: 100px;
}

#carritos {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px 0px 30px #CCC;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.obsCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.obsCarrito textarea {
	width: 80%;
	height: 80px;
	float: left;
	margin-left: 10%;
	border: 1px solid #CCC;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 15px;
}

.contentTotales {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.btnVolver {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #A40661;
	background-color: #78909C;
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
	transition: all 0.3s;
}

.titleHCarrito {
	width: 90%;
	height: 40px;
	float: left;
	font-size: 34px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.btnVolver:hover {
	background-color: #333;
}

.btnVolver i {
	font-size: 18px;
}

.btnVolverDetail {
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #A40661;
	background-color: #78909C;
	cursor: pointer;
	text-align: center;
	margin-left: 5%;
	transition: all 0.3s;
}
.btnVolverDetail:hover {
	background-color: #333;
}

.btnVolverDetail i {
	font-size: 18px;
}

.btnAceptarPedido {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 35%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedido:hover {
	background-color: #B71C1C;
}

.btnAceptarPedido i {
	font-size: 24px;
}


.btnAceptarPedidoReg {
	min-width: auto;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #F44336;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnAceptarPedidoReg:hover {
	background-color: #B71C1C;
}

.btnAceptarPedidoReg i {
	font-size: 24px;
}

.btnFinalizarPedido {
	width: 50%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #8BC34A;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnFinalizarPedido:hover {
	background-color: #33691E;
}

.btnFinalizarPedido i {
	font-size: 24px;
}


.btnGuardarPedido i {
	font-size: 24px;
}

.btnGuardarPedido {
	width: 200px;
	height: 20px;
	float: left;
	margin-left: 40px;
	margin-bottom: 45px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
	padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.btnGuardarPedido:hover {
	background-color: #333;
}

.btnActualizarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 35px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	background-color: #7299FF;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnActualizarJuguete:hover {
	background-color: #2B65FF;
}

.btnBorrarJuguete {
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	background-color: #E53935;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.btnBorrarJuguete:hover {
	background-color: #B51C17;
}

.sinCarrito {
	width: 100%;
	height: auto;
	float: left;
}

.sinCarrito p{

	width: 90%;
	height: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	padding: 30px;
	font-size: 34px;
	font-weight: 300;
}

.contentObs {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentObs label {
	color: #333;
	font-size: 16px;
}

.contentObs textarea {
	width: 100%;
	height: 50px;
	border: 2px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #FAFAFA;
}

.col2 {
	width: 50%;
	height: auto;
	float: left;
}

.col2 input {
	width: 90%;
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.msgerror {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-left: 10px;
	background-color: rgba(198,40,40,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 20px;
	color:#FFF;
	font-size: 22px;
	display: none;
	z-index: 2000;
	display: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

#cargando {
	width: auto;
	height: auto;
	position: fixed;
	left: 45%;
	top: 45%;
	background-color: rgba(66, 165, 245, 0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 20px;
	text-align: center;
	padding: 15px;;
	color:#FFF;
	font-size: 26px;
	display: none;
	z-index: 9000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

#cargando img {
	vertical-align: middle;
}

.contentForm {
    width: 86%;
    height: auto;
    float: left;
    background-color: #FFF;
    margin: 25px 5% 25px 5%;
    padding: 2%;
    box-shadow: 0px 0px 35px #ccc;
    -webkit-box-shadow: 0px 0px 35px #ccc;
    -moz-box-shadow: 0px 0px 35px #CCC;
    -o-box-shadow: 0px 0px 35px #CCC;
}

.contentForm .input-field .prefix ~ input, .input-field .prefix ~ textarea {
    margin-left: 3rem !important;
    width: 92% !important;
    width: calc(100% - 3rem) !important;
}

.contentForm input {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.contentForm textarea {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.nameSubCat {
	width: 100%;
	text-align: center !important;
	color: #000 !important;
}

.heightSubCat {
	height: 200px;
}