/* style */
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

/* demo */
/*
a { color: #000000; text-decoration: none !important;}
a:hover { color: #000000; text-decoration: none !important;}
*/

.dropdown-menu {
    border-radius: 0px !important;
    border: 0px !important;
}

.list-group.menu-list .list-group-item {
    display: block;
    background-color: #ececec !important;
    border-radius: 0px;
    color: #000000;
    padding: 0rem;
    border: 0px 0px 1px 0px solid #ffffff !important;
}
.list-group.menu-list .list-group-item:last-child {
    border: 0px;
}

.list-group.menu-list .list-group-item .list-group-item-action {
    display: block;
    width: 100%;
    padding: 1rem 58px;
}

.list-group.menu-list .list-group-item .menu-ico {
    color: #000000;
    text-decoration: none !important;
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    background: url(escolar.png), url(flecha-right.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: 48px 48px, 32px 32px;
    /* Gris */
    filter: invert(57%) sepia(24%) saturate(20%) hue-rotate(13deg) brightness(89%) contrast(93%);
}

.list-group.menu-list .list-group-item .menu-ico:hover {
    color: #000000;
    text-decoration: none !important;
    /*filter: invert(62%) sepia(52%) saturate(4729%) hue-rotate(156deg) brightness(96%) contrast(104%);*/
}

/*Magenta / Secondary 
filter: invert(16%) sepia(100%) saturate(6306%) hue-rotate(313deg) brightness(94%) contrast(98%);
*/

.filter-white {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(183deg) brightness(97%) contrast(121%);
}

.bg-grey-mid {
    background-color: #ececec;
}

.link-first {
    color: #ffffff !important;
    font-size: 1rem;
    padding: 4px 50px !important;
    font-family: 'ford_antennamedium_cnd';
}
.link-first:hover {
    color: #ffffff !important;
}
.link-second {
    color: #4e4d4d !important;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 4px 8px !important;
    font-family: 'ford_antennaregular_xcnd';
}
.link-second:hover {
    color: #4e4d4d !important;
}

.meg-menu-cat {
    font-size: 0.8rem;
    display:block;
    font-weight: 600;
    text-decoration: none;
    color: #71716f;
}
.meg-menu-subcat {
    font-size: 0.7rem;
    display :block;
    font-weight: 400;
    text-decoration: none;
    color: #71716f;
}

/* search-header */
.search-header-off .input-search-header-off {
    border: 2px solid #adadad !important;
    border-right: 0px !important;
    padding: 0.50rem 1.50rem !important;
    border-radius: 2rem;
    background-color: #efeeee;
    /*width: 400px;*/
}
.search-header-off .btn-search-header-off {
    color: #464545;
    background-color: #efeeee;
    border-radius: 2rem;
    border: 2px solid #adadad !important;
    border-left: 0px !important;
    border-left-color: transparent;
    border-top-color: #adadad;
    border-right-color: #adadad;
    border-bottom-color: #adadad;
}



/* search-header */
.search-header .input-search-header {
    border: 2px solid #adadad !important;
    border-right: 0px !important;
    padding: 0.50rem 1.50rem !important;
    border-radius: 2rem;
    background-color: #efeeee;
    width: 400px;
}
.search-header .btn-search-header {
    color: #464545;
    background-color: #efeeee;
    border-radius: 2rem;
    border: 2px solid #adadad !important;
    border-left: 0px !important;
    border-left-color: transparent;
    border-top-color: #adadad;
    border-right-color: #adadad;
    border-bottom-color: #adadad;
}


/* menutop-sections */
.menutop-sections .nav-item .nav-link {
    color: #ffffff;
    font-family: 'ford_antennamedium_cnd';
}

.box-simple {
    display: block;
    text-align: center;
    text-decoration: none !important;
}
.box-simple:hover {
    text-decoration: none;
}
.box-simple h6 {
    font-family: 'Poppins', sans-serif !important;
    color: #000000;
}

.img-star {
    width: 25px !important;
}

.wrap-newsletter {
    height: 188px;
    /*background-color: #e40795;*/
    background-color: #e52521;
    background-image: url(wrap-news-left.png), url(wrap-news-right.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
}

.wrap-destacado {
    background-color: #e52521;
    background-image: url(bg-destacado-left.png), url(bg-destacado-right.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}

.input-group-rounded .input-group-field {
    border-radius: 5000px 0 0 5000px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}

/* Check Filtros */

#form-filtros .checkfiltros input[type="checkbox"] + label:before{
    content: '\f096';
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    color: #575756;
    width: 15px
}

#form-filtros .checkfiltros input[type="checkbox"]:checked + label:before{
    content: '\f046';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
}

.btn-orden {
    display: block;
    padding: 5px 10px;
    background: grey;
}

.btn-orden:before {
    display: block;
    padding: 5px 10px;
    background: pink;
}

.bg-promo-carrito  {
    position: relative;
    background-color: #c0efd1;
}

.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #c0efd1 transparent;
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 999999;
}


