/*formulario de inicio de sesión*/
.form-login-row-opciones{
  font-size:13px;	
}
.form-preguntar .btn-enviar,.form-comentar .btn-enviar{
  width:300px;
}
.form-preguntar .form-gruop-title,.form-comentar .form-gruop-title{
  font-weight:bold;
  font-family:arial;
  font-size:18px;
}
/*campo cantidad en detalles de producto*/
.store-formdetalles-cantidad{
	width:250px;
}
.store-formdetalles-cantidad label,.store-formcarrito-cantidad label{
	margin-top:6px;
}
.store-formdetalles-cantidad input,.store-formcarrito-cantidad input{
	font-weight:bold;
	color:#000;
	text-align:center;
}
.store-formdetalles-cantidad .input-group-prepend,.store-formdetalles-cantidad .input-group-append,
.store-formcarrito-cantidad .input-group-prepend,.store-formcarrito-cantidad .input-group-append{
	cursor:pointer;
}

.filtro_color_select_hidden{
	display:none;
}
.filtro_select_color{
	list-style:none;
}
.filtro_select_color img{
	list-style:none;
	width:40px;
	height:40px;
}
.filtro_select_color label{
	margin-left:10px;
}
.filtro_select_color .dropdown-item{
	cursor:pointer; 
}
.store-info-descripcion-movil{
display:none;
font-size: 14px;
font-weight: bold;
margin-bottom:10px;
}

/*campo cantidad en carrito de compras*/
.store-formcarrito-cantidad{
	width:130px;
}

/*Información de monederos*/
.mwstore-info-monedero label{
	font-size:12;
	font-weight:bold; 
	margin-right:10px;
}
.mwstore-info-monedero .btn{
	padding:0px 5px;
	margin:1px; 
	margin-right:4px; 
	font-size:14px; 
	font-weight:bold; 
}
.mwstore-info-monedero .badge{
	padding:2px 5px;
} 
/*contenedor de datos de direccion*/
.mwstore_card_direccion{
	width:95%;
	margin:auto;
	margin-top:5px;
}
.mwstore_card_direccion .fa-trash-alt{
	color:#de0101;
}
.dropdown-menu-5-mas-items{
    height:200px;
	width:300px;
	overflow-y:auto;
    overflow-x:hidden;
}
/*menús plegables*/
.mwstore_menu_accordion .card{
	border-radius: 0px;
}
.mwstore_menu_accordion .card .card-header{
	color:#000;
	font-size:16px;
}
.mwstore_menu_accordion .card .nav-link {
	border-left:3px solid #ccc; 
	border-radius:0px;
}
.mwstore_menu_accordion .card .active {
	background-color: #ececec;
	color: #000;
	font-weight:bold;
	border-left:3px solid #000; 
}

.tab-content{
	padding:20px 5px 20px 5px;
}
/*contenedores con información de pedidos*/
.mwstore_card_pedido{
	margin:auto;
	margin-top:5px;
	width:96%;
}
.mwstore_card_pedido{
	font-weight:bold;
	font-size:16px;
}
.mwstore_card_pedido span{
	color:#14a100;
}
.mwstore_card_pedido i{
	float:right;
}
.mwstore_card_pedido .card-body img{
	width:100px;
}
.mwstore_card_pedido .card-body div{ 
	border-bottom:1px solid #e2e2e2;
	padding:15px;
}
.mwstore_card_pedido .card-body div:last-child{ 
	border-bottom:0px;
}
.mwstore_card_pedido .card-body div{ 
	font-size:12px;
}
.mwstore_card_pedido .card-body div span{
	color:#000;
	font-weight:bold;
	font-size:16px;
}
.mwstore_card_pedido .card-body .btn{
	margin:0px; 
	margin-right:5px; 
	padding:3px 5px; 
}
/*fomulario "API mercado pago"*/
/*
#form_pago{
	width:100%;
}
#form-checkout {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin:auto;
}
#form_pago .container {
    height: 18px;
    display: inline-block;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    padding: 1px 2px;
}
    
*/

/*estilos de contenedores*/
 .mwstore_box{
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	margin:auto;
	margin-top:5px;	
	padding:0px;
 }	
 .mwstore_box_head{
	border-radius: 25px 25px 0px 0px;
	text-align:center;
	font-weight:bold;
 } 
 .mwstore_box_body,.mwstore_box_head{
	padding:10px;
 }
 .mwstore_box_carrito_info{
	max-width:600px;
 }
 .mwstore_order_info{
	margin:auto;
	text-align:center;
 }
.estatus_cancelado{
	background:#e7164f;
	color:#fff;
}
.estatus_pagado{
	background:#00a43e;
	color:#fff;
}
.estatus_pendiente{
	background:#9c9c9c;
	color:#fff;
}


/*estilos para nueva plantilla de mi cuenta*/
.mwstore_menu_volver{
   padding:10px 10px 15px 10px;
   cursor:pointer;
   display:none;
}
.mwstore_menu_volver i{
   margin-right:5px; 
}

/*------------------------*/	   
@media only screen and (max-width: 1080px){ 
	.mwstore_menu_accordion,.mwstore_cuenta_formularios{ 
	   width:100%; 
	   flex: 0 0 100%;
	   max-width: 100%;
	}
	.mwstore_cuenta_formularios{ 
	   display:none; 
	}
	.mwstore_menu_volver{ 
	   display:block;
	}
}
@media only screen and (max-width: 720px){ 
	.dropdown-menu-5-mas-items{
		height:auto;
		width:100%;
		overflow-y:auto;
		overflow-x:auto;
    }
	.filtro_select_color .dropdown-toggle{
		display:none;
	}
	.filtro_select_color .dropdown-menu{
		display:block;
		vertical-align:top;
		position:relative;
		width:100%;
		overflow-y:auto;
	}
	.filtro_select_color .dropdown-item{
		display: table-cell;
		width:auto;
	}
	.filtro_select_color .dropdown-item{
		text-align:center;
	}
	.filtro_select_color .dropdown-item label,.filtro_select_color .dropdown-item img{
		display:table-row;
	}
	.store-info-descripcion-movil{
		display:block;
	}
	.store-info-descripcion{
		display:none;
	}
}



