.promocional .navigation {
	background: #f48e00 !important;
	    border-bottom: 2px solid #000;
}
.titulo_promocional {
	margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    right: 20px;
    bottom: -5px;
}
.titulo {
    font-style: normal;
    font-weight: 400;
    color: #333;
}
.promocional .nav-toggle {
	display: none;
}
.recomendados_promocional .blog-img-wrap{
	background: #fff;
	padding: 5px 0px;
}
.producto_box:hover .btn-fill {
	opacity: 1;
}
.promocional .to-top {
    height: 60px;
    background-color: #f48e00;
}
.promocional .btn-fill {
background-color: #f48e00;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all ease 0.6s;
}
.promocional .modal .btn-fill {
background-color: #f48e00;
    position: relative;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    transition: all ease 0.6s;
}
.promocional .testimonial-slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    margin: 10px 0;
}
.promocional .img_novedad_single {
    height: 350px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
	max-width: 100%;
}
.titulo_promocional small {
	color: #fff;
}
.promocional .carrito_div {
	border-color: #fff;
	transition: all ease 1s;
}
.promocional .cant_items {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 15px;
    color: #000;
}
.promocional .fixed .carrito_div {
    top: 2px;
    background: #000;
}
/*
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F48E00 0%, #f48e00 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #f48e00;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f48e00;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #f48e00;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f48e00;
}
*/
.promocional .add_prod, .remove_prod {
	background: #333;
}
.promocional .blog .blog-img-wrap {
	overflow: visible; 
	    border-left: 1px solid #f4f4f4;
}
.promocional hr {
    margin-top: 10px;
    margin-bottom: 10px;
	    width: 100%;
}
.titulo_responsive_promocional {
	display: none;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    color: #5c5c5c;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 35px;
}
.promocional .solicitar_asis {
	display: none;
}
.header_responsive_promo {
	display: none;
	text-align: center;
    background: #f4f4f4;
    padding-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;
}
.promocional .menu_footer { 
	display: none;
} 
.titulo_prod_2 {
	color: #919191 !important;
    font-size: 13px;
}
.precio {
    text-align: left;
    font-size: 25px;
	font-weight: 600;
    color: #494949;
}
.promocional .testimonial-slider {
	    background: none;
    background-color: #f0f0f0;
}
.cta_qr {
	background: #f48e00;
    padding: 35px 0px;
    text-align: center;
	    padding-bottom: 100px;
}
.cta_qr img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    width: 135px;
}
.cta_qr h3 {
	color: #fff;
	margin-top: 0px;
}

@media screen and ( max-width: 991px ){
	.titulo_responsive_promocional {
		display: block;
	}
	.header_responsive_promo {
		display: block;
	}
	.img_novedad_single  {
		margin-bottom: 10px !important;
	}
	#logo_cent {
		left: -40px;
		position: relative;
	}
	.fixed #logo_cent {
		left: -20px;
		position: relative;
	}
	header {
    width: 90%;
    padding-left: 25px !important;
}
}
@media screen and ( max-width: 430px ){
	.carrito_div {
		right: -19px;
		top: 3px !important;
		height: 40px;
		width: 40px;
		line-height: 20px;
	}
	.carrito_div img {
		width: 25px;
	}
}