/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/



.style-msg,
.style-msg2 {
	position: relative;
	display: block;
	color: #444;
	border-left: 4px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }

.successmsg {
	background: #C5EBD4;
	color: #184B21;
}

.errormsg {
	background: #FFCCCC;
	color: #740D0A;
}

.infomsg {
	background: #B9DFF4;
	color: #124F70;
}

.alertmsg {
	background: #FCE0B6;
	color: #975E06;
}

.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
	display: block;
	padding: 14px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

.style-msg2 .msgtitle {
	background: rgba(0,0,0,0.15);
	border-top: none;
	border-bottom: none;
	font-size: 15px;
	font-weight: bold;
}

.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.style-msg2 .sb-msg { font-weight: normal; }


.style-msg2 ol { list-style-type: decimal; }

.style-msg2 ul { list-style-type: disc; }

.alert i,
.sb-msg i,
.msgtitle i {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 5px;
}

.style-msg .close {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
}

.color { color: #fcb800 !important; }

.amount {
	font-size: 19px;
	text-align: right;
}

/*.nopadding {
  padding: 0 !important;
}*/

.fright {
  float: right !important;
}

.class-flex{
	margin-top: 20px
}

.center { text-align: center !important; }

.clas-descuento{
	margin-bottom: 0.02rem;
	font-size: 0.8em;
	color: #212529;
}

.form-group sup{
	color: red;
}

.img-max{
	max-width: 1000% !important;
}

.ps-page--price {
	position: relative;
	background-color: #efeef0;
	text-align: center;
	padding-bottom: 130px;
}

.ps-page--price .container {
	min-height: 50vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.ps-page--price h3 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #000;
	font-weight: 600;
}

.ps-page--price p {
	margin-bottom: 20px;
	font-size: 18px;
}

@media (max-width: 479px) {
	.ps-product__button .ps-btn,
	.ps-section__cart-actions .ps-btn {
		margin-bottom: 10px;
	}

}

.card-header .text-uppercase{
	background: transparent !important;
}