:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --color-background-canvas: #FFF;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

::placeholder {
    color: #666;
}

/* SCROLL */

::-webkit-scrollbar {
    width: 6px !important;
}

::-webkit-scrollbar-track {
    background: var(--white) !important;
    ;
}

::-webkit-scrollbar-thumb {
    background: var(--dark) !important;
    ;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark) !important;
    ;
}

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

/* CSS Document */
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
        url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
        url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
        url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: var(--color-background-canvas) !important;
}

.subMenu-marcas {
    display: none;
}

@media (min-width: 992px) {
    .subMenu-marcas {
        display: inline-block;
        width: 1100 !important;
        left: -650px !important;
        max-height: 700px !important;
        overflow: auto;
    }

}


.subMenu-marcas li {
    width: 25% !important;
}

.header-area {
    background-color: #FFFFFF;
}

a {
    cursor: pointer;
}

#finestra1 {
    margin: 0 auto;
    background-color: #FCFCFC;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 2px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    display: none;
    border-radius: 10px;
    overflow: auto;
    z-index: 1000;
}

#finestra1 .card-body {
    padding: 10px;
}

#finestra1 .barraSuperior>.titolApartat:first-of-type {
    margin-left: 0px;
    padding: 0px !important;
    font-weight: bold;
}

@media (min-width: 992px) {

    #finestra1 {
        /*igual que modal*/
        margin: 0 auto;
        background-color: #FCFCFC;
        min-width: 40%;
        max-width: 75%;
        /* min-height: 40%;*/
        max-height: 75%;
        height: auto;
        left: 10%;
        top: 75px;
        position: fixed;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
        display: none;
        border-radius: 10px;
        overflow: auto;
    }
}

#carregant {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #FCFCFC;
    min-width: 10%;
    max-width: 95%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.77);
    border-radius: 10px;
    transition: 1s all;
}

.flex {
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 10px;
    width: 100%;
}

.flexContenido {
    width: 50%;
    margin-left: 10px;
    margin-top: 10px;
}

.inputEdicionClientes {
    background-color: #FFFFFF;
    padding: 3px;
    border: 1px solid #bbbbbb;
    font-family: inherit;
    font-size: 1.0em;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    height: 35px !important;
    width: 99%;
}

.colorNegro {
    color: #030303;
}

input[type=submit],
.btn {
    cursor: pointer;
    border: medium none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #58585A;
    min-width: 50px;
}

