/*CUSTOM CSS*/
/* Nosso 2018*/
/* Version: 1.0*/
/* Build: 19 Junio 2018*/
/* Autor: http://www.conaxis.com */
.form input:required,
.form textarea:required {
    background: #eee;
}

.btn-red {
    background-color: #cf000d;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #ad0510;
    color: #fff;
}

.btn-black {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background-color: #000;
    color: #fff;
}

.btn-grey {
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    background-color: #666;
    color: #fff;
}

.btn-sm {
    padding: 8px 12px;
}

.btn-w-icon img {
    width: 11px;
}

.text-white {
    color: #fff !important;
}

.alert {
    color: #333;
    border: 0;
    border-radius: 0;
}

.alert-custom {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 6px 3px rgba(255, 0, 0, 0.5); /* halo rojo difuminado */

}

    .range-slider {
        height: 7px; /* Más fino */
        max-width: 95%; /* Menos ancho */
        margin: auto; /* Centrado */
    }

    .range-slider .noUi-connect,
    .range-slider .noUi-base {
        height: 6px;
    }
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -17px;
    top: -8px;
}
    
.preloader {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    overflow: hidden;
}

.preloader.loaded {
    top: -150%;
}

.preloader p {
    width: 260px;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -130px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-size: 14px;
    text-align: center;
}

.price p {
    font-size: 14px;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.xs-preload {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    top: -20%;
    margin: auto;
    left: 0;
}

.xs-preload circle {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    will-change: transform;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.xs-preload .inner {
    stroke: #fff;
    stroke-dasharray: 200.96;
    stroke-dashoffset: 160.96;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.loading .preloader {
    display: block;
}

#loading-overlay {
    position: absolute; /* Ensure it stays within the product container */
    top: 5rem;
    left: 0;
    width: 100%;
    height: 100%; /* Take full height of product area */
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes logoLoading {
    0% { opacity: 0.3;  }
    50% {  opacity: 1; }
    100% {  opacity: 0.3; }
}


.animated-logo {
    animation: logoLoading 1.6s infinite ease-in-out;
}
/*Header*/
header .topbar .navbar-lang p {
    font-size: 13px;
    padding: 8px 0;
}

header .topbar-login .navbar-lang p {
    font-size: 13px;
    padding: 9px 0;
    margin: 0;
}

header .topbar .navbar-social .social {
    display: none;
}

.topsearch {
    background: #333;
}

header .topbar .menu-login,
header .topbar-login .menu-login {
    float: right;
    padding: 5px 10px;
    color: #333;
    font-size: 20px;
    background: #fae01a;
}

header .topbar .menu-login:hover,
header .topbar .menu-login:focus,
header .topbar-login .menu-login:hover,
header .topbar-login .menu-login:focus {
    color: #000;
}

.nav > li.trigger-search {
    display: none;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: flex !important;
        flex-flow: row nowrap;
        justify-content: unset;
    }
}

.navbar .navbar-form {
    margin: 0;
    display: flex;
    text-align: right;
    justify-content: flex-end;
    padding: 0;
    align-items: flex-start;
    margin-right: 15px;
}

.navbar .navbar-form .form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
    height: 38px;
    /*border:1px solid #544f4f;*/
    border-right: 0;
    min-width: 390px;
}

@media (max-width: 991px) {
    .navbar .navbar-form {
        position: absolute;
        top: -20px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-form {
        display: none;
    }
}

.navbar .navbar-form .btn {
    height: 38px;
    color: #999;
    background-color: #fff;
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.header-2 .navbar .navbar-form {
    margin-right: 0;
    margin-left: 15px;
    order: 2;
}

@media (max-width: 1199px) {
    header .nav a {
        padding: 15px 5px 40px;
    }
}

@media (max-width: 991px) {
    header .nav {
        padding-top: 30px;
    }

    header .nav a {
        padding: 10px 20px 24px;
    }
}

@media (max-width: 767px) {
    header .nav {
        padding-top: 0;
        padding-bottom: 10px;
    }

    header .nav a {
        padding: 10px 15px;
    }

    header .navbar-toggle {
        padding: 10px 5px;
        margin-left: 5px;
    }

}

/*Topbar Login*/
.topbar-login {
    display: none;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.topbar-login .container {
    position: relative;
}

.topbar-login .container:after {
    content: "";
    position: absolute;
    background-color: #fae01a;
    height: 57px;
    right: -35%;
    width: 37%;
    top: -13px;
    z-index: 0;
}

.topbar-login .container:before {
    content: "";
    position: absolute;
    background-color: #333;
    height: 56px;
    left: -35%;
    width: 37%;
    top: -13px;
    z-index: 0;
}

.iva-pequeno {
    font-size: 11px;
}

@media (max-width: 767px) {
    .topbar-login .container:before,
    .topbar-login .container:after {
        display: none;
    }

    .topbar-login .container,
    .topbar-login .container .row .col-xs-7,
    .topbar-login .container .row .col-xs-5 {
        padding: 0;
    }

    .topbar-login .container .row {
        margin: 0;
    }

    .topbar-login .search-clients {
        background-color: #333;
        /*padding: 5px 0px 0px 0px;*/
        position: relative;
        max-width: 230px;
        min-height: 43px;
    }

    /*.topbar-login .search-clients {*/
    /*max-width: inherit;*/
    /*width: 100%;*/
    /*padding: 4px 0;*/
    /*}*/
    .product-manager {
        padding-top: 60px !important;
    }
}

.topbar-login .search-clients {
    background-color: #333;
    /*padding: 5px 0px 0px 0px;*/
    position: relative;
    max-width: 330px;
    min-height: 44px;
}

.select2-container--open .select2-dropdown--below {
    background-color: #333 !important;
}

.select2-container {
    width: 360px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fae01a !important;
    color: #666 !important;
}

.select2-container--open .select2-dropdown--below {
    width: 375px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-width: 375px !important;
}

#idClienteCarrito {
    background-color: #333;
}

.select2-container--default .select2-selection--single {
    background-color: #333 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    opacity: 0.7 !important;
}

.topbar-login .search-clients .form-group {
    margin: 0;
}

.topbar-login .search-clients .form-control {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    opacity: 0.7;
    padding: 5px 30px 5px 0;
    font-weight: bold;
}

@media (max-width: 767px) {
    .topbar-login .search-clients .form-control {
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 600;
    }
}

.topbar-login .search-clients .form-control:focus {
    opacity: 1;
}

.topbar-login .search-clients .btn {
    position: absolute;
    padding: 8px 10px;
    background: transparent;
    right: 0;
    top: 0;
    font-size: 20px;
    opacity: 0.5;
}

.topbar-login .search-clients .btn:hover,
.topbar-login .search-clients .btn:focus,
.topbar-login .search-clients .btn:active {
    opacity: 1;
    color: #fff;
}

.topbar-login .top-user {
    text-align: right;
}

.topbar-login .user-actions {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-login .user-actions li {
    display: inline-block;
    vertical-align: middle;
}

.topbar-login .user-actions li a {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    padding: 12px 10px;
    display: inline-block;
}

.topbar-login .user-actions li .btn-cart {
    position: relative;
    vertical-align: bottom;
    background-color: #333;
}

.topbar-login .user-actions li.admin a img {
    height: 16px;
}

.topbar-login .user-actions li .btn-cart img {
    height: 16px;
}

.topbar-login .user-actions li .btn-cart i {
    position: absolute;
    left: 4px;
    top: 10px;
    background: red;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.topbar-login .user-actions li .menu-login {
    padding: 9px 10px 12px;
    font-size: 13px;
}

.topbar-login .user-actions li .menu-login span {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-left: 5px;
}

.topbar-login .user-actions li .menu-login i {
    font-size: 20px;
    color: #333;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
    .topbar-login .user-actions li .btn-cart {
        background-color: transparent;
    }

    .topbar-login .user-actions li.admin a span,
    .topbar-login .user-actions li .menu-login span {
        display: none;
    }
}

/*Menu aside*/
#toggleNav.toggle {
    padding: 90px 25px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: content-box;
    height: 50px;
    width: 35px;
    text-align: center;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease 0.1s;
}

#toggleNav.toggle.toggle-fix {
    padding: 13px 25px;
}

#toggleNav.toggle.active {
    padding: 13px 25px !important;
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    min-width: 300px;
    width: 24vw;
    background-color: #FFCC00;
    display: flex;
    flex-direction: column;
    text-align: left;
    transform: translateX(100%);
    -webkit-transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.0, 0.0, 0.2, 1);
}

#nav.active {
    transform: translateX(0%);
}

