/*!! By Nanod10 */
@charset "utf-8";



.bee {
   color: #B02B7D;
   color: #9D2670;
   color: #8B2164;
   color: #791C58;
   color: #333333;
   color: #4A4A4A;
   color: #F8F8F8 ;
   color: #EEEEEE ;
   color: #007BFF  ;
   color: #0056B3   ;
   color: #28A745   ;
   color: #DC3545   ;
   color: #FFC107   ;


}


:root {
    --primary:#B02B7D;
    --primary-dark: #791C58;
    --secondary:#222222;
    --bg: #FDFDFD;
    --header-bg: #FDFDFD;
    --header-link: #000000;
    --breadcrumb-left: #791C58;
    --breadcrumb-right: #B02B7D;
    --title: #B02B7D;
    --icon: #B02B7D;
    --link: #B02B7D;
    --link-over: #791C58;
    --footer-bg: #B02B7D;
    --footer-bg-lvl2: #791C58;
    --footer-title: #FFFFFF;
    --footer-link: #FDFDFD;
}


/*
  colors
    primary-logo: var(--primary);
    primary: var(--primary);
    primary-dark: var(--link-over);

*/


body{
	background-color: #F5F5F5;
    /*padding-top: 50px;*/
}

.toppage{
    background: var(--header-bg);
    color: #FFF;
    padding: 10px 10px 5px;
    height: auto;
}
.toppage a,
.toppage span {
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
}
.toppage a:hover{
  	background: var(--link-over);
  	color: #FFF;
  	text-decoration: none;
}


.header-main{
	background: var(--header-bg); /* ex: var(--primary) */
    /*border-bottom: 5px solid #FFF;*/
    color: var(--header-link);
}


.header-main.header-fixed .user-menu {
    margin: 0;
    padding: 8px 15px;
}
/* Celulares */
@media(max-width: 800px) {
    .header-main.header-fixed .user-menu {
        padding: 0 15px;
    }
    .header-main .user-menu .icon a {
        padding: 0 10px;
    }

}
.user-menu .icon i {
    color: var(--icon);
}



div[data-class-as*="drawer-menu-list"] div > i,
ul[data-class-as*="drawer-menu-list"] div > i,
div[data-class-as*="drawer-menu-list"] a > i,
ul[data-class-as*="drawer-menu-list"] a > i
{

}


/*.drawer .name,
div[data-class-as*="drawer"] .name,
div[data-class-as*="drawer-menu-list"] .name,
ul[data-class-as*="drawer-menu-list"] .name
{
    color: var(--primary);
}*/



/* Celulares */
@media(max-width: 800px){
    /* Header de sublistas (sub drawers en este caso) */
    ul[data-class-as*="drawer-menu-list"] .sl-header {
        padding: 10px;
        background:  var(--primary);
        color: #FFF;
        border-bottom: 2px solid var(--link-over);
    }
    
    div[data-class-as*="drawer-menu-list"] .sl-header .name,
    ul[data-class-as*="drawer-menu-list"] .sl-header .name
    {
        color: #FFF;
    }

    ul[data-class-as*="drawer-menu-list"] .sl-header i {
        color: #FFF;
    }



}