.cart-btn {
    background-color: #58585A;
    border: medium none;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-btn:hover {
    background-color: #333;
}

.card-1 {
    column-count: 1;
}

.card-2 {
    column-count: 2;
}

.card-3 {
    column-count: 3;
}

.card-4 {
    column-count: 4;
}

@media handheld,
only screen and (max-width: 500px) {
    .flex {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .flexContenido {
        width: 100%;
        margin-left: 10px;
        margin-top: 10px;
    }

    .card-1,
    .card-2,
    .card-3,
    .card-4 {
        column-count: 1;
    }
}


.totalCesta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    border-top: 1px solid #EEE;
    padding: 10px;
}

.grand-totall-title .totalCesta {
    color: #58585A;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

.imgIdioma {
    width: 12px;
    height: 12px;
}

.sinEstilos {
    border: 0px;
}

.cambiaIdioma {
    cursor: pointer;
}

span.old {
    color: #8e8e8e;
    text-decoration: line-through;
}

.clickable-row {
    cursor: pointer;
}

.main-menu nav ul li>a {
    line-height: 34px;
}

.menuTop {
    line-height: 94px;
}

.cart-btn-custom {
    background-color: #58585A;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cart-btn-custom {
    background-color: #333;
}

.header-right-wrap .same-style.cart-wrap a span.count-style {
    position: absolute;
    top: -9px;
    right: -14px;
    background-color: #333;
    color: #fff;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px black;
    border-radius: 100%;
    line-height: 21px;
    font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-right-wrap .same-style.cart-wrap a span.count-style {
        right: -5px;
    }
}

.cart-btn-custom:hover {
    background-color: #333;
}

.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a span.count-style {
    background-color: #fff;
    color: #000;
}

.stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a span.count-style {
    background-color: #000;
    color: #fff;
}

.product-wrap .product-img .product-action .pro-cart-2 {
    font-size: 14px;
    width: calc(100% - 48px);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.header-right-wrap .same-style .account-dropdown ul li a {
    font-size: 16px;
}

.header-right-wrap .same-style .account-dropdown {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 190%;
    width: 165px;
    z-index: 220;
    display: none;
}

.login-register-wrapper .login-form-container .login-register-form form select {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 45px;
}

.copyright .footer-logo {
    margin-bottom: 12px;
    margin-top: 0 !important;
}

.contact-social {
    margin-top: 0 !important;
}

.custom-select {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 45px;
}

.login-register-wrapper .login-form-container {
    padding: 50px !important;
}

.myaccount-info-wrapper a {
    height: 100%;
}

.myaccount-info-wrapper select {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 45px;
}

.custom {
    padding: 25px !important;
}

.custom .button-box {
    width: 42% !important;
}

.custom input {
    margin-bottom: 15px !important;
}

.shop-top-bar .select-shoing-wrap .shop-select select {
    min-width: 175px;
}

.product-wrap .product-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 202px;
}

.product-wrap .product-img img {
    max-height: 200px;
    max-width: 100%;
}

.product-wrap .product-img .hover-img {
    min-height: 200px;
    max-height: 200px;

    max-width: 100%;
}

.imagetgePetita {
    cursor: pointer;
    display: block;
    float: left;
    border-radius: 0px !important;
    padding: 0px;
    height: 38px !important;
    width: 50px !important;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 0px solid #0f0f0f !important;
}

.imagetgePetita img {
    background-color: #fff !important;
    color: transparent;
}

.imagetgePetita .active {
    border: 1px solid #0f0f0f !important;
}

.imagetgePetita .img-thumbnail {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}
.imagetgePetita .active .img-thumbnail{
    border: 1px solid #0f0f0f !important;
}

.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;

}

.product-details-content .pro-details-size-color .pro-details-size {
    width: 100%;
}

.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a {
    min-width: 40px;
    text-align: center;
}

.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li {
    border: 1px solid #0f0f0f;
}

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 35%);
    padding: 80px;
    text-align: left;
}

.pro-details-size-content>ul>li>a.disabled {
    background-color: #f0f0f0 !important;
    color: #cccccc !important;
    cursor: not-allowed !important;
}

.pro-details-size-content>ul>li>a.selected {
    background-color: #000000 !important;
    color: white !important;
}

.sidebar-widget h4.pro-sidebar-title {
    font-size: 14px;
}

.descripcioCapcaLlistat p {
    line-height: 1.5em;
}

.descripcioCapcaLlistat {
    width: 100%;
    color: #666666;
    border-radius: 3px;
    margin: 30px 0px;
    overflow: hidden;
}

form[name="listadoproductos"] .descripcioCapcaLlistat {
    border-top: 1px solid #ddd;
    border-radius: 0px;
    margin: 0;
}

.descripcioCapcaLlistat h1 {
    font-size: 2em;
}

@media (max-width: 767px) {
    form[name="listadoproductos"] .descripcioCapcaLlistat {
        border-top: none;
    }
}

.breadcrumb {
    padding: .75rem 0.25rem;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
}

.breadcrumb-item a {
    color: #000000;
    cursor: pointer;
}

@media (max-width:990px) {
    .breadcrumb-filtroprecio {
        border-bottom: none !important;
    }

    .breadcrumb {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

}

@media (max-width:480px) {
    .breadcrumb-item {
        font-size: 11px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.1rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: .1rem;
    }
}



h1.titulo-principal {
    background: transparent !important;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    /* margin-bottom: 10px; */
    /* height: 30px; */
    width: 100%;
    /* padding: 4px 0px; */
}

.titolProducto a {
    color: #78787A;
    font-size: 15px;
    text-decoration: none;
}

.titolProducto a:hover {
    text-decoration: underline;
}

.titolProducto {
    font-size: 13pt;
    /* height: 37px; 
    overflow: hidden;*/
}

@media (max-width:767px) {
    .titolProducto {
        font-size: 9pt;
    }

    .titolProducto a {
        color: #78787A;
        font-size: 9px;
        text-decoration: none;
        white-space: normal !important;
    }
}

/*marcas */

.nombreMarca {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}

.marca-principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: flex-end;
    margin-right: 15px;
    /* padding: 20px 0px; */
    /* text-align: right; */
    /* line-height: 40px; */
}