#nav .header-menu {
    background-color: #FBE01A;
    padding: 0 20px 20px;
}

#nav .header-menu .menu-login-aside {
    padding: 9px 0;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

#nav .header-menu .menu-login-aside span {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

#nav .header-menu .data-user {
    font-weight: 700;
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

#nav ul.menu {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

#nav ul.menu > li {
    line-height: 100%;
    width: 100%;
    text-align: left;
    padding: 0;
    transform: translateX(100%);
    transition: all .5s cubic-bezier(0.0, 0.0, 0.2, 1) .5s;
}

#nav.active ul.menu > li {
    transform: translateX(0%);
    transition: all .5s cubic-bezier(0.0, 0.0, 0.2, 1) .5s;
}

#nav.active ul.menu > li:nth-child(1) {
    transition-delay: .025s;
}

#nav.active ul.menu > li:nth-child(2) {
    transition-delay: .05s;
}

#nav.active ul.menu > li:nth-child(3) {
    transition-delay: .075s;
}

#nav.active ul.menu > li:nth-child(4) {
    transition-delay: .1s;
}

#nav.active ul.menu > li:nth-child(5) {
    transition-delay: .125s;
}

#nav.active ul.menu > li:nth-child(6) {
    transition-delay: .150s;
}

#nav.active ul.menu > li:nth-child(7) {
    transition-delay: .175s;
}

#nav.active ul.menu > li:nth-child(8) {
    transition-delay: .2s;
}

#nav.active ul.menu > li:nth-child(9) {
    transition-delay: .225s;
}

#nav ul.menu > li > a {
    color: #333;
    font-size: 16px;
    padding: 15px 20px;
    display: block;
    font-weight: 400;
    opacity: 0.8;
    transition: all .15s ease;
}

#nav ul.menu > li > a.active {
    opacity: 1;
    font-weight: bold;
    background-color: #FBE01A;
}

#nav ul.menu > li > a:hover {
    opacity: 1;
    background-color: #FBE01A;
}

#nav ul.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 10px;
}

#nav ul.submenu > li {
    text-align: left;
}

#nav ul.submenu > li > a {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    font-weight: 300;
    opacity: 0.8;
    transition: all .15s ease;
}

#nav ul.submenu > li > a.active {
    opacity: 1;
    font-weight: bold;
}

#nav ul.submenu > li > a:hover {
    opacity: 1;
}

#overlayNav {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .65);
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

#overlayNav.active {
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    #toggleNav.toggle,
    #toggleNav.toggle.toggle-fix {
        padding: 13px 25px !important;
    }
}

@media (max-width: 576px) {
    #nav {
        overflow: hidden;
    }

    #nav .header-menu {
        padding: 0px 15px 0px;
        text-align: center;
    }

    #nav ul.menu {
        justify-content: flex-start;
        overflow: auto;
    }

    #nav ul.menu > li {
        text-align: center;
        padding: 0 20px;
    }

    #nav ul.submenu {
        margin: auto;
        text-align: center;
    }

    #nav ul.submenu > li {
        text-align: center;
    }
}

/*Main Banner*/
.main-slider.owl-carousel .item {
    height: 580px;
}

/*Varibles*/
.login .topbar-login {
    display: block;
}

.login .topbar {
    display: none;
}

