.breadcrumbs,
.migas {
	padding: 34px 0 78px 0;
}
.breadcrumbs.breadcrumbs-short {
	padding-top: 32px;
}
.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.breadcrumbs ul li {
	margin-right: 5px;
}
.breadcrumbs ul li::after {
	content: '/';
}
.migas a::after {
	content: ' /';
}
.breadcrumbs ul li:last-child {
	margin-right: 0;
}
.breadcrumbs ul li:last-child::after {
	display: none;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span,
.migas a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	color: #1D1D1B;
}
.migas a:last-child::after {
	display: none;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.badge-oferta {
	position: absolute;
	top: 16px;
	left: 26px;
	display: inline-block;
	padding: 7px 10px;
	background-color: #B60000;
	font-size: 19px;
	line-height: 19px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}

.product-info {
	display: flex;
}
.product-info .foto {
	flex: 0 0 49%;
}
.product-info .descripcion {
	flex: 0 0 51%;
	padding-left: 60px;
}
.product-info .descripcion .descripcion-top {
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}
.product-info .descripcion .descripcion-top::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	background: #FF6C0E;
}
.product-info .descripcion h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #1D1D1B;
}
.product-info .descripcion .ref {
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
}

.mas_imagenes {
	display: flex;
	flex-wrap: wrap;
	margin: 29px -10px 0 -10px;
}
.mas_imagenes .mas_imagen {
	flex: 0 0 33.33333%;
	padding: 10px;
}

