/* PEDIDOS *****************************************/
.cped_box {
	width: 100%;
	display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 2px;
	padding: 20px;
}
.cped_tit {
	background: #333;
	color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 5px;
}
.cped_txt {
	width: 100%;
	border: 1px solid #CCC;
	cursor: pointer;
	padding: 1px 5px;
	color: #333;
	text-align: right;
}
.cped_cont {
	width: 100%;
	grid-column: 1/-1;
	display: none;
    grid-template-columns: 30px max-content 1fr  max-content max-content max-content max-content max-content max-content;
    grid-gap: 2px;
	margin: 0 0 20px 0;
}
.cped_cont_tit {
	background: #AAA;
	color: #FFF;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2px 5px;
}
.cped_cont_txt {
	border: 1px solid #AAA;
	padding: 3px 5px;
	font-size: 12px;
	color: #555;
}
.cped_bt {
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 2px 2px 4px #AAA;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
.right {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cat_maqu_show_small_img {
	margin: 20px 10px;
	width: 80px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 2px 2px 4px #AAA;
	cursor: pointer;
}
.prod_img_pager {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.forgot_box {
	cursor: pointer;
	padding: 0 0 0 20px;
}