/*Modal Login*/
.modal-login .modal-dialog {
    max-width: 300px;
    text-align: center;
}

.modal-content {
    border-radius: 0;
}

.modal-login .modal-header {
    border-bottom: 0;
    position: relative;
}

.modal-login .modal-header .close {
    font-size: 34px;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    opacity: 0.5;
}

.modal-login .modal-header h4 {
    color: #333;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.modal-login .modal-body {
    padding: 0 20px;
}

.modal-login .form-group {
    margin-bottom: 10px;
}

.modal-login .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 2px;
}

.modal-login .form-group .form-control {
    padding: 15px;
    text-align: left;
    background-color: #EBE8ED;
    border-radius: 0;
    border: 1px solid transparent;
    height: 44px;
    box-shadow: none;
}

.modal-login .form-group .form-control:focus {
    border-color: #999;
}

.modal-login .modal-footer {
    border-top: none;
    text-align: center;
    padding: 15px 20px;
}

.modal-login .modal-footer .btn {
    display: block;
    width: 100%;
    background-color: #de3636;
    color: #fff;
}

#botoncambiarcliente {
    background-color: #de3636;
    color: #fff;
}

.modal-login .modal-footer .link-forgot {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    display: block;
}

/*Product list*/
div.item-products {
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.item-products .brand {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
}

.item-products .brand img {
    /*height:14px;*/
    width: auto;
    margin-bottom: 0;
}

.bottom-product {
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
}

.price {
    width: 50%;
    /* text-align: left;*/
    text-align: right;
    padding-right: 10px;
}

.price span {
    /*font-family: "Open Sans", sans-serif;*/
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #cf000d;
}

.number12 {
    font-size: 14px !important;
}

.colorprecios {
    /* color: #cf000d !important; */
}

@media (max-width: 1199px) {
    .price span {
        font-size: 18px;
    }
}

.price-aside {
    width: 50%;
    text-align: right;
    margin-top: 2px;
}

.price-aside .btn-cart {
    display: inline-block;
    background-color: #d71421;
    padding: 8px 10px;
}

.price-aside .btn-cart:hover {
    background-color: #960E18;
}

.price-aside .btn-cart img {
    height: 20px;
    width: auto;
    margin: 0;
}

.price-aside .colors {
    text-align: right;
}

.price-aside .colors i {
    display: inline-block;
    margin-left: 3px;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.price-aside .colors i.yellow {
    background-color: #ffdb00;
}

.price-aside .colors i.red {
    background-color: #cf000d;
}

.price-aside .colors i.green {
    background-color: #27cf22;
}

.banner {
    background-size: cover;
    height: 150px;
    padding: 70px 0 0; /*55*/
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-producto {
    background-size: cover;
    height: 50px;
    padding: 55px 0 0;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-ctacte {
    background-size: cover;
    height: 50px;
    padding: 55px 0 0;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}

.searchbox {
    display: none;
}

.product-manager {
    padding-top: 30px;
}

.header-products {
    position: relative;
    margin: 18px -10px;
}

.product-manager h1.title {
    display: none;
}

.product-manager h1.title-lanzamiento {
    display: block;
}

.header-products h1 {
    padding-right: 80px;
    margin: 0;
    display: none;
}

.div_buscador_container{
    margin-bottom: 9rem;
}
.header-products .toolbar {
    position: absolute;
    right: 0;
    bottom: -1rem;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-products .toolbar li {
    margin-left: 5px;
    display: inline-block;
}

.header-products .toolbar li span {
    opacity: 0.4;
    cursor: pointer;
}

.header-products .toolbar li span:hover,
.header-products .toolbar li span.active {
    opacity: 1;
}

.header-products .toolbar li span img {
    height: 18px;
    width: 18px;
}

.product-list {
    display: flex;
    justify-content: flex-start;
    /* margin: 0 -10px; */
    /*align-items:center;*/
}

.product-list li .item-products {
    margin: 0;
    margin-bottom: 10px;
}

.product-list li .item-products:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.product-list li .item-products .bottom-product .price span i {
    font-style: normal;
}

.product-list li .item-products p a {
    color: #333;
}

/*Grid view*/
.product-list.grid-view {
    flex-flow: row wrap;
}

.product-list.grid-view li {
    width: calc(100% / 4 - 20px);
    margin: 10px;
}

@media (max-width: 991px) {
    .product-list.grid-view li {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 576px) {
    .product-list.grid-view {
        max-width: 340px;
        margin: auto;
    }

    .product-list.grid-view li {
        width: calc(100% / 1 - 20px);
    }
}

.product-list.grid-view li .item-products p a {
    display: block;
}

/*List view*/
.product-list.list-view {
    flex-flow: column wrap;
}

.product-list.list-view li:first-child {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.product-list.list-view li {
    width: 100%;
    margin: 0px;
}

.product-list.list-view li .item-products {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    min-height: auto;
}

@media (max-width: 767px) {
    .product-list.list-view li .item-products {
        flex-flow: row wrap;
        padding: 0;
    }
}

.product-list.list-view li .item-products .brand {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 10px;
    flex: 0 1 auto;
    width: 95px;
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products .brand {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
    }
}

.product-list.list-view li .item-products .brand img {
    height: 14px;
}

/* .item-img{
    text-align: end;
} */

.product-list.list-view li .item-products .item-img {
    padding: 10px;
    display: block;
    flex: 0 1 auto;
    position: relative;
    overflow: visible;
}
.listActive{
    width: 20%;
}

.product-list.list-view li .item-products .item-img img {
    /*  height: 115px;*/ /* lo quite poque se achata la imagen en la grilla media*/
    width: auto;
    max-width: 115px;
    margin: 0;
}

/* imagen del logo a la izq en cuadricula grande*/
ul.product-list.product-list.grid-view li .item-products .imagen-logo img {
    /*  height: 115px;*/ /* lo quite poque se achata la imagen en la grilla media*/
    width: auto;
    display: block;
    margin: 0;
}

/* imagen de lodo al centro en lista mas chica y mediana */
ul.product-list.product-list.min-list-view li .item-products .imagen-logo img {
    /*  height: 115px;*/ /* lo quite poque se achata la imagen en la grilla media*/
    width: auto;
    display: block;
    margin: auto;
}

/*gonzalo : boton  cuando hay varios precios*/
ul.product-list.product-list.min-list-view li .item-products .bottom-product.variosprecios {
    justify-content: flex-end;
    padding-right: 10px;
    color: #fff;
}

ul.product-list.product-list.grid-view li .item-products .bottom-product.variosprecios {
    justify-content: flex-end;
    color: #fff;
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products .item-img img {
        height: 85px;
        max-width: 85px;
    }
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products .item-img img {
        height: 60px;
        max-width: 60px;
    }
}

.product-list.list-view li .item-products p {
    padding: 10px;
    flex: 1 1 auto;
    font-size: 14px;
}

.product-list.list-view li .item-products .bottom-product .price p {
    /* gonzalo para unir iva y rentabilidad */
    font-weight: 400;
    margin: 0px;
    padding: 2px;
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .product-list.list-view li .item-products p b {
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products p a {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 20px;
    }
}

.product-list.list-view li .item-products .bottom-product {
    margin: 0;
    padding: 0;
    flex: 0 1 auto;
    align-items: center;
    justify-content: right;
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products .bottom-product {
        border-top: 1px solid #ddd;
        width: 100%;
        flex-grow: 1;
        padding: 0 10px;
    }
}

.product-list.list-view li .item-products .bottom-product .price {
    padding: 10px;
    width: auto;
    flex: 1 1 auto;
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products .bottom-product .price {
        padding-left: 0;
    }
}

.product-list.list-view li .item-products .bottom-product .price span {
    font-size: 16px;
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products .bottom-product .price span {
        font-size: 13px;
    }
}

.product-list.list-view li .item-products .bottom-product .price-aside {
    padding: 20px 0px 0px 0px;
    text-align: right;
    flex: 1 1 auto;
    width: auto;
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products .bottom-product .price-aside {
        display: flex;
        flex-flow: row nowrap;
        /*flex-direction: row-reverse;*/
        padding-right: 0;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products .bottom-product .price-aside .btn-cart {
        padding: 8px;
    }
}

@media (max-width: 576px) {
    .product-list.list-view li .item-products .bottom-product .price-aside .colors {
        margin: 0 10px;
    }
}

.product-list.list-view li .item-products .badge.launch {
    top: 20px;
    right: -45px;
}

.product-list.list-view li .item-products .badge {
    position: absolute;
    border-radius: 0;
    padding: 5px 22px;
    font-size: 9px;
}

@media (max-width: 991px) {
    .product-list.list-view li .item-products .bottom-product .price-aside {
        font-size: 13px;
    }
}

/*Min list view*/
.min-list-labels {
    display: none;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 4px;
}

.min-list-labels span {
    font-size: 11px;
    font-weight: bold;
    color: #666;
}

.min-list-labels span:nth-child(1) {
    padding-left: 10px;
    width: 95px;
}

.min-list-labels span:nth-child(2) {
    padding-left: 10px;
    width: 130px;
}

.min-list-labels span:nth-child(3) {
    padding-left: 10px;
    width: 335px;
}

.min-list-labels span:nth-child(4) {
    padding-left: 0;
    width: 80px;
}

.min-list-labels span:nth-child(5) {
    padding-left: 0;
    width: 80px;
}

@media (max-width: 1199px) {
    .min-list-labels span:nth-child(2) {
        width: 90px;
    }

    .min-list-labels span:nth-child(3) {
        width: 235px;
    }
}

.product-list.min-list-view .min-list-labels {
    display: flex;
}

@media (max-width: 991px) {
    .product-list.min-list-view .min-list-labels {
        display: none;
    }
}

.product-list.min-list-view {
    flex-flow: column wrap;
}

@media (max-width: 991px) {
    .product-list.min-list-view {
        padding-top: 10px;
    }
}

.product-list.min-list-view li {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
    .product-list.min-list-view li {
        margin: 0 0 10px;
    }
}

.product-list.min-list-view li .item-products {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    min-height: auto;
    padding: 0;
    margin-top: 10px;
}



.product-list.min-list-view li .item-products .brand {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 10px;
    flex: 0 1 auto;
    width: 95px;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products .brand {
        width: auto;
        padding: 10px 10px 0;
    }
}

@media (max-width: 767px) {
    .product-list.min-list-view li .item-products .brand {
        padding: 0 10px;
    }
}

.product-list.min-list-view li .item-products .brand img {
    height: 13px;
}

.product-list.min-list-view li .item-products .item-img {
    display: none;
}

.product-list.min-list-view li .item-products p {
    padding: 10px;
    flex: 1 1 auto;
    font-size: 13px;
    width: 400px; /* 460*/
}

.product-list.min-list-view li .item-products .bottom-product .price p {
    /* agregado por gonzalo  grilla lista para iva y rentabilidad */
    font-weight: 400;
    margin: 0px;
    padding: 2px;
}

.product-list.min-list-view li .item-products .bottom-product .price p.ivarenta {
    font-weight: 400;
    margin: 0px;
    padding: 2px;
    text-align: right;
    width: 100%;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products p {
        width: Auto;
    }
}

.product-list li .item-products p a {
    display: flex;
    align-items: center;
}

.product-list.min-list-view li .item-products p b {
    display: inline-block;
    /*width: 130px;*/
}

.vid {
    text-align: center;
    margin: auto;
    max-width: 900px;
}

.rentabilidad-rojo {
    color: #FFF;
    background-color: #cf000d;
    height: 30px;
    border: none !important;
}

.rentabilidad-amarillo {
    color: #000;
    background-color: #ffdb00;
    height: 30px;
    border: none !important;
}

.form-control-buscar {
    box-shadow: none;
    height: 38px;
    min-width: 350px;
    border-radius: 0px;
    padding: 12px;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid;
    border-color: #ccc;
    border-image: initial;
}

.form-control-buscar-lupa {
    height: 38px;
    color: rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    padding: 6px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-image: initial;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control {
    border-radius: 0px !important;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products p b {
        width: Auto;
        margin-right: 20px;
    }
}

.product-list.min-list-view li .item-products p br {
    display: none;
}

.product-list.min-list-view li .item-products .bottom-product {
    margin: 0;
    padding: 0;
    flex: 1 2 auto;
    align-items: center;
    justify-content: right;
    width: 295px;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products {
        flex-flow: row wrap;
    }

    .product-list.min-list-view li .item-products .bottom-product {
        flex-grow: 1;
        padding: 0 10px;
        border-top: 1px solid #ddd;
        width: auto;
    }
}

@media (max-width: 767px) {
    .product-list.min-list-view li .item-products .bottom-product {
        padding: 0;
        background-color: #f9f9f9;
    }
}

.product-list.min-list-view li .item-products .bottom-product .price {
    padding: 10px 0;
    flex: 1 1 auto;
    width: 40px;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products .bottom-product .price {
        width: auto;
    }
}

@media (max-width: 767px) {
    .product-list.min-list-view li .item-products .bottom-product .price {
        padding: 0;
        padding-left: 10px;
    }
}

.product-list.min-list-view li .item-products .bottom-product .price span {
    font-size: 16px; /*13px antes era 13*/
    /*display: inline-block;*/ /*se quito para q muestre en dos lineas*/
}

.product-list.min-list-view li .item-products .bottom-product .price span i {
    /*display: none;*/
}

.product-list.min-list-view li .item-products .bottom-product .price span:first-child {
    /* padding-right: 10px; */
}

.product-list.min-list-view li .item-products .bottom-product .price-aside {
    padding: 10px;
    text-align: right;
    flex: 1 1 auto;
    width: 145px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

/* separacion de input con boton */
.product-list.min-list-view li .item-products .bottom-product .price-aside input {
    margin-right: 5px;
}

/* ancho fijo para el codido de producto */
.product-list.min-list-view li .item-products p a b.numbers {
    min-width: 100px;
    max-width: 120px;
}

@media (max-width: 991px) {
    .product-list.min-list-view li .item-products .bottom-product .price-aside {
        /*flex-direction: row-reverse;*/
        width: auto;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .product-list.min-list-view li .item-products .bottom-product .price-aside {
        padding: 0;
    }
}

.product-list.min-list-view li .item-products .bottom-product .price-aside .btn-cart {
    margin-right: 5px;
}

.product-list.min-list-view li .item-products .bottom-product .price-aside .btn-cart img {
    height: 18px;
}

.product-list.min-list-view li .item-products .bottom-product .price-aside .colors {
    margin: 0 10px;
    display: flex;
    flex-flow: row;
}

.product-list.min-list-view li .item-products .bottom-product .price-aside .stock {
    font-size: 13px;
}

.product-list.min-list-view li .item-products .badge {
    display: none;
}

.password-form .form {
    text-align: left;
}

.password-form .form .form-action {
    text-align: left;
}

.password-form .form label {
    font-weight: 600;
}

.social-aside {
    position: fixed;
    top: 24%;
    right: 0;
    width: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

.social-aside li {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
}

.social-aside li a {
    display: block;
    height: 50px;
    padding: 12px;
    background-color: #324454;
}

.social-aside li a img {
    width: 100%;
}

@media (max-width: 767px) {
    .social-aside {
        display: none;
    }
}

.fancy-radio {
    position: relative;
}

.fancy-radio label {
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative;
    display: inline-block;
    top: 4px;
}

.fancy-radio label input {
    visibility: hidden;
    margin: 0;
    position: absolute;
    left: 0;
}

.fancy-radio i {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
}

.fancy-radio i:before {
    content: ' ';
    width: 26px;
    position: absolute;
    height: 26px;
    background-color: #E6E6E6;
    top: 0;
    left: 0;
}

.fancy-radio label input[type="radio"]:checked ~ i:before,
.fancy-radio label input[type="checkbox"]:checked ~ i:before {
    display: none;
}

.fancy-radio label input[type="radio"]:checked ~ i:after,
.fancy-radio label input[type="checkbox"]:checked ~ i:after {
    content: ' ';
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(../images/icon-check.svg) center center no-repeat;
    background-size: 75%;
    background-color: #FFCC00;
    left: 0;
    top: 0;
}

.table-nosso {
    margin-bottom: 30px;
}

.table-nosso thead tr th {
    border-top: 0;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 6px;
    padding-bottom: 0;
}

.table-nosso tbody tr td {
    color: #333;
    font-weight: 300;
    padding: 6px;
    vertical-align: middle;
    border-bottom: 1px solid #999;
}

.table-nosso tbody tr td:last-child,
.table-nosso thead tr th:last-child {
    /*text-align:right;*/
}

.table-nosso tr th.tcheckbox,
.table-nosso tr td.tcheckbox {
    width: 28px;
}

.table-nosso tr th .fancybox,
.table-nosso tr td .fancybox {
    width: 28px;
}

.table-nosso .btn-table {
    border: 0;
    border-radius: 0;
    padding: 6px 8px;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}

.table-nosso .qty {
    font-family: "Open Sans", sans-serif;
    padding: 2px 5px;
    background-color: #fff;
    color: #cf000d;
    line-height: 1;
    display: inline-block;
    margin-right: 4px;
}

.table-nosso .input-qty {
    width: 60px;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}

.table-nosso .label-code {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #666;
    padding: 4px 8px;
}

.table-actions {
    margin: 20px 0;
}

.table-actions .btn {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
}

.table-toolbar {
    display: flex;
    justify-content: flex-end;
}

.table-toolbar .input-group {
    margin-left: 4px;
}

.table-toolbar .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 32px;
    min-width: 320px;
}

.table-toolbar .input-group-btn .btn {
    height: 32px;
    color: #999;
    background-color: #fff;
    padding: 6px 10px;
    border: 1px solid #ddd;
}

.table-nosso tr.toggle td {
    font-weight: 500;
}

.table-nosso .inner-toggle td {
    padding: 4px 8px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.table-nosso .btn-toggle {
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    color: #333;
    font-weight: 700;
    width: 30px;
    line-height: 1;
    text-align: center;
    height: 28px;
    padding: 0 8px;
}

.table-nosso .btn-toggle:hover,
.table-nosso .btn-toggle:active,
.table-nosso .btn-toggle:focus {
    background-color: #ddd;
    color: #333;
}

@media (max-width: 991px) {
    .table-nosso thead tr th {
        font-size: 12px;
        padding: 4px 4px 0 4px;
    }

    .table-nosso tbody tr td {
        padding: 4px;
        font-size: 12px;
        font-weight: 400;
    }

    .table-nosso tbody tr.toggle td {
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .fancy-radio label {
        top: 2px;
    }

    .table-toolbar .form-control {
        min-width: 160px;
    }

    .table-nosso thead {
        display: none;
    }

    .table-nosso tbody tr {
        border-bottom: 2px solid #ddd;
    }

    .table-nosso tbody tr td {
        /*display: block; */ /* quita que la tabla se vea en alto*/
        font-size: 14px;
        text-align: right !important;
        padding: 6px 0 !important;
        border-bottom: 0;
    }

    .table-nosso tbody tr td:last-child {
        border-top: 1px solid #ddd;
    }

    .table-nosso tbody tr td::before {
        content: attr(data-th);
        float: left;
        font-weight: 700;
        color: #000;
        font-size: 11px;
        margin-top: 3px;
    }

    .table-nosso tr {
        position: relative;
    }

    .table-nosso .btn-table {
        border: 0;
        border-radius: 0;
        padding: 6px 8px;
        font-size: 11px;
        font-weight: 600;
    }

    .table-toggle {
        display: table;
    }

    .table-toggle tbody tr {
        display: table-row;
    }

    .table-toggle tbody tr td {
        display: table-cell;
        text-align: left !important;
        padding: 6px 0 !important;
    }
}

@media (max-width: 420px) {
    .table-actions .btn {
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 600;
        padding: 8px;
        width: 100%;
    }
}

.transfer-double-content {
    padding: 0;
}

.price-aside .btn-cal {
    display: inline-block;
    background-color: #CF000D;
    padding: 8px 10px;
}

.price-aside .btn-cal img {
    height: 20px;
    width: auto;
    margin: 0;
}

a.btn.btn-cal {
    background-color: red;
    padding: 10px;
}

.btn-cal img {
    height: 30px;
}

.description p {
    margin-bottom: 0px;
}

.table > tbody > tr > td {
    padding: 4px !important;
}

legend {
    display: block;
    width: 80%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #cf000d;
    border-radius: 4px;
    margin-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    line-height: 28px;
    /* font-weight: bold; */
    font-size: 14px;
}

td.anchoespecificaciones {
    width: 180px;
    overflow: hidden;
}

.item-img .badge {
    position: absolute;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 14px;
    color: #333;
    background-color: #ffdb00;
    transform: rotate(45deg);
    width: 150px;
    z-index: 1;
}

.item-img .badge.launch {
    top: 18px;
    right: -37px;
    z-index: 2;
}

span.badge.launch.badgered {
    color: #FFF;
    background-color: #cf000d;
    
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    width: 210px;
    top: 30px;
    left: 470px;

}


.badge-wrapper {
    /* position: relative; */
    position: absolute;
    right: -35%;
    top: 8%;

    border-radius: 0;
    /* top: 20px; */
    /* left: 20px; */
    padding: 6px 30px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #cf000d;
    transform: rotate(45deg);
    /* width: 350px; */
    width: 100%;
    text-align: center;
    z-index: 1; /* Asegura que esté por encima de otros elementos */
}

.product-list.list-view li .item-products .item-img .badge-wrapper {
    position: absolute;
    right: -30%;
    top: -4vh;
    background-color: #9e9e9e;
    color: #000;
    padding: 5px 4.7rem;
    border-radius: 3px;
    z-index: 1;
    font-size: 12px;
    transform: rotate(45deg);
    transform-origin: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
}

.checkbox-scroll-container {
    flex-grow: 1; 
    overflow-y: auto; 
    max-height: 20vh;
    margin-bottom: 3px; 
    scroll-behavior: smooth;
}

.listActive .badge-wrapper{
    transform: none;
    right: 0px;
}

.badge {
    color: white;
    font-weight: bold;
    font-size: 8px;
}


.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

/*Header 2020*/
.new-header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.new-header .navbar-brand {
    padding: 25px 0 0;
    display: inline-block;
}
.new-header .navbar-brand img {
    width: 100%;
}
.new-header .header-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
    z-index: 9999;
}
.new-header .navbar-form {
    margin-top: 0;
    padding: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}
.new-header .navbar-form .form-group {
    position: relative;
    width: 100%;
}
.new-header .navbar-form .form-control {
    width: 100%;
    height: 40px;
    border-right: 0;
    box-shadow: none;
    padding-right: 400px;
}
.new-header .navbar-form .btn-search {
    border: 1px solid #ccc;
    border-left: 0;
    background-color: #fff;
    height: 40px;
    color: #ccc;
}
.search-checkboxes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    padding-right: 0;
}
.new-header .btn-advsearch {
    height: 40px;
    padding: 12px 10px;
    width: 200px; /*agregado para botones del buscador avanzado del mismo tamaño*/
}
.search-checkboxes label {
    position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    background-color: #eee;
    margin-left: 2px;
    margin-bottom: 0;
}
.search-checkboxes label input {
    visibility: hidden;
    margin: 0;
    order: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.search-checkboxes label i {
    order: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.search-checkboxes label i:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #eee;
    z-index: 0;
}
.search-checkboxes label input[type="checkbox"]:checked ~ i:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    background-color: #cf000d;
    z-index: 1;
}
.search-checkboxes label span {
    position: relative;
    z-index: 3;
    padding: 6px 12px;
    display: flex;
    font-size: 12px;
    font-weight: normal;
    align-items: center;
}
.search-checkboxes label input[type="checkbox"]:checked ~ span {
    color: #fff;
}
.new-header .navbar {
    margin-top: 0;
    padding: 0;
    min-height: auto;
}
.new-header .lang-mobile {
    padding: 9px 0;
}
.new-header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    z-index: 9999;
    background-color: #FFF; 
}
.new-header .nav a {
    font-weight: 700;
    /* padding: 15px 20px 15px;
    font-size: 14px; */
}
@media (max-width: 1199px) {
    .new-header .navbar-form {
        margin-right: 0;
    }
    .new-header .header-search {
        padding: 20px 0 30px;
    }
    .new-header .btn-advsearch {
       /* position: absolute;
        top: 60px;
        right: 10px;
        padding: 5px;
        background-color: transparent;
        color: #cf000d;
        font-size: 13px;*/
        margin-left: 10px;
    }
    .new-header .btn-advsearch:hover,
    .new-header .btn-advsearch:focus,
    .new-header .btn-advsearch:active,
    .new-header .btn-advsearch:visited {
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    .new-header .search-checkboxes {
        padding: 7px 5px;
    }
    .new-header .search-checkboxes label span {
        padding: 6px 8px;
        font-size: 10px;
    }
    .new-header .btn-advsearch {
        font-size: 12px;
    }
    .new-header .nav {
        padding-top: 0;
    }
    .new-header .navbar-collapse {
        justify-content: center;
    }
    .new-header .navbar-form .form-control {
        padding-right: 321px;
    }
}
@media (max-width: 767px) {
    .new-header .navbar-brand {
        padding: 15px 0 0;
    }
    .new-header {
        min-height: 20%; /*184*/
    }
    .new-header .header-search {
        position: absolute;
        width: 100%;
        top: 15px;
        left: 0;
        padding: 0 15px;
    }
    .new-header .navbar {
        top: -40px;
    }
    .new-header .lang-mobile {
        padding: 14px 0;
    }
    .new-header .navbar-form .form-group {
        margin-bottom: 0;
    }
    .new-header .navbar-form .form-control {
        padding-right: 10px;
    }
    .new-header .navbar-collapse {
        justify-content: flex-end;
        /*top: 50px;*/
    }
    .new-header .btn-advsearch {
        height: auto;
        top: 100px;
        z-index: 999;

        position: absolute;
        top: 80px;
        right: 10px;
        padding: 5px;/**/
        background-color: #cf000d;
        color: #FFF;
        font-size: 13px;
    }

    .new-header .search-checkboxes {
        left: -2px;
        right: auto;
        top: 46px;
        padding: 0;
    }
    .new-header .search-checkboxes label span {
        padding: 3px 8px;
        font-size: 10px;
    }
    .new-header .nav {
        float: none;
        clear: both;
        padding: 0px 0;
    }
    .new-header .navbar-brand img.logo {
        width: auto;
        height: 30px;
    }

    .navbar-lang{
        padding-left: 10px !important;
    } 

    .product-list.list-view li .item-products .item-img .badge-wrapper {
        top: -9vh;
    }

}

@media (width: 360px) and (height: 740px) {
    .product-list.list-view li .item-products .item-img .badge-wrapper {
        top: -11vh; /* Less top */
        right: -35%; /* Less right */
    }
}
@media (max-width: 576px) {
    .new-header .btn-advsearch {
        display: none;
    }
    .new-header .navbar-form .btn-search {
        position: absolute;
        right: 15px;
        top: 2px;
        border: 0;
        height: 38px;
    }
    .new-header .header-search {
        padding: 0 10px;
    }
    .new-header .navbar-form .form-control {
        border-right: 1px solid #ccc;
    }
}

/* Formulario de Buscador Tecnico*/
#items_resultado{
    margin-bottom: 20px;
    padding-top: 8px;
    /* border: 1px solid cyan;*/
}
#producto_search {
}

#producto_search .form-group {
    margin-bottom: 10px;   
    overflow: hidden;
   /* border: 1px solid blue;*/
}

#producto_search .form-group label.col-sm-5.control-label {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: right;
    /*border: 1px solid green;*/
}

#items_resultado .col-md-6 img{
    margin-top: 30px;  
    /*border: 1px solid blue;*/
}

#items_resultado .alert{
    padding: 10px !important; 
}

@media (max-width: 576px) {

    #quitar-espacio-mobile{
        padding-top: 10px !important;
    }
    #items_resultado{
        margin-bottom: 20px;
        padding-top: 8px;
        /*border: 1px solid cyan;*/
    }
    #producto_search {
       /* border: 2px solid blue;*/
    }

    #producto_search .form-group {
        margin-bottom: 5px;   
        overflow: hidden;
       /* border: 1px solid blue;*/
    }

    #producto_search .form-group label.col-sm-5.control-label {
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
        padding-top: 5px;
        text-align: right;
       /* border: 1px solid green;*/
    }

    #items_resultado .col-md-6 img{
        margin-top: 30px;  
        margin-bottom: 30px;
        /*border: 1px solid blue;*/
    }

    #items_resultado .alert{
        padding: 10px !important; 
    }

    /* para separar top de botones*/
    .product-manager{
        padding-top: 90px !important;
    }
    /*para separar los botones de importar de los de la grilla*/
    ul.toolbar li.btn-imp-mb {
        margin-bottom: 15px;
    }  
    /*bajar un poco la caja de cantidad para q coincida con los importes*/
    .price-aside {
           margin-top: 4px !important;
    }     

}