.marca-principal p {
    margin: 0;
}

.botoMarca {
    height: auto;
    max-width: 100px;
    min-width: 50px;
    display: block;
}

.listMarcas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 5px; */
}

.itemMarca {
    text-align: center;
    width: 33%;
    padding: 10px;
}

.imgMarca img {
    max-height: 130px;
}

.imgMarca {
    height: 132px;
}

.color-filter {
    max-height: 300px;
    overflow: auto;
}

@media (min-width:767px) {
    .listMarcas {
        margin-left: 0;
        width: 100%;
    }

    .itemMarca {
        width: 20%;
        padding: 20px;
        /* background-color: #28a745; */
    }
}

.cercle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: unset;
    border-radius: 50% !important;
    color: #FFF;
}

.color-filter .cercle {
    width: 20px;
    height: 20px;
}

.color-filter-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .login-register-form .autenticacio{
    display: block;
} */

.menuCategoria {
    display: none;
}

.menuCategoria.show {
    display: block !important;
}

/* Buscador */

form[name="buscador"] .input-group-sm>.form-control {
    padding: .25rem .5rem .25rem 1rem;
    font-size: .9rem !important;
    line-height: 1.5;
    font-weight: 300;
    /*border-radius: 15px;*/
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none;
}

form[name="buscador"] .input-group-sm>.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

form[name="buscador"] .input-group-append {
    margin-left: -1px;
}

form[name="buscador"] .input-group-append button {
    border: none !important;
    /*border-radius: 15px !important;*/
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #fff;
    color: #a1d0ec;
}

form[name="buscador"] .input-group-append button:hover {
    background: #fff;
    color: #666;
    color: #83c5ec;
}

form[name="buscador"] input.form-control::placeholder {
    color: #a1d0ec;
}

/* fin Buscador */
.product-details-img .shop-details-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: -10px;
    z-index: 9;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.imgProductoLista {
    max-width: 110px !important;
    max-height: 110px !important;
    min-width: 110px !important;
    border: none;
    overflow: hidden;
}

/*checkbox
  */

.font-1em {
    font-size: 1em;
}

/* noureddin 
  cesta
  */

.cesta-forma-pago-grid {
    display: grid;
    grid-template-rows: 1fr auto;
    column-gap: 10px;
    row-gap: 8px;
    justify-content: center;
    align-items: center;
}

.cesta-forma-pago-grid .totalCesta {
    font-size: 16px;
    border-top: 1px solid #EEE;
    padding: 10px;
}

.cesta-forma-pago-grid .bloque-totales-cesta {
    width: 100%;
    border: 1px solid #0f0f0f;
    border-radius: 5px;
    padding: 10px;
}

.cesta-forma-pago-grid-item {
    display: grid;
    width: 100%;
    grid-template-columns: 30px auto 120px;
    column-gap: 10px;
    gap: 5px;
    border-top: 1px solid #EEE;
    padding: 10px;
    align-items: center;
}

.cesta-forma-pago-grid-item img,
.cesta-forma-pago-grid-item i {
    width: auto;
    height: 50px;
}

.cesta-forma-pago-grid-item input[type="radio"] {
    display: none;
    justify-content: center;
    align-content: center;
}

.cesta-forma-pago-grid-item input[type="radio"]+label {
    color: #0f0f0f !important;
    font-size: 20px;
    /* width: 20px;
      height: 20px; */
    margin-right: 10px;
    cursor: pointer;
}

.cesta-forma-pago-grid-item input[type="radio"]:checked+label {
    background: #fff;
}

.cesta-forma-pago-grid-item input[type="radio"]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    align-items: center;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: 'FontAwesome';
}

.check_radio input[type="radio"]:checked+label:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: relative;
    left: 2px;
}

/* .cesta-forma-pago-grid {
      display: grid;
      width: 100%;
      grid-template-columns: auto 100px;
      justify-content: space-between
  } */
/* .cesta-forma-pago-grid-item .ic_sections_container .ic_first_payment_date .ic_active {
      display: none;
  } */

.ic_core_section {
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .cesta-forma-pago-grid {
        grid-template-columns: 2fr 100px 1fr;
        column-gap: 10px;
        row-gap: 10px;
        align-items: start;
    }
}

