.columna-panel-lateral-usuario {
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	transition: width .2s ease-out 0s, padding .2s ease-out 0
}

.columna-panel-lateral-usuario .fondo-clicable {
	z-index: -1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color .2s ease-out 0;
	-moz-transition: background-color .2s ease-out 0;
	-o-transition: background-color .2s ease-out 0;
	transition: background-color .2s ease-out 0
}

.panel-lateral-usuario {
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	-moz-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	-o-transition: width .2s ease-out 0s, padding .2s ease-out 0;
	transition: width .2s ease-out 0s, padding .2s ease-out 0
}

.panel-lateral-usuario .panel-lateral-usuario-seccion-cuenta {
	background: url(../imagenes/mi-cuenta/mi-cuenta.png) right top no-repeat #d4d4d4;
	background-position: 100% 6px
}

.panel-lateral-usuario .panel-lateral-usuario__seccion-pedidos {
	background: url(../imagenes/mi-cuenta/pedidos.png) right top no-repeat #d4d4d4;
	background-position: 100% 12px
}

.panel-lateral-usuario .panel-lateral-usuario-encabezado {
	padding: 1rem;
	font-size: 1rem;
	color: #fff;
	background: #da534f94;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	text-transform: uppercase
}

.panel-lateral-usuario .panel-lateral-usuario-listado {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff
}

.panel-lateral-usuario .panel-lateral-usuario-listado li {
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 32px
}

.panel-lateral-usuario .panel-lateral-usuario-listado a {
	display: inline-block;
	padding: .5rem 1rem;
	color: #888;
	width: 100%
}

.panel-lateral-usuario .panel-lateral-usuario-listado a span {
	max-width: 85%;
	overflow: hidden;
	text-overflow: ellipsis
}

.pull-xs-left {
	float: left !important
}

.panel-lateral-usuario .panel-lateral-usuario-listado a:hover {
	background-color: #f7f7f7
}

@media (max-width: 543px) {
	.panel-lateral-usuario {
		z-index: 10000;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 0;
		padding: 0
	}

	.columna-panel-lateral-usuario.panel-lateral-usuario--desplegado .panel-lateral-usuario {
		width: 85%;
		position: fixed;
		top: 0;
		right: 0;
		min-height: 100%
	}

	.columna-panel-lateral-usuario.panel-lateral-usuario--desplegado .fondo-clicable {
		display: block;
		background-color: rgba(0, 0, 0, .6)
	}
}

.white-card-movil {
	padding: 15px;
	margin-bottom: 3px;
	background: #fff
}

#contenido_panel_usuario :first-child.white-card-movil > p.h4 {
	width: 88%
}

.titulo-encabezado {
	margin: 0;
	padding: 0
}

.trigger-desplegable {
	position: absolute;
	right: 13px !important;
	top: 13px
}

.trigger-desplegable .pccom-icon {
	padding: .5rem 1.35rem;
	cursor: pointer
}

i.pccom-icon {
	font-family: "Arial Black", arial-black;
	font-style: normal;
	line-height: 1;
	font-size: 2rem;
	padding: .25rem
}

.p-y-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.top-btns-panel-us b {
	position: relative;
	top: 5px
}

.dark {
	color: #444
}

.m-a-0 {
	margin: 0 !important
}

.acc-block.with-bottom {
	margin-bottom: 10px
}

.acc-block {
	border: #ccc 1px solid;
	margin-bottom: -1px
}

.acc-block-title {
	clear: both;
	margin-bottom: 0;
	color: #444;
	text-decoration: none
}

.acc-block-title a[aria-expanded="true"] {
	background: #e6e6e6
}

.acc-block-title a, .acc-block-title a:visited {
	font-size: 1rem;
	display: block;
	padding: 1rem;
	color: #888;
	border-bottom: #c5c5c5 1px solid;
	margin-bottom: -1px
}

