.form-control{
    border-radius: 0px;
}
#logo{
    width: auto;
    max-width: 100%;
    display: block;
    padding: 5px;
}
button:focus,
input:focus,
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.slim{
    font-weight: 100;
}
.upper{
    text-transform: uppercase;
}
.inline-block{
    display: inline-block;
}
.nomargin{
    margin: 0;
}
.breadcrumb{
    background-color: transparent;
    margin: 20px 0;
    padding: 15px;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}
.breadcrumb .active{
    font-size: 15px;
    font-weight: normal;
    color: #96B00A;
}
.breadcrumb .active:hover{
    color: #96B00A;
}
.breadcrumb li:last-child a{
    color: #96B00A;
}
#izquierda_web{
    -webkit-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.05);
    box-shadow: 4px 0px 7px 0px rgba(0,0,0,0.05);
}
.cabecera_pedidos_datos {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 17px !important;
}

.filter-box {
    border:1px solid #eee;  
    background-color: #fff;
    margin-bottom: 15px;
}
.filter-box .items-box {
    max-height: 350px;
    overflow-y: auto;
}
.filter-box .items-box .name {
    display: inline-block;
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
.producto_listado{
    margin: 5px;
    padding-bottom: 15px;
    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.15);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.15);
     -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 .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-name{
    height: 38px;
}
.producto_listado .descripcion_carousel .p-no-part {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
.price-range-selected{
    padding: 15px;
    text-align: center;
}
.nopadding{
    padding: 0;
}
#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: #00a3a7;
    border-color: #00a3a7;
}
#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;
}
.cabecera_productos_home{
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    color: #00A3A7;
}
.bx-viewport .slider a.active{
    border-color:#00a3a7;
}
.bx-viewport .slider a{
    border: 1px solid #eee;
    display: block;
    margin: 5px;
}
.bx-wrapper{
    position: relative;
    max-width: 85% !important;
}
.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:#00a3a7;
}
.bx-controls-direction .bx-prev{
    left: -50px;
}
.bx-controls-direction .bx-next{
    right: -50px;
}
.cantidad-select{
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.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;
}
#btn_buscar_sidebar button{
    margin-top: 0;
}
#btn_buscar_sidebar input{
    padding: 10px;
}
.icon_product_list{
    padding: 0;
}
.icon_product_list a{
    display: block;
    padding: 5px 10px;
}
.prices-box h3{
    padding: 5px 0;
    margin: 0;
}
.prices-box small{
    font-size: 15px;
}
.product-item{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.btn{
    border-radius: 0px;
}
.micuenta-menu .item:before,
.micuenta-menu .item:after{
    display: none;
}
.micuenta-menu .item {
    text-align: center;
    padding: 15px 0;
    position: relative;
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
    text-transform: uppercase;
    font-weight: 100;
}
.micuenta-menu .item.active{
    border-color: #00A3A7;
}
.micuenta-menu .item.active .text{
    font-weight: 400;
}
.micuenta-menu .item .text {
    font-weight: 100;
    font-size: 15px;
    color: #797979;
    display: inline-block;
}
.micuenta-menu .item .icon {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin:10px auto;
}
.micuenta-menu{
    margin: 25px 0;
}

.filtros-pedidos label {
    text-transform: uppercase;
    display: block;
    line-height: 1;
    color: #676767;
    font-size: 13px;
}
.btn-primary{
    max-width: initial; 
}
.modal-content .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-left: 10px;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 25px;
    color: #848484;
    text-transform: uppercase;
}
label.error{
    color: #B84444;
    font-size: 11px;
    font-weight: 100;
}
.blue-gray-panel .header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    color: #565656;
}
.blue-gray-panel .content {
    background: #fff;
    padding: 20px;
}
.text-primary{
    color: #00A3A7;
}
.btn-primary{
    background-color: #00A3A7;
    color: #fff;
}
.btn-primary:hover{
    background-color: #00888B;
    color: #fff;   
}

button.mercadopago-button {
    background-color: #00A3A7 !important;
}

