/*

Archivo con dependencia de variable encontradas en el masterweb

*/

body{
    overflow-x: hidden;
}



@font-face {
.icon-header
  font-family: Montserrat-ExtraLight;

  src: url('../fonts/Montserrat-ExtraLight.ttf');

}

@font-face {

  font-family: BROmny-Regular;

  src: url('../fonts/br-omny-font-family/BROmny-Regular-BF65557eb88143f.otf');

}

@font-face {

  font-family: BROmny-Bold;

  src: url('../fonts/br-omny-font-family/BROmny-Bold-BF65557eb88a83f.otf');

}

@font-face {

  font-family: BROmny-Light;

  src: url('../fonts/br-omny-font-family/BROmny-Light-BF65557eb87f5b9.otf');

}

@font-face {

  font-family: Montserrat-Light;

  src: url('../fonts/Montserrat-Light.ttf');

}

@font-face {

  font-family: Montserrat-Regular;

  src: url('../fonts/Montserrat-Regular.ttf');

}

@font-face {

  font-family: Montserrat-Bold;

  src: url('../fonts/Montserrat-Bold.ttf');

}

@font-face {

  font-family: WorkSans-Thin;

  src: url('../fonts/WorkSans-Thin.ttf');

}



a, a:hover {

    color: #000;

}



/*oculto el input de buscar del encabezado*/

.title-secundario{

    font-family: 'BROmny-Bold';

    font-size: 40px;

    margin-bottom: 20px;

}

.movil-separador-footer{
    display:none;
}



.cerrar-flotante-wssp{

    position: fixed;

    right: 23px;

    color: white;

    font-family: 'BROmny-Bold';

    font-size: 14px;

    bottom: 106px;

    z-index: 9999;

}



.cerrar-flotante-wssp:hover{

    cursor: pointer;

}



.centerfull {

    display: flex;

    align-items: center;

    justify-content: center;

}



.pointer{

    cursor: pointer;

}

.header{
    margin-top: 25px;
}


.div-top-header {

    background-color: var(--color-secundario);

    color: #FFF;

    font-size: 13px;

    font-family: BROmny-Light;

}



.div-top-header-txt{

    text-align: right;

}



.header-div {

    display: block;
    background-color: #F9E929;

    border-bottom: 1px solid;

    padding: 10px;
    padding-bottom: 0px;
1}



.header-div .div-siguenos{
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
}



.header-div .div-siguenos h4{

    margin: 0;
    font-family: 'BROmny-Regular';
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-right: 30px;

}



.header-div .div-siguenos .div-redes{

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    margin: 0;

    margin-left: 25px;

}



.header-div .div-siguenos .div-redes .item-redes{

    list-style-type: none;

}



.header-div .div-siguenos .div-redes .item-redes a{

    width: 30px;

    height: 30px;

    color: black;

    border: 1px solid black;

    background:white;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 25px;

    margin: 0px 8px;

    text-decoration: none;

}



.header-div .div-siguenos .div-redes .item-redes a:hover{

    color: #8C2889;

    border-color: #8C2889;

}



.menu {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

    height: 100%;

    font-family: BROmny-Regular;

}

.forma-superior-derecha{
    background: #57585a;
    position: absolute;
    width: 52%;
    height: 59px;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.forma-inferior-izquierda{
    background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
    position: absolute;
    width: 36%;
    height: 63px;
    left: 0;
    top: 72px;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
}

.forma-inferior-izquierda-footer{
    background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
    position: absolute;
    width: 186%;
    height: 58px;
    left: -101%;
    bottom: 7px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #6c6c6c;
    border-color: #acacac;
}

.btn-primary {
    border-color: #acacac;
}




.main-menu {

    list-style-type: none;

    margin: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    justify-content: flex-end;

    align-items: flex-end;

    margin-top: 1px;

}

.lista-menu-adicional{
    padding: 16px 15px !important;
}




.main-menu > li:hover:not(:first-child) a {
    color: #f23c47;
}





.main-menu > li {

    display: block;

    position: relative;

    padding: 7px 15px;

}



.main-menu li a > span {

    padding-left: 10px;

    color:white;

}



.main-menu > li a {

    color: black;

    font-family: 'BROmny-Regular';

    font-size:16px;

    font-weight: 600;

}



.sub-menu {

    list-style-type: none;

    position: absolute;

    z-index: 1;

    top: 0;

    left: 100%;

    min-width: 100%;

    max-width: 100%;

    background-color: #fff;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    -moz-transition: all 0.4s;

    padding: 5px 0;



    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);

    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);



    visibility: hidden;

    opacity: 0;



}



.sub-menu li {

    position: relative;

    background-color: transparent;



    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    -moz-transition: all 0.4s;

}



.main-menu > li > .sub-menu {

    top: 100%;

    left: 0;

}



.sub-menu a {

    font-family: BROmny-Regular;

    font-size: 14px;

    line-height: 1.5;

    color: #555;



    display: block;

    padding: 8px 20px;

    width: 100%;



    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    -moz-transition: all 0.4s;

}

.icono-menu-clase{
    position: absolute;
    right: 8px;
    font-size: 17px;
    top: 11px;
    color: #f4465c;
}






/*---------------------------------------------*/

.main-menu > li:hover > a {

    text-decoration: none;

    /* color: #FFF; */

}



.main-menu > li:hover > a span {

    text-decoration: none;

    color: white;

}



.main-menu > li:hover > .sub-menu {

    visibility: visible;

    opacity: 1;

    background-color: rgba(255, 255, 255, 0.80);

    color:var(--color-secundario);

    border-top: solid 8px #f23c47;

}

@media (max-width: 575px){

    .main-menu > li:hover > .sub-menu {

        visibility: visible;

        opacity: 1;

        background-color: var(--color-secundario);;

        color:var(--color-secundario);
    }
}

@media (max-width: 575px){
    .icono-menu-clase{
        display: none;
    }
}




.main-menu  li > .sub-menu a{

    color: black;
    font-size: 15px !important;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'BROmny-Regular';

}



.main-menu  li > .sub-menu a:hover{

    color: #f23c47;

}



.sub-menu li:hover > .sub-menu {

    visibility: visible;

    opacity: 1;

    background-color: rgba(255, 255, 255, 0.80);

}



.sub-menu li:hover {

    /* background-color: var(--color-secundario); */

}



.sub-menu > li:hover > a {

    color: #FFF;

    text-decoration: none;

}



.icon-header {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding: 0;
    margin-top: 15px;

}



.pre-footer .redes{

    justify-content: center;

    padding: 0;

}



.pre-footer .col-md-6 h1{

    justify-content: center;

}



.pre-footer .col-md-6 p{

    text-align: center;

}



.div-search {

    display: flex;
    align-items: center;
    width: 110%;
    margin-top: 15px;

}

.contenedor-menu {
    background: #e9e9ea;
    margin-left: -10px;
    width: 101%;
}

.menu-catalogo-header{
    width: 270px;
    text-align: center;
}

.menu-catalogo-header a{
    font-size: 27px !important;
    font-weight: 700;
}

.barras-header-personaliza{
    position: absolute;
    left: 0;
    font-size: 29px;
    top: 11px;
}



.input-buscar {
    width: 75%;
    padding: 5px 0px;
    font-size: 12px;
    font-family: BROmny-Light;
    border: 1px solid;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #b3acac;
    padding-left: 10px;
    font-family: "BROmny-Regular" !important;
}2



.btn-buscar {

    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    color: #8C2889;
    padding: 5px;
    border-bottom-right-radius: 7px;
    background: gray;
    color: white;
    height: 30px;
    padding-top: 4px;
    margin-left: -4px;
    width: 31px;
    border-top-right-radius: 7px;

}



.input-buscar::placeholder{

    padding-left: 10px;

    color:black;

    font-weight:bold;

}



.btn-buscar:hover {

    color: black;

}


.cont-cart{
    position: absolute;
    margin-left: 1px;
    margin-top: -7px;
}

.js-show-cart p{
    line-height: 14px;
    margin-top: 1px;
    text-align: center;
    font-size: 11px;
}

.js-show-usuario p{
    line-height: 14px;
    margin-top: 1px;
    text-align: center;
    font-size: 11px;
}



.div-cart,

.div-account {

    width: 100%;

    text-align: center;

    font-size: 14px;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    color: black;

    height: 40px;

    padding: 0px 30px 0px 30px;

}



.div-cart .lnr,

.div-account .lnr {

    font-size: 20px;

}



.slider-slick .slider-prev,

.slider-slick .slider-next {

    font-size: 50px;

    z-index: 1;

    position: absolute;

    top: 50%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #FFF;

}





.slick-novedades .slider-next{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 40%;

    left: 100%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #000;

    border-radius: 50%;

    /* border:1px solid #000; */

    padding: 10px;

}

.slick-novedades .slider-prev{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 40%;

    right: 100%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #000;

    border-radius: 50%;

    border:1px solid #000;

    padding: 10px;



}



.slick-mas-vendidos .slider-prev{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 40%;

    right: 100%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;

    border-radius: 50%;

    border:1px solid #fff;

    padding: 10px;

}



.slick-mas-vendidos .slider-next{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 40%;

    left: 100%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #fff;

    border-radius: 50%;

    border:1px solid #fff;

    padding: 10px;

}



.slider-slick .slider-prev {

    left: 10px;

}



.slider-slick .slider-next {

    right: 10px;

}



.slider-inner img{

    width: 100%;
    max-height: 80vh;
    object-fit: cover;

}



.slick-dots {

    bottom: 25px;
    display: none;

}



.slick-dots li button:before {

    font-size: 17px !important;

}

