/*

Archivo con dependencia de variable encontradas en el masterweb

*/



@font-face {

  font-family: Montserrat-ExtraLight;

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

}

@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*/

.input-buscar{

    display: none;

}



.title-secundario{

    font-family: 'Montserrat-Bold';

    font-size: 40px;

}



.cerrar-flotante-wssp{

    position: fixed;

    right: 23px;

    color: white;

    font-family: 'Montserrat-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;

}



.div-top-header {

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

    color: #FFF;

    font-size: 13px;

    font-family: Montserrat-Light;

}



.div-top-header-txt{

    text-align: right;

}



.header-div {

    display: block;

    height: 220px !important;

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

    border-bottom: 1px solid;

    padding: 10px;

}

.header-div .menu{
    margin-top: -16px;
}



.header .div-siguenos{

    display: flex;

    align-items: center;

}



.header .div-siguenos h4{

    margin: 0;

    font-family:'Montserrat-Regular';

    font-size: 24px;

    font-weight: 600;

    color: #8C2889;

}



.header .div-siguenos .div-redes{

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    margin: 0;

    margin-left: 25px;

}



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

    list-style-type: none;

}



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

    width: 30px;

    height: 30px;

    color: #B8B8B8;

    border: 1px solid #8C2889;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 25px;

    margin: 0px 3px;

    text-decoration: none;

}



.header .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: Montserrat-Regular;

}



.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: 18px;

}



.main-menu > li:hover{

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

}



.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;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    font-size: 17px;
    font-weight: bold;
}



.sub-menu {

    list-style-type: none;

    position: absolute;

    z-index: 1;

    top: 0;

    left: 100%;

    min-width: 178px;

    max-width: 225px;

    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: Montserrat-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{
    float: right;
    margin-right: 20px;
    margin-top: 3px;
}






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

.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: white;

    color:var(--color-secundario);

}

@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: var(--color-secundario);

}



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

    color: #FFF;

}



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

    visibility: visible;

    opacity: 1;

}



.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;

}



.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;

}



.input-buscar {

    border: none;

    border-bottom: 1px solid #333;

    width: 150px;

    padding: 3px 0px;

    font-size: 14px;

    font-family: Montserrat-Light;

}



.btn-buscar {

    border: none;

    background: transparent;

    font-size: 20px;

    cursor: pointer;

    color:#8C2889;

    padding:5px;

    border-right: 1px solid #D2D2D2;

}



.input-buscar::placeholder{

    padding-left: 10px;

    color:black;

    font-weight:bold;

}



.btn-buscar:hover {

    color: black;

}



.div-cart{

    border-right: 1px solid #D2D2D2;

}



.div-cart,

.div-account {

    width: 34px;

    text-align: center;

    font-size: 14px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    color: #8C2889;

    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%;

}



.slick-dots {

    bottom: 25px;

}



.slick-dots li button:before {

    font-size: 11px;

}



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

    color: #FFF;

}



.slick-dots li {

    width: 11px;

}



.div-texto-slider {
    position: absolute;
    z-index: 1;
    width: 62%;
    height: 50%;
    top: 100%;
    transform: translate(0, -50%);
    left: 15%;
    text-align: right;
}



/*.slider-infor {

    border: 1px solid #FFF;

    padding: 15px;

    margin-bottom: 10px;

}*/



.slider-title {

    font-family: Montserrat-Regular;

    font-size: 23px;

    color: #FFF;

    line-height: 1;

    margin: 10px 0px 20px;

    text-transform: uppercase;

}



.slider-subtitle {

    font-family: Montserrat-Bold;

    font-size: 39px;

    color: #FFF;

    line-height: 1;

    margin: 20px 0px;

    text-transform: uppercase;

}



.slider-intro {

    font-family: Montserrat-ExtraLight;

    font-size: 78px;

    color: #FFF;

    line-height: 1;

    margin: 15px 0px 5px;

    text-transform: uppercase;

}



.btn-slider {

    padding: 5px 15px;

    width: 30%;

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

    color: #FFF;

    font-family: Montserrat-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;

}



.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;

}



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

.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: Montserrat-Light;

    font-size: 14px;

}



.body-usuario input, .form-control{

    font-family: Montserrat-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: #FFF;

    font-size: 14px;

    text-transform: uppercase;

    font-family: Montserrat-Regular;

    width: 100%;

    border-radius: 0px;

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

    margin-top: 5px;

}



.btn-user:hover{

    background-color: #FFF;

    color: var(--color-secundario);

}



.recordar-clave{

    margin-bottom: 15px;

    margin-top: 10px;

    color: var(--color-secundario);

    font-size: 14px;

    font-family: Montserrat-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: Montserrat-Regular;

    font-size: 14px;

    color: #555;

    line-height: 1.3;

}



.header-cart-item-info {

    display: block;

    font-family: Montserrat-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: Montserrat-Regular;

    font-size: 20px;

    color: #222;

    line-height: 1.3;

    text-align: center;

}