.table-totals .total {
    font-size: 26px;
    color: #00A3A7;
    font-weight: bold;
}
.section-header {
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    padding: 15px 0;
}
footer{
    padding-top: 0;
}
footer > .container-fluid{
    padding-top: 25px;
}
.steps-items {
    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.active {
    color: #fff;
    background-color: #00A3A7;
}
.steps-items .step h2{
    font-size: 16px;
}
.title-section {
    border-bottom: 1px dashed #E2E2E2;
    color: #00A3A7;
    padding: 15px 10px;
    margin-bottom: 30px;
}
.invoice-data-wrapper {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    margin-top: 20px;
    display: none;
    background-color: rgba(238, 238, 238, 0.12);
}
.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: #00A3A7;
}
.custom-selects-items .item.active {
    border: 1px solid #00A3A7;
    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{
    padding: 0 15px;
    border-left: 1px solid #eee;
    margin-left: 5px;
}
.order-resume .totals-content {
    font-weight: 100;
    font-size: 16px;
}
.order-resume h2 {
    color: #00A3A7;
    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;
}
.alert{
    border-radius: 0;
    padding: 7px 15px;
    border:none;
}
.info-payments-box {
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
}
.info-payments-box ul {
    margin: 15px 0;
}
.info-payments-box ul li {
    padding: 10px;
    border: 1px solid #eee;
    margin: 5px;
    font-size: 15px;
}
.info-payments-box ul li span {
    color: #00A3A7;
    font-weight: bold;
}
.tab-content h2{
    text-align: center;
    padding: 15px;
    font-size: 28px;
    font-weight: 400;
}
.detalle-contacto .content .key {
    font-weight: bold;
}
.sidebar-wrapper{
    height: 100vh;
    position: fixed;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.06);
    z-index: 2;
}
.btn-warning{
    background-color: #00A3A7;
    border-color: #00A3A7;
    color: #fff;
}
.btn-warning.active.focus, 
.btn-warning.active:focus, 
.btn-warning.active:hover, 
.btn-warning:active.focus, 
.btn-warning:active:focus, 
.btn-warning:active:hover, 
.open>.dropdown-toggle.btn-warning.focus, 
.open>.dropdown-toggle.btn-warning:focus, 
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover{
    border-color: #00A3A7;
    background-color: #00A3A7;
    color: #fff;   
}
.toggle-search-mobile{
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 75px;
    padding: 15px;
    width: 100%;
    background-color: #fff;
}
.toggle-search-mobile button i{
    margin: 0;
    padding: 0;
    color: #fff;
}
.toggle-search-mobile button{
    display: inline-block;
    width: 19%;
    vertical-align: top;
    background-color: #00A3A7;
    color: #fff;
    line-height: 1;
    border:none;
    padding: 11px 9px;
    height: 40px;
}
.toggle-search-mobile input{
    vertical-align: top;
    display: inline-block;
    width: 80%;
    padding: 9px;
    border: 1px solid #eee;
    height: 40px;
}
.toggle-search-mobile form{
    padding: 0;
    margin: 0;
}
.toggle-search-mobile.visible{
    display: none;
}
.filter-box .items-box li{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.filter-box .items-box .qty{
    float: right;
}
.user-menu-mobile{
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    display: none;
    margin: 0 -14px;
    border-top: 1px solid #eee;
}
.user-menu-mobile ul{
    padding:0;
    margin: 0;
    list-style: none;
}
.user-menu-mobile ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.category-menu-mobile{
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    display: none;
    margin: 0 -14px;
    border-top: 1px solid #eee;
}
.category-menu-mobile ul{
    padding:0;
    margin: 0;
    list-style: none;
}
.category-menu-mobile ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.main-title{
    font-size: 25px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    color: #00A3A7;
}
.window-shares{
    background-color: transparent;
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.window-shares .item{
    height: 40px;
    width: 40px;
    background-color: transparent;
    border:1px solid #ccc;
    font-size: 15px;
}
.share-icons{
    margin-left: 0;
}
.window-shares .item i{
    line-height: 40px;
}

/*Similares entre temas*/
.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;
}
.carrito-detallado.productos-list .prices-box {
    padding-right: 10px;
    vertical-align: middle;
}
.product-item .prices-box, .product-item .qty-vertical {
    display: inline-block;
    vertical-align: middle;
}
.qty-vertical {
    margin-bottom: 20px;
}
.productos-list .product-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 20px 0;
}

.producto_listado .image-container .img-responsive{
    /*background-color: red;*/
    /* width:100%;fallaba responsivo en explorer con max-width */
}
.promo-image {
    width: 21% !important;
    top: 20px;
    position: absolute;
    right: 35px;
}


#cookie-law-info-bar {
    width: auto !important;
}

.main-wrapper {
    max-width: 1300px;
    margin: auto;
}

.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; }

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