.slick-dots li {
    width: 35px;
}



.slick-dots li.slick-active button:before {

    color: #FFF;

}



.slick-dots li {

    width: 11px;

}



.div-texto-slider {
    position: absolute;
    z-index: 1;
    width: 18%;
    height: 50%;
    top: 25%;
    transform: translate(0, -50%);
    right: 21%;
    text-align: right;
    margin-top: 30px;
}



/*.slider-infor {

    border: 1px solid #FFF;

    padding: 15px;

    margin-bottom: 10px;

}*/



.slider-title {

    font-size: 35px;
    color: black;
    line-height: 1;
    margin: 10px 0px 20px;
    text-transform: uppercase;
    font-family: BROmny-Bold;
    margin-top: 50%;
    line-height: 43px;
    font-weight: 600;

}



.slider-subtitle {

    font-family: BROmny-Regular;
    font-size: 28px;
    color: black;
    line-height: 37px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 500;

}



.slider-intro {

    font-family: BROmny-Regular;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
    margin: 0px;
    text-transform: uppercase;
    background: red;
    width: 223px;
    padding: 11px;
    border-radius: 25px;
    margin-left: 35%;
    margin-top: 50px;

}



.btn-slider {

    padding: 5px 15px;

    width: 30%;

    background-color: var(--color-secundario);

    color: #FFF;

    font-family: BROmny-Regular;

    font-size: 25px;

    line-height: 1;

    text-align: center;

    border: 1px solid var(--color-secundario);

    border-radius: 0px;

}





/*home*/

    .contenedor-seccion-informacion-inicial-home{

        border:solid 2px #D2D2D2;

    }

    .contenedor-seccion-informacion-inicial-home-horario{

        text-align: right;

        padding-right: 0px;

    }



    .contenedor-seccion-informacion-inicial-home-horario span{

        padding:0px 60px 0px 5px;

        border-right: 1px solid #858585;

    }



    .contenedor-seccion-informacion-inicial-home-horario img{

        width: 10%;

    }



    .contenedor-seccion-informacion-inicial-home-envio{

        text-align: left;

        padding-left: 60px;

    }



    .contenedor-seccion-informacion-inicial-home-envio img{

        width: 10%;

    }





/*//////////////////////////////////////////////////////////////////

[ Header cart ]*/

.s-full {

    width: 100%;

    height: 100%;

}

.w-full {

    width: 100%;

}



.flex-w{

    -webkit-flex-wrap: wrap;

    -moz-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -o-flex-wrap: wrap;

    flex-wrap: wrap;

}



.flex-sb {

    justify-content: space-between;

}



.flex-sb-m {

    justify-content: space-between;

    -ms-align-items: center;

    align-items: center;

}



.slick-slider {

    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}



.slick-list {

    position: relative;

    display: block;

    overflow: hidden;

    margin: 0;

    padding: 0;

}