.mtext-103 {

    font-family: Montserrat-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: Montserrat-Regular;

    color: #FFF;

    border-radius: 0px;

}



.size-lineas{

    width: calc(100% / 4);

    padding: 10px;

}



.block-linea{

    display: block;

    position: relative;

    border: 4px solid #882985;

}



.block-linea img{

    width: 100%;

    vertical-align: middle;

    border-style: none;

}



.block-linea-txt{

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    padding: 20px;

    z-index: 1;

    text-decoration: none;

    color: #FFF;

    display: flex;

    align-items: center;

    justify-content: center;

}



.block-linea-txt:hover{

    text-decoration: none;

}



.block-linea-info{

    display: none;

    text-decoration: none;

    color: #FFF;

    font-family: Montserrat-Bold;

    text-transform: uppercase;

    font-size: 49px;

    text-align: center;

    line-height: normal;

}



.block-linea-txt:hover .div-hover, .block-linea-txt:hover .block-linea-info {

    display: block;

}



.block-linea-txt .div-hover{

    display: none;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

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

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

    opacity: 0.7;

    z-index: -1;

}



.btn-linea{

    background: #8C2889;
    
    color: #ffffff;

    font-size: 25px;

    border: solid 1px white;

    font-family: 'Montserrat-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: Montserrat-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: Montserrat-Light;

    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: 'Montserrat-ExtraLight';

    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;

}



.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: #FFF;

    font-family: Montserrat-Regular;

    font-family: 16px;

    text-transform: uppercase;

    padding: 5px 30px;

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

    margin: 3px;

    cursor: pointer;

}



.btn-item-pro-icon{

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

    color: #FFF;

    font-family: Montserrat-Regular;

    font-family: 16px;

    text-transform: uppercase;

    padding: 5px 15px;

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

    margin: 3px;

    cursor: pointer;

}



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

    background-color: #FFF;

    color: var(--color-secundario);

}



.btn-pro-det{

    margin-left: 100px;

}



.item-pro-div-ofe{

    position: absolute;

    top: 30px;

    left: 5px;

    padding: 0px 15px;

    background-color: #882985;

    font-size: 14px;

    color: #FFF;

}



.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: 50px;

    overflow: auto;
    line-height: 1;

}



.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: #882985;

    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: #FFF;

}



.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: #FFF;

    font-size: 12px;

    padding: 0px 10px;

}



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

    cursor: pointer;

    background-color: #FFF;

    color: var(--color-secundario);

}

.input-cant{

    width: 50px;

    height: 25px;

    padding: 3px;

    text-align: center;

    border: 1px solid transparent;

    font-size: 13px;

    -moz-appearance: textfield;

}



.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: Montserrat-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: Montserrat-Regular;

}



.item-pro-price{

    display: flex;

    align-items: center;

    justify-content: center;

}



.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: Montserrat-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: Montserrat-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: Montserrat-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: 'Montserrat-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: Montserrat-Regular;

    font-size: 14px;

    color: #FFF;

}



.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% / 4);

}



.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: Montserrat-Light;

    font-size: 14px;

    padding: 0px 15px;

    display: flex;

    align-items: center;

}



.item-resumen-nombre a{

    font-family: Montserrat-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: Montserrat-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: Montserrat-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: Montserrat-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: var(--color-secundario);

}



.input-bono{

    font-family: Montserrat-Light;

    text-align: center;

    width: 100%;

    font-size: 14px;

    height: 30px;

}



.btn-catalogo{

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

    font-family: Montserrat-Regular;

    color: #FFF;

    border-radius: 0px;

}



.btn-catalogo:hover{

    background-color: #FFF;

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

    color: var(--color-secundario);

}



.btn-catalogo-default{

    background-color: #333;

    font-family: Montserrat-Regular;

    color: #FFF;

    border-radius: 0px;

}



.btn-catalogo-default:hover{

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

    color: #FFF;

}



.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: Montserrat-Light;

}



.checkout-form {

    display: inline-block;

    padding: 25px;

    border: 1px solid #f3f3f3;

    margin-bottom: 25px;

    width: 100%;

    border-radius: 0px;

    font-family: Montserrat-Light;

}



.checkout-title{

    font-family: Montserrat-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;

}



.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: Montserrat-Regular;

    color: #FFF;

    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 var(--color-secundario);

    padding: 30px 0px;

    background-color: #8C2889;

    color: white;

    margin-top: 50px;

}



.footer .div-siguenos{

    display: flex;

    align-items: center;

}



.footer .div-siguenos h4{

    margin: 0;

    font-family:'Montserrat-Regular';

    font-size: 24px;

    font-weight: 600;

}



.footer .div-siguenos .div-redes{

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    margin: 0;

    margin-left: 25px;

}



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

    list-style-type: none;

}



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

    width: 30px;

    height: 30px;

    color: #ffffff;

    border: 1px solid #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 25px;

    margin: 0px 3px;

    text-decoration: none;

}



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

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

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

    color: white;

    border-color: white;

}



