.alert-red{
    color: red;
}
.btn{
    border-radius: 0;
    font-weight: 100;
    font-size: 14px;
    padding: 8px 14px;
}
.slim{
    font-weight: 100;
}
.upper{
    text-transform: uppercase;
}
.inline-block{
    display: inline-block;
}
.form-control{
    border-radius: 0px;
    box-shadow: none;
}
.orange.super{
    color: #CD1D1D;
}
.btn-primary{
    max-width: initial;
}
form label.error{
    display: block;
    color: #FF5D5D;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 13px;
}
header #logo{
    max-height: 70px;
    width: auto;
    max-width: auto;
}
.input_primary{
    padding: 10px;
}
.input_tr{
    padding: 10px;
}
.icon_input{
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    line-height: 1;
}
.form-control:focus,
button:focus,
a:focus,
input:focus{
    outline: none;
    box-shadow: none;
}
.hover_product{
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
}
.hover_product i{
    line-height: 35px;
}
.producto_listado{
    position: relative;
    margin: 5px;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.producto_listado:hover {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.20);
     -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -kthtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.producto_listado .hover_product a{
    display: block;
}
.producto_listado .icon_right,
.producto_listado .icon_left{
    bottom: 0;
}
.producto_listado > a > img{
    border:1px solid #fafafa;
    border-bottom: none;
}
.producto_listado .descripcion_carousel{
    width: 100%;

}
.producto_listado .descripcion_carousel span{
    display: block;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
}
.producto_listado .descripcion_carousel .p-no-part{
    height: 13px;
}
.producto_listado .descripcion_carousel .p-name{
    height: 38px;
}
.producto_listado .descripcion_carousel .p-description{
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.producto_listado .descripcion_carousel .p-price{
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    min-height: 25px;
}
.producto_listado .descripcion_carousel .p-price-promo{
    font-weight: bold;
    font-size: 13px;
    padding: 0px;
    min-height: 15px;
}
.producto_listado .hover_product.icon_left{
    left: 0;
}
.producto_listado .hover_product.icon_right{
    right: 0;
}
.descripcion_pedidos_datos{
    max-height: 350px;
    overflow-y: auto;
}
header .fa-search{
    margin-top: 0;
}
.nomargin{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.cabecera_tabla2 .breadcrumb{
    margin-bottom: 0;
    margin-top: 5px;
    background: transparent;
}
#resultados_page .showing-text{
    color: #5D5D5D;
}
#resultados_page .pagination{
    margin-top: 10px;
}
#resultados_page .pagination li > a i{
    line-height: 18px;
}
#resultados_page .pagination li.active > a{
    color: #fff;
    font-weight: bold;
    background-color: #0557ce;
    border-color: #0557ce;
}
#resultados_page .pagination li > a{
    border-radius: 0 !important;
    display: block;
    margin-left: 5px;
    line-height: 18px;
}
.modal-content .border-header{
    font-weight: 100;
    line-height: 1;
    color: #02A057;
    border:none;
    text-align: center;
    font-weight: 100;
}
.modal-content .action-btn{
    color: #fff !important;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: none;
    width: auto;
}
.modal-content .productos-list .table>tbody>tr.headers>td{
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding-bottom: 2px;
    vertical-align: middle !important;
}
.modal-content .productos-list .table>tbody>tr>td{
    font-size: 14px;
    font-weight: 100;
}
.modal-content .productos-list.cart .table .headers *{
    font-weight: 400;
}
#productAddedModal ul.detail-product{
    padding-left: 0;
    margin: 25px 0;
    text-align: center;
}
#productAddedModal ul.detail-product li{
    display: inline-block;
    vertical-align: middle;
}
#productAddedModal ul.detail-product .image-link{
    display: block;
    padding: 5px;
    border-right: 1px dashed #eee;
    margin-right: 5px;
}
#productAddedModal ul.detail-product .image-link img{
    max-height: 150px;
}
#productAddedModal ul.detail-product .val.no_part{
    padding: 0 10px;
    font-size: 18px;
    border: none;
    text-align: left;
    line-height: 1;
    color: #0f3a71;
    margin: 0;
}
#productAddedModal ul.detail-product .short_description.val{
    color: #696969;
    text-align: left;
    max-width: 250px;
    font-weight: 400;
    max-height: 100px;
    overflow-y: auto;
}
#productAddedModal ul.detail-product .val{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0f3a71;
}
#productAddedModal ul.detail-product .lbl{
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #585858;
    border-bottom: 1px dashed #eee;
    padding: 2px;
    display: block;
    min-width: 100px;
}
#productAddedModal button.close.out{
    z-index: 2;
    right: 10px;
    top: 10px;
}
.modal-content{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 65px;
    border:1px solid #eee;
}
.modal-backdrop{
    background-color: #fff;
}
.modal-backdrop.in{
    opacity: .7;
}
.qty-vertical{
    margin-bottom: 20px;
}
.qty-vertical input,
.qty-vertical span{
    display: inline-block;
    max-width: 100px;
    text-align: center;
    border-radius: 0px;
    vertical-align: top;
    margin:0 -2px;
}
.qty-vertical input,
.qty-vertical button{
    padding: 9px 17px;
    height: 35px;
}
.invoice-data-wrapper {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    margin-top: 20px;
    display: none;
    background-color: rgba(238, 238, 238, 0.12);
}
.micuenta-menu .item.active{
    background-color: #F3F3F3;
}
.micuenta-menu .item{
    border:1px solid #F3F3F3;
    text-align: center;
    padding: 20px 10px;
    height: 105px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.micuenta-menu .item img{
    width: auto;
    margin-bottom: 10px;
}
.filters-wrapper .form-group label{
    display: block;
}
footer #copy{
    margin-top: 0;
}
footer{
    padding-top: 0;
}
footer .index-info{
    padding: 50px 0;
}
.cantidad-select{
    display: inline-block;
    margin: 6px 15px;
    position: relative;
}
.cantidad-select .qty-input{
    width: 100px;
}
.cantidad-select button.qtyminus{
    bottom: 0;
}
.cantidad-select button{
    padding: 0 10px;
    border:none;
    width: 30px;
    background-color: transparent; 
    background-color: #F2F2F2;
    height: 17px;
    position: absolute;
    right: 0px;
    z-index: 5;
}
.productos-list .product-item{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 20px 0;
}
.productos-list .product-item.error{
    border: 1px solid #ffdddd;
    padding-bottom: 0;
}
.productos-list .product-item.warning {
    border: 1px solid #faebcc;
    padding-bottom: 0;
}
.productos-list .product-item.error .error-msg p{
    background: #fde8e8;
    text-align: center;
    padding: 15px;
    font-weight: 100;
    color: #de1a1a;
    text-transform: uppercase;
    margin-bottom: 0;
}
.productos-list .product-item.warning .error-msg p {
    background: #fcf8e3;
    text-align: center;
    padding: 15px;
    font-weight: 100;
    color: #8a6d3b;
    text-transform: uppercase;
    margin-bottom: 0;
}
.productos-list h4{
    margin-bottom: 1px;
}
.productos-list .titulo{
    margin: 0;
    padding: 10px 0; 
    font-size: 18px;
    font-weight: 100;
    overflow: hidden;
    color: #124586; 
}
.carrito-detallado.productos-list .prices-box{
    padding-right: 10px;
    vertical-align: middle;
}
.carrito-detallado.productos-list .prices-box hr{
    margin: 3px 0;
}
.carrito-detallado.productos-list .prices-box small{
    font-size: 12px;
    display: inline-block;
    padding:2px 0px; 
}
.carrito-detallado.productos-list .prices-box h3,
.carrito-detallado.productos-list .prices-box h4{
    padding: 0;
    margin: 0;
    columns: #B3B3B3;
}
.carrito-detallado.productos-list .prices-box h4{
    font-weight: bold;
    color: #0F3A71;
}
header .user-actions{
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0;
    margin-top: 10px;
    border-radius: 0px;
}
header .user-actions a{
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

#redes_header .fa-user,
header .user-actions a i.fa{
    margin: 0;
    padding: 0;
    width: 25px;
    text-align: center;
    color: #5E5E5E;
}
.steps-items {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 3px #F6F6F6;
    margin-top: -15px;
    border-top: none;
}
.steps-items .step {
    line-height: 1;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
}
.steps-items .step h2 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.steps-items .step .slim {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.steps-items .step.active {
    color: #fff;
    background-color: #0557CE;
}
.title-section {
    border-bottom: 1px dashed #E2E2E2;
    color: #3065B3;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.order-resume{
    padding: 0 15px;
    border-left: 1px solid #eee;
    margin-left: 5px;
}
.order-resume .totals-content {
    font-weight: 100;
    font-size: 16px;
}
.custom-selects-items .item.active .fa{
    display: block;
}
.custom-selects-items .item .fa{
    display: none;
    top: 10px;
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    color: #0557CE;
}
.custom-selects-items .item.active {
    border: 1px solid #0557CE;
    padding-top: 30px;
    padding-bottom: 15px;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.custom-selects-items .item {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    cursor: pointer;
    height: 130px;
    overflow-y: auto;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.order-resume h2 {
    color: #0557CE;
    border-bottom: 1px dashed #EEE;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order-resume .totals-content {
    font-weight: 100;
    font-size: 16px;
}
.order-resume .totals-content .box {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.order-resume .totals-content .lbl {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
}
.order-resume .totals-content .total {
    font-size: 23px;
    color: #424242;
}
.no-select{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}
.alert{
    border-radius: 0;
    padding: 7px 15px;
    border:none;
}
.alert.alert-error{
    padding: 15px;
    background-color: #E05F5F;
    color: #fff;
}
.filter-box .items-box li a {
    display: block;
    padding: 5px;
    font-weight: 100;
    border-bottom: 1px solid #eee;
}
.filter-box .items-box .name {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 78%;
    white-space: nowrap;
    vertical-align: middle;
}
.filter-box .items-box li a .qty {
    display: inline-block;
    width: 19%;
    text-align: right;
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align:  middle;
}
.filter-box .items-box li a.delete-filter .qty {
     width: 14%;
}
.info-payments-box{
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
}
.info-payments-box ul{
    margin: 15px 0;
}
.info-payments-box ul li span{
    color: #0557CE;
    font-weight: bold;
}
.info-payments-box ul li{
    padding: 10px;
    border:1px solid #eee;
    margin:5px;
    font-size: 15px;
}
.detalle-contacto .header{
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 26px;

}
.detalle-contacto .content{
    padding: 10px;
    margin-bottom: 15px;
}
.detalle-contacto .content .key{
    font-weight: bold;
    margin-top: 5px;
}
.banks-available li{
    border-bottom:1px solid #eee;
    margin-right: 5px;
}
.product-item .titulo{
    color: #575757;
}
.product-item .titulo:hover{
    text-decoration: none;
    color: #337ab7;
}
.product-item .prices-box,
.product-item .qty-vertical{
    display: inline-block;
    vertical-align: middle;
}
.bold{
    font-weight: bold;
}
.table-totals .total{
    font-size: 25px;
}
.cabecera_pedidos_datos{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 17px !important;
}
.fondo_gris.home{
    padding: 30px 0;
}
#tab_home{
    padding: 45px 0;
}
.modal-content .title{
    font-size: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: transparent;
    background: transparent;
    background-image: none;
    border-color: transparent;
    color: #4E4E4E !important;
}
#nav_home .has-sub > ul,
.nav_secciones .has-sub > ul{
    padding-top: 10px !important;
}
#nav_home .has-sub > ul ul,
.nav_secciones .has-sub > ul ul{
    padding-top: 0px !important;
}
#cssmenu li:hover > ul > li{
    height: auto;
}
#cssmenu ul ul li a{
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
    min-width: 325px;
    margin: 0;
    font-weight: 300;
    background-color: #fff;
    color: #535353;
    text-transform: uppercase;
    color: #5D5D5D !important;
}
#cssmenu ul ul li a:hover{
    color: #0557ce !important;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #5C5C5C !important;
    background-color: rgb(250, 250, 250);
}
#cssmenu ul ul li.has-sub > a:after,
#cssmenu ul ul li.has-sub > a:before{
    background: #00A3A7;
}
header .list-inline li{
    vertical-align: middle;
}
.bx-viewport .slider a.active{
    border-color:#0557ce;
}
.bx-viewport .slider a{
    border: 1px solid #eee;
    display: block;
    margin: 5px;
}
.bx-wrapper{
    position: relative;
}
.bx-controls-direction a i{
    line-height: 50px;
}
.bx-controls-direction a{
    top: 50%;
    margin-top: -25px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    color:#0557ce;
}
.bx-controls-direction .bx-prev{
    left: -50px;
}
.bx-controls-direction .bx-next{
    right: -50px;
}
.main-title{
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    color: #0557ce;
    margin-top: 15px;
}
#wrapper {
    margin-top: -15px;
}
.callbacks_container{
    float: none !important;
}
.price-range-selected{
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
}
.actions-mobile{
    padding: 0;
    margin-top: 5px;
}
.actions-mobile li{
    padding: 0;
    margin: 0;
}
.actions-mobile .btn{
    background-color: transparent;
    border:1px solid transparent;
    box-shadow: none;
    padding: 8px 14px;
    font-size: 20px;
    color: #4B4B4B;
}
.actions-mobile .btn i{
    padding: 0;
    margin: 0;
    color: inherit;
}
.actions-mobile .btn:active:focus,
.actions-mobile .btn:active:hover{
    background-color: transparent;
    border-color: transparent;
    color: #0063FF;
}
.toggle-search-mobile{
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 105px;
    right: 0;
}
.toggle-search-mobile .search-btn {
    background-color: #fff;
    border: none;
    padding: 20px 20px;
    position: absolute;
    top: 6px;
    right: 1px;
}
.toggle-search-mobile form{
    padding: 0;
    margin: 0;
}
.toggle-search-mobile .f_blanco{
    background-color: #fff !important;
    border:1px solid #ccc !important;
    padding: 18px 25px;
    border-top: none !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.toggle-search-mobile.visible{
    display: none;
}
#tab_home .nav-tabs li{
    width: auto;
}
.owl-theme .owl-controls .owl-buttons div{
    position: relative;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    top: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    top: 0;
}
.user-menu-mobile{
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    display: none;
}
.user-menu-mobile ul{
    padding:0;
    margin: 0;
}
.user-menu-mobile ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.window-shares{
    background-color: transparent;
    margin-top: 15px;
    border: 1px solid #ccc;
    display: block;
    text-align: center;
}
.window-shares .share-icons{
    margin-left: 0;
}
.window-shares .item{
    background-color: transparent;
}
.btn-continue-pay {
    padding: 1px 5px;
    font-size: 13px;
}
.btn-continue-pay i {
    color: #fff;
    margin-left: 1px;
}
.cart-comments {
    padding: 10px 15px;
    color: dimgrey;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.cart-comments .key {
    border-left: 2px solid #eeeeee;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}
.promo-image {
    width: 21% !important;
    z-index: 0;
    top: 35px;
    position: fixed;
    right: 16px;
}

.no-padding {
    padding: 0 !important;
}

.main-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
#wrapper .container {
    width: 100%;
}

.hover_product.icon_wishlist{
    top: 0;
    background: transparent;
}

.hover_product.icon_wishlist a {
    color: #0557ce;
}

.hover_product.icon_wishlist:hover i {
    color: #0557ce !important;
}

.promoBox aside {	
    position: absolute;
    width: 100px;
	-webkit-transform: rotate(340deg);
	 -khtml-transform: rotate(340deg);
	   -moz-transform: rotate(340deg);
		-ms-transform: rotate(340deg);
			transform: rotate(340deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
    z-index: 10px;           
	color: #fff;
	background: #c66219;
}
.promoBox aside p {  font-size: 17px; }

.promoBox.info-ribbon aside {
	background: #c66219;
}


/**/


.promoBox-promo aside {		
	-webkit-transform: rotate(0deg);
	 -khtml-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);

	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
    
        
	color: #c66219;
	

}
.promoBox-promo aside p {  font-size: 17px; font-weight: bold; }

/* Vista en Lista Productos*/

.promoBox-list aside {
	position: absolute;
	width: 100px;
	
	margin: 0px 0px 0px 454px;
	-webkit-transform: rotate(35deg);
	 -khtml-transform: rotate(35deg);
	   -moz-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
			transform: rotate(35deg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
    
        
	color: #fff;
	background: #4f85bb;

}
.promoBox-list aside p {  font-size: 18px; }

.promoBox-list.info-ribbon-list aside {
	background: #4f85bb;

}


  

.fa-facebook {
    
    /*     //background: #3b5998;
    //color: white; */
    padding: 2px 18px 3px 18px;
    font-size: 15px;
    /* border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}
      
.fa-x-twitter {    
    padding: 2px 18px 3px 18px;
    font-size: 15px;
    /*   background: #55ACEE;
    color: white;
    padding: 2px 18px 3px 18px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}

.fa-map-marker {
    padding: 2px 18px 3px 18px;
    font-size: 15px;
    /*   background-color: #dd4b39;
    color: white;
    padding: 2px 18px 3px 18px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}
.fa-instagram {
    padding: 2px 18px 3px 18px;
    font-size: 15px;
    /*     background: #125688;

    color: white;
    padding: 2px 18px 3px 18px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}

.fa-whatsapp {    
    padding: 2px 18px 3px 18px;
    font-size: 15px;
    /*   background: #55ACEE;
    color: white;
    padding: 2px 18px 3px 18px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}

.fa-heart-o {    
    /* padding: 2px 18px 3px 18px; */
    font-size: 15px;
    /*   background: #55ACEE;
    color: white;
    padding: 2px 18px 3px 18px;
    border-top: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px #000033 solid;
    border-bottom: 1px #000033 solid; */
}

.list-product-size {
    max-height: 8rem !important;
    max-width: 100% !important;
}