.red_color {
    color: #C12223 !important;
}

.red_background {
    background-color: #C12223 !important;
}

.white_color {
    color: #fff !important;
}

.black_color {
    color: #000 !important;
}

.white_background {
    background-color: #fff !important;
}

.gray_color {
    color: #eee !important;
}

.gray_color_text{
    color: #6A6A6A !important;
}

.gray_dark_color {
    color: #424242 !important;
    /*color: #aaa !important;*/
}

.gray_background {
    background-color: #eee !important;
}

.border_red_color {
    border: 1px solid #C12223 !important;
}

#btn_buscar_menu{
    padding: 10px 24px !important;
}

#menu_categorias {
    padding: 10px 36px !important;
}

.btn_round {
    background-color: #C12223 !important;
    border-color: #C12223 !important;
    border-radius: 50px !important;
    color: white !important;
}

.btn_red {
    background-color: #C12223 !important;
    border-color: #C12223 !important;
    border-radius: 0 !important;
    color: white !important;
}

header {
    margin-top: 20px;
    padding-bottom: 20px;
}

nav {
    margin-bottom: 0 !important;
}

.panel-sm img{
    height: 204px;
    width: auto;
}

.panel-lg img{
    height: 408px;
}

/*.content-img a{
    display: inline-block;
    text-align: center;
}*/

.content-img{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.panel-lg .panel-lg-img {
    display: table-cell;
    height: 610px;
    vertical-align: middle;
}

#img_header {
    /*background-image: url("/themes/theme_red/img/slider_rojo.png");*/
    /*background-image: url("assets/slider_rojo.png"); */
    background-color: #fff;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    margin-top: 2%;
    padding: 1em;
}

.fa-stack:hover .fa.fa-circle {
    color: #C12223;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/* Changes */

@media screen and (min-width: 600px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: .36s;
    }
  }
  
  .dropdown-submenu > .dropdown-menu.custom-submenu {
    display: block;
  
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .36s;
  }
  
  /* End of changes */

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dropdown-submenu > a:after {
    float: right;
    /*content: "\f054";  */
    content: "\f105";
    font-family: FontAwesome;
    left:-5px;
    top:0;

}

#input_sarch_box_header {
    font-size: 16px!important;
}

#btn_iniciar_compra_header{
    font-size: 12px !important;
    padding: 6px 45px !important;
}

.ul_menu > li {
    list-style-type: none;
}

/* .dropdown_categorias_li {
    margin-right: 90px;
} */

.dropdown_categorias {
    color: #fff !important;
    border-radius: 8px 8px 0 0 !important;
    width: 100%;
}

.dropdown_categorias:hover {
    background-color: #C12223 !important;
}

.second_menu {
    width: 500px !important;
}

.search_input_header {
    border-radius: 50px 0 0 50px !important;
}

.search_input_header:focus {
    outline-color: #C12223 !important;
}

.search_btn_header {
    border-radius: 0 50px 50px 0 !important;
}

.search_btn_header:focus {
    outline: none !important;
}

.row-wrapper {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.line_bottom {
    border-bottom: 1px solid #ccc;
}

.line_bottom:after {
    content: ' ';
    display: block;
    width: 100px;
    margin-top: 3px;
    border: 1px solid #C12223;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.line_upper {
    margin: 0 auto;
    height: 2px;
    /*background: red;*/
    width: 25%;
}

.mas_vendido {
    padding: 25px;
    margin-bottom: 25px;
}

.panel {
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 3px !important;
}

.mas_vendido_products_padding {
    padding: 3px !important;
}

.panel-default:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.10);
    /*border: 2px solid #C12223 !important;*/
    /*opacity: 1 !important;*/
    -webkit-transition: box-shadow .5s ease-in;
    /*-webkit-transition:  border .3s ease-in;*/
}

.border_left_right {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.boder_top {
    border-top: 1px solid #ccc;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
}

.breadcrumb {
    background-color: #fff !important;
}

.padding_top_15 {
    padding-top: 15px;
}

.contactanos {
    padding: 20px;
}

.maring_bottom_20 {
    margin-bottom: 20px
}

.no_margin {
    margin: 0 !important;
}

.padding_10 {
    padding: 10px;
}

.padding_20 {
    padding: 20px;
}

.sidebar_nav > li {
    border-bottom: 1px solid #ddd;
}

.sidebar_nav > li > a {
    color: black;
}

.sidebar_nav > li > a:hover {
    color: #C12223;
}

.sidebar_nav > li > a:visited {
    color: black;
}

li.has_submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #aaa;
    margin-top: 5px;
    margin-right: -10px;
    transform: rotate(90deg);
}

li.has_submenu > a.collapsed:after {
    transform: rotate(0deg);
}

.border_round {
    border-radius: 20px !important;
    border: 1px solid #ccc !important;
}

.fa-search.fa-stack-1x {
    margin-top: 0 !important;
}