.precio-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 70px;
}
.product-info-title {
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.precio-wrapper .meta_carro {
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.precio-wrapper .meta_carro > button {
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	background: none;
	appearance: none;
	cursor: pointer;
	margin-right: 6px;
}
.precio-wrapper .meta_carro > button + button {
	margin-right: 16px;
}
.precio-wrapper .meta_carro .cantidad {
	display: flex;
	flex-direction: column;
}
.precio-wrapper .meta_carro .cantidad input {
	display: block;
	border: 1px solid #C6C6C6;
	width: 65px;
	height: 65px;
	text-align: center;
}
.precio-wrapper .meta_precio {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.precio-wrapper .meta_precio > div:first-child {
	display: flex;
	align-items: center;
}
.precio-wrapper .meta_precio .tachado {
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	text-decoration: line-through;
	color: #737373;
	margin-right: 10px;
}
.precio-wrapper .meta_precio .precio {
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
}
.precio-wrapper .meta_precio .precio.oferta {
	color: #B60000;
}
.precio-wrapper .meta_precio .iva {
	font-size: 16px;
	line-height: 24px;
}

.button.bt_comprar {
	display: inline-flex;
	align-items: center;
	text-transform: none;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
}
.button.bt_comprar svg {
	display: block;
	margin-left: 10px;
	color: #FF6C0E;
	transition: all .2s;
}
.button.bt_comprar:hover svg {
	color: #1D1D1B;
}

.input-group {
	display: flex;
	align-items: center;
}
.cart-total label + .input-group {
	margin-top: 10px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: all .2s;
}
.cart-total label.abierto + .input-group {
	max-height: 100%;
	opacity: 1;
	visibility: visible;
}
#input-coupon {
	width: 150px;
	padding: 4px 10px;
	font-size: 15px;
}

@media (max-width: 992px) {
	.breadcrumbs,
	.migas {
		padding: 24px 0;
	}
	.breadcrumbs.breadcrumbs-short {
		padding-top: 24px;
	}
	.product-info {
		flex-direction: column-reverse;
	}
	.product-info .descripcion {
	  flex: 0 0 100%;
	  padding-left: 0;
	  padding-bottom: 40px;
	}
	.product-info .foto {
	  flex: 0 0 100%;
	}
}

/* CARRO BOF */
.buttons {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 40px;
}
.buttons > div:last-child {
	margin-right: auto;
}
.cart-info {
	width: 100%;	
}
.cart-info table {
	width: 100%;
	font-family:'Montserrat-Light', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.cart-info thead td {
	padding: 10px;
	background: #ededed;
}
.cart-info tbody td {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.cart-info td.image {
	width: 90px;
	text-align: center;	
}
.cart-info td.image img {
	display: block;
	margin: auto;	
}
.cart-info td.quantity {
	width: 145px;
	text-align: center;	
	white-space: nowrap;
}
.cart-info td.quantity > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-info td.quantity > div > a,
.cart-info td.quantity > div > a > svg {
	display: block;
}
.cart-info td.quantity > div > a {
	margin-right: 6px;
}
.cart-info td.price,
.cart-info td.total {
	width: 100px;
	text-align: right;	
}
.cart-info td.remove {
	width: 90px;
	text-align: center;	
}
.cart-info td.remove img {
	text-decoration: none;
	vertical-align: top;	
}
.cart-info td.remove span {
	display: none;	
}
.cart-info td.remove a {
	color:#606060;
	text-decoration: none;
}
.cart-info a.lnk-producto {
	font-size: 15px;
	font-family:'Montserrat-Regular', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #606060;
	border: none;
}
.cart-info a:hover {
	color: #fd6b0d !important;	
}
.cart-info .referencia {
	font-size: 12px;
	color: #8e8e8e;
}
.cart-info .quantity .inputs {
	padding: 1px 10px;
	text-align: center;
	height: 30px;
	width: 45px;
}
.cart-info a.add_less img,
.cart-info a.add_more img {
	vertical-align: bottom
}
.cart-info .price span,
.cart-info .total span {
	color: #404040;
	font-family:'Montserrat-Regular', Arial, Helvetica, sans-serif;
}
.cart-total {
	display: flex;
	width: 100%;
	overflow: hidden;
	padding: 20px 10px 20px 0;
	border-bottom: 2px solid #e9e9e9;	
}
.cart-total > div {
	display: flex;
	flex-direction: column;
}
.cart-total label {
	display: flex;
	align-items: center;
	font-weight: 400;
	white-space: nowrap;
	margin: 0;
	cursor: pointer;
}
.cart-total label i {
	margin-left: 10px;
	transform: rotate(0);
	transition: all .2s;
}
.cart-total label.abierto i {
	transform: rotate(-180deg);
}
.cart-total table {
	margin-left: auto;
}
.cart-total table td {
	padding: 0 0 10px 0;	
}
.cart-total .totales {
	padding-left: 25px;
	text-align: right;	
}
.cart-total .totales strong {
	font: 20px 'Montserrat-Regular', Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-weight:normal;
}
.cart-total .iva {
	padding-left: 15px;
	text-align: right;
	color: #939393;
	font-size: 13px;
}

.heading.heading-short {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.heading.heading-short .caja {
	padding: 25px;
}

@media screen and (max-width: 767px) {
	.buttons {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.buttons > div:last-child {
  	margin-right: 0;
  	margin-top: 20px;
	}
	.cart-info {
		padding-top: 0;	
	}
	.cart-info thead {
		display: none;
	}
	.cart-info tbody td {
		display: block;
		width: 100% !important;
		border: none;
		text-align: center;
	}
	.cart-info td.remove span {
		display: inline;
		line-height: 2em;	
	}
	.cart-info td.price,
	.cart-info td.total {
		text-align: center;
		padding: 5px 0;
	}
	.cart-info td.price:before,
	.cart-info td.total:before {
		content: attr(data-label);
	}
	.cart-info td.remove {
		padding: 20px 0 30px 0;
	}
	.cart-info td.image {
		border-top: 1px solid #e9e9e9;
		padding-top: 30px;
	}
	.cart-info tr:first-child td.image {
		border-top: none;
	}
	.cart-total {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		border-top: 1px solid #bbb4ab;	
	}
	.cart-total table {
		width: 300px;
		float: none;
		display: block;
		margin: 30px auto 0 auto;	
	}
	.cart-total .iva {
		padding-left: 5px;
		text-align: center;
	}	
}
/* CARRO EOF */

/* Cuenta */
.intro-cuenta {
	margin-bottom: 20px;
}
.intro-cuenta h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #1D1D1B;
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
}
/* Cuenta fin */

.table-bordered {
	background: #fff;
}

/* Columns */
#frm-acceso,
#frm-alta {
	display: flex;
	flex-wrap: wrap;
}
#shipping-new {
	overflow: hidden;
}
#shipping-new .col {
	float: left;
}
.col {
	padding: 5px 10px;
}
.col-10 {
	width: 10%;
	flex: 0 0 10%;
}
.col-20 {
	width: 20%;
	flex: 0 0 20%;
}
.col-30 {
	width: 30%;
	flex: 0 0 30%;
}
.col-33 {
	width: 33.33333%;
	flex: 0 0 33.33333%;
}
.col-40 {
	width: 40%;
	flex: 0 0 40%;
}
.col-50 {
	width: 50%;
	flex: 0 0 50%;
}
.create_account_form .col {
	float: left;
}
.col-70 {
	width: 70%;
	flex: 0 0 70%;
}
.col-80 {
	width: 80%;
	flex: 0 0 80%;
}
.col-90 {
	width: 90%;
	flex: 0 0 90%;
}
.col-100 {
	width: 100%;
	flex: 0 0 100%;
}

@media (max-width: 992px) {
	.col {
		width: 50%;
		flex: 0 0 50%;
	}
	.col-100 {
		width: 100%;
		flex: 0 0 100%;
	}
}

@media (max-width: 767px) {
	.col {
		width: 100%;
		flex: 0 0 100%;
	}
	.create_account_form .col-50 {
		width: 100%;
	}
}
/* Columns fin */

/* CHECKOUT */
div.agree {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.resumen {
    padding-left: 55px;
    position: absolute;
    right: 15px;
    top: 20px;
}
.resumen .buttons .pull-right {
	float:none;	
}
.resumen .buttons input {
	width:100%;	
}
.checkout_content {
	overflow:hidden;
	background:#F5F5FC;
	padding:20px 15px;
	position:relative;	
}
.checkout_content form,
.expand {
	display: flex;
	flex-wrap: wrap;
}
.capa_login {
	padding-bottom:10px;	
}
.apartado {
	border-bottom:1px solid #a7a7a7;
	padding-bottom:0;
	margin-bottom:10px;
	line-height:30px;	
}
.apartado .numero {
	background:#424242;
	color:#f1f1f1;
	display:inline-block;
	padding:0 8px;
	line-height:30px;	
}
.expand {
	overflow:hidden;
	margin:0 -5px;	
}

.shipping_address_form {
	overflow:hidden;
	padding-bottom:10px;
}
.create_account_form {
	overflow:hidden;
	margin:0 -5px;
	clear:left;
	padding-bottom:10px;	
}
.shipping_address_form, .create_account_form {
	display:none;	
}
.login_form {
	display:none;
	overflow:hidden;
	margin:0 -5px;
	padding-bottom:15px;	
}

.clear {
	clear:left;	
}

span.required {
	color:#f00;	
}

a.enlace {
	color:#ff7300;
	text-decoration:none;	
}
a.enlace:hover {
	color:#424242;	
}
a.lnk-producto {
	text-decoration: none;
	color: #606060;
	border: none;
}

@media screen and (max-width: 767px) {
	.resumen {
		position:static;
		padding-left:0;	
	}
}