.acc-block-title a[aria-expanded="true"] .acc-open-close {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transition: all .35s ease-out
}

.acc-open-close {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	margin-top: 0
}

.pull-xs-right {
	float: right !important
}

#contenido_panel_usuario .estado.entregado {
	background: #8BC34A
}

#contenido_panel_usuario .estado {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 30px;
	margin: 2px 10px 0 2px
}

.acc-li-estado:before {
	font-size: 1.2rem;
	color: #999 !important
}

i.pccom-icon {
	font-family: PcCom;
	font-style: normal;
	line-height: 1;
	font-size: 2rem;
	padding: .25rem
}

.m-r-1 {
	margin-right: 1rem !important
}

.p-a-1 {
	padding: 1rem !important
}

.cabecera-pedido {
	background-color: #f2f2f2;
	padding: 11px;
	margin: 3px 0
}

@media (min-width: 768px) {
	.text-md-right {
		text-align: right !important
	}
}

@media (min-width: 544px) {
	.text-sm-left {
		text-align: left !important
	}
}

.p-t-1 {
	padding-top: 1rem !important
}

.m-b-2 {
	margin-bottom: 1.5rem !important
}

.lista-pedidos-panel-us .articulo {
	border-bottom: #ECECEC 1px solid
}

.center {
	margin: auto
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto
}

.text-muted {
	color: #242323
}

.btn-primary-outline {
	color: #c75150;
	background-image: none;
	background-color: transparent;
	border-color: #c75150 !important
}

.btn-primary-outline:hover {
	color: #fff;
	background-image: none;
	background-color: #c75150;
	border-color: #c73f42
}

.btn-success-outline {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border-color: #5cb85c
}

.btn-success-outline:hover {
	color: #fff;
	background-image: none;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-secondary-outline {
	border: #bbb 1px solid;
	color: #888
}

.estado {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 30px;
	margin: 2px 10px 0 2px
}

.steps-section {
	padding: 15px
}

.steps-name {
	font-weight: 400;
	font-size: 1.4em
}

.success {
	color: #5e962f
}

.default {
	color: #565656
}

.steps-timeline {
	outline: 1px dashed rgba(255, 0, 0, 0)
}

@media screen and (max-width: 1023px) {
	.steps-timeline {
		border-left: 2px solid #7c7c7c;
		margin-left: 25px
	}
}

@media screen and (min-width: 1024px) {
	.steps-timeline {
		border-top: 2px solid #7c7c7c;
		padding-top: 18px;
		margin-top: 40px
	}
}

.steps-timeline:after {
	content: "";
	display: table;
	clear: both
}

.steps {
	outline: 1px dashed rgba(0, 128, 0, 0)
}

@media screen and (min-width: 1024px) {
	.steps {
		float: left;
		width: 16%;
		margin-top: -34px
	}
}

@media screen and (max-width: 1023px) {
	.steps {
		padding-bottom: 40px;
		margin-left: -15px
	}
}

.steps-img {
	display: block;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%
}

@media screen and (max-width: 1023px) {
	.steps-img {
		float: left;
		margin-right: 20px
	}
}

.steps-name, .steps-description {
	margin: 0
}

@media screen and (min-width: 1024px) {
	.steps-name {
		text-align: center
	}
}

.steps-description {
	overflow: hidden
}

@media screen and (min-width: 1024px) {
	.steps-description {
		text-align: center
	}
}

.acc-to-tab.horizontal .resp-tabs-list {
	padding-left: 0
}

.resp-tabs-list li, ul.resp-tabs-list {
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	margin: 0;
	list-style: none;
	cursor: pointer
}

.acc-to-tab.horizontal li.resp-tab-item {
	padding: 15px 21px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase
}

.acc-to-tab.horizontal .resp-tab-active {
	border: 1px solid #fff;
	color: #000;
	position: relative
}

.resp-tabs-list li, ul.resp-tabs-list {
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	margin: 0;
	list-style: none;
	cursor: pointer
}

.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 15px 20px !important;
	border-bottom: none;
	background-color: #fff
}