.fa-search.white_color {
    margin-top: 0 !important;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.glyphicon {
    line-height: unset !important;
}

.input-group .btn:focus {
    outline: none !important;
}

.fa_rs {
    padding-top: 5px !important;
    padding-right: 10px !important;
    margin-bottom: 10px !important;
}

.sidebar_scroll {
    max-height: 335px;
    overflow-y: auto;
}

a:focus, a:hover{
    color: #C12223;
}


@media screen and (max-width: 992px) {
    .border_left_right{
        border-right: none;
        border-left: none;
    }
}



/*------------------------------------------------------*/
/* custom jaziel css*/
button:focus,
*:focus,
a:focus {
    box-shadow: none;
    outline: none !important;
}

section.header .btn i.material-icons {
    margin-top: 0;
}

section.header .logo-wrapepr {
    z-index: 5;
}

section.header img.logo {
    width: auto;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.buscador > span > button,
.buscador .form-control {
    border-radius: 0 !important;
}

.buscador > span > button.btn {
    padding: 12px 44px;
    font-size: 16px;
    line-height: 1;
    background-color: #0f3a71;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.buscador > span > button.btn:hover {
    background-color: #15437E;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.buscador {
    position: relative;
}

.buscador .fa {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 4;
    color: #E8E8E8;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

.buscador .form-control {
    margin: 0;
    padding: 19px 16px;
    padding-left: 35px;
    border-color: rgb(230, 230, 230);
    box-shadow: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #051F3F;
}

.buscador .form-control:hover {
    border-color: #CCCCCC;
}

section.header ul.menu > li:first-child {
    border-left: 0;
}

.dropdown-menu .banner-top {
    margin: -5px;
    margin-bottom: 5px;
}

.dropdown-menu .banner-top img {
    min-height: 100%;
}

.drop2side > .dropdown-menu {
    display: block;
    position: static;
}

.dropdown-menu > li.dropdown-header a:first-child {
    text-transform: uppercase;
    text-align: center;
}

.dropdown-menu > li > a {
    color: #6B6B6B;
    font-size: 14px;
}

.footer-info {
    background-color: #EFEFEF;
    padding: 65px 0;
}

.footer-info .item > ul > li > a {
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.footer-info .item > ul > li > a:hover {
    padding-left: 7px;
    text-decoration: none;
    color: #3C3C3C;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.footer-info .item ul {
    padding-left: 25px;
}

.footer-info .item h3 {
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dashed #CCCCCC;
    font-weight: 100;
    /* text-align: center; */
    color: #0F3A71;
}

ul.socials a i {
    line-height: 22px;
}

ul.socials a i {
    color: #666466;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.socials a {
    font-size: 14px;
    text-decoration: none;
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid #666466;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.socials a:hover {
    border-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.socials a:hover i {
    color: #3C3C3C;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-info .socials {
    padding-left: 0 !important;
    margin-top: 10px;
}

.footer-info .socials li {
    margin: 0px;
}

.footer-info .item {
    border-left: none;
    padding: 17px 25px;
    min-height: 200px;
    height: auto;
}

section.footer {
    padding: 25px 10px;
    background-color: #292929;
    color: #8A8A8A;
    line-height: 1.3;
}

section.footer a {
    color: #8A8A8A;
}

section.footer a:hover {
    font-weight: bold;
    text-decoration: none;
}

section.nosotros {
    padding: 60px 0;
    text-align: justify;
    font-size: 17px;
    color: #383838;
    font-weight: 100;
}

section.nosotros .title-section {
    font-size: 30px;
    font-weight: 100;
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #5A5A5A;
}

.prop-item .image-icon {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
}

section.beneficios {
    padding: 65px 0;
    text-align: left;
}

section.beneficios .prop-item .text {
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #797979;
    text-align: left;
    font-weight: 100;
    line-height: 1.2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.beneficios .prop-item:hover .text {
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hero-index {
    padding: 55px 0;
    margin-top: 50px;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.upper {
    text-transform: uppercase;
}

.slim {
    font-weight: 100;
}

.hero-index h1 {
    font-size: 50px;
    color: #3C3C3C;
}

.hero-index h3 {
    font-size: 22px;
    font-weight: 100;
    color: #393939;
}

.btn-primary {
    background-color: #C12223;
}

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

.btn-xl,
.btn-xl:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-xl {
    font-size: 20px;
    font-weight: 100;
    padding: 10px 20px;
}

.drop2side > .dropdown-menu > li > .dropdown-menu li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    width: 0;
    opacity: 0;
    font-size: 11px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.drop2side > .dropdown-menu > li > .dropdown-menu li:hover:before {
    width: 4px;
    opacity: 1;
    position: relative;
    top: -3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.drop2side > .dropdown-menu > li > .dropdown-menu li:hover {
    padding-left: 3px;
    margin-left: 0;
    color: #0f3a71;
}

.drop2side > .dropdown-menu > li > .dropdown-menu {
    background-image: url('../img/nodes-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.drop2side > .dropdown-menu > li > .dropdown-menu h3 {
    font-size: 17px;
    color: #0f3a71;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px solid #0f3a71;
}

.main-title {
    border-bottom: 1px dashed #eee;
}

.productos-list .main-title .pull-left {
    font-size: 35px;
}

.productos-list .main-title {
    border-bottom: 1px solid rgb(234, 234, 234);
    padding-top: 10px;
    font-weight: 100;
}

.productos-list .see-all {
    padding: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productos-list .see-all:hover {
    padding-right: 30px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productos-list .see-all:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 13px;
}

.productos-list .see-all:hover:after {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 1px;
}

section.header .menu a i,
section.header .menu a {
    color: #6B6B6B;
}

section.header .menu a.dark-blue {
    color: #0f3a71;
}

.submenu-categories-wrapper {
    padding: 5px 20px;
}

.submenu-categories-wrapper li a {
    text-transform: uppercase;
    padding-left: 10px;
    display: inline;
    width: 94%;
    /*
    white-space: nowrap;
    text-overflow: ellipsis;
    */
    display: inline-block;
    overflow: hidden;
}

.item.product-box-item {
    position: relative;
    border: 1px solid #eee;
    min-height: 255px;
    padding-bottom: 0;
    box-shadow: 0px 0px 0px #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item.product-box-item:hover {
    border-color: #DADADA;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item.product-box-item .disponibles {
    float: none !important;
    text-align: center;
    margin: 0;
    border-top: 1px solid #eee;
    margin-top: 5px;
    color: #F37F36;
    line-height: 1;
    padding-top: 6px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.product-box-item .hover-content .action-btn i {
    font-size: 21px;
    line-height: 35px;
}

.product-box-item .hover-content .action-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    position: absolute;
    background-color: #fff;
    margin-bottom: 1px;
    right: 5px;
}

.product-box-item .hover-content .action-btn.add-cart {
    background-color: #F37F36;
    color: #fff;
    top: 45px;
}

.product-box-item .hover-content .action-btn.details {
    background-color: #15437E;
    color: #fff;
    top: 5px;
}

.product-box-item .hover-content .action-btn.add-cart:hover {
    background-color: #F58945;
}

.product-box-item .hover-content .action-btn.details:hover {
    background-color: #0F52A7;
}

.product-box-item:hover > .hover-content {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-box-item .footer-info {
    background-color: #F7F7F7;
    padding: 14px 5px;
    margin: 1px -10px;
    margin-top: 8px;
}

.product-box-item .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-box-item .info .subtitulo {
    position: absolute;
    left: 10px;
    bottom: 15px;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-box-item .info {
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 14px;
}

.item.product-box-item > a {
    display: block;
    margin: -9px;
    text-decoration: none;
}

.item.product-box-item img {
    border: none;
    padding: 0;
}

.product-box-item .info a {
    text-decoration: none;
}

.product-box-item .info .descripcion {
    padding: 4px 0;
    display: block;
    color: #535353;
    display: block;
    height: 62px;
    overflow: hidden;
}

.product-box-item .info .titulo {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
    color: #124586;
    display: block;
    height: 40px;
    padding: 0;
}

.product-box-item .info .titulo:hover {
    color: #FF6200;
}

.item.product-box-item .info .precio {
    float: none;
    margin-bottom: 0;
    font-size: 21px;
    color: #124586;
    line-height: 1;
    float: right;
    margin-right: 5px;
    min-height: 21px;
}

.carousel-indicators {
    bottom: -15px;
    left: 0;
    text-align: left;
    margin-left: 0;
}

.carousel-indicators li {
    width: 35px;
    height: 3px;
    border-radius: 0px;
    background-color: #fff;
    border-color: #fff;
    margin: 0;
    margin-right: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.carousel-indicators li.active {
    width: 40px;
    height: 5px;
    background-color: #FF6200;
    border-color: #FF6200;
    margin-right: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tooltip .tooltip-inner {
    padding: 6px 10px;
    opacity: 1;
}

.collapsable-main-menu {
    display: none;
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 15px;
}

.toggle-main-menu {
    padding: 7px;
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    line-height: 1;
    margin-bottom: 0px;
}

.collapsable-main-menu:hover,
.toggle-main-menu:hover + .collapsable-main-menu {
    display: block;
}

.breadcrumb {
    font-size: 12px;
    border: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
}

.breadcrumb li a:hover {
    padding: 9px 10px;
}

.breadcrumb li a {
    padding: 9px 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.filter-box {
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.filter-box .items-box {
    padding: 0 5px;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.filter-box .items-box li.active a {
    color: #F37F36;
    font-weight: 400;
}

.filter-box .items-box li a .qty {
    display: inline-block;
    width: 18%;
    text-align: right;
}

.filter-box .items-box li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px dashed #eee;
}

.filter-box .items-box a:hover {
    text-decoration: none;
    color: #F37F36;
}

.filter-box .items-box .name {
    display: inline-block;
    text-overflow: ellipsis;
    width: 80%;
    /*white-space: nowrap;*/
    overflow: hidden;
    vertical-align: middle;
}

.filter-box .items-box .delete-filter .name {
    width: 73%;
}

.icheckbox_square {
    margin-right: 5px;
}

.filter-box .titulo i {
    vertical-align: middle;
    margin-top: -5px;
    font-size: 17px;
}

.filter-box .titulo {
    padding: 10px;
    background: #F9F9F9;
    padding-left: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    font-size: 17px;
    line-height: 1;
}

.filter-box > ul {
    padding: 0;
    margin-bottom: -10px;
    border-bottom: none;
}

.filter-box li label {
    font-size: 15px;
    color: #535353;
    font-weight: 100;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 10px;
}

.filter-box li:last-child label {
    border-bottom: 1px solid transparent;

}

.filter-box .contenido {
    padding: 20px 12px;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.in {
    opacity: .95;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.material-icons {
    vertical-align: middle;
}

.modal-content .border-header {
    font-weight: 100;
    line-height: 1;
    /*color: #02A057;*/
    border: none;
}

.modal-content .action-btn {
    color: #fff !important;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: none;
    padding: 10px 0px;
}

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

.controls {
    border: none;
    padding: 0px 15px;
    margin-bottom: 0;
    background-color: #FBFBFB;
    border-bottom: 1px solid #eee;
    margin-top: -2px;
}

.controls i {
    font-size: 20px;
    line-height: 1;
    margin-top: -3px;
    color: #565656;
    top: 2px;
    position: relative;
}

.controls label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    color: #4E4E4E;
    margin-right: 5px;
}

.controls select {
    background: #fff;
    border: 1px solid #eee;
    color: #4E4E4E;
    cursor: pointer;
    font-weight: 100;
    text-transform: uppercase;
    width: auto;
    padding: 10px 23px 10px 13px !important;
    border-top: none;
    border-bottom: none;
    height: auto;
}

.controls select:focus {
    outline: none;
    border-color: #ccc;
}

.controls .view-types > div {
    background: none;
    display: inline-block;
}

.controls .view-types > div a {
    padding: 7px 8px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-right: -4px;
    display: inline-block;
}

.controls .actions-page a:last-child {
    margin-right: 0;
    border-right: none;
    margin-left: -4px;
}

.controls .view-types {
    margin-right: 0;
}

.controls .actions-page {
    margin-right: -15px;
    color: #777777;
    line-height: 1;
}

.controls .view-types > div.active a i {
    color: #565656;
}

.controls .view-types > div.active a {
    background-color: #FFFFFF;
}

.controls .actions-page a {
    padding: 12px 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    display: inline-block;
}

.controls .view-types,
.controls .actions-page {
    display: inline-block;
}


.pagination-line {
    background-color: #FBFBFB;
    padding: 0px 0;
    color: #4E4E4E;
    font-size: 13px;
    font-weight: 100;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pagination-line .pagination {
    margin-right: -15px;
}

.pagination li:last-child a {
    border-right: none;
}

.pagination li a span i {
    line-height: 28px;
    margin-left: -5px;
}

.pagination li a {
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    height: 40px;
    min-width: 55px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 15px !important;
    margin: 0;
    margin-right: -1px;
    color: #565656;
}

.pagination li.active:hover a,
.pagination li.active a,
.pagination li a:hover {
    background-color: #fff;
    color: #565656;
    border-color: #eee;
}

.pagination-line .showing-text {
    padding: 6px;
    margin-top: 7px;
    float: none;
}

.pagination-line > * {
    display: initial;
}

section.entregas {
    background-image: url('../img/ico-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 0;
    border: 1px solid #eee;
}

section.entregas .green {
    color: #3EA547;
}

section.entregas .item {
    padding: 50px 25px;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.entregas .item h1 {
    font-weight: 100;
    text-transform: uppercase;
    min-height: 105px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.entregas .item:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.entregas .item:hover h1 {
    font-size: 38px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.entregas .col-md-6 {
    padding: 0;
}

section.entregas .col-md-6:last-child .item {
    border-left: 1px solid #eee;
}

.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: #C12223;
}

.productos-list .titulo:hover {
    color: #C12223;
    text-decoration: none;
}

.productos-list .disponibles {
    margin-bottom: 0;
    color: #C12223;
    text-transform: uppercase;
    font-size: 11px;
}

.productos-list .descripcion {
    color: #5D5D5D;
    font-weight: 100;
    padding-top: 10px;
}

.productos-list .actions {
    margin-top: 30px;
}

.productos-list .actions a {
    display: inline-block;
    padding: 8px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}

.productos-list .actions a.details {
    background-color: #15437E;
}

.productos-list .actions a.add-cart {
    background-color: #C12223;
}

.productos-list .actions i {
    font-size: 20px;
}

.productos-list .codigo {
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
    color: #717171;
}

.productos-list .precio {
    color: #124586;
    font-size: 22px;
    margin-top: 4px;
    line-height: 1.5;
}

.productos-list .precio small {
    text-decoration: line-through;
    opacity: .5;
    font-size: 15px;
    display: block;
}

.detalle-producto .full-image {
    text-align: center;
}

.detalle-producto .full-image img {
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}

.detalle-producto .titulo {
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 5px;
    color: #0F3A71;
    line-height: 1;
    padding: 25px 0px 10px 0;
}

.detalle-producto .precio small {
    text-decoration: line-through;
    display: block;
    line-height: 1.5;
    opacity: .5;
    font-weight: 100;
    font-size: 25px;
}

.detalle-producto .precio {
    font-size: 35px;
    color: #0F3A71;
}

.detalle-producto .codigo {
    font-size: 20px;
    color: #7B7B7B;
    background-color: #F9F9F9;
    display: inline-block;
    padding: 1px 10px;
}

.detalle-producto .descripcion {
    text-align: justify;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 100;
}

.detalle-producto .cantidad-select {
    margin-bottom: 10px;
}

section.header ul.menu > li {
    padding: 0 10px;
}

section.header {
    width: 100%;
    top: -150px;
}

section.header.affix {
    z-index: 500;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0 !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

section.header .search-link {
    color: #0F3A71;
}

section.header .user-link {
    background-color: #fff;
    color: #0f3a71;
}

section.header.affix .menu {
    display: none;
}

section.header.affix .logo {
    height: 50px;
    width: auto;
}

section.header.affix .logo-link {
    display: inline-block;
    position: relative;
    padding: 8px;
    display: block;
}

section.header.affix form {
    margin: 0;
    top: 11px;
    position: relative;
}

.user-actions-icons {
    display: none;
    width: auto;
}
.dropdown-menu.user-actions{
    text-align-last: start;
}

section.header.affix .user-actions-icons {
    display: inline-block;
}

section.header.affix .user-actions-icons .btn {
    padding: 8px 3px;
    position: relative;
    background-color: transparent;
}

.header .categories-menu-icon .label {
    text-transform: uppercase;
    color: #575757;
    font-size: 17px;
    display: inline-block;
    font-weight: 100;
    position: relative;
    top: 3px;
    padding-left: 0;
    padding: 0;
    left: -5px;
}

.header .categories-menu-icon i {
    font-size: 35px;
    color: #0F3A71
}

.header .categories-menu-icon {
    display: none;
}

section.header.affix .categories-menu-icon {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
}

section.header.affix .user-actions-icons .add-cart {
    color: #C12223;
}

section.header .search-wrapper .buscador .form-control {
    width: 95%;
    float: right;
    padding-left: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

section.header .search-wrapper .buscador .form-control:focus {
    width: 100%;
    padding-left: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

section.header.affix .search-wrapper {
    width: 80%;
    display: none;
    width: 100%;
    left: 0;
    background-color: rgb(248, 248, 249);
    top: 55px;
    position: absolute;
    left: 0;
    padding: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    border-top: none;
}

section.header.affix .search-wrapper .buscador {
    float: left;
    width: 93%;
}

section.header.affix .search-wrapper .close i {
    line-height: 40px;
}

section.header .search-wrapper .close {
    float: left;
    width: 45px;
    display: none;
}

section.header.affix .search-wrapper.visible .close {
    display: block;
}

section.header.affix .search-wrapper.visible {
    display: block;
}

.ficha-tecnica .no-padding {
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    padding: 4px 0px !important;
    color: #666666;
}

.alert {
    background-color: #fff;
    margin: 10px 0;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1;
}

.alert.alert-danger {
    color: #E84242;
    border-color: rgba(232, 66, 66, 0.74);
}

.detalle-producto .disponibles {
    text-transform: uppercase;
    color: #7B7B7B;
    display: inline-block;
    border-bottom: 1px solid #eee;
}

.detalle-producto .disponibles a:hover {
    text-decoration: none;
}

.detalle-producto .disponibles a:hover span {
    color: #0f3a71;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.detalle-producto .disponibles span {
    font-weight: bolder;
    margin-left: 0;
    font-size: 25px;
    color: #5D5D5D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.detalle-producto .cantidad-select .input-group-btn .btn.btn-default:hover,
.detalle-producto .cantidad-select .input-group-btn .btn.btn-default:focus {
    outline: none;
    box-shadow: none;
}

.detalle-producto .cantidad-select i {
    color: #4F4F4F;
}

.detalle-producto .cantidad-select .input-group-btn .btn.btn-default {
    background: #fff;
    border: none;
}

.detalle-producto .cantidad-select input {
    box-shadow: none;
    border: none;
    color: #0F3A71;
    font-size: 25;
    font-weight: 100;
    height: 100%;
}

.detalle-producto .cantidad-select {
    float: right;
    width: 100%;
    border: 1px solid #eee;
}

.bx-wrapper {
    border-top: 1px dashed #eee;
}

.bx-wrapper .bx-viewport {
    left: -6px;
    right: 0;
    width: 102% !important;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    opacity: .6;
    color: #0F3A71;
    background: transparent;
    border: none;
    margin-top: 0;
    height: 100%;
    z-index: 8;
}

.bx-wrapper .bx-controls-direction i:hover,
.bx-wrapper .bx-controls-direction i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bx-wrapper .bx-controls-direction .bx-prev:hover i {
    left: 0;
}

.bx-wrapper .bx-controls-direction .bx-prev i {
    left: -5px;
}

.bx-wrapper .bx-controls-direction .bx-next:hover i {
    right: 0;
}

.bx-wrapper .bx-controls-direction .bx-next i {
    right: -5px;
}

.carrito-detallado.productos-list .qty-vertical {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}

.carrito-detallado.productos-list .qty-vertical .btn {
    padding: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    font-size: 25px;
    color: #5F5F5F;
}

.carrito-detallado.productos-list .prices-box {
    display: inline-block;
    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: #000;
}

.carrito-detallado.productos-list .qty-vertical .form-control {
    color: #0f3a71;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
}

.cart-table > thead > tr > th {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    background-color: #fff;
    border-bottom: 3px solid #eee !important;
}

.cart-table > tbody > tr > td {
    font-size: 14px;
}

.cart-table a:hover {
    text-decoration: none;
}

.cart-table .del-item {
    color: #E23E3E;
}

.cart-table .titulo {
    line-height: 1;
    margin-top: 0;
    font-weight: 100 !important;
    padding-bottom: 5px;
}

.cart-table .cantidad-select {
    border: 1px solid #eee;
}

.cart-table .cantidad-select input:focus,
.cart-table .cantidad-select input:hover {
    border: none;
}

.cart-table .cantidad-select input {
    height: 100%;
    color: #0f3a71;
    font-size: 18px;
    font-weight: 100;
}

.productos-list .table > tbody > tr > td {
    padding-top: 15px;
}

.cart-table .cantidad-select button:focus {
    outline: none;
    box-shadow: none;
}

.cart-table .subtitulo {
    display: inline-block;
    padding: 2px 7px;
    background-color: #eee;
    color: #848484;
    font-size: 12px;
}

.productos-list .table tr {
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.productos-list .table tr:hover {
    background-color: #F9F9F9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.productos-list .table .total {
    font-size: 15px;
    color: #5D5D5D;
}

.btn:focus {
    box-shadow: none !important;
}

.carrito-btn .btn {
    padding: 10px 30px;
}

.carrito-btn i.material-icons {
    position: relative;
    top: -2px;
}

.btn .material-icons {
    margin-top: -5px;
}

.carrito-btn .btn i {
    margin: 0;
}

.clear-cart {
    color: #4C4C4C;
}

select.form-control {
    box-shadow: none;
    cursor: pointer;
}

select.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.select-wrapper:after {
    right: 10px;
    top: 50%;
    color: #A5A5A5;
    height: 20px;
    margin-top: -10px;
}

.table-totals {
    font-weight: 100;
    color: dimgrey;
    text-transform: uppercase;
    font-size: 15px;
}

.table-totals td {
    vertical-align: middle;
}

.table-totals .total {
    font-weight: bold;
    padding: 10px 5px;
    font-size: 27px;
}

.table-totals .total small {
    font-size: 15px;
}

.preguntas-frecuentes .panel-default > .panel-heading {
    padding: 15px;
}

.preguntas-frecuentes .panel-default > .panel-heading.active {
    background: #F9F9F9;
}

.preguntas-frecuentes .panel-title > a:after,
.preguntas-frecuentes .panel-title > a[aria-expanded=true] {
    color: #5A6B80;
}

.create-user-form .titulo,
section.login .titulo {
    font-size: 25px;
    font-weight: 100;
}

section.login label {
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

section.login input {
    box-shadow: none;
    color: #4D4D4D;
}

.create-user-form .titulo,
section.login .titulo {
    color: #565656;
    border-bottom: 1px solid rgba(109, 109, 109, 0.12);
}

section.login a.reset_pass {
    color: #0F3A71;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 3px;
}

section.login .sign-up {
    padding: 10px 15px;
}

.carousel-indicators {
    bottom: 0;
    left: 0;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
}

.top-container .drop2side .dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    padding-right: 0 !important;
    border: none;
    overflow-x: hidden;
    height: 101%;
    box-shadow: inset 3px 0px 4px #F7F7F7;
}

.drop2side .banner-top {
    height: 130px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-container .banner-top img {
    min-width: 100%;
}

.top-container {
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.top-container .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.top-container .col {
    padding-left: 0;
    padding-right: 0;
}

.top-container .drop2side > .dropdown-menu {
    box-shadow: none;
}

.top-container .drop2side > .dropdown-menu > li > a {
    padding: 0 30px;
    line-height: 25px;
}

.top-container .drop2side > .dropdown-menu > li:last-child {
    border-bottom: none;
}

.top-container .drop2side > .dropdown-menu > li a:before,
.top-container .drop2side > .dropdown-menu > li:hover > a:before,
.top-container .drop2side > .dropdown-menu > li > a:hover:before {
    width: 80px;
}

.top-container .drop2side > .dropdown-menu > li:hover > a > span {
    padding-left: 15px;
}

.top-container .drop2side > .dropdown-menu > li .svg {
    margin-right: 30px;
}

.fade-menu {
    display: none;
}

.title-section {
    border-bottom: 1px solid #E2E2E2;
    color: dimgrey;
    padding-bottom: 13px;
}

.product-item .delete-itm {
    color: #EC1919;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #EC1919;
    display: inline-block;
}

.product-images-wrapper .slider a {
    opacity: .5;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.product-images-wrapper .slider a:hover,
.product-images-wrapper .slider a.active {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.product-images-wrapper .full-image {
    position: relative;
    min-height: 200px;
}

._loading:after {
    content: "Cargando ...";
    position: absolute;
    text-transform: uppercase;
    display: inline-block;
    line-height: 35px;
    position: relative;
    top: 50%;
    margin-top: -17.5px;
    color: #0F3A71;
    margin-left: 0;
    font-size: 21px;
    font-weight: 100;
}

._loading {
    text-align: center;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .9);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

._loading.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.steps-items {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 3px #F6F6F6;
}

.steps-items .step {
    line-height: 1;
    padding: 18px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #505050;
}

.steps-items .step .icon i {
    line-height: 35px;
}

.steps-items .step .icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 21px;
}

.steps-items .step .slim {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}

.steps-items .step .slim a:hover {
    color: #FF6200;
    text-decoration: none;
}

.steps-items .step:after {
    content: "";
    clear: both;
    display: block;
}

.steps-items .step.active .slim {
    font-weight: 400;
}

.steps-items .step.active .icon i {
    font-size: 27px;
}

.steps-items .step.active {
    color: #C12223;
    background-color: rgb(248, 248, 249);
}

.steps-items .step h2 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

section.content-section {
    padding: 40px 0;
}

.payments-methods-tabs .nav-tabs.nav-justified > .active > a,
.payments-methods-tabs .nav-tabs.nav-justified > .active > a:hover,
.payments-methods-tabs .nav-tabs.nav-justified > .active > a:focus {
    border-color: #eee;
    border-bottom-color: #fff;
}

.payments-methods-tabs .nav-tabs li.active a:hover,
.payments-methods-tabs .nav-tabs li.active a {
    color: #C12223;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.payments-methods-tabs .nav-tabs li {
    vertical-align: middle;
}

.payments-methods-tabs .nav-tabs li a:hover {
    background-color: #F7F7F7;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.payments-methods-tabs .nav-tabs li a {
    padding: 25px 15px;
    border: 1px solid #eee;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    max-height: 80px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .2s ease;
}

.payments-methods-tabs .nav-tabs .icon img {
    margin-right: 10px;
}

.payments-methods-tabs .tab-pane {
    padding: 20px 0;
    color: #545454;
}

.order-resume h2 {
    color: #0F3A71;
    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 .lbl small {
    font-size: 10px;
}

.order-resume .totals-content .order-comments {
    padding: 10px;
    border-top: 1px dashed #eee;
    margin-top: 15px;
    font-size: 15px;
    background-color: rgba(237, 237, 237, 0.34);
    word-wrap: break-word;
}

.order-resume .totals-content .val {
    font-size: 18px;
    font-weight: 400;
    color: #575757;
}

.order-resume .totals-content .total {
    font-size: 23px;
    color: #424242;
}

#cardPayment label {
    text-transform: uppercase;
    font-weight: 100;
    color: #545454;
    margin-bottom: 2px;
}

#cardPayment .form-control {
    box-shadow: none;
    border: 1px solid #eee;
}

#cardPayment .form-control:focus {
    border-color: #ccc;
}

.payments-methods-tabs .tab-pane .submit {
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
}

.payments-methods-tabs .tab-pane h2 {
    color: #C12223;
    border-bottom: 1px dashed #EEE;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.payments-methods-tabs .nav-tabs .icon {
    /*display: inline-block;*/
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}

#cardPayment .has-error .form-control {
    border: 1px solid #C94444;
}

#cardPayment .card-brand-logo {
    position: relative;
    top: -10px;
}

.flash.alert {
    background-color: #eee;
    color: #494949;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border: none;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
}

.flash.alert.alert-error {
    color: #fff;
    background-color: #BD4235;
}

.flash.alert.alert-success {
    color: #fff;
    background-color: #18A959;
}

.flash.alert.alert-info {
    color: #fff;
    background-color: #0076A9;
}

.info-payments-box {
    padding: 15px;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.info-payments-box ul {
    display: block;
    border-top: 1px dashed #eee;
    padding-top: 15px;
    margin-top: 10px;
}

.info-payments-box ul li {
    padding: 5px 15px;
    margin: 0 5px;
    background-color: rgba(238, 238, 238, 0.2);
    border-radius: 50px;
    font-weight: 400;
    border: 1px solid #eee;
}

.info-payments-box ul li span {
    font-weight: bold;
    color: #C12223;
}

.banks-available {
    margin-bottom: 15px;
    display: block;
}

.banks-available li {
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #464646;
}

.banks-available li:after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #0F3A71;
    border-radius: 50%;
    top: -3px;
    position: relative;
    margin-left: 10px;
}

.top-info.pedido-detalle {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 100;
}

.blue-gray-panel .header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: rgba(244, 244, 246, 0.61);
    color: #565656;
}

.blue-gray-panel {
    border: 1px solid #eee;
}

.blue-gray-panel .content {
    background: #fff;
    padding: 20px;
}

ul.status-list {
    display: block;
    width: 100%;
}

ul.status-list > li .title {
    display: block;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    margin: 0;
    margin-bottom: -5px;
    opacity: .7;
}

ul.status-list > li:last-child {
    border-right: none;
}

ul.status-list > li {
    border-right: 1px solid #eee;
}

ul.status-list i {
    vertical-align: top;
}

.text-success {
    color: #25AF69 !important;
}

.text-orange,
.pedido-status > ul span i {
    color: #FF6200;
}

.inline-block {
    display: inline-block;
}

.dropdown-menu{
    min-width: 350px !important;
}

#second_menu_ul {
    padding:0px !important;
}

section.header ul.dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #eee;
}

section.header ul.dropdown-menu li {
    padding: 0;
    margin: 0;
}

section.header .menu a i,
section.header .menu a {
    color: inherit;
}

section.header ul.dropdown-menu li a i {
    font-size: 17px;
}

section.header ul.dropdown-menu li a {
    padding: 8px 15px;
    background-color: #fff;
    font-size: 11px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}

section.header ul.dropdown-menu li a:hover {
    background-color: #0f3a71;
    color: #fff;
}

.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: #C12223;
}

.micuenta-menu .item.active .text {
    font-weight: 400;
}

.micuenta-menu .item .text {
    font-weight: 100;
    font-size: 15px;
    color: #797979;
}

.filtros-pedidos label {
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    color: #676767;
    font-size: 13px;
}

.filtros-pedidos .form-control:focus {
    border-color: #A2A2A2;
}

.filtros-pedidos .form-control {
    border: 1px solid #eee;
    min-width: 100px;
    box-shadow: none;
    text-transform: uppercase;
}

.filtros-pedidos .form-group {
    padding: 3px 7px;
}

.filters-wrapper form {
    margin: 0;
}

.filters-wrapper {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.pedidos-table table .btn i {
    margin: 0 0;
}

.pedidos-table table i {
    font-size: 17px;
}

.nomargin {
    margin: 0 0 0 0 !important;
}

.micuenta-menu {
    padding: 25px 0;
}

.datos-contacto table {
    border-top: 1px dashed #eee;
}

.datos-contacto table .options {
    text-align: right;
}

.datos-contacto table.table > tbody > tr > td > button {
    display: inline-block;
    font-size: 15px;
    width: auto;
    height: auto;
    padding: inherit;
    margin-bottom: 5px;
    line-height: 1;
    background-color: transparent;
}

.datos-contacto table.table > tbody > tr > th,
.datos-contacto table.table > tbody > tr > td {
    border-top: none;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px dashed #eee;
    text-transform: uppercase;
    color: #545454;
}

.datos-contacto table.table > tbody > tr:last-child > td {
    border-bottom: none;
}

.modal-content .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-left: 10px;
    font-weight: 100;
    font-size: 24px;
    margin-top: 25px;
    color: #848484;
    text-transform: uppercase;
}

label.error[id] {
    display: block;
    color: #FF5D5D;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    bottom: 0px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 13px;
}

button.close.out {
    position: absolute;
    top: 0px;
    font-size: 40px;
    right: 5px;
    font-weight: 100;
    color: #abaaaf;
    opacity: 1;
    z-index: 2;
}

#productAddedModal ul.detail-product {
    padding-left: 0;
    margin: 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;
}

.cart-link-sticky .cart-items {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 17px;
    background-color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: 0px 1px 1px #eee;
    color: #5A5A5A;
}

.custom-selects-items .item {
    padding: 16px 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 100;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0px 0 0 0 transparent;
    padding-left: 20px;
    background-color: #fff;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.custom-selects-items .item:hover {
    border-color: #ccc;
}

.custom-selects-items .item i {
    color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 5px;
    top: 50%;
    margin-top: -12px;
    left: 8px;
    visibility: hidden;
}

.custom-selects-items .item.active {
    padding-left: 55px;
    box-shadow: inset 40px 0 0 0 #C12223;
    border-color: #C12223;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.custom-selects-items .item.active i {
    visibility: visible;
}

.modal.in .modal-dialog {
    margin-top: 20px;
}

.info-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 15px;
}

.content-section .datos-form .form-control {
    background: transparent;
}

.invoice-data-wrapper {
    padding: 15px 0;
    border-top: 1px dashed #eee;
    margin-top: 20px;
    display: none;
    background-color: rgba(238, 238, 238, 0.12);
}

.productos-list {
    margin-bottom: 0;
}

.showing-text {
    padding: 0;
    color: #737373;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    top: -3px;
    margin-top: 60px;
    margin-bottom: 10px;
}

.price-range-selected {
    text-transform: uppercase;
    text-align: center;
    color: #737373;
}

.price-range-selected .remove {
    border: 1px solid #D00F0F;
    line-height: 1;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    margin: 5px auto;
    color: #D00F0F;
}

.irs-bar {
    background-position: unset !important;
}

.price-range-selected .remove i {
    line-height: 22px;
    font-size: 17px;
}

.swal2-icon {
    margin-bottom: 20px;
}

.swal2-modal h2 {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.swal2-content {
    font-weight: 100;
    font-family: 'Lato', sans-serif;
}

.error-template .error-code {
    font-size: 6em;
}

.error-template .error-description {
    font-weight: 100;
}

.lbl-iva {
    font-size: 12px;
    /*color: #E4AE2E;*/
    padding: 3px 10px;
    /*border: 1px solid #E6CE1E;*/
    display: inline-block;
    border-radius: 17px;
    line-height: 1;
}

.direct-transfer {
    margin-bottom: 15px;
    display: block;
}

.share-box {
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
}

.share-box .share-icons .item {
    display: inline-block;
}

.share-box .share-icons .item a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid rgba(103, 103, 103, 0.29);
    color: #676767;
    margin: 5px;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.share-box .share-icons .item a:hover {
    color: #fff;
    background-color: #0F3A71;
    border-color: #0F3A71;
    -webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}

.share-box .share-icons .item a i {
    line-height: 45px;
}

.buscador input {
    line-height: 1.3 !important;
    height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 9px !important;
}

/* end custom jaziel css*/



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

.producto_listado .descripcion_carousel .p-description {
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.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 span {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}

.image-container {
	height: 250px;
	display: table;
	width: 100%;
}

.producto_listado .descripcion_carousel .p-price {
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	min-height: 25px;
}

.image-container span {
    text-align: center;
    text-align: -webkit-center;
	display: table-cell;
	vertical-align: middle;
}

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

.bx-wrapper {
	position: relative;
}


.bx-controls-direction .bx-prev {
	left: -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-next {
	right: -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;
}
.promo-image {
    width: 21% !important;
    top: 27px;
    position: absolute;
    right: 22px;
}

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

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

.promoBox 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 aside p {  font-size: 17px; font-weight: bold; }

/* Best Sale */

.promoBox-best-sale aside {
	position: absolute;
	width: 80px;
	right: 0;
	margin: -13px 7px 0px 0px;
	-webkit-transform: rotate(0deg);
	 -khtml-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	-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: #c66219;

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

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


/* Promos */

.promoBox-promo aside {
	position: absolute;
	width: 60px;
	right: 0;
	margin: 0px 0px 0px 0px;
	-webkit-transform: rotate(0deg);
	 -khtml-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	-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: 15px;
    
        
	color: #fff;
	background: #c66219;

}
.promoBox-promo aside p {  font-size: 15px; }

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

@media screen and (max-width: 500px) {
    .custom-menu.responsive {
      position: relative;
    }
  }

.row-btn {
    margin-top: 3rem;
}

.show {
    display: block !important;
}

.nav-btns {
    text-align-last: right;
}

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