.slick-track {

    position: relative;

    top: 0;

    left: 0;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.slick-initialized .slick-slide {

    display: block;

}



.slick-slide {

    outline: none !important;

}



.slick-slide {

    display: none;

    float: left;

    height: 100%;

    min-height: 1px;

}



.pos-relative {

    position: relative;

}



.wrap-pic-s, .wrap-pic-max-s, .wrap-pic-w, .wrap-pic-max-w, .wrap-pic-h, .wrap-pic-max-h {

    display: block;

}



.wrap-pic-w{

    border: 1px solid #CCC;

}



.wrap-pic-w img {

    width: 100%;

}



.slick-slide img {
    display: block;
    /* min-height: 300px;
    max-height: 300px;
    object-fit: contain; */
}



.how-pos1 {

    position: absolute;

    top: 10px;

    right: 10px;

}



.bor0 {

    border-radius: 50%;

}



.bg0 {

    background-color: #fff;

}



.size-108 {

    width: 40px;

    height: 40px;

}



.cl10 {

    color: #1d1d1d;

}



.wrap-header-cart, .wrap-header-usuario{

    position: fixed;

    z-index: 2;

    width: 100%;

    height: 100vh;

    top: 0;

    right: 0;

    background-color: rgba(0, 0, 0, 0.0);

    visibility: hidden;



    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    -moz-transition: all 0.4s;

    transition: all 0.4s;

}



.header-cart, .div-content-usuario{

    position: fixed;

    z-index: 1;

    width: 390px;

    max-width: calc(100% - 30px);

    height: 100vh;

    top: 0;

    right: -400px;

    background-color: #fff;

    padding: 30px;



    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    -moz-transition: all 0.34;

    transition: all 0.4s;



    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

}



.header-cart::after, .div-content-usuario::after{

    content: "";

    display: block;

    width: 100%;

    height: 9%;

    min-height: 30px;

}



.show-header-cart, .show-header-usuario{

    visibility: visible;

    background-color: rgba(0, 0, 0, 0.6);

}



.show-header-cart .header-cart, .show-header-usuario .div-content-usuario {

    right: 0;
    overflow-y: auto;

}



/*---------------------------------------------*/

.header-cart-title, .header-usuario-title {

    width: 100%;

    max-width: 100%;

    font-size: 25px;

    display: flex;

    justify-content: space-between;

    -ms-align-items: center;

    align-items: center;

    margin-bottom: 20px;

}



.header-usuario-title-cuenta{

    width: 100%;

    max-width: 100%;

    font-size: 20px;

    display: flex;

    justify-content: space-between;

    -ms-align-items: center;

    align-items: center;

    margin-bottom: 20px;

    text-transform: inherit;

}



.header-cart-content {

    flex-grow: 1;

    overflow: auto;

    align-content: space-between;

    height: 100%;

    margin-bottom: 20px;

}



.header-cart-wrapitem {

    flex-grow: 1;

    height: 68%;

    padding: 15px 0px;

    border-top: 1px solid #CCC;

    border-bottom: 1px solid #CCC;

}



.body-usuario label{

    margin: 0px;

    font-family: BROmny-Light;

    font-size: 14px;

}



.body-usuario input, .form-control{

    font-family: BROmny-Light;

    font-size: 13px;

    border: none;

    border-radius: 0px;

    border-bottom: 1px solid #CCC;

    margin-bottom: 5px;

    padding: 3px 0px;

    height: 30px;

}



.btn-user{

    background-color: var(--color-secundario);

    color: black;

    font-size: 14px;

    text-transform: uppercase;

    font-family: BROmny-Regular;

    width: 100%;

    border-radius: 0px;

    border: 1px solid var(--color-secundario);

    margin-top: 5px;

}



.btn-user:hover{

    background-color: #FFF;

    color: black;

}



.recordar-clave{

    margin-bottom: 15px;

    margin-top: 10px;

    color: black;

    font-size: 14px;

    font-family: BROmny-Light;

}



/*---------------------------------------------*/

.header-cart-item {

    display: flex;

    align-items: center;

    margin-bottom: 10px;

    list-style-type: none;

}



.header-cart-item-img {

    width: 60px;

    position: relative;

    margin-right: 20px;

    cursor: pointer;

}



.header-cart-item-img img {

    width: 100%;

}



/*---------------------------------------------*/

.header-cart-item-txt {

    width: calc(100% - 110px);

}



.header-cart-item-name {

    display: block;

    font-family: BROmny-Regular;

    font-size: 14px;

    color: #555;

    line-height: 1.3;

}



.header-cart-item-info {

    display: block;

    font-family: BROmny-Regular;

    font-size: 14px;

    color: #888;

    line-height: 1.5;

}



.header-cart-item-delete{

    width: 30px;

    position: relative;

    cursor: pointer;

    text-align: center;

}



.btn-delete-cart{

    background-color: transparent;

    border: none;

    width: 100%;

    height: 100%;

    text-align: center;

    cursor: pointer;

    padding: 15px 3px;

}



.btn-delete-cart:hover{

    color: var(--color-secundario);

}



.header-cart-total {

    font-family: BROmny-Regular;

    font-size: 20px;

    color: #222;

    line-height: 1.3;

    text-align: center;

}



.mtext-103 {

    font-family: BROmny-Bold;

    font-size: 18px;

    line-height: 1.333333;

    text-transform: uppercase;

}



.header-cart-buttons{

    text-align: center;

    margin-top: 20px;

}



.btn-carrito-det{

    background-color: var(--color-secundario);

    font-family: BROmny-Regular;

    color: black;

    border-radius: 0px;

}



.size-lineas{

    width: calc(100% / 2);

    padding: 10px;

}



.block-linea {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid black 1px; /* Aplica el borde al contenedor */
    padding: 5px; /* Mantiene el espacio interno sin afectar la imagen */
    min-height: 400px;
    max-height: 400px;
}

/* Ajustes para la imagen */
.img-slide-carousel-categorias {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px; /* Mantiene la imagen redondeada */
    transition: transform 0.3s ease-in-out;
}

/* Efecto de zoom sin perder los bordes */
.block-linea:hover .img-slide-carousel-categorias {
    transform: scale(1.1);
    clip-path: inset(0 round 10px); /* Mantiene los bordes redondeados */
}






.btn-linea{

    background: #8C2889;

    color: #ffffff;

    font-size: 25px;

    border: solid 1px white;

    font-family: 'BROmny-Regular';

    text-align: center;

    padding: 5px;

    width: 50%;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

    margin: auto;

}

@media (max-width: 575px){

    .btn-linea{
        font-size: 8px;
    }

    .block-linea-info{
        font-size: 12px;
    }

    .btn-slider {

        padding: 5px 15px;

        width: 35%;

        background-color: var(--color-secundario);

        color: #FFF;

        font-family: BROmny-Regular;

        font-size: 8px !important;

        line-height: 1;

        text-align: center;

        border: 1px solid var(--color-secundario);

        border-radius: 0px;
    }

    .slick-dots{
        display: none;
    }

}





.btn-linea:hover{

    background: #8C2889;

    color: #ffffff;

}



.title-sec{

    text-align: center;

    text-transform:uppercase;

    font-family: BROmny-Bold;

    font-size: 48px;

}



.title-sec-deco{

    position: relative;

    width: 40%;

    height: 4px;

    border-radius: 2px;

    background-color: var(--color-secundario);

    margin: 0 auto;

}



.mas-vendidos .title-sec-deco{

    position: relative;

    width: 40%;

    height: 4px;

    border-radius: 2px;

    background-color: var(--color-secundario);

    margin: 0 auto;

}



.text-sec{

    font-family: 'BROmny-Light';

    font-size: 22px;

    text-align: center;

    justify-content: center;

}



/****** Productos ******/

.item-pro{

    padding: 15px;

    position: relative;

}



.item-pro-img{

    display: block;

    position: relative;

    overflow: hidden;

    border: 1px solid #CCC;

    padding: 3px;

}



.item-pro-img img{

    width: 100%;

    -webkit-transition: transform 0.9s ease;

    -o-transition: transform 0.9s ease;

    -moz-transition: transform 0.9s ease;

    transition: transform 0.9s ease;

    min-height: 300px;
    max-height: 300px;
    object-fit: contain;

}



.item-pro-img:hover img{

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.item-pro-div-btn{

    position: absolute;

    left: 50%;

    transform: translate(-50%, 0);

    display: none;

    align-content: center;

    justify-content: center;

    margin-top: -21px;

    z-index: 1;

}



.item-pro:hover .item-pro-div-btn{

    display: flex;

}



.item-pro:hover .item-pro-div-opt{

    display: block;

}



.btn-item-pro, .btn-pro-det{

    background-color: var(--color-secundario);
    color: black;
    font-family: BROmny-Regular;
    font-family: 16px;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid var(--color-secundario);
    margin: 3px;
    cursor: pointer;
    font-size: 12px;
    width: 166px;
    font-weight: 600;
}



.btn-item-pro-icon{

    background-color: black;
    color: white;
    font-family: BROmny-Regular;
    font-family: 16px;
    text-transform: uppercase;
    padding: 0px;
    border: 1px solid black;
    margin: 3px;
    cursor: pointer;
    width: 24px;
    font-size: 14px;
}



.btn-item-pro:hover, .btn-item-pro-icon:hover, .btn-pro-det:hover{

    background-color: #FFF;

    color: black;

}



.btn-pro-det{

    margin-left: 100px;

}



.item-pro-div-ofe{

    position: absolute;

    top: 30px;

    left: 5px;

    padding: 0px 15px;

    background-color: #F9E929;

    font-size: 14px;

    color: #FFF;

}

.post-thumb img{
    min-height: 150px;
    max-height: 150px;
    object-fit: contain;
}

.contenedor-talleres-blogs {
    border: solid 1px #e9e9e9;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px;
    text-align: justify;
    min-height: 450px;
    max-height: 450px;
}



.item-pro-div-agotado{

    position: absolute;

    top: 30px;

    right: 5px;

    padding: 0px 15px;

    background-color: #dc3545;

    font-size: 14px;

    color: #FFF;

}



.btn-agotado, .btn-agotado:hover{

    background-color: #545b62;

    border-color: #545b62;

    color: #FFF;

}



.item-pro-info .nombre-pro{

    height: 40px;

    overflow: auto;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;

}



.item-pro-div-opt{
    display: none;
    position: absolute;
    left: 50%;
    /*top: 50%;
    transform: translate(-50%, -55%);*/
    bottom: 10%;
    transform: translate(-50%, 0);
    width: 90%;
    margin: 0 auto;
    padding: 6px 15px;
    color: #FFF;
    text-align: center;
    max-height: 85%;
    overflow: auto;
    background-color: var(--color-secundarioOpacity);
}

.reverse-opt{
    display: block;
    position: absolute;
    left: 15px;
    cursor: pointer;
    margin-bottom: -2px;
}

.reverse-opt:hover i{
    animation: 1.3s spin linear infinite;
}

.opciones-producto-detalle .item-pro-div-opt{

    display: block;

    position: relative;

    margin: 0;

    left: inherit;

    bottom: inherit;

    transform: inherit;

    padding: 0px;

    width: 100%;

    text-align: left;

    background: none;
}



.back-opacity-opt{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    background-color: #F9E929;

    opacity: 0.8;

}



.item-pro-size{

    padding: 3px;
    display: inline-flex;
    position: relative;

}



.item-pro-size label{

    position: relative;
    border: 1px solid #FFF;
    border-radius: 20px;
    color: #FFF;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    padding: 2px 5px;
    float: left;
    min-width: 30px;

}



.list-option label{

    position: relative;
    min-width: 30px;
    border: 1px solid var(--color-secundario);
    border-radius: 20px;
    color: var(--color-secundario);
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    padding: 2px 5px;

}



.item-pro-size:hover label{

    border: 1px solid var(--color-secundario);

    color: var(--color-secundario);

    background-color: #FFF;

}



.list-option label:hover{

    border: 1px solid var(--color-secundario);

    color: #FFF;

    background-color: var(--color-secundario);

}

.select-item-pro-opt{
    text-align: center;
    font-size: 13px;
    padding: 1px 7px;
    width: 80%;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 20px;
    text-align-last:center;
}

.select-item-pro-opt option{
    color: #FFF;
    background-color: var(--color-secundario);
}


.item-pro-size:hover .disabled{

    border: 1px solid #FFF;

    color: #FFF;

    background-color: transparent;

}



.item-pro-size .disabled .div-disabled, .item-pro-color .disabled .div-disabled{

    display: block;

}



.item-pro-color{

    width: calc(100% / 7);

    display: flex;

    align-content: center;

    justify-content: center;

    padding: 3px;

}



.list-color, .list-option{

    padding: 3px;
    display: flex;

}



.list-color .div-color{

    width: 40px;

    display: block;

    padding: 3px;

}



.list-option .div-color{

    display: inline-flex;
    padding: 3px;

}

.list-color .cont-color-div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.list-color .cont-color-div span{
    padding-right: 5px;
    font-size: 13px;
    line-height: 0;
}


.item-pro-color label, .list-color div label{

    position: relative;

    width: 100%;

    height: 20px;

    border: 1px solid #FFF;

    border-radius: 20px;

    margin: 0;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 12px;

}



.item-pro-color label i, .list-color div label i{

    display: none;

    color: white;

    mix-blend-mode: difference;

}



.item-pro-color:hover i, .list-color div:hover label i{

    display: block;

}



.list-color .active i, .item-pro-color .active i{

    display: block;

}



.item-pro-size .active{

    background-color: #FFF;

    color: var(--color-secundario);

}



.list-option .active{

    background-color: var(--color-secundario);

    color: #FFF;

}



.div-disabled{

    display: none;

    width: 110%;

    height: 2px;

    background-color: red;

    position: absolute;

    top: 50%;

    transform: rotate(-45deg);

}



.opciones-producto-detalle .item-pro-size .active{

    background-color: var(--color-secundario);

    color: #FFF;

}



.item-pro-size label input, .item-pro-color label input, .list-color div label input, .list-option div label input{

    position: absolute;

    visibility: hidden;

}



.opciones-producto-detalle .item-pro-opt, .pro-det-cant{

    display: flex;

    align-items: center;

}



.opciones-producto-detalle .item-pro-opt .flex-w{

    display: block;

}



.opciones-producto-detalle .item-pro-opt .item-pro-color{

    width: 35px;

    float: left;

}



.opciones-producto-detalle .item-pro-opt .item-pro-color label{

    height: 22px;

}



.opciones-producto-detalle .item-pro-size{

    width: auto;

    float: left;

}



.opciones-producto-detalle .item-pro-size label{

    border: 1px solid var(--color-secundario);

    color: var(--color-secundario);

    background-color: #FFF;

    text-align: center;

}



.opciones-producto-detalle .item-pro-size:hover label{

    color: #FFF;

    background-color: var(--color-secundario);

}



.btn-item-pro-opt-icon{

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid transparent;

    cursor: pointer;

    background-color: #FFF;

    color: #333;

    font-size: 12px;

    padding: 0px 5px;

}



.btn-item-pro-opt-icon:hover{

    border: 1px solid #FFF;

    cursor: pointer;

    background-color: var(--color-secundario);

    color: black;

}

.btn-pro-det-opt-icon-right{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-pro-det-opt-icon-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}



.btn-pro-det-opt-icon{

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--color-secundario);

    cursor: pointer;

    background-color: var(--color-secundario);

    color: black;

    font-size: 12px;

    padding: 0px 10px;

}



.btn-pro-det-opt-icon:hover{

    cursor: pointer;

    background-color: #FFF;

    color: black;

}

.input-cant{

    width: 70px;
    height: 27px;
    text-align: center;
    border: 1px solid var(--color-secundario);

}

.input-cant-resumen{

    height: 35px !important;
}



.opciones-producto-detalle .input-cant{

    width: 70px;

    height: 35px;

    text-align: center;

    border: 1px solid var(--color-secundario);

}



.input-cant::-webkit-outer-spin-button,

.input-cant::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



.btn-item-pro-conf{

    background-color: #FFF;

    color: var(--color-secundario);

    font-family: BROmny-Regular;

    font-family: 16px;

    text-transform: uppercase;

    width: 100%;

    text-align: center;

    border: 1px solid var(--color-secundario);

    cursor: pointer;

}



.btn-item-pro-conf:hover{

    background-color: var(--color-secundario);

    color: #FFF;

    border: 1px solid #FFF;

}



.item-pro-info{

    margin-top: 19px;

    text-align: center;

    font-family: BROmny-Regular;

}



.item-pro-price{

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 600;

}



.price-old{

    text-decoration: line-through;

    margin-right: 15px;

    color: #868686;

}



.div-sub-banner{

    border-top: 1px solid #808080;

    margin-top: 40px;

    padding-top: 40px;

    margin-bottom: 40px;

}



.item-sub-banner{

    font-family: BROmny-Light;

    color: #000;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: left;

    font-size: 14px;

}



.item-sub-banner div{

    margin-left: 15px;

}



.sub-nav{

    margin: 0px;

    display: flex;

    padding: 0px;

    padding-top: 25px;

    padding-bottom: 25px;

}



.item-sub-nav{

    font-family: BROmny-Light;

    color: #888;

    text-decoration: none;

    list-style: none;

}



.item-sub-nav a, .item-sub-nav a:active, .item-sub-nav a:link{

    color: #888;

}



.item-sub-nav a:hover{

    color: var(--color-secundario);

}



.item-sub-nav i{

    margin: 0px 10px;

}



.div-cont-fil:last-child{

    margin-bottom: 0px;

}



.item-fil{

    margin-bottom: 20px;

}



.item-fil-tit{

    font-size: 15px;

    text-transform: uppercase;

    font-family: BROmny-Regular;

    padding-bottom: 10px;

    margin-bottom: 10px;

    position: relative;

    margin-top: 0px;

    z-index: 0;

    border-bottom: 2px solid #e8e8e8;

}



.list-categories{

    padding: 0px;

}



.list-categories li{

    list-style-type: none;

    font-size: 15px;

    font-family: 'BROmny-Light';

}

.list-categories li label{
    cursor: pointer;
    margin: 0px;
    margin-left: 5px;
}

.list-categories li label:hover{
    text-decoration: underline;
}


.catalogo-enc{

    padding: 15px;

    background-color: var(--color-secundario);

    font-family: BROmny-Regular;

    font-size: 14px;

    color: black;

}



.catalogo-enc select{

    padding: 2px 10px;

    margin-left: 10px;

    font-size: 13px;

    border: 1px solid #FFF;

}



.list-products{

    margin: 0px -15px;

    display: flex;

    align-items: center;

}



.product-grid .item-pro{

    width: calc(100% / 3);

}



.nav-pills li{

    width: 100%;

}



.nav-pills li a, .nav-pills li a:active, .nav-pills li a:visited, .nav-pills li a:link{

    color: #333;

}



.nav-pills li a:hover, .nav-pills .active a, .nav-pills .nav-link.active, .nav-pills .show>.nav-link{

    color: #FFF !important;

    background-color: var(--color-secundario) !important;

}



.item-resumen{

    display: flex;

    align-content: center;

    padding: 10px 0px;

    border-bottom: 1px solid #CCC;

}



.img-resumen{

    width: 80px;

    margin: 0px 15px;

}



.item-resumen-nombre{

    width: 100%;

    font-family: BROmny-Light;

    font-size: 14px;

    padding: 0px 15px;

    display: flex;

    align-items: center;

}



.item-resumen-nombre a{

    font-family: BROmny-Regular;

    font-size: 20px;

}



.quantity{

    margin: 0px 15px;

}



.quantity .control{

    display: flex;

    align-content: center;

    justify-content: center;

    margin-right: 10px;

}



.resumen-precio{

    width: 35%;

    font-family: BROmny-Light;

    margin: 0px 0px 0px 15px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    text-align: right;

    font-size: 14px;

}



.resumen-precio-old{

    text-decoration: line-through;

    color: #868686;

    font-size: 13px;

}



.btn-icon-remove{

    border: 1px solid transparent;

    background-color: transparent;

    cursor: pointer;

    color: #333;

}



.btn-icon-remove:hover{

    border: 1px solid var(--color-secundario);

    background-color: var(--color-secundario);

    color: #FFF;

}



.btn-resumen-cant{

    background-color: #FFF;

    border: 1px solid #CCC;

    color: #333;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

}



.btn-resumen-cant:hover{

    background-color: var(--color-secundario);

    border: 1px solid var(--color-secundario);

    color: #FFF;

}



.input-resumen-cant{

    width: 80px;

    height: 30px;

    padding: 3px;

    text-align: center;

    border: 1px solid #CCC;

    font-size: 13px;

    -moz-appearance: textfield;

    font-family: BROmny-Light;

}



.input-resumen-cant::-webkit-outer-spin-button,

.input-resumen-cant::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



.resumen-totales{

    text-align: right;

    font-family: BROmny-Light;

    font-size: 20px;

}



.btn-icon{

    background-color: var(--color-secundario);

    color: #FFF;

    border: 1px solid var(--color-secundario);

}



.btn-icon:hover{

    background-color: #FFF;

    color: black;

}



.input-bono{

    font-family: BROmny-Light;

    text-align: center;

    width: 100%;

    font-size: 14px;

    height: 36px;

    border: 1px solid var(--color-secundario);

}



.btn-catalogo{

    background-color: var(--color-secundario);

    font-family: BROmny-Regular;

    color: #FFF;

    border-radius: 0px;

}



.btn-catalogo:hover{

    background-color: #FFF;

    border-color: var(--color-secundario);

    color: black;

}



.btn-catalogo-default{

    background-color: #333;

    font-family: BROmny-Regular;

    color: #FFF;

    border-radius: 0px;

}



.btn-catalogo-default:hover{

    background-color: var(--color-secundario);

    color: black;

}



.slick-novedades .slick-dots{

    position: relative;

    bottom: inherit;

    margin-bottom: 15px;

}



.slick-novedades .slick-dots li.slick-active button:before{

    color: #333;

}



.slick-mas-vendidos .slick-dots{

    position: relative;

    bottom: inherit;

    margin-bottom: 15px;

}



.slick-mas-vendidos .slick-dots li.slick-active button:before{

    color:#333;

}



.error-formulario-checkout {

    color: red;

    font-size: 12px;

    display: none;

    font-family: BROmny-Light;

}



.checkout-form {

    display: inline-block;

    padding: 25px;

    border: 1px solid #f3f3f3;

    margin-bottom: 25px;

    width: 100%;

    border-radius: 0px;

    font-family: BROmny-Light;

}



.checkout-title{

    font-family: BROmny-Bold;

    font-size: 23px;

    text-transform: uppercase;

    margin-bottom: 25px;

}



.bootstrap-select>.dropdown-toggle{

    border-bottom: 1px solid #CCC;

    border-radius: 0px;

    padding: 3px 0px;

    background-color: #FFF;

    font-size: 13px;

    display: none;

}



.bootstrap-select>.dropdown-menu li{

    font-size: 13px;

}



.dropdown-item.active, .dropdown-item:active{

    color: #FFF;

    text-decoration: none;

    background-color: var(--color-secundario);

}



.bs-searchbox .form-control{

    height: 30px;

}



.list-product-order{

    padding: 0px;

}



.order-total{

    font-size: 18px;

}



.btn-primary{

    background-color: var(--color-secundario);

    font-family: BROmny-Regular;

    color: black;

    border-radius: 0px;

    margin-top: 15px;

    float: right;

}



.btn-primary:hover{

    background-color: #FFF;

    border-color: var(--color-secundario);

    color: var(--color-secundario);

}



.footer{

    width: 100%;

    border-top: 1px solid #F9E929;

    padding: 60px 0px;

    background-color: #F9E929;

    color: white;
}

.contenedor-footer-parte-superio{

    margin-top: 50px;
    background: gray;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

.contenedor-footer-parte-superio .list-inline-item{
    margin-right: 30px !important;
}



.footer .div-siguenos{

    align-items: center;

}



.footer .div-siguenos h4{

    margin: 0;

    font-family:'BROmny-Regular';

    font-size: 24px;

    font-weight: 600;
    color:black;

}


.icono-footer-contacto{
    width: 40px !important;
}

.div-newsletter{
    padding-left: 11%;
}

.div-newsletter p{
    color:black;
    padding-left: 15px;
    font-weight: bold;
}

.logo-footer-inferior{
    z-index: 2;
    position: relative;
    margin-left: -70px;
    width: 100%;
}

.footer .div-siguenos .div-redes{

    justify-content: center;
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
    margin-left: 25px;
    margin-top: 30px;
}



.footer .div-siguenos .div-redes .item-redes{

    list-style-type: none;

}



.footer .div-siguenos .div-redes .item-redes a{

    width: 30px;
    height: 30px;
    color: black;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0px 3px;
    background: white;
    text-decoration: none;

}



.footer .div-siguenos .div-redes .item-redes a:hover{

    /*color: var(--color-secundario);

    border-color: var(--color-secundario);*/

    color: #f23c47;

    border-color: #f23c47;

}



.btn-newsletter{

    font-family: BROmny-Regular;

    color: #FFF;

    background-color: #333333;

    margin-top: 15px;

}



.btn-newsletter:hover{

    background-color: var(--color-secundario);
    border: 2px solid var(--color-primario);

}



.footer-intro{

    font-family: WorkSans-Thin;

    font-size: 18px;

    font-weight: bold;

    text-align: center;

    color: #ffffff;

}



.footer-tit{

    font-family: BROmny-Regular;

    font-size:25px;

    font-weight: 600;

    text-transform: uppercase;

}



.div-menu-foot{

    padding: 0px;

}



.div-menu-foot li{

    font-family: BROmny-Light;

    font-size: 18px;

  /*  font-weight: 600;*/

    color: #ffffff;

}



.div-menu-foot li a{

    font-family: BROmny-Light;

    font-size: 16px;

    color: #ffffff;

}



.derechos{

    text-align: center;

    font-family: BROmny-Light;

    font-size: 16px;

    font-weight: 500;

    /*border-top: 1px solid #666;*/

    padding-top: 30px;

    color:#ffffff;

}



.derechos p small{

    font-family: BROmny-Light;

    font-size: 14px;

    font-weight: 600;

    color: black;

}



.derechos p small a{

    color: balck;

}



.slicknav_menu {

    *zoom: 1;

    font-size: 16px;

    background: #4c4c4c;

    padding: 5px;

}



.slicknav_menu, .slicknav_menu * {

    box-sizing: border-box;

}



.slicknav_menu:after, .slicknav_menu:before {

    content: " ";

    display: table;

}



.canvas__open{

    display: none;

}



.offcanvas-menu-wrapper{

    display: none;

}



/*//////////////////////////////////////////////////////////////////

[ Slick3 ]*/

.wrap-slick3 {

  position: relative;

}



/*---------------------------------------------*/

.wrap-slick3-arrows {

  position: absolute;

  z-index: 100;

  width: 83.333333%;

  right: 0;

  top: calc(50% - 20px);

}



.arrow-slick3 {

  font-size: 25px;

  color: black;



  position: absolute;

  top: 0;

  width: 40px;

  height: 40px;

  background-color: var(--color-secundario);



  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

    border: 1px solid var(--color-secundario);

}



.arrow-slick3:hover {

  background-color: #FFF;

    color: var(--color-secundario);

}



.prev-slick3 {left: 0px;}

.next-slick3 {right: 0px;}

.lnr-chevron-left{top:50%;}

.referencia-producto-detalle{
    margin-top: 10px;
}

.precioDetalle{

    position: relative;
    display: block;
    font-size: 20px;
    font-family: BROmny-Light;
    margin-top: 20px;

}



.precioDetalle .producto-price-old{

    color: #888;

    text-decoration: line-through;

    margin-right: 15px;

}



/*---------------------------------------------*/

.wrap-slick3-dots {

  width: 11.111111%;

}



.slick3 {

  width: 83.333333%;

}

.slick3-dots{
    position: relative;
    max-height: 360px;
    overflow: auto;
}

.slick3-dots li {

  display: block;

  position: relative;

  width: 100%;

  margin-bottom: 8px;

    border: 1px solid #CCC;

}



.slick3-dots li img {

  width: 100%;

}



.slick3-dot-overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  cursor: pointer;

  border: 2px solid transparent;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.slick3-dot-overlay:hover {

  border-color: #ccc;

}



.slick3-dots .slick-active .slick3-dot-overlay {

  border-color: #ccc;

}



.item-slick3{

    padding-right: 1px;

}



/*//////////////////////////////////////////////////////////////////

[ RS Magnific-Popup ]*/

.mfp-bg {

  z-index: 10000;

  background-color: #000;

  opacity: 0.9;

}



.mfp-wrap {

  z-index: 10000;

}



.mfp-arrow:after,

.mfp-arrow:before {

  display: none;

}



.mfp-arrow {

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



button.mfp-arrow-right {

  background-image: url(../images/icons/icon-next.png);

  background-position: center center;

  background-repeat: no-repeat;

}



button.mfp-arrow-left {

  background-image: url(../images/icons/icon-prev.png);

  background-position: center center;

  background-repeat: no-repeat;

}



button.mfp-close {

  width: 75px !important;

  height: 58px !important;

  line-height: 44px;

  position: fixed;

  right: 0;

  top: 0;

  color: transparent !important;

  background-image: url(../images/icons/icon-close.png);

  background-position: center center;

  background-repeat: no-repeat;

  cursor: pointer !important;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.slick-dotted.slick-slider{

    margin-bottom: 0px;

    /*border-top: 6px solid #8C2889 ;*/

}



.tit-opt{

    width: 100px;

    min-width: 100px;

    font-family: BROmny-Light;

    font-size: 15px;

    color: #333;

}



.div-compartir{

    display: flex;

    align-content: center;

}



.twitter-like{

    margin-left: 5px;

    position: relative;

    top: 4px;

}



.modal-backdrop{

    z-index: 998;

}



.modal{

    z-index: 999;

}



.modal-xl{

    max-width: 1000px;

}



.price-slider{

    padding: 10px 5px;

}

.logo{

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 0px;

    margin: 0;

    width: 100%;

    height: 100px;

}



.logo img{

    image-rendering: -webkit-optimize-contrast;
    width: 94%;
    height: auto;
    margin-left: -60%;
    margin-bottom: 16px;

}

.titulo-producto-detalle{
    line-height: 0.8;
}

.titulo-producto-detalle small{
    font-size: 18px;
    color: #888;
}

/*---------------------------------------------*/

@media (max-width: 575px) {

    .pro-det-div-btn{

	text-align:center;

     }

    .sub-nav{

	display:block;

    }



    .header .div-siguenos{

        justify-content: center;

        margin-bottom: 15px;

    }



    .item-sub-nav{

	float:left;

	font-size:12px

    }

    .product-grid .item-pro {

        width: calc(100% / 2);

    }

    .slicknav_nav .slicknav_arrow{

        display: inline-block;

        color:#000;

    }

    .slicknav_nav .slicknav_item a,

    .slicknav_nav .slicknav_parent-link a{

        padding: 0;

        margin: 0;

        background: none;

    }



    .main-menu > li a {

        text-transform: uppercase;

        font-family: 'BROmny-Regular';

        font-size: 15px;

        color: white !important;

       padding-left : 10px;

    }



    .main-menu li a > span{

        display: none;

    }



    .input-cant{

        width: 50px;

        height: 25px;

        padding: 3px;

        text-align: center;

        border: 1px solid transparent;

        font-size: 13px;

        -moz-appearance: textfield;

    }

    .header-cart {

        padding: 30px;

    }



    .header-cart-title {

        padding-bottom: 35px;

    }



    .div-top-header-txt{

        text-align: center;

        font-size: 12px;

    }



    .div-top-header-txt img{

        width: 30px;

    }



    .logo{

        padding: 0px;

        width: 100%;

        height: auto;

        padding-bottom: 10px;

        margin-top: -30px;

        margin-left: 65px;

    }



    .logo img{

        width: 46%;

        image-rendering: -webkit-optimize-contrast;
        margin-left: -100%;
    }

    .offcanvas__logo



    .menu{

        display: none;

    }



    .icon-header{

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0;

    }



    .header-div{

        height: inherit;

    }



    .div-texto-slider{

        width: 53%;
        left: 42%;
        top: -15px;

    }



    .slider-infor{

        padding: 7px;

        margin-bottom: 4px;

        font-family: 'BROmny-Regular';

        font-size: 24px;

    }



    .slider-title{

        font-size: 18px;
        margin: 0px 0px 0px;
        line-height: 20px;
    }



    .slider-subtitle {
        font-size: 18px;
        margin: auto;
        line-height: 22px;
        margin-top: 16px;
    }



    .slider-intro{

        font-family: BROmny-Regular;
        font-size: 13px;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        margin: 0px;
        text-transform: uppercase;
        background: red;
        width: 170px;
        padding: 11px;
        border-radius: 25px;
        margin-left: 26px !important;
        margin-top: 10px !important;

    }



    .parentesis-izquierdo{

        height: 85px !important;

        width: 15%;

        position: absolute;

    }



    .parentesis-derecho{

        height: 85px !important;

        width: 15%;

        position: absolute;

        top: 0;

        left: 85%;

    }





    .btn-slider{

        font-size: 12px;

    }



    .size-lineas{

        width: calc(100% / 2);

        padding: 4px;

    }



    .title-sec{

        font-size: 25px;

    }



    .title-secundario{

        text-transform: uppercase;

        font-family: 'BROmny-Bold';

        font-size: 35px;

    }



    .item-sub-banner{

        display: block;

        width: 50%;

        text-align: center;

        padding: 5px;

    }



    .footer .div-siguenos{

        justify-content: center;

        margin-top: 25px;

    }



    .div-newsletter{

        text-align: center;

        margin-bottom: 15px;

    }



    .footer-tit{

        text-align: center;

    }



    .div-menu-foot{

        text-align: center;

    }



    .item-pro-color{

        width: calc(100% / 4);

    }



    .item-pro-size{

        width: calc(100% / 3);

    }



    .btn-item-pro, .btn-item-pro-icon{

        height: 25px;

        font-size: 12px;

        padding: 3px 15px;

    }



    .item-pro-info{

        margin-top: 13px;

    }



    .item-pro-price, .item-pro-info{

        font-size: 13px;

    }



    .slick-noticias .slider-prev,

    .slick-noticias .slider-next{

        display: none !important;

    }



    .slick-mas-vendidos .slider-prev,

    .slick-mas-vendidos .slider-next{

        display: none !important;

    }



    .slick-novedades .slider-prev,

    .slick-novedades .slider-next{

        display: none !important;

    }



    .div-volver{

        margin-bottom: 10px;

    }

    .no-padding-movil{

        padding: 0px !important;

    }

    .titulo-producto-detalle{

        font-size: 30px;

        margin-top: 20px;

        text-align: center;

    }

    .btn-pro-det{

        margin: 10px 0px;

        /*width: 100%;*/

    }

    .info1-movil{

        text-align: center;

    }

    .div-compartir{

        justify-content: center;

    }

    .tit-opt{

        width: auto;

        margin-right: 15px;

    }

    .opciones-producto-detalle .item-pro-opt, .opciones-producto-detalle .pro-det-cant{

        justify-content: center;

    }

    .div-tab-movil{

        margin: 0px !important;

        padding: 10px 0px !important;

    }

    .sec-product-detail{

        padding-bottom: 20px !important;

    }

    .item-pro-div-opt, .item-pro-div-btn{

        display: none;

        visibility: hidden;

    }

    .opciones-producto-detalle .item-pro-div-opt, .opciones-producto-detalle .item-pro-div-btn{

        visibility: visible;

    }

    .product-grid .item-pro{

        width: calc(100% / 2);

    }



}



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





    .offcanvas-menu-overlay {

        position: fixed;

        left: 0;

        top: 0;

        height: 100%;

        width: 100%;

        background: rgba(0, 0, 0, 0.7);

        content: "";

        z-index: 98;

        -webkit-transition: all, 0.5s;

        -o-transition: all, 0.5s;

        transition: all, 0.5s;

        visibility: hidden;

    }



    .offcanvas-menu-overlay.active {

        visibility: visible;

    }



    .offcanvas-menu-wrapper {

        display: block;

        position: fixed;

        top: 0px;

        left: -270px;

        width: 310px;

        height: 100%;

        background: #fff;

        padding: 70px 20px 30px 30px;

        display: block;

        z-index: 99;

        overflow-y: auto;

        -webkit-transition: all, 0.5s;

        -o-transition: all, 0.5s;

        transition: all, 0.5s;

        opacity: 0;

    }

    .slicknav_menu li {
        border-bottom: 1px solid #707070;
        margin-bottom: 9px;
    }



    .offcanvas-menu-wrapper.active {

        opacity: 1;

        left: 0;

        background: #F9E929;

    }



    .offcanvas__close {

        position: absolute;

        width: 40px;

        height: 40px;

        right: 30px;

        top: 25px;

        border: 1px solid #ddd;

        border-radius: 50%;

        font-size: 26px;

        text-align: center;

        display: flex;

        align-items: center;

        justify-content: center;

        cursor: pointer;

    }



    .slicknav_menu {

        background: transparent;

        padding: 0;

        margin-bottom: 20px;

    }



    .slicknav_btn {

        display: none;

    }



    .slicknav_nav {

        display: block !important;

    }



    .slicknav_nav ul {

        margin: 0;
        padding-left: 11px;

    }



    .slicknav_nav .slicknav_row:hover {

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        border-radius: 0px;

        background: none;

    }



    .slicknav_nav .slicknav_row, .slicknav_nav a {

        /*padding: 7px 0;*/

        margin: 0;

        /*color: #333 !important;*/

        font-size: 15px;

        font-family: BROmny-Light;

    }

    /*@media only screen and (max-width: 767px)
        .slicknav_nav .slicknav_row, .slicknav_nav a {
            padding: 7px 0;
            margin: 0;
            color: #333;
            font-size: 15px;
            font-family: BROmny-Light;
        }
    }*/



    .main-menu > li{

        padding: 0px;

    }



    .main-menu > li > .sub-menu {

        top: inherit;

        left: inherit;

        position: relative;

        color: #333;

        background: inherit;

        box-shadow: none;

        visibility: visible;

        opacity: 1;

    }



    .input-buscar{

        width: 84%;
        height: 30px;

    }



    .input-buscar::placeholder{

        padding-left: 10px;

        color:black;

        font-weight:bold;

    }



    .canvas__open{

        display: block;

        width: 70px;

        text-align: center;

    }

    .canvas__open{
        font-size: 22px;
        margin-left: -18px;
    }



    .offcanvas__logo{

        text-align: center;

        display: flex;

        justify-content: center;

        padding-top: 18px;

        margin-bottom: 18px;

        background-color: none;

    }

    .offcanvas__logo .logo img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: -60%;
    }

}

/*//////////////////////////////////////////////////////////////////

/*[Novedades]*/

.novedades .title-secundario{

    text-transform: uppercase;

    font-family: 'BROmny-Bold';

    font-size: 40px;

}

/*//////////////////////////////////////////////////////////////////

[Mas vendidos]*/



.mas-vendidos{

    background-color: var(--color-secundario);

    background-image: url(../images/fondo.png);

    background-size: 100%;

    border-bottom: 4px solid gray;

    margin-bottom: 29px;

}



.mas-vendidos .title-secundario-top{

    font-family: 'BROmny-Bold';

    font-size:40px;

    color: white;

    margin-top:30px;

    text-transform: uppercase;

}

/* //////////////////////////////////////////////////////////////////

[ Noticias]*/

/*.moorabi-blog{

    float: left;

}*/

.titulo-seccion{

    font-family:BROmny-Bold;

    text-transform: uppercase;

}



.linea-titulo{

    background-color: var(--color-secundario);

    width: 527px;

    height: 5px;

}



.title-noticia{

    color:black;

    font-family: 'BROmny-Bold';

    font-size:18px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-transform: uppercase;

}



.fecha{

    font-family: 'BROmny-Light';

    font-size:18px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.text-intro-noticia{

    font-family: 'BROmny-Light';

    font-size:16px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.seguir-leyendo{

    color:black;

    font-family: 'BROmny-Bold';

    font-size:18px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    text-transform: uppercase;

}

.hvr-underline-from-left:before{
    background: #F9E929 !important;
}



.seguir-leyendo span{

    margin-left: 10px;

}



.intro{

    font-family: 'BROmny-Light';

    font-size: 18px;

}



/*.parentesis-izquierdo{

    border-left: 1px solid white;

    border-top: 1px solid white;

    border-bottom: 1px solid white;

    height: 239px;

    width: 15%;

    position: absolute;

}



.parentesis-derecho{

    border-right: 1px solid white;

    border-top: 1px solid white;

    border-bottom: 1px solid white;

    height: 239px;

    width: 15%;

    position: absolute;

    top: 0;

    left: 85%;

}*/



.noticias .title-sec-deco{

    position: relative;

    width: 40%;

    height: 4px;

    border-radius: 2px;

    background-color: var(--color-secundario);

    margin: 0;

    margin-bottom: 20px;

}



.noticias .title-secundario{

    text-align: left;

    text-transform: uppercase;

    font-family: 'BROmny-Bold';

    font-size: 40px;

    margin-top: 80px;

}



.slick-noticias .slider-next{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 35%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #000;

    left: 100%;

     border-radius: 50%;

    border:1px solid #000;

    padding: 10px;

}



.slick-noticias .slider-prev{

    font-size: 25px;

    z-index: 1;

    position: absolute;

    top: 35%;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

    cursor: pointer;

    color: #000;

    right: 100%;

    border-radius: 50%;

    border:1px solid #000;

    padding: 10px;

}



.breadcrumb {

    background: none;

}



.subir{

    top: 250px;
    left: auto;
    right: 23px;
    display: none;
}



.user-logged{

    background: white;

    color:var(--color-secundario);

    border-radius: 50px;

    width: 100%;

    padding: 5px;

}



.slick-novedades .slick-dots li.slick-active button:before {

    color: #F9E929;

}



.slick-mas-vendidos .slick-dots li.slick-active button:before {

    color: #fff;

}

.badge-primary{

    background: var(--color-secundario);

}



.error-input-name-newsletter,

.error-input-newsletter,

.error-input-acepta-terminos{

    display: none;

    width:100%;

}



#cajacookies {

    background-color: var(--color-secundario);

    color: #fff;

    padding: 10px;

    margin-left: 0px;

    margin-right: 0px;

    margin-bottom: 0px;

    position: fixed;

    /*bottom: 10px;*/

    width: 100%;

    z-index: 999;

    display: none;

}



#cajacookies button {

    background: #F9E929;

    border: 1px solid var(--color-secundario);

    color: white;

    padding: 5px 5px;

    cursor: pointer;

}


.contenedor-introduccion-home{

    padding: 20px 10px 20px 10px;

    background: #e9d4e8;

}

.ocultar-menu-desplegado {
    display: none !important;
}



.contenedor-derechos-reservados{

    background: #F9E929;
}

.contenedor-derechos-reservados p{

    color: black;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #F9E929 !important;
    color: white;
    font-size: 1.0625em;
}

.hvr-underline-from-center:before{
    background: white !important;
    height: 2px !important;
}

.eliminar-padding-izquierda-div{
    padding-left: 0px;
}

.eliminar-padding-derecha-div{
    padding-right: 5px;
}

.nombre-categoria-carousel{
    font-size: 12px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.titulo-categorias-home{
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

/*.img-slide-carousel-categorias{*/
/*    min-height: 250px;*/
/*    border:solid black 1px !important;*/
/*    padding:5px;*/
/*}*/

.sc-lineas .slick-prev .fas{
    font-size: 50px;
    color: black;
    margin-left: -100px;
}

.sc-lineas .slick-next .fas{
    font-size: 50px;
    color: black;
    margin-right: -60px;
}

.contenedor-banner-superior img{
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slick-next, .slick-prev {
    font-size: 50px !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 36% !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    cursor: pointer !important;
    color: black !important;
    border: none !important;
    outline: 0 !important;
    background: 0 0 !important;
}

.img-banner-inferior{
    width: 80%;
}

.header-usuario{
    margin-top: 150px;
}

.header-cart-title{
    margin-top: 150px;
}

.img-header-login{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contenedor-acepto-terminos{
    color: black;
    padding-left: 10px;
    background: #e4e4e4;
    padding-top: 2px;
    padding-bottom: 2px;
}

.contenedor-acepto-terminos input{
    margin-top: 6px !important;
}

.modal-descuento-index .modal-content{
    background: white;
    color: black;
}

.modal-descuento-index .modal-content span{
    color: black;
}

.close-modal-descuento{
    position: absolute;
    right: 0;
    top: 0;
}

.modal-dialog-descuento-modal{
    max-width: 700px !important;
}

.modal-descuento-index .modal-content input{
    padding-left: 10px;
    margin-top: 10px;
    padding: 20px 10px 20px 10px;
    border: solid #d7d7d7 1px;
}

.btn-formulario-modal{
    margin-top: -7px;
}

.imagen-home-superior{
    width: 90% !important;
}

.icon-header i{
    font-size: 20px;
    margin-top: 9px;
}

.menu-desplegado{
    display: block;
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.80);
    color: var(--color-secundario);
    border-top: solid 8px #f23c47;
    min-width: 100%;
}

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #57585a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: black !important;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.eliminar-padding-catalogo{
    padding-left:0px !important;
}

.btn-buscar {

    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    color: #8C2889;
    padding: 5px;
    border-bottom-right-radius: 7px;
    background: gray;
    color: white;
    height: 30px;
    padding-top: 4px;
    margin-left: -4px;
    width: 31px;
    border-top-right-radius: 7px;

}



@media (min-width:700px) and (max-width:1400px){
    .forma-inferior-izquierda {
        background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
        position: absolute;
        width: 32%;
        height: 64px;
        left: 0;
        top: 12%;
        clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
    }

    .logo img {
        image-rendering: -webkit-optimize-contrast;
        width: 94%;
        height: auto;
        margin-left: -37%;
        margin-bottom: 16px;
    }

    .header-div .div-siguenos {
        display: flex;
        align-items: center;
        position: absolute;
        right: 10%;
    }

    .menu-catalogo-header {
        width: 450px;
        text-align: center;
    }

    .barras-header-personaliza {
        position: absolute;
        left: 39px;
        font-size: 29px;
        top: 11px;
    }

    .menu-catalogo-header a {
        font-size: 27px !important;
        font-weight: bold !important;
        padding-left: 4%;
    }

    .main-menu > li a {
        color: black;
        font-family: 'BROmny-Bold';
        font-size: 14px;
        font-weight: bold;
    }

    .lista-menu-adicional {
        padding: 16px 9px !important;
    }

    .slider-title {
        margin-top: 0%;
    }

    .div-texto-slider {
        position: absolute;
        z-index: 1;
        width: 30%;
        height: 61%;
        top: 33%;
        transform: translate(0, -50%);
        right: 9%;
        text-align: right;
        margin-top: 30px;
    }

    .slider-intro {
        font-family: BROmny-Regular;
        font-size: 18px;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        margin: 0px;
        text-transform: capitalize;
        background: red;
        width: 242px;
        padding: 9px;
        border-radius: 25px;
        margin-left: 29%;
        margin-top: 50px;
        text-align: center;
    }

    .eliminar-padding-pc{
        padding-left: 0px;
        padding-right: 0px;
    }

    .img-slide-carousel-categorias{
        min-height: 200px;
    }

    .div-newsletter {
        padding-left: 6%;
    }

    .logo-footer-inferior {
        z-index: 2;
        position: relative;
        margin-left: -12px;
        width: 85%;
    }

    .forma-inferior-izquierda-footer {
        background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
        position: absolute;
        width: 188%;
        height: 46px;
        left: -101%;
        bottom: -7%;
        clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    }

    .footer .div-siguenos h4 {
        margin: 0;
        font-family: 'BROmny-Regular';
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

    .img-header-login {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        object-fit: cover;
    }

    .header-usuario {
        margin-top: 108px;
    }
}

@media (min-width:1401px) and (max-width:1750px){
    .header-div .div-siguenos {
        right: 18%;
    }

    .barras-header-personaliza {
        left: -3px;
    }

    .eliminar-padding-pc{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.carousel-lineas-home-movil{
    display: none;
}

@media (min-width:0px) and (max-width:700px){
    .carousel-lineas-home-movil{
        display: block;
    }

    .carousel-lineas-home-pc{
        display: none !important;
    }

    .carousel-lineas-home-movil img{
        min-height: 150px;
        max-height: 150px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .carousel-lineas-home-movil h2{
        min-height: 66px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }
    .slick-next{
        display:none !important;
    }
    .slick-prev{
        display:none !important;
    }
    .texto-centrado-movil{
        text-align:center !important;
    }
    .header-div .div-siguenos {
        right: -4% !important;
    }

    .header-div .div-siguenos h4 {
        margin-right: -15px !important;
    }

    .forma-inferior-izquierda {
        background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
        position: absolute;
        width: 56%;
        height: 30px;
        left: 0;
        top: 29px;
        clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%);
    }

    .div-cart, .div-account {
        width: 40%;
        text-align: center;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: black;
        height: 40px;
        padding: 0px 0px 0px 30px;
        margin-left: -60px;
    }

    .canvas__open .fa-bars{
        font-size: 28px !important;
        margin-left: 0px !important;
    }

    .logo-footer-inferior {
        z-index: 2;
        position: relative;
        margin-left: 58px;
        margin-bottom: 40px;
        width: 74%;
    }

    .div-newsletter {
        padding-left: 2%;
    }

    .contenedor-derechos-reservados p {
        color: black;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        font-size: 10px;
        line-height: 13px;
    }

    .footer {
        width: 100%;
        border-top: 1px solid #F9E929;
        padding-top: 60px;
        background-color: #F9E929;
        color: white;
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .forma-inferior-izquierda-footer {
        background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
        position: absolute;
        width: 90%;
        height: 48px;
        left: 0;
        bottom: 41px;
        clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
        z-index: 1;
    }

    .forma-inferior-izquierda-header-menu {
        background: linear-gradient(to bottom, /* Dirección del degradado (de arriba hacia abajo) */ black, /* Comienza con negro */ #f1152c, /* Transición a un tono oscuro */ #f1152c, /* Continúa con un tono gris */ #f1152c, /* Sigue con un tono más claro */ #f1152c /* Termina en el color #f1152c */);
        position: absolute;
        width: 117%;
        height: 33px;
        left: -95px;
        bottom: 30%;
        clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
        z-index: -1;
    }

    .contenedor-menu{
        display: none;
    }

    .img-banner-inferior {
        width: 97%;
    }

    .contenedor-footer-parte-superio .list-inline-item {
        margin-right: 0px !important;
    }

    .icon-header i {
        margin-top: 0px;
    }

    .movil-separador-footer{
        display:block;
    }

    .pc-separador-footer{
        display:none;
    }
}

/* ========================================
   NETFLIX/PRIME STYLE CAROUSEL DESIGN
   ======================================== */

.streaming-section {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    padding: 40px 30px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.streaming-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(229, 9, 20, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 113, 235, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.streaming-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.streaming-title-container {
    flex: 1;
}

.streaming-crown {
    color: #FFD700;
    font-size: 28px;
    margin-right: 15px;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: crownGlow 2s ease-in-out infinite alternate;
}

@keyframes crownGlow {
    from { text-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
    to { text-shadow: 0 0 30px rgba(255, 215, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.3); }
}

.streaming-title {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #FFD700, #FFA500, #FF6B6B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.streaming-subtitle {
    color: #B3B3B3;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
}

.streaming-controls {
    display: flex;
    gap: 10px;
}

.streaming-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.streaming-nav-btn:hover {
    background: rgba(229, 9, 20, 0.8);
    border-color: #E50914;
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(229, 9, 20, 0.4);
}

.streaming-container {
    position: relative;
    z-index: 2;
}

.streaming-carousel-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

/* NETFLIX CARD STYLES */
.netflix-item {
    padding: 0 8px;
    transition: transform 0.3s ease;
}

.netflix-card {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 420px;
}

.netflix-card:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.8),
        0 0 30px rgba(229, 9, 20, 0.3);
    border-color: rgba(229, 9, 20, 0.5);
    z-index: 10;
}

.netflix-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.netflix-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.netflix-card:hover .netflix-image {
    transform: scale(1.1);
}

.netflix-ranking {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.netflix-discount {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #E50914, #B20610);
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}

.netflix-stock-out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.9);
    color: #FF6B6B;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #FF6B6B;
}

.netflix-info {
    padding: 20px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.netflix-title {
    margin-bottom: 10px;
}

.netflix-title a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.netflix-title a:hover {
    color: #E50914;
}

.netflix-price {
    margin-bottom: 15px;
}

.netflix-price-old {
    color: #888;
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 10px;
}

.netflix-price-current {
    color: #FFD700;
    font-size: 20px;
    font-weight: 700;
}

.netflix-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.netflix-stars {
    color: #FFD700;
}

.netflix-stars i {
    margin-right: 2px;
    font-size: 14px;
}

.netflix-rating-text {
    color: #B3B3B3;
    font-size: 12px;
    font-weight: 500;
}

/* OVERLAY STYLES */
.netflix-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.7) 50%,
        rgba(0, 0, 0, 0.95) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    border-radius: 15px;
}

.netflix-card:hover .netflix-overlay {
    opacity: 1;
}

.netflix-overlay-content {
    width: 100%;
    color: #FFFFFF;
}

.netflix-option {
    margin-bottom: 15px;
}

.netflix-option-label {
    display: block;
    color: #FFD700;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Size Options */
.netflix-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.netflix-size-option {
    position: relative;
}

.netflix-size-option input[type="radio"] {
    display: none;
}

.netflix-size-option span {
    display: block;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 500;
}

.netflix-size-option input[type="radio"]:checked + span {
    background: linear-gradient(45deg, #E50914, #B20610);
    border-color: #E50914;
    color: #FFFFFF;
}

/* Color Options */
.netflix-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.netflix-color-option {
    position: relative;
}

.netflix-color-option input[type="radio"] {
    display: none;
}

.netflix-color-circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.netflix-color-option input[type="radio"]:checked + .netflix-color-circle {
    border-color: #FFD700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.3);
}

/* Select Dropdown */
.netflix-select {
    width: 100%;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
}

.netflix-select:focus {
    outline: none;
    border-color: #E50914;
    background: rgba(229, 9, 20, 0.1);
}

/* Quantity Controls */
.netflix-quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.netflix-qty-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: linear-gradient(45deg, #E50914, #B20610);
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.netflix-qty-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}

.netflix-qty-input {
    width: 60px;
    padding: 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 600;
}

/* Action Buttons */
.netflix-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.netflix-btn {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.netflix-btn-add {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: #FFFFFF;
}

.netflix-btn-add:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

.netflix-btn-view {
    background: linear-gradient(45deg, #6f42c1, #e83e8c);
    color: #FFFFFF;
}

.netflix-btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4);
}

.netflix-btn-disabled {
    background: rgba(108, 117, 125, 0.5);
    color: #FFFFFF;
    cursor: not-allowed;
}

/* Slick Carousel Customization for Netflix Style */
.streaming-carousel .slick-dots {
    bottom: -50px;
}

.streaming-carousel .slick-dots li button:before {
    color: #E50914;
    font-size: 12px;
    opacity: 0.5;
}

.streaming-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFD700;
}

.streaming-carousel .slick-prev,
.streaming-carousel .slick-next {
    z-index: 5;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 18px;
}

.streaming-carousel .slick-prev:before,
.streaming-carousel .slick-next:before {
    display: none;
}

.streaming-carousel .slick-prev:hover,
.streaming-carousel .slick-next:hover {
    background: rgba(229, 9, 20, 0.9);
    border-color: #E50914;
}

.streaming-carousel .slick-prev {
    left: -60px;
}

.streaming-carousel .slick-next {
    right: -60px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .streaming-section {
        padding: 20px 15px;
        margin: 20px 0;
        z-index: 1;
    }

    .streaming-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .streaming-title {
        font-size: 24px;
    }

    .netflix-card {
        height: 380px;
    }

    .netflix-image-container {
        height: 220px;
    }

    .netflix-info {
        height: 160px;
        padding: 15px;
    }

    .netflix-actions {
        flex-direction: column;
    }

    .streaming-carousel .slick-prev,
    .streaming-carousel .slick-next {
        width: 40px;
        height: 40px;
        z-index: 10;
        background: rgba(0, 0, 0, 0.9) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .streaming-carousel .slick-prev {
        left: 10px;
    }

    .streaming-carousel .slick-next {
        right: 10px;
    }

    .streaming-carousel .slick-prev:hover,
    .streaming-carousel .slick-next:hover {
        background: rgba(229, 9, 20, 0.9) !important;
        border-color: #E50914 !important;
    }
}


@media (max-width: 575px){

    .modal-dialog-descuento-modal .modal-content{
        margin-top: 40%;
        padding: 10px !important;
    }

    .flotante {
        top: 10% !important;
    }

    /* Netflix Style Cards - Mobile Optimizations */
    .netflix-card {
        height: auto !important;
        min-height: 300px;
    }

    .netflix-image-container {
        height: 180px !important;
    }

    .netflix-info {
        height: auto !important;
        padding: 10px !important;
    }

    .netflix-title a {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .netflix-price-current {
        font-size: 16px !important;
    }

    .netflix-price-old {
        font-size: 12px !important;
    }

    /* Make overlay always visible on mobile */
    .netflix-overlay {
        position: relative !important;
        opacity: 1 !important;
        background: transparent !important;
        padding: 10px !important;
        display: block !important;
    }

    .netflix-overlay-content {
        background: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    /* Compact options for mobile */
    .netflix-option {
        margin-bottom: 10px !important;
    }

    .netflix-option-label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .netflix-sizes {
        gap: 3px !important;
    }

    .netflix-size-option span {
        padding: 6px 8px !important;
        font-size: 10px !important;
    }

    .netflix-colors {
        gap: 5px !important;
    }

    .netflix-color-circle {
        width: 25px !important;
        height: 25px !important;
    }

    .netflix-select {
        padding: 6px 8px !important;
        font-size: 12px !important;
    }

    /* Compact quantity controls */
    .netflix-quantity-controls {
        gap: 5px !important;
    }

    .netflix-qty-btn {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }

    .netflix-qty-input {
        width: 50px !important;
        padding: 6px !important;
        font-size: 12px !important;
    }

    /* Compact action buttons */
    .netflix-actions {
        gap: 5px !important;
        margin-top: 10px !important;
    }

    .netflix-btn {
        padding: 8px 12px !important;
        font-size: 11px !important;
        border-radius: 15px !important;
    }

    /* Reduce card spacing */
    .netflix-item {
        padding: 0 4px !important;
    }

    /* Adjust ranking and discount badges */
    .netflix-ranking,
    .netflix-discount {
        padding: 4px 8px !important;
        font-size: 10px !important;
        top: 8px !important;
    }

    .netflix-ranking {
        left: 8px !important;
    }

    .netflix-discount {
        right: 8px !important;
    }

    /* Stock out message */
    .netflix-stock-out {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }

    /* Remove hover effects on mobile */
    .netflix-card:hover {
        transform: none !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    }

    .netflix-card:hover .netflix-image {
        transform: none !important;
    }

    /* Rating section */
    .netflix-rating {
        gap: 5px !important;
    }

    .netflix-stars i {
        font-size: 12px !important;
    }

    .netflix-rating-text {
        font-size: 10px !important;
    }

    /* SweetAlert2 Mobile Optimizations */
    .swal2-popup {
        width: 90% !important;
        max-width: 350px !important;
        padding: 20px !important;
        border-radius: 20px !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
    }

    .swal2-title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .swal2-content {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .swal2-actions {
        gap: 8px !important;
        flex-direction: column !important;
    }

    .swal2-confirm, .swal2-cancel {
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
        border-radius: 25px !important;
        font-weight: 600 !important;
        border: none !important;
        margin: 0 !important;
    }

    .swal2-icon {
        width: 60px !important;
        height: 60px !important;
        margin: 0 auto 15px !important;
    }

        /* SweetAlert2 Enhanced Styles - General */
    .swal2-popup {
        background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-radius: 25px !important;
        box-shadow: 
            0 25px 80px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.9) inset !important;
        backdrop-filter: blur(10px) !important;
        padding: 30px !important;
        max-width: 450px !important;
        font-family: 'BROmny-Regular', sans-serif !important;
    }

    .swal2-title {
        color: #2c3e50 !important;
        font-family: 'BROmny-Bold', sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .swal2-content {
        color: #5a6c7d !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    /* Success Icon Enhancement */
    .swal2-success {
        border-color: #28a745 !important;
        color: #28a745 !important;
    }

    .swal2-success .swal2-success-ring {
        border: 4px solid rgba(40, 167, 69, 0.3) !important;
    }

    .swal2-success .swal2-success-line-tip,
    .swal2-success .swal2-success-line-long {
        background-color: #28a745 !important;
    }

    .swal2-success::before,
    .swal2-success::after {
        background: #ffffff !important;
    }

    /* Action Buttons Enhanced */
    .swal2-actions {
        display: flex !important;
        gap: 15px !important;
        margin-top: 25px !important;
        justify-content: center !important;
    }

    .swal2-confirm {
        background: linear-gradient(45deg, #F9E929, #e6d024) !important;
        color: #2c3e50 !important;
        border: 2px solid transparent !important;
        padding: 14px 28px !important;
        border-radius: 50px !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        cursor: pointer !important;
        position: relative !important;
        overflow: hidden !important;
        min-width: 140px !important;
    }

    .swal2-confirm:hover {
        background: linear-gradient(45deg, #e6d024, #d4bd1f) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(249, 233, 41, 0.4) !important;
    }

    .swal2-confirm:active {
        transform: translateY(0) !important;
    }

    .swal2-cancel {
        background: linear-gradient(45deg, #6c757d, #5a6268) !important;
        color: #ffffff !important;
        border: 2px solid transparent !important;
        padding: 14px 28px !important;
        border-radius: 50px !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
        cursor: pointer !important;
        min-width: 140px !important;
    }

    .swal2-cancel:hover {
        background: linear-gradient(45deg, #5a6268, #495057) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3) !important;
    }

    .swal2-cancel:active {
        transform: translateY(0) !important;
    }

    /* Container Enhancement */
    .swal2-container {
        background: rgba(0, 0, 0, 0.4) !important;
        backdrop-filter: blur(8px) !important;
    }

    /* Animation Enhancement */
    .swal2-show {
        animation: swalSlideInUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    }

    @keyframes swalSlideInUp {
        0% {
            transform: translate3d(0, 100%, 0) scale(0.9);
            opacity: 0;
        }
        100% {
            transform: translate3d(0, 0, 0) scale(1);
            opacity: 1;
        }
    }

    /* Icon Enhancements */
    .swal2-icon {
        margin: 0 auto 25px !important;
        border: none !important;
        position: relative !important;
    }

    .swal2-icon::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: radial-gradient(circle, rgba(40, 167, 69, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        z-index: -1;
    }

    .div-cart, .div-account {
        margin-left: -35px !important;
    }

    .btn-carrito-det {
        margin-top: 10px !important;
    }

    .wrap-header-cart, .wrap-header-usuario {
        position: fixed;
        z-index: 999999;
    }

    .item-pro-info .nombre-pro {
        height: 60px;
    }
    
}