.cesta-vacia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    justify-items: center;
    padding: 30px 10px !important;
}


.grand-totall,
.grand-totall .title-wrap .section-bg-gary-cart,
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray,
.cart-tax,
.discount-code-wrapper {
    background-color: #fff;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    color: #000 !important;
    border: 1px solid #000;
}

.imatgeAlerta {
    background: url("../img/blackPrice.png") no-repeat top center;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    background-size: 100px;
}

.textAlerta {
    background-color: #FFFFFF;
    /* border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000; */
    padding: 5px;
    color: #666666;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    height: 100%;
}

.product-details-content .pro-details-quality .pro-details-cart a {
    z-index: 0;
}

.qtybutton {
    color: #000 !important;
}

.main-menu nav ul li {
    padding: 0px;
    padding-right: 10px;
}

.ml-2 {
    margin-left: 10px;
}

.mr-2 {
    margin-right: 10px;
}

.mt-2 {
    margin-top: 10px;
}

.mb-2 {
    margin-bottom: 10px;
}

.actiu {
    border-bottom: 3px solid #030303;
}

.categoria-img {
    border-right: 2px solid #000;
}

.categoria-img img {
    min-height: 250px;
    max-height: 250px;
    max-width: 100%;
}

/*------- 14. Brand logo style  -------
.categoria.owl-carousel .owl-item img,
.categoria-2.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  background-color: #83c5ec;
}

.categoria .categoria-item,
.categoria .categoria-item2,
.categoria-2 .categoria-item,
.categoria-2 .categoria-item2 {
  text-align: center;
  background-color: #8e8e8e;
}

.categoria .categoria-item img,
.categoria .categoria-item2 img,
.categoria-2 .categoria-item img,
.categoria-2 .categoria-item2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.categoria .categoria-item:hover img,
.categoria .categoria-item2:hover img,
.categoria-2 .categoria-item:hover img,
.categoria-2 .categoria-item2:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
*/
.categoria.owl-carousel .owl-item,
.categoria .product-wrap {
    opacity: 1 !important;
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.categoria .owl-nav button {
    color: #999;
    display: inline-block;
    font-size: 40px;
    left: -15px;
    opacity: 0;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;


}

.categoria.owl-carousel .owl-nav button:hover {
    color: #58585A;
}

.categoria.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -15px;
}

@media only screen and (max-width: 767px) {
    .categoria.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .categoria.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
}

.categoria.categoria.owl-carousel>.owl-nav button {
    opacity: 1;
    visibility: visible;
}

.carrusel-index {
    /* margin-top: 100px; */
    background-color: #030303 !important;
}

.carrusel-index2 {
    background-color: #030303;

}

.carrusel-index2 .active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrusel-index img {
    width: 100%;
}

.carrusel-index .capcalera {
    margin-top: 10px;
    /* margin-top: -80px; */


}

.carrusel-index .animated,
.carrusel-index .slider-btn,
.carrusel-index .btn-hover,
.carrusel-index i {
    color: #FFF !important;
}

.carrusel-index .btn-hover {
    border-color: #FFF !important;
}

.carrusel-index .owl-item {
    background-color: #FFF !important;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10px;
}



@media only screen and (max-width: 767px) {
    .carrusel-index i {
        color: #000 !important;
    }

    .carrusel-index {
        margin-top: 10px;
    }

    .carrusel-index .capcalera {
        /* margin-top: -5px; */

    }

    .single-slider .slider-content {
        padding: 0px;
    }
}


.filtros-close-productos .border-left {
    border-left: 2px solid #343a40 !important;
}

.filtros-close-productos a {
    color: #212529;
}

.product-filter-wrapper {
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 35%);
    margin-bottom: 60px;
    padding: 15px 15px 7px;
    display: none;
}

.shop-top-bar .shop-tab a {
    font-size: 14px;
}

a .btn {
    background-color: #f1f2f6;
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 6px 9px 7px;
    text-transform: uppercase;
}

/* logo  */
.logo {
    margin: 0px !important;
}


.logoBlackPrice {
    width: 190px;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logoBlackPrice {
        width: 180px;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .logoBlackPrice {
        width: 170px;
        height: auto;
    }
}

.main-menu nav ul {
    margin-top: 5px;
}

.capcaleraAlerta {
    background-color: transparent !important;
}