/* sector precios*/

.ancho50{
    width: 50% !important;
    overflow: auto;
}
.ancho0{
    /*width: 0px!important;*/
}
@media (max-width: 767px) {
    .ancho50{
        width: 50% !important;
        overflow: auto;
    }
    .ancho0{
        width: 100% !important;
    }

}
/*boton que da vuelta*/
.launches .item:hover .face.front *{
    /* display:none; */
}

.product-manager .item:hover .face.front *{
    /* display:none; */
}


.checkbox-container{
    display:flex;
}
.checkbox-container_bm{
    display:flex;
}

.resultado-elastic{
    flex-grow: 1;
    flex-basis: calc(33.33% - 10px); /* Adjust the width based on the desired spacing */
    margin-bottom: 10px; /* Set the desired spacing between elements */
}

div#resultados_busqueda.row{
    width: 100%!important;
    margin-left: 0px;
}

#resultados_busqueda_filtro{    
    margin-top: 20px;       
}



@media screen and (max-width:767px) {

    .banner h1 {
       /* margin: 20px 0 0 0;*/
    }
    #resultados_busqueda_filtro{    
        margin-top: 20px;   
        /*border: 2px solid red;*/
    }

    #resultados_busqueda{   
        margin-top: 20px;       
        /*border: 2px solid blue;*/
    }
    #myGroup{
        /*border: 2px solid green;*/
        padding-bottom: 20px;
        min-height: 0% !important;  
    }

    .img-Producto-Buscador {
        width: 100%;
        margin-bottom: 8px;
        max-height: 380px; 
    }
    .buscadorMobile{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .filtroFasetas{     
        padding: 0 40px;
    }

    .boton-filtro-flotante{
        position: sticky;
        top: 14rem;
        z-index: 2000;
    }
    .btnBorrarBusqueda{
        margin-top: 1rem;
    }
    .div-btnBorrarBusqueda{
        position: sticky;
        top: 36rem;
        z-index: 2000;
    }
    .filtro-flotante{     
        position: sticky;
        top: 18rem;
        max-height: 18rem; /* or whatever fits */
        overflow-y: auto;
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* <- Aquí la sombra */
        border-radius: 8px; /* Opcional, para que se vea más moderno */
    }

    /* filtros Grilla  mobile*/
    .header-productsMobileHome {
        position: static !important;
        margin: 18px 10px;     
    }
    .header-productsMobileHome .toolbar {
        min-height: min-content;
        position: absolute !important;
        top: 150px;
        right: 0;
        bottom: 0;
        text-align: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .toolbarseparaciontop{
        padding-top: 10px !important;
    }

    .header-productsMobileHome .toolbar li {
        margin-left: 5px;
        display: inline-block;
    }

    .header-productsMobileHome .toolbar li span {
        opacity: 0.4;
        cursor: pointer;
    }

    .header-productsMobileHome .toolbar li span:hover,
    .header-productsMobileHome .toolbar li span.active {
        opacity: 1;
    }

    .header-productsMobileHome .toolbar li span img {
        height: 18px;
        width: 18px;
    }

    #lista_productos{
        margin-top: 30px;
    }
    .banner {
        background-size: cover;
        /*height: 20px;*/
        padding: 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .intro, .contact-info, .product-manager, .newslista, .product-detail, .contact-form {
        padding: 40px 0;        
    }

    .gonzalo{
        display: flex;        
        justify-content: center;    
    }

    div#busqueda_vacia{
        margin: 0px 20px;
    }
    div#busqueda_vacia ul{
        margin: 0px 20px;        
    }

    section.banner{
        height: 20px;
    }

}


