/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 11 ago. 2024, 22:00:19
    Author     : Walter
*/
.shop-menu ul li a {
    /* background: #FFFFFF; */
    color: #0095da;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    padding-right: 0;
    margin-top: 5px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #b7b6b6;
}
.shop-menu ul li a:hover {
    color: #fe980f;
    background: transparent;
}


.btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
input{
    background-color: rgb(255, 255, 255) !important;
}
.icon-cart, .icon-profile, .icon-msg, .icon-search, .icon-login, .icon-list {
    padding-left: 25px;
    padding-bottom: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.header_top{
    background-color: #FFFFFF;
}
div.logo {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo-next{

}

/* search bar */
.search-bar.show, .login-bar.show {
    max-height: 110px;
    overflow: visible;
}
.search-bar, .login-bar {
    padding: 0;
    max-height: 0;
    height: auto;
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 98px;
    overflow: hidden;
    background: white;
    margin-top: 0;
    text-align: center;
    /*box-shadow: 0 3px 2px #e6e6e6;*/
    transition: .3s;
    transition-timing-function: cubic-bezier(1, 1, 0.25, 1);
    z-index: 999;
    background-color: #000;

}
.search-bar.show #top-search-bar, .search-bar.show #top-search-code, .search-bar.show #top-search, .search-bar.show .icon.icon-close, .search-bar.show .btn-search-submit,
.login-bar.show #top-login-bar, .login-bar.show .icon.icon-close, .login-bar.show #input-login-user, .login-bar.show #input-login-password, .login-bar.show .btn-login-submit{
    animation-duration: .3s;
    animation-delay: .4s;
    animation-name: fadeIn;
    animation-fill-mode: both;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.login-bar > .input-login-user, .login-bar > .input-login-password {
    opacity: 0;
    width: 170px;
    margin: 10px auto 20px;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #000;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-bar > .input-login-user{
    margin-right: 15px;
    background-color: #000;
}
.style-search::placeholder{
    color: #cccccc;
    font-size: 12px;
}
.search-bar > .input-search {
    opacity: 0;
    width: 170px;
    margin: 10px auto 20px;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #000;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-bar > .input-search-code {
    opacity: 0;
    width: 100px;
    margin: 10px auto 20px;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #000;
    font-size: 14px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-bar .icon.icon-close, .login-bar .icon.icon-close {
    opacity: 0;
    position: absolute;
    right: calc((100% - 1170px) / 2 + 0px);
    top: 17px;
    width: 25px;
    height: 22px;
    border: 0px;
    padding: 0;
    cursor: pointer;
    color: #000;
    background: url(/files/system/icon-searchclose.png) no-repeat;
}
.icon-search {
    position: relative;
    background: url(/files/system/icon-topsearch.png) no-repeat center;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    /*float: right;*/
    padding-bottom: 0;
    cursor: pointer;
}
.icon-unlock {
    position: relative;
    background: url(/files/system/icon-login.png) no-repeat center;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    /*float: right;*/
    padding-bottom: 0;
    cursor: pointer;
}
.search-bar .btn-search-submit, .login-bar .btn-login-submit {
    opacity: 0;
}
em .fa{
    color: #FFFFFF;
}
#af-header .af-inner .search-bar .btn {
    position: absolute;
    left: calc((100% - 1170px) / 2 + 22px);
    top: 37px;
    width: 25px;
    height: 22px;
    background: none;
    border: 0px;
    padding: 0;
    cursor: default;
    outline: none;
}
input{
    outline:0px;
}
#header .search-bar .btn {
    /*position: absolute;*/
    /*left: calc((100% - 1170px) / 2 + 22px);*/
    top: 37px;
    width: 25px;
    height: 22px;
    background: none;
    border: 0px;
    padding: 0;
    cursor: default;
    outline: none;
}
.style-search{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    padding: 0 4px 0 4px;
}
/* login form */
.login-bar.show {
    max-height: 110px;
    overflow: visible;
}
.login-bar {
    padding: 0;
    max-height: 0;
    height: auto;
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 98px;
    overflow: hidden;
    background: white;
    margin-top: 0;
    text-align: center;
    /*box-shadow: 0 3px 2px #e6e6e6;*/
    transition: .3s;
    transition-timing-function: cubic-bezier(1, 1, 0.25, 1);
    z-index: 999;
    background-color: #000;

}

.login-bar > .input-login {
    opacity: 0;
    width: 170px;
    margin: 10px auto 20px;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #CDCDCD;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-login {
    position: relative;
    background: url(/files/system/icon-topsearch.png) no-repeat center;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    /*float: right;*/
    padding-bottom: 0;
    cursor: pointer;
}

.login-bar .btn-login-submit {
    opacity: 0;
}
.input-group .form-control{
    box-shadow: none;
    border:none;

}

#header .login-bar .btn {
    /*position: absolute;*/
    /*left: calc((100% - 1170px) / 2 + 22px);*/
    top: 37px;
    width: 25px;
    height: 22px;
    background: none;
    border: 0px;
    padding: 0;
    cursor: default;
    outline: none;
    color: #fff;
}
#header .login-bar .btn:hover {
    color:#fe980f;
}
.style-login{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    padding: 0 4px 0 4px;
}
.header-middle .container .row{
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.shop-menu ul li.li-special {
    padding-left:0;
    padding-right:0;
}
.ln-sub-cat a{
    font-size:12px;
}
.ln-sub-cat a.link-sub-cat{
    color: #696763;
}
.ln-sub-cat a.link-sub-cat:hover{
    color: #0095DA;

}
.ln-sub-cat{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
}

.lnk-sub{
    padding-left: 2px;
    padding-right: 2px;
}

.menu-breadcrums lu {
    margin-left: 4px;
    margin-top: 18px;
    font-size: 0;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.menu-breadcrums lu li{
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
}
.menu-breadcrums span a{
    font-size: 12px;
    text-transform: none;
    font-family: Lato,sans-serif;
    color: #696763;
}
.menu-breadcrums a span .fa{
    color: #696763;
}
.menu-breadcrums a span .fa:hover{
    color: #FE980F;
}
div.menu-breadcrums a.breadcrumbs{
    color: #696763;

    /*                padding-left: 10px;
                    padding-right: 10px;*/
}
div.menu-breadcrums a.breadcrumbs span{
    /*                padding-left: 10px;
                    padding-right: 10px; */
    margin-left: 5px;
    margin-right: 2px;
    font-size: 14px;

}
div.menu-breadcrums a.breadcrumbs:hover {
    color:#0095DA;
}
/*.breadcrumbs>:after, .breadcrumbs>:before{*/
.breadcrumbs-li:after{
    text-decoration: none;
    pointer-events: none;
    font-family: FontAwesome;
    content: "\F105";
    font-size: 16px;
    line-height: 14px;
    color: #696763;
}
.ln-sub-cat-1{
    background-color:#f0f6fb;
    margin-bottom:25px;
}
.menu-breadcrums{
    padding-bottom: 10px;
}
.client-info{
    float:right;
    clear:both;
}
.info-user-middle, .client-info{
    color: #0095DA;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 5px;
}
.info-user-middle span .fa, .client-info  span .fa{
    color:#0f0;
}
.productinfo h2{
    color: #0095DA;
}

div.panel
{
    width: 100%;
    height: 20px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, transparent 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
div.panel:hover
{
    background-position: 0 -100%;
    color:white;
}

/* menu primary */
.category-products .panel-heading,  .category-products .panel-default, .category-products .panel-title, category-products .panel-title a{
    background-color: transparent;
}
.category-products, .category-products .panel-default, .category-products .panel-default .panel-heading, .category-products .panel-default .panel-heading .panel-title,.category-products .panel-default .panel-heading .panel-title a{
    background-color: transparent;
    text-decoration: none;
}
.category-products{
    /* #40403E*/
    background-color: #000;
}
.panel-heading{
    width:100%;
}
.category-products .panel-default .panel-heading .panel-title a{
    font-size: 13px;
    color: #B3AFA8;
    width:100%;
    padding-left:10px;
    text-decoration: none;
    /*                margin-top:7px;
                    padding-bottom:10px;
                    margin-bottom:10px;*/

}
.category-products .panel-default .panel-heading .panel-title a:hover{
    color: white;
    text-decoration: none;
}
.panel-default{
    width:100%;
    background-color: transparent;
}
.panel-default:hover{
    background-color: #0095DA;
}
.panel-group .panel+.panel{
    margin-top:0px;
}
.panel-group .panel{
    line-height:25px;
    height:25px;
}
.panel .panel-heading .panel-title .a{
    /*padding-bottom: 5px;*/
    position:relative;
}

.category-products .panel-default .panel-heading .panel-title{

}
.enl-a{
    color: #000000;
}
.category-products .panel-default .panel-heading .panel-title .enl-link{
    color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #0095DA;
}
.dropdown-menu{
    z-index:9999;
}

.navbar-search-box{
    float: right;
    padding-top: 17px;
    padding-bottom: 17px;
}
.btn-info {
    background-color: #ffffff;
    border-color: #d5d5d5;
    color: #0095da;
    background-image: none;
    border-right:1px solid #ccc;
}
.btn-info:hover {
    background-color: #ffffff;
    border-color: #d5d5d5;
    color: #FE980F;
}

.bnt-info{
    border: 1px solid #fff;
}





/* Tablets en horizonal y escritorios normales------------------------ */
@media (min-width: 768px) and (max-width: 1199px) {
    #recommended-item-carousel .carousel-inner .item .col-sm-3 {
        /*width: 33%;*/
    }
}

/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
    /*                #recommended-item-carousel .carousel-inner .item .col-sm-3 {
                        width: 33%;
                    }*/
    #recommended-item-carousel .carousel-inner .item .col-sm-3, .prod_tab .tab-pane .col-sm-3 {
        width: 33%;
        margin-right: 0px;
        float:left;
    }
    #recommended-item-carousel .carousel-inner .item .col-sm-3 img.post-carga {
        width: 45px;
    }
    #recommended-item-carousel .carousel-inner .item .col-sm-3 div.productinfo h2{
        font-size:15px;
    }

    section div.col-sm-12 {
        padding-right:10px;
        padding-left:10px;
    }
    .features_items a div.col-sm-3{
        min-height: 333px;
    }
    div.logo{
        padding-bottom: 11px;
        padding-top: 5px;
    }
    .nav-social{
        display:none;
    }
}

/* Móviles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
    #recommended-item-carousel .carousel-inner .item .col-sm-3, .prod_tab .tab-pane .col-sm-3 {
        width: 33%;
        margin-right: 0px;
        float:left;
    }
    #recommended-item-carousel .carousel-inner .item .col-sm-3 img.post-carga {
        width: 45px;
    }
    #recommended-item-carousel .carousel-inner .item .col-sm-3 div.productinfo h2{
        font-size:15px;
    }

    section div.col-sm-12 {
        padding-right:10px;
        padding-left:10px;
    }
    .features_items a div.col-sm-3{
        min-height: 333px;
    }
    div.logo{
        padding-bottom: 11px;
        padding-top: 5px;
    }
    .nav-social{
        display:none;
    }

}