/* PC */
@media(min-width: 800px) {

    /* link #337ab7 */
    .header-main .navlinks a {
        color: var(--header-link);
    }
    /*.header-main .navlinks.onhover:hover{*/
    /*    background: var(--link-over);*/
    /*    color: #FFF;*/
    /*    border-radius: 5px;*/
    /*}*/

    .header-main .navlinks a:not(.activo):hover,
    .header-main .navlinks a:active,
    .header-main .navlinks a:focus {
        text-decoration: none;
        color: var(--link-over);
    }

    .header-main .navlinks a.activo {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks a.hover {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks > li:not(.fnav-mobile):hover
    {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks li.navmain .nav-menu-full-list li:hover > a,
    .header-main .navlinks li.navmain .nav-menu-full-list li:hover > div {
        background: var(--primary);
        color: #FFF;
        cursor: pointer;

    }

    .navlinks li.navmain:hover .nav-menu-full-fixed {
        right: 0;
    }

    .navlinks li.navmain .nav-menu-full-sublist .sublist-body .sl-header{
        border-bottom: 2px solid var(--primary);
    }


    div[data-class-as*="drawer-menu-list"] .sl-header .name,
    ul[data-class-as*="drawer-menu-list"] .sl-header .name
    {
        color: var(--primary);
    }
    


    ul.list .item > div,
    ul.list .item > a,
    ul.list .item > label {
        color: var(--primary);
    }
    /*ul.list .item:hover > div,*/
    ul.list .item:hover > a,
    ul.list .item:hover > label {
        color: var(--link-over);
    }
    ul.list .item.activo {
        color: var(--link-over);
        background: #FFF;
        border: var(--link-over) 1px solid;
    }
    ul.list .item > .item-header {
        color: var(--primary);
    }

    ul.list .item .badge {
        background: transparent;
        color: var(--primary);
        border: var(--primary) 1px solid;
        border-radius: 8px;
    }

    ul.list.lvl1 .item-header:not(.activo):hover, 
    ul.list.lvl1 .item-header:active, 
    ul.list.lvl1 .item-header:focus{
        /*background: var(--primary);*/
        /*color: #FFF;*/
    }

    ul.list.lvl1 i.fa-circle,
    ul.list.lvl1 .lvl1 i.fa-circle {
        color: var(--primary);
        font-size: 0.5em;
    }
    ul.list.lvl1 .item-header:not(.activo):hover i.fa-circle, 
    ul.list.lvl1 .item-header:active i.fa-circle, 
    ul.list.lvl1 .item-header:focus i.fa-circle{
        color: #FFF;
    }

}


@media (max-width: 768px) {



    .header-main .header-inner .logo {
        margin: 0;
        /*padding: 8px 0;*/
        padding: 0px 0;
    }
    .header-main .header-inner .logo .mobile {
        color: var(--header-link);
        padding-right: 15px;
        padding-left: 10px;
    }



    ul.list.lvl1 i.fa-circle,
    ul.list.lvl1 .lvl1 i.fa-circle {
        color: var(--icon);
        font-size: 0.5em;
    }
}


.header-main.header-fixed .header-inner .logo img {
    height: 40px;
}
.header-main.header-fixed .header-inner .logo .btn-header.mobile {
    padding-right: 0;
}
.header-main.header-fixed .header-inner .logo .mobile img {
    height: 35px;
}

.header-main .logo,
.header-main .drawer-categorias-full {
    padding: 8px 0;
}

header ul li a.btn_cart .badge,
header ul li a.btn-drawer-cart .badge {
    color: #FFF;
    background: #710000;
    box-shadow: rgba(0,0,0,0.5) 0 3px 3px;
}

.nav-master .drawer-img-header {
    /*background-color: var(--primary);*/
}






/*
*
*   Novedades
*
***/

.lista.novedades_container {
    padding: unset;
    margin: unset;
    list-style: none;
}

.novedades{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
}
.novedades article{
    background: rgba(255,255,255,0.5);
    box-shadow: rgb(0 0 0 / 50%) 0 10px 25px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.novedades header {
    width: 100%;
}
.novedades header .title {
    text-align: center;
}
.novedades figure {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.novedades figure .imagen_container{
    max-width: 33%;
    width: 250px;
    text-align: center;
    overflow: hidden;
    margin: auto;
}
.novedades figure .imagen_container img{
    max-height: 160px;
    width: auto;
}
.novedades .descripcion {
    max-width: 66%;
    text-align: justify;
    font-size: 1.2em;
    width: 100%;
}
.novedades footer {
    width: 100%;
}

@media (max-width: 400px) {
    .novedades figure {
        flex-wrap: wrap;
    }
    .novedades figure .imagen_container{
        max-width: 100%;
    }
    .novedades .descripcion {
        max-width: 100%;
    }
}

/*
*
*   Home 
*
***/

.btn-primary {
    border: none;
    transition: width .2s;
    background:var(--primary);
}
.btn-primary:hover {
    border: none;
    background:var(--link-over);
    color:#FFF;
}

.home-category-list .card .info {
    border-top: 2px solid var(--primary);
}

body .page-container .page-box.bg-grey {
    background: #f5f5f5;
    box-shadow: none;
    border: none;
}
body .page-container .page-box.bg-white {
    background: #f5f5f5;
    box-shadow: none;
    border: none;
}

body .page-container .page-datos-contacto.page-box{
    background: unset;
    padding: 0;
}

@media(max-width: 800px) {
    body .page-container .page-datos-contacto .row.general-cover-info,
    body .page-container .page-datos-contacto .row.general-cover-info [class*="col-"],
    .row.sm-no-padding,
    .row.sm-no-padding [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
    }
}


/*
*
*
*   BREADCRUMB
*
*
*/
.breadcrumb-container {
    background-color: var(--breadcrumb-left);
    /* Gradient */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--breadcrumb-left)+0,911e2d+100 */
    background: var(--breadcrumb-left); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  var(--breadcrumb-left) 0%, var(--breadcrumb-right) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  var(--breadcrumb-left) 0%,var(--breadcrumb-right) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  var(--breadcrumb-left) 0%,var(--breadcrumb-right) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--breadcrumb-left)', endColorstr='var(--breadcrumb-right)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.breadcrumb-container h1 {
    color: #FFF
}
.breadcrumb-container span {
    color: #FFF;
}
.breadcrumb-container .breadcrumb > .active {
    color:#FFF;
}
.breadcrumb-container .breadcrumb .fa-home {
    color: #FFF;
}
.breadcrumb-container .breadcrumb span, 
.breadcrumb-container .breadcrumb ol a {
    color:#FFF;
}





/*
*
*    LA EMPRESA
*
*/


.empresa-nombre{
    max-width: 800px;
    margin: 2em auto;
    font-size: 1em;
}
.empresa-descripcion {
    max-width: 800px;
    margin: auto;
    font-size: 1.5em;
}
.empresa-logo {
    margin: 20px 0;
}
.empresa-logo img {
    margin: 20px;
    max-width: 80%;
}

/***/
.empresa-prop-body {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.empresa-prop-logo {
    /*background: #039;*/
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}
.empresa-prop-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-prop-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}
.empresa-prop-desc {
    text-align: center;
    padding: 10px 20px;
}

/***/
.empresa-categorias-body {
    margin: 0;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(174, 174, 174, 0.5) 0px 8px 25px;
    border-radius: 8px;
}

.empresa-categorias-logo {
    /*background: #039;*/
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}
.empresa-categorias-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-categorias-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.empresa-categorias-desc {
    text-align: center;
    padding: 10px 20px;
}

/***/


.empresa-marca-body {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.empresa-marca-logo {
    background: #039;
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 80px;
}
.empresa-marca-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-marca-desc {
    padding: 0 20px;
}

/*
*
*   Marcas
*
*/

.alpha-letter {
    border-bottom: 2px solid var(--primary);
    margin: 20px;
}

.brand-card {
    background: rgba(255,255,255,0.45);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.brand-card:hover {
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.brand-logo {
    min-height: 100px;
    min-width: 300px;
}

.brand-card .brand-logo img {
    max-height: 100px;
    width: auto;
}

.brand-name {
    color: var(--primary);
    padding: 10px;
    padding-top: 20px;
}



.d-flex {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.d-flex.flex-row {
    flex-direction: row;
}



.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.flex-container > div {
    display: flex;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 15px;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}



/*
*
*
*   Products Filters
*
*
*/
/*
.filtros-header{
    border-bottom: #CCC 1px solid;
    color: #4c0050;
}
.prod_filtros .filtro_precio_valor{
    color: var(--primary);
}
.prod_filtros .listado label:hover {
    color: #bd1e2d;
}
*/






/*
    
    Listado de productos

*/
.varDropdown-item-link .varAttrName{
    background: var(--primary);
    color: #FFF;
}





/*

    Pagina de producto

*/

.producto-page .title,
.producto-page .subtitle {
  color: var(--primary);
}


.footer{
    color: var(--footer-title);
    background: var(--footer-bg);
}
.footer-developer {
    background: var(--footer-bg-lvl2);
}

.footer a,
.footer i {
    color: var(--footer-link);
}

.producto .thumbnail {
    margin-bottom: -5px;
    /*min-height: 250px;*/
    width: 100%;
}

.producto .thumbnail{
    /*box-shadow: none !important;*/
    /*border: none !important;*/
    /*background-color: transparent !important;*/
}
.producto .thumbnail .label{
}




.producto.typeCard .thumbnail .img-conteiner,
.producto .thumbnail .img-container {
    background-color: transparent;
}

.producto .thumbnail .caption {
    text-align: center;
    background-color: #FFF;
    border: none;
}
.producto .nombre{
    text-align: left;
    font-size: 14px;
    overflow: unset;
    height: auto;
}

.producto .precio-container {
    text-align: left;
}
.producto .precio-container .precio {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #4d4d4d;
}



    /*

        Scrollbar

    */
body *::-webkit-scrollbar {
    border-radius: 3px;
    width: 7px;
}
body *::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    /* outline: 1px solid slategrey; */
}
body *::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); */
    width: 1px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.3);
}


/*
    Home CUstom
*/



/* Category */
.home-section.home-category-list{
    display: flex;
    overflow-x: scroll;
}
.home-category-list .card {
    box-shadow: none;
    background: none;
}
.home-category-list .card:hover{
    box-shadow: none;
}

/* Producto */
.lista > .producto{

}




/*

    footer

*/

.footer-delimiter {
    margin-bottom: -5px;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 100%;
    background-size: 100%;
    background-position: center bottom;

}