/* Medium devices (tablets, 768px and up) */
@media (max-width: 900px) {
    .menu-mobile {
        display: block;
    }
    .menu-desktop {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 900px) {
    .menu-mobile {
        display: none !important;
    }
    .menu-desktop {
        display: block;
    }
}



.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item {
    opacity: .4;
}
.owl-carousel .owl-item.active {
    opacity: 1;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;

    /*
        
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    */
    margin-top: -10px;
    /*
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    */
    opacity: 1;
}


.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
/*
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #017ec5;
}
*/
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
    left: 0px;
}
.owl-carousel:hover .owl-nav .owl-next {
    right: 0px;
}
/*
.owl-stage-outer { padding: 20px 10px !important;  }
*/
.arrow-left {
    display:block;
    width: 30px;
    height: 30px;
    background: url('arrow-left.png') no-repeat center center;
}
.arrow-right {
    display:block;
    width: 30px;
    height: 30px;
    background: url(arrow-right.png) no-repeat;
}

[data-cantidaditem="2"] {
    font-size: 1.1rem !important;
}
[data-cantidaditem="3"] {
    font-size: 1.0rem !important;
}
[data-cantidaditem="4"] {
    font-size: 0.9rem !important;
}
[data-cantidaditem="5"] {
    font-size: 0.8rem !important;
}
[data-cantidaditem="6"] {
    font-size: 0.7rem !important;
}

.breadcrumb a {
    text-decoration: none !important;
}

.link-top {
    font-size: 1.5rem;
}


/* salvattore.js */

[data-columns]::before {
    content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column {
    float: left;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of4 {
    width: 25%;
}
.size-1of5 {
    width: 20%;
}
.size-1of2 {
    width: 50%;
}
.size-1of1 {
    width: 100%;
}


@media (max-width: 480px){
    #grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media  (min-width: 769px) {
    #grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }


    /* These are the classes that are going to be applied: */
    .column {
        float: left;
    }
    .size-1of3 {
        width: 33.333%;
    }


    @media screen and (max-width: 480px){
        #grid[data-columns]::before {
            content: '1 .column.size-1of1';
        }
    }

    @media screen and (min-width: 481px) and (max-width: 768px) {
        #grid[data-columns]::before {
            content: '2 .column.size-1of2';
        }
    }
    @media screen and (min-width: 769px) {
        #grid[data-columns]::before {
            content: '3 .column.size-1of3';
        }
    }
    
.loadpage { width: 100%; height: 100%; position: fixed; top:0; bottom: 0; background-color: #ffffff; z-index: 999999; }
.card-header { background-color: rgba(0, 0, 0, 0); }

.img-zoomy img{
    transition: transform .2s;
}
.img-zoomy img:hover {
    transform: scale(1.1);
}

.tag-added { width: 100%; padding:10px 0px; text-align: center; }
.border-tag-added { border-color: #7DDDA9; background-color: #d2ffe7; }

.placeholder-cont {padding-top: 25px;}
.placeh { background: #d8d6d9; padding: 0px 10px; margin: 12px 0px; border-radius: 3px;}
/*
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
animation: placeholder-glow 2s ease-in-out infinite;
*/

.bdr-bottom { border-bottom: 4px solid #dcdcdb; }

.sdw-btn {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
               z-index: 9999999; }

header { position: relative; }

.btn-categoria { text-decoration: none; }

.box-producto-ficha .descripcion h1 { font-size: 1rem !important; }