.acc-to-tab.horizontal .resp-tabs-list .label {
	margin-left: 8px;
	padding: 4px 7px;
	margin-bottom: -2px;
	font-size: 10px;
	line-height: 12px
}

.label-default {
	background-color: #818a91
}

.label {
	display: inline-block;
	padding: 4px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .2143rem
}

.acc-to-tab.horizontal .resp-tab-active:after {
	content: "";
	display: block;
	height: 3px;
	background: #ff6000;
	position: absolute;
	width: 100%;
	bottom: -3px;
	left: 0
}

.acc-to-tab.horizontal li.resp-tab-item {
	padding: 15px 21px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase
}

.resp-tabs-list li, ul.resp-tabs-list {
	font-weight: 700;
	font-size: 13px;
	display: inline-block;
	margin: 0;
	list-style: none;
	cursor: pointer
}

.label-success {
	background-color: #84b84c
}

.acc-to-tab.horizontal {
	background: #fff
}

.resp-tabs-container {
	padding: 0;
	background-color: #fff;
	clear: left
}

.acc-to-tab.horizontal p.h2.resp-tab-active {
	background: #d0d0d0 !important;
	border-bottom: 1px solid #d0d0d0 !important
}

.acc-to-tab.horizontal p.h2.resp-accordion {
	text-transform: uppercase;
	font-weight: 700
}

.acc-to-tab.horizontal .resp-accordion.resp-tab-active {
	border: 0 solid #ebeced;
	margin-top: -1px
}

.acc-to-tab.horizontal .resp-tab-active {
	border: 1px solid #fff;
	color: #000;
	position: relative
}

p.h2.resp-tab-active {
	border-bottom: 0 solid #c5c5c5 !important;
	margin-bottom: 0 !important;
	padding: 15px !important;
	background: #dbdbdb !important
}

.resp-tab-content, p.h2.resp-accordion {
	display: none;
	padding: 15px
}

p.h2.resp-accordion {
	cursor: pointer;
	font-size: 13px;
	border-bottom: 3px solid #ebeced;
	border-top: 0 solid #c5c5c5;
	margin: 0
}

.resp-tab-active {
	margin-bottom: -1px !important;
	padding: 15px 20px !important;
	border-bottom: none;
	background-color: #fff
}

.acc-to-tab.horizontal p.h2.resp-accordion {
	text-transform: uppercase;
	font-weight: 700
}

.resp-tab-content, p.h2.resp-accordion {
	display: none;
	padding: 15px
}

p.h2.resp-accordion {
	cursor: pointer;
	font-size: 13px;
	border-bottom: 3px solid #ebeced;
	border-top: 0 solid #c5c5c5;
	margin: 0
}

.resp-tab-content, p.h2.resp-accordion {
	display: none;
	padding: 15px
}

.radio-border input[type=radio] {
	display: none;
	margin-top: -10px
}

.radio-border input[type=radio]:checked + label {
	border: 2px solid #c75150;
	border-radius: 11px;
	font-weight: 700;
	color: #c75150
}

.radio-border label {
	display: inline-block;
	border: 2px solid #c4c4c4;
	border-radius: 11px;
	padding: 1px 10px 1px 20px !important;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer
}

.radio-border input[type=radio]:checked + label:after {
	display: block;
	content: "";
	height: 9px;
	width: 9px;
	border-radius: 20px;
	background: #c75150;
	border: 1px solid #c75150;
	position: relative;
	left: -14px;
	top: -12px;
	margin-bottom: -8px
}

.radio-border label:after {
	display: block;
	content: "";
	height: 9px;
	width: 9px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #a7a7a7;
	position: relative;
	left: -14px;
	top: -12px;
	margin-bottom: -8px
}