.btn-newsletter{

    font-family: Montserrat-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: Montserrat-Regular;

    font-size:25px;

    font-weight: 600;

    text-transform: uppercase;

}



.div-menu-foot{

    padding: 0px;

}



.div-menu-foot li{

    font-family: Montserrat-Light;

    font-size: 18px;

  /*  font-weight: 600;*/

    color: #ffffff;

}



.div-menu-foot li a{

    font-family: Montserrat-Light;

    font-size: 16px;

    color: #ffffff;

}



.derechos{

    text-align: center;

    font-family: Montserrat-Light;

    font-size: 16px;

    font-weight: 500;

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

    padding-top: 30px;

    color:#ffffff;

}



.derechos p small{

    font-family: Montserrat-Light;

    font-size: 14px;

    font-weight: 600;

    color: #ffffff;

}



.derechos p small a{

    color: #ffffff;

}



.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: #fff;



  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: Montserrat-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: Montserrat-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: 55%;

    height: auto;

}

.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: 'Montserrat-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;

    }



    .logo img{

        width: 50%;

        image-rendering: -webkit-optimize-contrast;

    }



    .menu{

        display: none;

    }



    .icon-header{

        display: flex;

        align-items: center;

        justify-content: start;

        padding: 0;

    }



    .header-div{

        height: inherit !important;

    }



    .div-texto-slider{

        width: 70%;

        left: 12%;

        height: 75%;

    }



    .slider-infor{

        padding: 7px;

        margin-bottom: 4px;

        font-family: 'Montserrat-Regular';

        font-size: 24px;

    }



    .slider-title{

        font-size: 12px;

        margin: 0px 0px 0px;

    }



    .slider-subtitle{

        font-size: 18px;

        margin: 0px;

    }



    .slider-intro{

        font-size: 25px;

        margin: 0px;

    }



    .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: 'Montserrat-Bold';

        font-size: 40px;

    }



    .item-sub-banner{

        display: block;

        width: 50%;

        text-align: center;

        padding: 5px;

    }



    .footer .div-siguenos{

        justify-content: center;

        margin-bottom: 15px;

    }



    .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: 270px;

        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;

    }



    .offcanvas-menu-wrapper.active {

        opacity: 1;

        left: 0;

        background: var(--color-secundario);

    }



    .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;

    }



    .slicknav_nav .slicknav_row:hover {

        -webkit-border-radius: 0px;

        -moz-border-radius: 0px;

        border-radius: 0px;

        background: var(--color-secundario);

    }



    .slicknav_nav .slicknav_row, .slicknav_nav a {

        /*padding: 7px 0;*/

        margin: 0;

        /*color: #333 !important;*/

        font-size: 15px;

        font-family: Montserrat-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: Montserrat-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: 100%;

        height: 30px;

    }



    .input-buscar::placeholder{

        padding-left: 10px;

        color:black;

        font-weight:bold;

    }



    .canvas__open{

        display: block;

        width: 70px;

        text-align: center;

    }



    .offcanvas__logo{

        text-align: center;

        display: flex;

        justify-content: center;

        padding-top: 18px;

        margin-bottom: 18px;

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

    }



    .offcanvas__logo .logo img{

        width: 150px;

        margin-top: 15px;

        margin-bottom: 15px;

    }

}

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

/*[Novedades]*/

.novedades .title-secundario{

    text-transform: uppercase;

    font-family: 'Montserrat-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: 'Montserrat-Bold';

    font-size:40px;

    color: white;

    margin-top:30px;

    text-transform: uppercase;

}

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

[ Noticias]*/

/*.moorabi-blog{

    float: left;

}*/

.titulo-seccion{

    font-family:Montserrat-Bold;

    text-transform: uppercase;

}



.linea-titulo{

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

    width: 527px;

    height: 5px;

}



.title-noticia{

    color:#882985;

    font-family: 'Montserrat-Bold';

    font-size:18px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-transform: uppercase;

}



.fecha{

    font-family: 'Montserrat-Light';

    font-size:18px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.text-intro-noticia{

    font-family: 'Montserrat-Light';

    font-size:16px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.seguir-leyendo{

    color:#882985;

    font-family: 'Montserrat-Bold';

    font-size:18px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    text-transform: uppercase;

}



.seguir-leyendo span{

    margin-left: 10px;

}



.intro{

    font-family: 'Montserrat-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: 'Montserrat-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: #802780;

}



.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: #802780;

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

    color: white;

    padding: 5px 5px;

    cursor: pointer;

}



.contenedor-novedades-background{

    background: #e9d4e8;

}



.contenedor-introduccion-home{

    padding: 20px 10px 20px 10px;

    background: #e9d4e8;   

}



.contenedor-derechos-reservados{

    background: #711F6F;

}

.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #882985 !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;
}


.container-fluid {
    padding-right: 40px !important;
    padding-left: 40px !important;
}