@media (min-width: 1200px){
    .grid-view .grid-head{        
        width: calc(100% / 4 - 5px) !important;
        /* width: calc(100% / 4 - 20px) !important; */
        margin: 10px;
    }
}


.buscadorancho {
    width: 100%!important;    
    padding: 30px;
  
}

.buscadorancho>.row {
    margin:0px;  
}

.buscadorancho>.row .col-xs-12 {
    margin:0px;   
}

li.btn.btn-red.btn-advsearch a:hover{
    color: #FFF;
}

/* Tooltip input busqueda */
i.arrow {
    background-color: #fae01a;
    content: "";
    position: absolute;
    left: 37px;
    top: 7px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
    transform: rotate(45deg);
    z-index: 9;
}

.float {
    position: relative;
    width: 200px;
    height: 40px;
    /* bottom: 40px; */
    /* right: 40px; */
    background-color: #fae01a;
    color: #090909;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px;
    top: 25px;
    left: 17px;
    font-weight: 600;
}

/* Estilos personalizados para paginación */
.pagination {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link {
    color: #000 !important; /* Texto negro siempre */
   
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pagination .page-link:hover {
    color: #000 !important; /* Mantener texto negro en hover */
    background-color: #f8f9fa;
    border-color: #adb5bd;
    text-decoration: none;
}

.pagination .page-link:focus {
    color: #000 !important; /* Mantener texto negro en focus */
    background-color: #e9ecef;
    border-color: #adb5bd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link {
    color: #fff !important; /* Texto blanco solo para página activa */
    background-color: #cf000d; /* Color rojo corporativo */
    border-color: #cf000d;
    z-index: 1;
}

.pagination .page-item.active .page-link:hover {
    color: #fff !important;
    background-color: #ad0510;
    border-color: #ad0510;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d !important; /* Gris para elementos deshabilitados */
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .page-item.disabled .page-link:hover {
    color: #6c757d !important;
    background-color: #fff;
    border-color: #ddd;
}

/* Estilos específicos para botones de primera y última página */
.pagination .page-link[rel="first"],
.pagination .page-link[rel="last"] {
    font-weight: bold;
    background-color: #f8f9fa;
}

.pagination .page-link[rel="first"]:hover,
.pagination .page-link[rel="last"]:hover {
    background-color: #e9ecef;
    color: #000 !important;
}

/* Responsivo para dispositivos móviles */
@media (max-width: 576px) {
    .pagination .page-link {
        padding: 6px 8px;
        font-size: 14px;
    }
    
    .pagination {
        flex-wrap: wrap;
    }
}