﻿/* Webapp ---------------------------------------- */
@font-face {
    font-family: "Scandia-Regular";
    src: url("../NextExperience/font/Scandia-Regular.woff2");
}

@font-face {
    font-family: "Scandia-Bold";
    src: url("../NextExperience/font/Scandia-Bold.ttf");
}

*{
    font-family: "Scandia-Regular"
}
body #site-content{
    background-color: #f7fafc;
}
.toast-title,.toast-message{
    color:white!important
}
.box-loading-pass{
    position:absolute;
    top:0;
    background-color:#dcdcdc75;
    height:100%;
    width:100%;
    border-radius:8px;
    display:none; 
}
.box-loading-pass .box-spinner{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.box-loading-pass .loader-spinner{
    margin-top:20px;
    animation: fa-spin 2s infinite linear;
    color: #27a5e4;
    font-size: 2.5rem!important;
}
.text-info-modal{
    font-size: 1.2rem!important;
    line-height: 1.2;
}
.header-section {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    /*z-index: 999;*/
    padding-top: 9px;
    background-color: #0086d6;
    padding-bottom: 9px;
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}

.banner-enroller-fuxion{
    background-color: #0086d6;
    padding-bottom:10px;
    padding-top:5px;
}
.title-enroller{
    color:white;
    margin:0;
}

.marcas {
    
}

.marca {
    float: left;
    display: block;
    /*width: 33.33%;*/
    border-radius: 2px;
    cursor: pointer;
    margin: 0 !important;
    padding: 2px 0;
    height: 30px;
    transition: background-color 0.16s;
}

.marca-icon {
    cursor: inherit;
    background-image: url("images/sprite-logos.png");
    background-repeat: no-repeat;
}

#fuxion > .marca-icon {
    width: 106px;
    height: 24px;
    background-position: 0 -24px;
}

#lussome > .marca-icon {
    width: 95px;
    height: 20px;
    background-position: 0 -48px;
    margin: 3px auto;
}

#galeon > .marca-icon {
    width: 60px;
    height: 30px;
    background-position: 0 -68px;
    margin: 0 auto;
}

.user-name {
    float: left;
    padding: 0 8px;
    cursor: pointer;
}

.user-icon {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    font-family: open-sans-bold;
    text-align: center;
    margin: 2px 4px 2px 0;
    padding: 5px 0;
    text-transform: uppercase !important;
    cursor: inherit;
}

.user-text {
    float: left;
    color: #fff;
    max-width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: open-sans-regular;
    margin: 7px 0 7px;
    cursor: inherit;
}

.menu-button{
    float: left;
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.menu-home{
    float: left;
    display: block;
    height: 34px;
    cursor: pointer;
}

.btn-home-dash{
    margin-top: 6px!important;
}

.btn-home-dash i{
    font-size: 2.1rem!important;
    color: white;
}

.menu-button-icon {
    width: 30px;
    height: 14px;
    margin: 10px 4px;
    background-image: url("images/menu-button-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: inherit;
}

.x-logo {
    display: none;
    float: left;
    width: 34px;
    height: 34px;
}

.x-logo-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("images/sprite-logos.png");
    background-repeat: no-repeat;
    background-position: 0 -98px;
}

.menu-button-2 {
    display: none;
    float: right;
    width: 40px;
    height: 34px;
    cursor: pointer;
    margin: 0 auto;
}

.menu-button-icon-2 {
    width: 4px;
    height: 18px;
    margin: 8px auto;
    background-image: url("images/menu-button-icon-2.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: inherit;
}

.header-option {
    /*float: left;*/
    color: #fff;
    font-family: open-sans-regular;
    text-align: center;
    padding: 0 5px;
    margin: 3px 0!important;
    cursor: pointer;
}

    .header-option:last-child {
        border-right: none;
    }

    .header-option:focus,
    .header-option:visited,
    .header-option:hover {
        color: #fff !important;
    }

    .header-option .cantCompra,
    .header-option .cantCompra > span {
        color: inherit !important;
        font-family: inherit !important;
        font-size: inherit !important;
        cursor: inherit !important;
    }

#select-language div,
#select-language span {
    cursor: inherit;
}

#select-language .select-language-current {
    font-family: open-sans-bold;
}

#select-language-options {
    position: fixed !important;
    z-index: 999;
    top: 58px;
    right: unset !important;
}

    #select-language-options .country img {
        cursor: pointer !important;
    }

    #select-language-options .country a {
        text-align: left;
        padding: 10px;
    }

.input-search {
    float: left;
    margin-top:3px;
}

#site-content {
    min-height: 100%;
    padding: 0px 0 10px 0;
    /*padding: 59px 0 10px 0;*/
}

.site-content-box {
    padding: 4px 0;
}

.title-section {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#MarketNamePie {
    /*width: auto !important;*/
}

.footer-section {
    width: 100%;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*z-index: 997;*/
    padding: 15px 12px 10px 12px;
    background-color: #0086d6;
}

#loading-image {
    width: 40px;
    height: 40px;
}

.btn-cart-icon{
    cursor:pointer;
    color: white;
    font-size: 1.8rem!important;
    /*font-size: 2.3rem!important;*/
}
.pos-relative{
    position:relative;
}
.box-qty-cart{
    min-width: 18px;
    min-height:18px;
    position: absolute;
    left: 15px;
    bottom: 13px;
    background-color: #b5d70f;
    border-radius: 15px;
    border: 1px solid white;
    padding: 3px 4px 1px 4px;
}
.box-qty-cart #Autocart-quantity{
    color: #0085da;
    font-weight: bold;
    line-height: 1;
    font-size: 1rem!important;
    margin: 0;
}
.box-qty-cart #Autocart-quantity-resp{
    color: #0085da;
    font-weight: bold;
    line-height: 1;
    font-size: 1rem!important;
    margin: 0;
}
.box-no-items{
    text-align:center;
}
.cart-no-items{
    color:#777;
    font-size:1.8rem!important;
}
.icon-wssp{
    font-size: 2.1rem!important;
    color:white!important;
    cursor:pointer!important;
}
.box-link-wssp{
    display: flex;
    align-items: center;
    cursor:pointer!important;
}
.info-wssp{
    margin-left:5px;
    color:white!important;
    cursor:pointer!important;
    font-family: 'Scandia-Medium';
    line-height: 15px;
}
.box-label-verify{
    /*display:grid;*/
}
.box-label-order {
    cursor: pointer;
    display: flex;
    border-radius: 7px;
}
.verify-status{
    color:white!important;
    cursor:pointer!important;
    font-family: 'Scandia-Medium';
    line-height: 15px;
    font-size:1rem!important;
}
.box-label-wssp{
    cursor:pointer;
    display:flex;
    border:1px solid white;
    border-radius:7px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:10px;
}
.box-wssp-number{
    margin:0!important;
    cursor:pointer;
}
/* Themes ---------------------------------------- */

.corporate-theme .header-section,
.corporate-theme .footer-section {
    background-color: #0086d6 !important;
}

.fuxion-theme .header-section,
.fuxion-theme .footer-section {
    background-color: #0086d6;
}

.lussome-theme .header-section,
.lussome-theme .footer-section {
    background-image: linear-gradient(to right, #191919,#000000) !important;
    background-position: center;
}

.galeon-theme .header-section,
.galeon-theme .footer-section {
    background-image: linear-gradient(to right, #4b3d2a,#433625) !important;
    background-position: center;
}
/* -------------------- */

/* BANNERS INDEX HOME */
.lussome-theme-banner-home {
    background: url("/css/images/lussome-bg.jpg") center center no-repeat;
    position:relative;
}

.galeon-theme-banner-home {
    background: url("/css/images/galeon-bg.jpg") center center no-repeat;
    position:relative;
}
/* BANNERS INDEX HOME */

/* -------------------- */
.fuxion-theme .title-section {
    background-image: url("/css/images/fuxion-bg.jpg");
}

.lussome-theme .title-section {
    background-image: url("/css/images/lussome-bg.jpg");
}

.galeon-theme .title-section {
    background-image: url("/css/images/galeon-bg.jpg");
}

/* -------------------- */

.fuxion-theme .button-theme {
    background-color: #0094de;
    transition: all 0.1s;
}

.lussome-theme .button-theme {
    background-color: #888 !important;
}

.galeon-theme .button-theme {
    background-color: #8a6d3b !important;
    transition: all 0.64s;
}


/* -------------------- */

.fuxion-theme .color-theme {
    color: #0094de !important;
    transition: all 0.64s;
}

.lussome-theme .color-theme {
    color: #000000 !important;
    transition: all 0.64s;
}

.galeon-theme .color-theme {
    color: #8a6d3b !important;
    transition: all 0.64s;
}

/* -------------------- */
.bg-color-theme{
    background-color: #0086d6!important;
}
.bg-color-theme-gray{
    background-color: #758E9B!important;
}
.corporate-theme .bg-color-theme {
    background-color: #6e8895 !important;
    transition: all 0.64s;
}

.fuxion-theme .bg-color-theme {
    background-color: #0094de !important;
    transition: all 0.64s;
}

.lussome-theme .bg-color-theme {
    background-color: #000000 !important;
    transition: all 0.64s;
}

.galeon-theme .bg-color-theme {
    background-color: #8a6d3b !important;
    transition: all 0.64s;
}

/* -------------------- */

.corporate-theme .search-button-theme {
    background-color: #526671f2 !important;
    transition: all 0.64s;
}

.fuxion-theme .search-button-theme {
    background-color: #006293 !important;
    transition: all 0.64s;
}

.lussome-theme .search-button-theme {
    background-color: #888 !important;
    transition: all 0.64s;
}

.galeon-theme .search-button-theme {
    background-color: #8a6d3b !important;
    transition: all 0.64s;
}

/* -------------------- */

.corporate-theme .holder a.jp-current {
    background-color: #6e8895 !important;
    border-color: #6e8895;
    transition: all 0.64s;
}

.fuxion-theme .holder a.jp-current {
    background-color: #0094de !important;
    border-color: #0094de;
    transition: all 0.64s;
}

.lussome-theme .holder a.jp-current {
    background-color: #888 !important;
    border-color: #888;
    transition: all 0.64s;
}

.galeon-theme .holder a.jp-current {
    background-color: #8a6d3b !important;
    border-color: #8a6d3b;
}

/* -------------------- */

.corporate-theme .holder .jp-previous, .fuxion-theme .holder .jp-next {
    color: #6e8895 !important;
    transition: all 0.64s;
}


.fuxion-theme .holder .jp-previous, .fuxion-theme .holder .jp-next {
    color: #0094de !important;
    transition: all 0.64s;
}

.galeon-theme .holder .jp-previous, .galeon-theme .holder .jp-next {
    color: #8a6d3b !important;
    transition: all 0.64s;
}

.lussome-theme .holder .jp-previous, .lussome-theme .holder .jp-next {
    color: #888 !important;
    transition: all 0.64s;
}

/* -------------------- */

.corporate-theme .select-custom {
    background-image: url("/css/images/blue-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.fuxion-theme .select-custom {
    background-image: url("/css/images/blue-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.fuxion-theme .content-select:before {
    border-color: #0094de;
    pointer-events: none;
    cursor:pointer;
}

.lussome-theme .select-custom {
    background-image: url("/css/images/gray-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.lussome-theme .content-select:before {
    border-color: #888;
}

.galeon-theme .select-custom {
    background-image: url("/css/images/brown-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.galeon-theme .content-select:before {
    border-color: #8a6d3b;
}

.font-subtitle-home{
    font-size: 1.6rem!important;
    font-weight:bold;
}
/* Tools ---------------------------------------- */

.active {
    display: block !important;
}


/* INI: SlickJS Slider Products */
.prev-carousel,.next-carousel{
    /*padding-left:5px;*/
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    /*top: 12rem;*/
    top: 11rem;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    background-color: white;
    color: #1D1D1F;
    border-radius: 99px;
    z-index: 999;
    box-shadow: 0 6px 10px 0 rgba(128,98,96,.16)!important;
}
.next-carousel {
    right: 0px;
}
.style-arrow-slider{
    cursor:pointer;
    padding-top: 2px;
    font-size: 1.2rem!important;
}
.box-item-slider{
    padding:7px;
}
.box-img-store{
    margin-top: 17px;
    margin-bottom: 10px;
    margin-right:10px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.promociones-section .box-img-store{
   /* height: 430px;*/
    height: 355px;
    text-align: center;
    border: 1px solid #ddd;
}
.padd-lr-10{
    padding-left:22px;
    padding-right:25px;
}
.box-title-store{
    padding:10px 10px 7px 10px;
    width:100%;
}
.box-title-index{
    width:100%;
    text-align:center;
    padding:16px 0 16px 0;
}
/* FIN: SlickJS Slider Products */

/* INI: Helpers estilos */
.w-full{
    width:100%;
}
.px-10{
    padding-left:10px!important;
    padding-right:10px!important;
}
.flex{
    display:flex;
}
.items-center{
    align-items:center;
}
.content-space-around{
    justify-content:space-around;
}
.content-space-between{
    justify-content:space-between;
}
.bb-grey{
    border-bottom: 1px solid #ddd;
}
.bg-white{
    background-color:white;
}
.mb-5{
    margin-bottom:5px!important;
}

.mb-9{
    margin-bottom:9px!important;
}

.text-img-center{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
/* INI: Helpers estilos */

/* INI: Nuevos estilos tienda virtual */
.nuevos-lanzamientos-section .slick-slider{
    margin-bottom:5px!important;
}

.box-btn-bottom{
    padding:0 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn-bottom-items{
    font-size:1.1rem!important;
    width: 100%;
    height: 3.2rem!important;
    margin-bottom: 10px;
    background-color: #0094de!important;
    border-radius: 4px!important;
    border:none!important;
}
.table-coverage tr,.table-coverage th{
    text-align: center;
}
.table-coverage tr,.table-coverage th{
    color:#354d5c!important;
}
.img-banner-pages{
    margin-top:75px;
}
.box-title-banner{
    margin-top: 160px;
    margin-left: 70px;
}
.title-banners{
    color:#1b81c4;
    font-weight:normal;
    font-size:2.5rem!important;
}
.title-banners-bold{
    font-family: "Scandia-Bold";
    color:#1b81c4;
    font-size:2.5rem!important;
}

.title-pages{
    color:#1b81c4;
    font-weight:bold;
    font-size:1.6rem!important;
    text-align:center;
}
.title-pages-bold{
    font-family: "Scandia-Bold";
    color:#1b81c4;
    font-size:1.6rem!important;
    text-align:center;
}
.title-pages-2{
    color:#1b81c4;
    font-weight:bold;
    font-size:1.4rem!important;
    text-align:center;
}
.subtitle-pages{
    color:#1981c7;
    font-weight:bold;
    font-size:1.5rem!important;
    margin-top: 2px;
    margin-bottom:0;
}
.content-pages{
    color:#354d5c;
    font-size:1.4rem!important;
    text-align:justify;
    font-weight:500;
    /*letter-spacing:-0.5px*/
}
.content-pages-subtitle{
    color:#354d5c;
    font-size:1.5rem!important;
    text-align:justify;
    font-weight:500;
}
.content-pages-subtitle-bold{
    color:#354d5c;
    font-size:1.5rem!important;
    text-align:justify;
    font-weight:bold;
}
.content-pages-2{
    color:#354d5c;
    font-size:1.5rem!important;
    text-align:justify;
    font-weight:500;
    letter-spacing:-0.5px;
    text-align:center
}
.content-pages-bold{
    color:#354d5c;
    font-size:1.4rem!important;
    text-align:justify;
    font-weight:bold;
    /*letter-spacing:-0.5px*/
}
.list-pages{
    list-style: inside;
}
.list-pages li{
    color:#354d5c;
    font-size:1.4rem!important;
    text-align:justify;
    font-weight:500;
    letter-spacing:-0.5px
}
.enlace-pages{
    font-size:1.3rem!important;
    letter-spacing:-0.5px
}
.line-divider{
    height:2px;
    width:100%;
    background-color:#1b81c4;
    margin-top:20px;
    margin-bottom:30px;
}
.item-clausula{
    height: 17px;
    width: 8px;
    margin-right: 6px;
    display: inline-block;
    background-color: #1b81c4;
}
.mb-1{
    margin-bottom:1rem;
}
.box-pad{
    padding-left:90px;
    padding-right:90px;
}
.box-btn-whatsapp{
    position:fixed;
    bottom:15px;
    right:15px;
    transition:0.2s;
    cursor:pointer!important;
    z-index:500;
}
.box-call-to-action{
    position:fixed;
    bottom:25px;
    right:85px;
    transition:0.2s;
    cursor:pointer!important;
    z-index:500;
}
.box-lbl-cta{
    /*background-color:white;
    border:1px solid #ddd;
    border-radius:10px;
    padding:10px 17px;*/
    padding-right:5px;
    text-align:center;
    cursor:pointer;
}
.box-lbl-cta span{
    cursor:pointer;
    font-family: "Scandia-Medium";
    font-size:1.1rem!important;
    text-align:center;
    color:white!important;
}
.icon-wssp-fixed{
    font-size: 2.7rem!important;
    color:white!important;
    cursor:pointer!important;
}
.box-btn-whatsapp .btn-whatsapp-msg{
    background-color:#24d369;
    border-radius:25px;
    cursor:pointer!important;
    box-shadow: 2px 6px 5px 1px rgba(128,98,96,.16);
}
.btn-whatsapp-msg .box-link-wssp{
    padding:10px 17px;
}
.box-btn-whatsapp:hover{
    bottom:28px;
    transition:0.2s;
}
.pointer{
    cursor:pointer;
}
.presentacionDetalle-new-merch {
    transition:0.3s;
    cursor:pointer;
    width: 60px;
    margin-right: 5px;
    font-size: 1.4rem!important;
    border-radius: 7px;
    font-family: "Scandia-Medium";
    /*margin-bottom: 12px !important;*/
    padding: 7px 10px!important;
    display: inline-block;
    /*color: #777;*/
    color:#758e9b;
    background-color: rgb(162 162 162 / 10%);
    /*border: 2px solid #777 !important;*/
    border: 1px solid #758e9b !important;
    text-align: center;
}
.title-table-merch-2{
    color: #0090d6;
    font-size: 1.1rem!important;
}
.presentacionDetalle-new-merch:hover{
    color: #777!important;
}
.active-merch{
    /*color: #0094de!important;*/
    color: white!important;
}
.active-merch {
    display: inline-block!important;
    transition:0.3s;
    cursor: pointer;
    color: #0094de;
    transition: 0.3s ease-out;
    font-size: 9px;
    /*background-color: rgb(0 166 255 / 10%);*/
    background-color: #0086d6;
    /*border: 2px solid #0094de !important;*/
    border: 2px solid #0086d6 !important;
}
.btn-style-imgs-prod{
    background-color: rgb(0 139 239);
    border-radius: 24px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: white;
    cursor: pointer;
}
.box-price-cart-det{
    display:flex;
    justify-content:flex-end;
    width:100%;
}
.padd-btn-trash{
    padding-top: 3px;
    padding-left: 1px;
}
.title-modal-presentations{
    font-size:1.4rem!important;
    font-family: 'Scandia-Medium';
    color:#777;
}
.subtitle-price-pres{
    color: #0086d6;
    font-family: 'Scandia-Medium';
    font-size:1.5rem!important;
}
.icon-cart-pres{
    color:white;
    font-size:1.2rem!important;
}
.presentacionDetalle-new-2 {
    width: 190px;
    font-size: 1.2rem!important;
    margin-top: 10px;
    margin-bottom: 12px !important;
    padding: 10px !important;
    display: inline-block;
    color: #0086d6;
    background-color: rgba(0,134,214,0.1);
    border: 1px solid #0086d6 !important;
    text-align: center;
}
.box-title-presentation{
    padding:15px 20px;
    border-bottom:1px solid #eee;
}
.box-add-to-cart{
    width:100%!important;
}
.group-default{
    border:none!important;
    background-color:transparent;
}

.btn-fuxion-add-cart{
    min-height: 40px;
    padding:10px 0px;
    font-family: 'Scandia-Medium';
    color:white;
    background-color:#0094de;
    width:100%;
    outline: none!important; 
    outline-offset: unset!important;
}
.font-size-btn{
    font-size:1.1rem!important;
}
.btn-fuxion-add-cart:hover, .btn-fuxion-add-cart:focus{
    background-color:#0094de!important;
    color:white!important;
}
.title-default-store{
    background-color:#6e8895;
}
.bg-fuxion-store{
    background-color:#0185d7;
}
.bg-fuxion-store-2{
    background-color:#30c1e2;
}
.title-fuxion-store{
    background-color:#0086D6;
}
.title-lussome-store{
    background-color:black;
}
.title-galeon-store{
    background-color:#4b3d2a;
}
.title-stores{
    font-size: 1.2rem!important;
    font-weight: bold;
    color:white;
}
.title-store-1{
    font-size: 1.4rem!important;
    font-weight: bold;
    color:white;
}
.btn-simple{
    background-color:transparent!important;
    /*border:1.5px solid white;*/
    border:none;
    border-radius:6px;
    margin-top: 2px;
}
.btn-simple-2{
    background-color:transparent!important;
    border:none;
    border-radius:6px;
}
.max-w-img{
    max-width: 250px;
}
.max-w-img-fx{
    max-width: 170px;
}
.justify-center{
    justify-content:center
}
.box-marcas{
    display:flex!important;
    /*justify-content:space-around;*/
    align-items:center;
}
.marca-fuxion{
    margin-top:5px!important;
    margin-left:15px!important;
}
.box-icon-header{
    border: 1.9px solid white;
    border-radius: 8px;
    /*padding: 3px 7px;*/
    cursor: pointer;
    transition:0.4s
}
.box-icon-header-2{
    border: 1.9px solid white;
    border-radius: 8px;
    /*padding: 3px 7px;*/
    cursor: pointer;
    transition:0.4s
}
.box-icon-header-3
{
    cursor: pointer;
    transition:0.4s
}
.py-10{
    padding-top:15px;
    padding-bottom:15px;
}
.border-top-footer{
    border-top: 2px solid white;
}
.box-icon-header-1{
    border: 1.9px solid white;
    border-radius: 8px;
    padding: 6px 7px 0px 7px;
    cursor: pointer;
}
.pdd-item-header{
    padding: 4px 8px!important;
    border-radius: 8px;
}
.pdd-item-header-2{
    padding: 4px 7px 1px 7px!important;
    border-radius: 8px;
}
.pdd-item-header-3{
    padding: 8px 7px 3px 7px!important;
    border-radius: 8px;
}

.box-icon-header:hover{
    background-color:#0185d7;
    transition:0.4s
}
.pdd-item-header:hover{
}
.space-between{
    justify-content: space-between;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		    -o-transform: translate3d(0%, 0, 0);
		    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 30px;
}
        
/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
	
.modal.left.fade.in .modal-dialog {
	left: 0;
}

/*Right*/
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}
.close-menu-lateral{
    margin-top:-3px!important;
    background-color:transparent!important;
    /*border-radius:20px!important;*/
}
.close-menu-lateral i{
    color:white;
    cursor:pointer;
    font-size: 1.3rem!important;
}
.title-menu-lateral{
    font-size: 1.4rem!important;
    line-height: 1.1!important;
    font-weight:bold;
    color:white!important;
    margin-top: 3px;
}
.box-category{
    padding: 10px;
    font-family: 'Scandia-Medium';
    background-color: #0089cf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-category-2{
    padding: 5px 10px;
    font-family: 'Scandia-Medium';
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #758E9B;
}
.title-category-menu-2{
    color: #435860!important;
    font-size: 1rem!important;
}
.pr-50{
    padding-right:50px
}
.pr-40{
    padding-right:40px
}
.title-category-menu{
    color: white!important;
    font-size: 1rem!important;
}
.box-btnmoresubitems{
    padding-left:9px;
    padding-right:8px;
    border-radius:5px;
    cursor:pointer;
    color:white;
}
.box-btnmoresubitems i{
    color:white;
    cursor:pointer;
}
.box-btnmoresubitems-2{
    padding-left:9px;
    /*padding-right:8px;*/
    border-radius:5px;
    cursor:pointer;
    color:white;
}
.box-btnmoresubitems-2 i,
.box-btnmoresubitems-2 img{
    color:#777;
    cursor:pointer;
}
.padd {
    margin-left: 15px;
}
.list-categories-item a, .list-categories-item a:hover{
    color:white;
    text-decoration:none;
    font-family: 'Scandia-Medium';
}
.box-padd-subitem{
    padding: 5px;
}
.subtitle-categories{
    font-family: 'Scandia-Medium';
    font-size:1.3rem!important;
    color:#777;
}
.subtitle-searchorder{
    font-family: 'Scandia-Medium';
    font-size:1.5rem!important;
    color:#1588ca;
}
.box-title-categories{
    margin-bottom: 6px;
    display: flex;
    justify-content:space-between;
}
.title-back-home{
    padding: 8px 10px;
    border: 1px solid #758E9B;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items:center;
    cursor:pointer;
    font-size: 1rem!important;
    font-family: 'Scandia-Medium';
    color: #435860!important;
}   
.icon-back-home{
    line-height: initial;
    padding-right:3px;
}
.icon-back-home i{
    font-size:1.4rem!important;
    padding-top: 2px;
    cursor:pointer;
    color:#777;
}
.btn-back-dash{
    cursor:pointer;
    width:100%;
}
.btn-h-det{
    height:34px;
}
.btn-h-cart{
    height:100%;
    cursor:pointer;
}
.btn-h-cart i{
    cursor:pointer;
}
.subtitle-add-to-cart-det{
    font-family: 'Scandia-Medium';
    font-size:1.3rem!important;
    color:#0090d6;
}
.pl-0{
    padding-left: 0!important;
}
.pr-0{
    padding-right: 0!important;
}
.count-d-cursor{
    cursor: auto!important;
}
.margin-0{
    margin:0!important;
}
.delQuantity i{
    font-size:1.6rem!important;
    cursor:pointer;
    color:#777;
}
.marg-price{
    margin-top: 18px;
}
.pos-relative{
    position:relative;
}
.loader-box-enroll{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .76);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #0086d6;
    font-size: 1.2rem!important;
    z-index: 5;
}
.box-circularprogress-indicator{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-circularprogress-indicator i{
    color: #0086d6;
    font-size:2rem!important;
}
.x-logo{
    margin-top:3px;
    margin-left:3px;
}
.pl-8{
    padding-left:4px;
} 
.pr-8{
    padding-right:4px;
}
.bb-none{
    border-bottom:none!important;
}
.bb-bt-none{
    border-bottom:none!important;
    border-top:none!important;
}
.icon-prod-resp{
    margin-top: -10px;
    width: 30px;
}
.subtitle-product-name{
    font-family: 'Scandia-Medium';
    font-size:1.2rem!important;
    color:#777;
}
.w-40{
    width:40%!important;
}
.title-det-presentations{
    font-family: 'Scandia-Medium';
    font-size:1.1rem!important;
    color:#777;
}
.subtitle-subtotal-cart{
    font-size: 1.5rem!important;
    color:#777;
    font-family: 'Scandia-Medium';
}
.font-size-btn{
    font-size: 1.2rem!important;
}
.title-cart-view{
    font-family: 'Scandia-Medium';
    font-size: 1.3rem!important;
    color: #0090d6; 
}
.m-bg-fuxion{
    background-color: #0086d7!important;
}
.title-table-merch{
    /*color: #0090d6; 
    font-size: 1.5rem!important;*/
    color: #777;
    font-size: 1rem!important;
}
.color-white{
    color:white!important;
}
.bold-fuxion{
    font-family: "Scandia-Medium";
}
.box-orange-qv{
    background-color: #f19413;
    padding-top: 8px!important;
    padding-bottom: 6px!important;
    padding-left: 10px!important;
    padding-right:10px!important;
    color: white;
    border-radius: 5px;
    font-family: "Scandia-Medium";
}
.text-info-40points{
    text-transform:uppercase;
    font-size:1rem!important;
    line-height: 1.2!important;
    font-family: "Scandia-Medium";
    color: #777 !important;
}
.box-color-merch{
    background-color: #0086D6;
    padding: 20px 5px;
    border-radius: 50px;
    margin-right: 5px;
    width: 40px;
}
.step-header-number-blue {
    width: 65px;
    height: 40px;
    background-color: #0086d6;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.9rem!important;
    text-align: center;
    padding: 10px;
    border: 3px solid #0086d6;
}
.step-header-number-blue-2 {
    width: 40px;
    height: 40px;
    background-color: #0086d6;
    border-radius: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.9rem!important;
    text-align: center;
    padding: 10px;
    border: 3px solid #0086d6;
}
.title-step-join-2 {
    color: #0086d6;
    font-size: 1.9rem!important;
    font-family: 'Scandia-Medium';
    margin: 2px 0 0 5px!important;
}
.box-color-merch-2{
    background-color: #0086D6;
    padding: 15px 5px;
    border-radius: 5px;
    width: 100px;
}
.box-presentation-product{
    display:flex;
    align-items:center;
    justify-content:center;
}
.align-inherit{
    vertical-align:inherit!important;
}
.mt-15{
    margin-top:15px;
}
.box-color-presdet{
    display: inline-block;
    padding:10px;
    width: 40px;
    border-radius: 30px;
    margin-right:3px;
}
.item-row{
    padding-bottom:10px;
}
.box-loader-opsubmit{
    display:none;
    width: 154px;
    height: 36px;
    border-radius:6px;
    border:2px solid #0094de;
    background-color: white;
    position: absolute;
    top:0;
}
.title-productdet{
    font-size: 2rem!important;
    font-family: "Scandia-Medium";
    color: #777;
}
.remove-trash i{
    cursor:pointer;
    color:#777;
    font-size: 1.1rem!important;
    margin-left: 4px;
}
.m-0{
    margin:0;
}
.mt-5{
    margin-top:2px;
}
.box-close-modal{
    background-color: white;
    padding: 1px 6px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 6px 10px 0 rgb(128 98 96 / 30%);
}
.close-modal-x{
    color: #0094de;
    padding-top: 3px;
    cursor: pointer;
    font-size: 1.3rem!important;
}
.box-emailhide-enroll,.box-phonehide-enroll{
    position: absolute;
    top: 0;
    border-radius: 4px;
    padding-right: 15px;
    padding-left: 15px;
    align-items: center;
    justify-content:space-between;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: red;
    background-color: white;
    border: 1px solid #ccc;
}
.link-modify-hide{
    font-family: "Scandia-Medium";
    color: #0094de;
    cursor: pointer;
    transition:0.3s;
    text-align: center;
    line-height: 1;
}
.link-modify-hide:hover{
    color: #07acff;
    transition:0.3s;
}
.link-view-more{
    font-size: 13px!important;
}
.box-btn-undo-enroll{
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    margin-right: 10px;
    align-items: center;
    cursor:pointer;
}
.box-btn-undo-enroll i{
    font-size: 1.3rem!important;
    color:#0086D6;
    cursor:pointer;
    transition:0.3s;
}
.box-btn-undo-enroll i:hover{
    color: #07acff;
    transition:0.3s;
}
.p-0{
    padding:0!important;
}
.title-thankyou-purchase{
    font-family: 'Scandia-Medium';
    font-size: 1.7rem!important;
    color: #0094de;
    font-weight: bold!important;
}
.subtitles-purchase{
    font-size: 1.3rem!important;
    color: #0094de;
    margin-top:0!important;
    font-weight: bold!important;
}
.subtitles-purchase-2{
    font-size: 1.3rem!important;
    color: #0094de;
    margin-bottom: 0!important;
}
.subtitles-result{
    font-size: 1.3rem!important;
    color: #0094de;
    font-family: 'Scandia-Medium';
}
.img-complete-purchase{
    max-width:140px;
}
.btn-view-order{
    padding:7px 35px;
    font-family: 'Scandia-Medium';
    color: white!important;
    background-color: #0094de!important;
    font-size: 1.2rem!important;
}
.pr-9{
    padding-right:8px!important;
}
.btn-continue-purchase{
    padding:8px 0;
    font-family: 'Scandia-Medium';
    color: #0094de!important;
    background-color: white!important;
    width:17%;
    border:1px solid #0094de;
    font-size: 1.2rem!important;
}
.inline-grid{
    display: inline-grid;
}
.text-description-purchase{
    font-size: 1.2rem!important;
    color: #0094de;
    line-height:1.3;
}
.social-link i{
    cursor:pointer;
    color:white;
    font-size:1.4rem!important;
}
.title-page-found{
    color: #777;
    font-size: 1.7rem!important;
}
.box-list-order{
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 7px;
}
.box-info-order{
    margin-top:10px;
    margin-bottom:10px;
}
.border-right{
    border-right:1px solid #ddd;
}
.title-info-order{
    margin: 4px 0px!important;
    font-size: 1.2rem!important;
    color: #777;
    font-family: 'Scandia-Medium';
}
.text-info-order{
    margin: 4px 0px!important;
    font-size: 1.2rem!important;
    color: #777;
}
.hr-order{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.title-status-order{
    margin: 10px 0px!important;
    font-size: 1.3rem!important;
    color: #1588ca;
    font-family: 'Scandia-Medium';
}
.title-status-order-1{
    margin: 7px 0px!important;
    font-size: 1.2rem!important;
    color: #1588ca;
    font-family: 'Scandia-Medium';
}
.box-status-order{
    border-bottom:1px solid #ddd;
}
.icon-fuxion-b{
    color: #3baef3!important;
}
.text-informative{
    color: #777;
    font-size: 1rem!important;
}
.text-informative2{
    color: #777;
    font-size: 1rem!important;
    padding-top: 0.5rem;
}
.btn-fuxion-search{
    margin-top: 2px;
    background-color: #3baef3!important;
    color: white!important;
    font-family: 'Scandia-Medium';
}
.pr-10{
    padding-right:10px!important;
}
.color-white i{
    color:white!important;
    font-size: 1.4rem!important;
}
.font-size-1{
    font-size: 1.2rem!important;
}
.header-options{
    display:flex;
    justify-content: flex-end;
    padding-left: 20px;
}
.pl-md-0{
    padding-left:0!important
}
.subtitle-review{
    color: #2699d9;
    font-weight:bold;
    text-transform: uppercase;
    font-family: 'Scandia-Medium';
}
.text-info-address,.text-info-payment{
    font-size: 14px !important;
    color: #333 !important;
}

.box-item-order{
    padding: 5px 10px;
    background-color: #ebf1f2;
    margin-bottom: 5px;
}
.icon-header{
    width:17px!important;
    cursor:pointer;
}
.icon-header-ship{
    cursor:pointer;
    width:29px!important;
}
.text-country-header{
    color:white;
    font-family: 'Scandia-Medium';
}
.title-option-header{
    /*line-height: 0.8;*/
    font-size: 1rem!important;
    color:white;
    font-family: 'Scandia-Medium';
    margin-right:6px;
    margin-bottom: 3px;
    cursor:pointer;
}
.title-option-header-2{
    /*line-height: 0.8;*/
    font-size: 1.2rem!important;
    color:#777;
    font-family: 'Scandia-Medium';
    margin-right:6px;
    margin-bottom: 3px;
    cursor:pointer;
}
.active-logged-icon{
    background-color: #0185d7;
}
.align-end{
    align-items:flex-end;
}
.img-status-arrow{
    width: 70px;
}
.img-status-order{
    width: 100px;
}
.img-status-order-height{
    height: 100px;
}
.box-status-order-step,.box-arrow-order-step{
    text-align:center;
}
.box-arrow-order-step{
    margin-top:30px;
}
.margin-img-logo{
    margin-top: 38px;
    margin-bottom: 40px;
}
.list-categories-item-2{
    color:#777;
    margin: 5px 0;
    transition:0.2s;
    cursor:pointer;
}
.list-categories-item-2 a{
    color:#777;
    width:100%;
} 
.list-categories-item-2 a:hover{
    text-decoration:none;
}
.list-categories-item-2:hover a{
    color:white!important;
}
.itemsubcategory-0089cf:hover{
    background-color: #016ca4;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-95c11f:hover{
    background-color: #95c11f;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-1f599d:hover{
    background-color: #1f599d;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-ed7004:hover{
    background-color: #ed7004;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-009d7b:hover{
    background-color: #009d7b;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-1fb7ee:hover{
    background-color: #1fb7ee;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-a3137b:hover{
    background-color: #a3137b;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-e42313:hover{
    background-color: #e42313;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-7c909b:hover{
    background-color: #7c909b;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-c5b53d:hover{
    background-color: #c5b53d;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-c09d7a:hover{
    background-color: #c09d7a;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.itemsubcategory-ff5733:hover{
    background-color: #FF5733;
    transition:0.3s;
    cursor:pointer!important;
    color:white!important;
}
.padd {
    margin-left: 20px;
}
.mb-20{
    margin-bottom:20px;
}
.padding-box-banner{
    padding: 10px 10px!important;
}
.max-w-img-fx-2{
    max-width: 325px;
}
.img-no-lo-dejes{
    max-width: 100%!important;
}
.content-select-fx i{
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 13px;
    height: 13px;
    display: block;
    border-left: 4px solid #0086d6;
    border-bottom: 4px solid #0086d6;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}
.subtitle-footer{
    color: white;
    font-size: 1.1rem!important;
    font-family: 'Scandia-Medium';
    margin-bottom:15px;
    margin-top:25px;
}
.subtitle-footer-2{
    color: white;
    font-size: 1.1rem!important;
    font-family: 'Scandia-Medium';
}
.flex-end{
    justify-content: flex-end;
}
.ml-10{
    margin-left:10px;
}
.link-footer:hover{
    text-decoration: none;
    color: white;
}
.link-footer{
    color: white;
    font-size: 1.05rem!important;
    text-decoration: none;
    margin-bottom:10px;
}
.mt-20{
    margin-top:20px;
}
.mb-25{
    margin-bottom:35px;
}
.wspp-footer{
    font-size: 2.9rem!important;
    color:white;
}
.box-wssp-footer{
    margin-right:7px;
    background-color:#24d369;
    padding:4px 8px;
    border-radius:10px;
}
.box-numbers-wssp{
    margin-top:3px;
}
.number-wssp{
    color:white;
    font-family: 'Scandia-Medium';
    font-size: 1.1rem!important;
}
.box-img-servicecontact{
    padding:4px 8px;
}
.img-service-contact{
    margin-right:7px;
    width:30px!important;
}
.box-email-footer{
    align-items: baseline;
}
.box-email-footer i{
    margin-right:7px;
}
.box-email-footer i, .box-email-footer span{
    color:white;
    font-size:0.9rem!important;
}
.color-grey{
    color: #838383;
}
.font-size-05{
    font-size: 1.05rem!important;
}
.relative{
    position:relative;
}
.abosolute{
    position:absolute;
}

.boxMoreInfo{
    bottom: 0;
    width: 100%;
    transition: 0.3s;
    display:block;
    cursor:pointer;
}

/*.boxMoreInfo:hover{
    transition: 0.3s;
    background-color: #f9fafbab;
}*/
.txtMoreInfoImg{
    height:100%;
    width:100%;
    color:#006fb3!important;
    font-weight:bold;
    font-size: 0.9rem!important;
    padding-right: 1rem;
    text-align: right;
    line-height:normal!important;
}
.boxMoreInfo:hover > .txtMoreInfoImg{
    /*display:block!important;*/
    color:blue;
}

.hovMoreInfo:hover + .boxMoreInfo{
    display:block;
}
.icon-home{
    font-size: 2.1rem!important;
    color: white;
    margin: 4px 20px;
    cursor:pointer;
}
.frame-support{
    width:100%;
    height:1050px;
    border:none!important;
}
.text-center{
    text-align:center;
}
.box-text-description{
    padding: 0px 120px 0 120px;
}
.justify-content-center{
    display:flex;
    justify-content:center;
}
.box-line-divider{
    /*margin-top:10px;*/
    display: flex;
    justify-content: center;
}
.line-divider-bue{
    width:1px;
    height:100%;
    background-color:#1b81c4;
}
.box-options-support{
    /*background-color:#f4f9fc;*/
    /*padding-top:40px;*/
    /*padding-bottom:40px;*/
}
.box-back{
    background-color:#f2f3f4;
    width:100%;
    padding-top:10px;
    padding-bottom:5px;
    padding-left:25px;
}
.box-back .btn-back-pages{
    color: #1b81c4;
    font-size: 1.4rem!important;
}
.box-btn-left{
    margin-right:5px;
}
.icon-left-arrow{
    color: #1b81c4;
    font-size: 1.4rem!important;
}
.band-section-title{
    text-align:center;
    background-color:#f4f9fc;
    width:100%;
    padding-top:7px;
    padding-bottom:7px;
}
.title-section-selected{
    color: #1b81c4;
    font-size: 1.3rem!important;
}
.box-categories-faq{
    margin-bottom:70px;
    margin-top:40px;
    padding-left:50px;
    padding-right:50px;
}
.box-container-pages{
    padding-left:65px;
    padding-right:65px;
}
.horizontal-divider{
    width:100%;
    height:1px;
    background-color: #1b81c4;
}
.title-categories-pages{
    color: #1b81c4;
    font-family: 'Scandia-Medium';
    font-size:1.5rem!important;
    font-style: italic;
}
.title-questions{
    font-family: 'Scandia-Medium';
    font-size:1.5rem!important;
    color: #1b81c4;
    font-style: italic;
}
.subtitle-questions{
    font-family: 'Scandia-Medium';
    font-size:1.4rem!important;
    color:#354d5c!important;
    margin-bottom:5px;
}
.text-answer{
    /*font-size:1.4rem!important;*/
    font-size:1.2rem!important;
    color:#354d5c!important;
    padding-left:25px;
    text-align:justify;
    margin-top:7px;
}
.box-padd-answer{
    padding-left:15px;
}
.mb-10{
    margin-bottom:10px;
}
.icon-go-top{
    cursor:pointer;
    color: #1b81c4;
    font-size: 2.2rem!important;
}
.text-link-pages{
    font-size: 1.4rem!important;
}
.box-spaces{
    height:170px;
}
.mb-0{
    margin-bottom:0!important;
}
.box-no-dejes{
    margin-bottom:61px;
}
.banners-pages{
    /*margin-top: 59px;*/
}
.banner-terms-and-condition{
    background-image: url("/Content/images/resourcesnewstore/TERMINOS-BANNER-1920X300.png");
}
.banner-terms-and-condition-en {
    background-image: url("/Content/images/resourcesnewstore/TERMINOS-BANNER-1920X300_EN.png");
}
.banner-support{
    background-image: url("/Content/images/resourcesnewstore/Banner_ServicioAlCliente_1.jpg");
}
.banner-support-en{
    background-image: url("/Content/images/resourcesnewstore/Banner_ServicioAlCliente_1.jpg");
}
.banner-support-ar{
    background-image: url("/Content/images/resourcesnewstore/Banner_ServicioAlCliente_1.jpg");
}
.banner-xticket{
    background-image: url("/Content/images/resourcesnewstore/REGISTRA-CONSULTA-BANNER-1920X300.png");
}
.banner-xticket-en{
    background-image: url("/Content/images/resourcesnewstore/REGISTRA-CONSULTA-BANNER-1920X300_EN.png");
}
.banner-faq{
    background-image: url("/Content/images/resourcesnewstore/Banner_ServicioAlCliente_2.jpg");
}
.banner-faq-EN{
    background-image: url("/Content/images/resourcesnewstore/Banner_ServicioAlCliente_2.jpg");
}
.banner-devoluciones{
    background-image: url("/Content/images/resourcesnewstore/DEVOLUCIONES-BANNER-1920X300.png");
}
.banner-devoluciones-en{
    background-image: url("/Content/images/resourcesnewstore/EXCHANGE-POLICY-1920X300.png");
}
.banner-contact{
    background-image: url("/Content/images/resourcesnewstore/CONTACTANOS-BANNER-1920X300.png");
}
.banner-contact-en{
    background-image: url("/Content/images/resourcesnewstore/CONTACT-US_BANNER-1920X300.png");
}
.banner-coverage{
    background-image: url("/Content/images/resourcesnewstore/COBERTURA-BANNER-1920X300.png");
}
.banner-coverage-EN{
    background-image: url("/Content/images/resourcesnewstore/COBERTURA-BANNER-1920X300-EN.png");
}

#suggestions{
    position: absolute;
    top: 34px;
    width: 100%;
    background-color: #fff;
}

#suggestions .optionSplit{
    padding: 10px;
    
}

#suggestions .optionSplit:hover{
    background-color: #c7c7c7;
    cursor: pointer;
}

/* FIN: Nuevos estilos tienda virtual */

/* INI: PAGINA DE REGISTRO CP */
.box-header-cp{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    padding:20px 20px 20px 20px;
    background-color:white;
}
.body-signup-cp{
    background-color:#f8fafb;
}
.box-form-cp{
    margin-top:20px;
}
.divider-form-cp{
    background-color:#e6e6e6;
    height:1px;
    width:100%;
    margin-bottom:15px;
    margin-top:15px;
}
.divider-form-cp-2{
    background-color:#e6e6e6;
    height:1px;
    width:100%;
    margin-bottom:10px;
    margin-top:10px;
}
.text-input-searchEF{
    margin: 0;
    margin-right: 10px;
    color: #0086d6;
    font-family: "Scandia-Medium";
}
.head-result-table{
    background-color: #dae9ee;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #0086d6;
    padding: 6px 20px 6px 20px;
    font-family: "Scandia-Medium";
    font-size: 1.1rem!important;
    display:block;
    text-align:center;
}
.body-item-table{
    border: 1px solid #cccccc;
    margin: 0!important;
    padding: 5px 10px;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.lbl-ipt-cp{
    color:#828282;
    font-weight: 500;
}
.box-info-cp{
    padding-left:10px;
    padding-right:10px;
}
.btn-continue-formcp{
    font-family: 'Scandia-Medium';
    color: white;
    background-color: #0094de;
}
.box-item-options{
    padding: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0!important;
}
.box-item-options-2{
    padding: 0 10px;
    padding-left: 20px;
    margin: 0!important;
}
.icon-choose-option-enroll{
    width: 33px!important;
    margin-left: 10px;
    margin-right: 10px;
}
.icon-paymentmethod {
    margin-right: 15px!important;
    margin-left: 20px!important;
    background-color: #F7F7F7;
    padding: 5px;
    border-radius: 20px;
    color: #007ed3;
    font-size: large!important;
}
.general-box-options {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    background-color: white;
}
.box-options{
    padding: 15px!important;
}

.box-search-code{
    padding-left: 15px;
    padding-right:15px;
}
.box-result-search{
    background-color:white;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:7px;
    padding-left:8px;
    padding-right:10px;
}
.img-patroci{
    width:40px;
    height:40px;
    border-radius: 50%;
}
.box-body-result{
    margin-top:10px!important;
}
.btn-choose-enroll{
    min-width: 130px;
    margin-right: 10px;
    margin-left: 10px;
}
.box-results-blue{
    display: block;
    border: 1px solid #0094de;
    padding-top: 15px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 15px;
    border-radius: 7px;
}
.img-patroci-2{
    width:50px;
    height:50px;
    margin-right:20px;
}
.mt-1{
    margin-top:1rem;
}
.right-0{
    position: absolute;
    right: 0;
}
.min-ht{
    min-height: 366.55px;
}

/* Login redes sociales--------------------------------- */

.mr-20
{
    margin-right: 20px;
}

.container-redes{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.container-redes a
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items:center;
}

.container-redes a .img-reduccion
{
    width: 25px;
}

.color-facebook{
    background-color: #3d5698;
}

/* Animations */
    .slide-out-left {
	-webkit-animation: slide-out-left 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-left 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
    .slide-out-right {
	-webkit-animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }

    .slide-in-right {
	-webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-in-left {
	-webkit-animation: slide-in-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
}
@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-1 18:50:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        opacity: 0;
    }
}

/* Animations Autoship */
    .slide-out-left-autoship {
	-webkit-animation: slide-out-left-autoship 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-left-autoship 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
    .slide-out-right-autoship {
	-webkit-animation: slide-out-right-autoship 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-right-autoship 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }

    .slide-in-right-autoship {
	-webkit-animation: slide-in-right-autoship 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right-autoship 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .slide-in-left-autoship {
	-webkit-animation: slide-in-left-autoship 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left-autoship 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-left-autoship {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: 0;
  }
}
@keyframes slide-out-left-autoship {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-right-autoship {
  0% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right-autoship {
  0% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left-autoship {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-autoship {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-1 18:50:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
 @-webkit-keyframes slide-out-right-autoship {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    opacity: 0;
  }
}
@keyframes slide-out-right-autoship {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
        opacity: 0;
    }
}

.modal-dialog-login,.modal-dialog-fuxion {
    width: 375px!important;
    margin-top:105px!important;
}
.modal-content-login,.modal-content-fuxion{
    border-radius: 8px!important;
}
.modal-header-login,.modal-header-fuxion,
.modal-presentation-header{
    border-radius: 8px 8px 0 0!important;
    background-color: white;
    border-bottom:none!important;
    padding-bottom: 10px;
}
.modal-header-login,.modal-body-login,.modal-header-fuxion,.modal-body-fuxion,.modal-presentation-header{
    padding-left: 25px;
    padding-right: 25px;
}
.modal-header-login .title-modal-login,.modal-header-fuxion .title-modal-fuxion,.modal-header-verificacion .title-modal-fuxion,
.modal-product-detail .modal-title{
    font-size: 1.2rem!important;
    font-family: 'Scandia-Medium';
    color:white;
    line-height: 1.1!important;
    margin-top: 2px;
}
.modal-body-login,.modal-body-fuxion{
    padding-top:0px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.modal-dialog-autoship {
    margin-top:70px!important;
}

.close-login{
    background-color:transparent!important;
    cursor:pointer;
}
.text-close{
    color: #737373!important;
    font-size: 2.7rem!important;
    font-family: 'Scandia-Medium';
    cursor:pointer
}
.text-no-account,.text-input-login,.text-input-fuxion{
    font-size: 1.17rem!important;
    font-weight: normal;
}
.btn-login-modal,.btn-fuxion-modal{
    font-family: 'Scandia-Medium';
    width: 100%;
    font-size: 1.1rem!important;
    background-color: #0094de!important;
    border-color: #0094de!important;
    padding: 7.5px 0px;
    margin-bottom:5px;
}
.divider-fuxion,.divider-login{
    width:100%;
    height:1px;
    background-color: #EEEEEE;
}
.link-password,.link-continue-purchase{
   font-size: 1.15rem!important;
   font-family: 'Scandia-Medium';
}
.px-25{
    padding-left: 25px!important;
    padding-right: 25px!important;
}
.normal-select{
    font-size: 1.1rem!important;
    width: 100%!important;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.link-new-address{
   font-size: 1.15rem!important;
   font-family: 'Scandia-Medium';
   transition:0.3s;
}
.text-right{
    text-align:right
}
.box-older-address{
    min-height: 70px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
.oldaddress-title{
    font-size: 1.15rem!important;
    font-weight: 700!important;
    color: #525252;
    cursor:pointer;
}

.btn-verification-loader{
    padding: 8px 0px;
    border-radius: 7px;
    font-size: 1.1rem!important;
    text-align: center;
    min-width: 130px;
    /*font-weight: 800;*/
    background-color: #0185d7;
    color: white;
    transition:0.2s;
    margin-left:7px;
}
.btn-verification-loader-orange{
    padding: 8px 0px;
    border-radius: 7px;
    font-size: 1.1rem!important;
    text-align: center;
    min-width: 130px;
    /*font-weight: 800;*/
    background-color: rgb(247, 70, 0);
    color: white;
    transition:0.2s;
    margin-left:7px;
}
.text-verify-accepted{
    /*border: 2px solid #0094de;*/
    border: 2px solid #f74600;
    display: inline-block;
    font-weight: 700;
    padding: 7px 16px;
    font-size: 1.1rem!important;
    border-radius: 6px;
    /*color: #0094de;*/
    color: white;
    background-color: #f74600;
}

.icon-calendar-fuxion{
    color: white;
    font-size: 1.4rem!important;
}

@media print 
{
    .header-section, .footer-section, .box-btn-whatsapp{
        display: none;
    }
}


.btn-verification{
    padding: 8px 0px;
    border-radius: 7px;
    font-size: 1.1rem!important;
    text-align: center;
    min-width: 130px;
    /*font-weight: 800;*/
    background-color: #0185d7;
    color: white;
    transition:0.2s;
    margin-left:7px;
}
.btn-verification:hover{
    color:white!important;
    box-shadow: 1px 1px 5px #949393ba!important;
    transition:0.2s;
    background-color:#0185d7;
}
.lbl-verification{
    display: inline-block;
    max-width: 100%;
    color: #333;
    margin-bottom: 5px;
    font-size: 1.2rem!important;
    margin-bottom: 0;
}
.lbl-verification-desc{
    line-height: 1.2;
}
.white-spinner{
    color: white;
    animation: fa-spin 1.5s infinite linear;
    font-size: 1.3rem!important;
}

.subheader-menu-option{
    padding-top:1px;
    background-color: #c8dce5;
    /*height: 32px*/
}
.link-nav-header{
    border-left: 1px solid #f7fafc;
    border-right: 1px solid #f7fafc;
    transition:0.3s;
}
.px-0{
    padding-left:0px!important;
}
.pl-0{
    padding-left:0px!important;
}
.pr-0{
    padding-right:0px!important;
}
.link-nav-header:hover{
    background-color:#0185d7;
    transition:0.3s;
    color:white!important;
    font-family: 'Scandia-Medium';
}
.active-link-navfx{
    background-color:#0185d7;
    color:white!important;
    font-family: 'Scandia-Medium';
}
.boxheader-menu-options .subheader-links-set a{
    color: #435860;
    font-weight: 400;
    padding: 10px 0px 8px 0px;
    text-decoration: none;
    font-size:1rem!important;
    letter-spacing: -0.1px;
}
.subheader-links-set a:hover{
    color: #0097e2;
}
.box-options-subheader .subheader-links-set a{
    color: #666;
    font-weight: 400;
    padding: 9px 8px;
    text-decoration: none;
    font-size:1.2rem!important;
    letter-spacing: -0.1px;
    display:block;
}
.box-options-subheader{
    display:none;
}

.plus-md{
    width: 30px;
    font-size: 20px!important;
    line-height: 20px;
}
.my-2{
    margin-bottom: .5rem !important;  
    margin-top: .5rem !important;     
}
.btn-blue-fuxion{
    font-size: 1.2rem!important;
    background-color: #0094de!important;
    border-color: #0094de!important;
    padding: 7.5px 20px;
    color:white!important;
    font-family: 'Scandia-Medium';
}
.box-lbl-gift{
    display:flex;
    align-items:center;
}

/* INI: Rewards Pages */
.title-rewards{
    font-size:24px!important;
    color:#0086d6; 
    text-align:left;
    font-weight:600
}
.subtitle-menu-rewards{
    font-size:14px!important; 
    color:#989898;
    cursor:pointer;
}
.active-submenu{
    color:#0086d6!important;
    font-weight:600
}
/* FIN: Rewards Pages */
.img-w-auto{
    width:auto!important;
}
.title-pack{
    font-size: 30px!important;
    font-family: 'Scandia-Bold';
    font-weight: normal!important;
    letter-spacing: -0.5px!important;
}
.price-pack{
    font-size: 27px!important;
    font-family: 'Scandia-Bold';
}
.qv-pack{
    font-size: 15px!important;
}
.box-general-kit-wr {
    border: 1px solid #DEDEDE;
    background-color: white;
    margin-top: 35px!important;
    border-radius: 4px;
    padding-top: 20px!important;
}
.img-loader-block{
    width: 35px!important;
}
.text-loader-block{
    color:white!important;
    font-size:17px!important;
    margin-top: 10px;
}
.px-0{
    padding-right:0!important;
    padding-left:0!important;
}
.btn-steppe-autoship{
    float:right
}

.btn-link-text{
    font-size: 1.15rem!important;
    font-family: 'Scandia-Medium';
    transition: 0.3s;
}
.box-title-page-store{
    padding:10px 0px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-fuxion-theme{
    background-color:#0185d7
}
.box-galeon-theme{
    background-color:#4b3d2a
}
.box-lussome-theme{
    background-color:black
}
.box-mood-autoenvio{
    background-color: #FF3300;
    text-align: center;
    padding: 5px 0;
}
.box-mood-autoenvio span{
    color:#ffffff!important;
}
.box-mood-autoenvio a{
    color: #ffffff;
    text-decoration:underline;
}
.selected-item-ef{
    border: 1px solid #0094de;
    border-radius: 50px;
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 5px;
}
.selected-item-ef-true{
    background-color: #0094de;
    height: 10px;
    border-radius: 50px;
    width: 10px;
}
.btn-continue-formcp:hover{
    color:white!important
}
.btn-add-cart-detail{
    min-width: auto!important; 
    padding-right: 5px!important; 
    padding-left: 5px!important;
    padding-top:7px!important;
    padding-bottom:7px!important;
}
.box-input-fake-select{
    height: 34px;
    padding: 8px 12px;
    text-indent: 1px;
}
.box-list-categories-responsive{
    padding: 7px 12px;
    background-color: white;
    position: absolute;
    width: 100%;
    top: 34px;
    border: 1px solid #758E9B;
    border-radius: 3px 6px 6px 3px;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    z-index: 99;
    padding-top:0!important;
}
.item-store-responsive{
    font-family: 'Scandia-Bold';
    font-size: 1.2rem!important;
}
.item-box-categories-responsive{
    border-top: 1px solid #ababab;
    padding-top: 9px;
}
.subheader-fixed{
    position: fixed;
    z-index: 50;
    top: 59px;
    width: 100%;
}
.box-title-menu-name{
    margin-left:7px;
}
.title-menu-name{
    font-family: 'Scandia-bold';
    font-size: 13px!important;
    margin-top: 6px!important;
    color:#00498e!important;
}
.line-divider-blue-fuxion{
    width: 100%;
    margin-top:8px;
    margin-bottom:8px;
    height: 1.2px;
    background-color: #00498e;
}
.box-title-menu-logged{
    background-color: #00498e;
    padding:8px 12px 4px 12px;
    margin-bottom:6px;
}
.box-title-menu-logged h5{
    color:white;
    font-family:"Scandia-Medium";
    margin-top:0;
}
.box-text-menu-logged{
    display:inline-block;
    width: 100%;
    background-color: #758E9B;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.box-text-menu-logged h5{
    color:white;
    margin-left: 10px;
    margin-top: 6px;
}
.box-text-menu-logged h5 a{
    color:white;
}
.box-items-menu-logged{
    margin-bottom:2px;
}
.box-items-menu-logged img{
    padding:3.5px;
}
.color-close-menu-user{
  background-color: white;
  color: #00498e;
  font-size: 2.1rem!important;
  text-align: right;
}
.box-menu-flotante-user{
    padding-left: 12px;
    padding-right: 12px;
}
/* INI: Responsive */
@media(max-width: 1024px) {
    .header-options {
        width: 100%;
        /*height: calc(100% - 67px);*/
        /*height: 58px;*/
        /*padding: 12px;*/
    }
    .d-sm-block{
        display:block!important;
    }
    .d-sm-none{
        display:none!important;
    }
    .sm-pr-0{
        padding-right:0!important;
    }
    #select-language-options {
        top: 116px;
    }

    .fuxion-theme .header-options {
        background-color: #0086d6;
    }

    .lussome-theme .header-options {
        background-image: linear-gradient(to right, #4b3d2a,#433625) !important;
        background-position: center;
    }

    .galeon-theme .header-options {
        background-image: linear-gradient(to right, #191919,#000000) !important;
        background-position: center;
    }

   .menu-button-2 {
       display: block;
   }

    .nuevos-lanzamientos-section .item {
        height: 245px !important;
    }

    .nuevos-lanzamientos-section .item-store {
        height: 295px !important;
    }
    .promo_section {
        margin-top: 380px !important;
    }

    #loading-image {

    }
    .producto p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 768px) {
    .promo_section {
        margin-top: 0 !important;
    }
    .box-text-description{
        padding: 0px 20px 0 20px!important;
    }
}
@media screen and (max-width: 767px){
    .d-xs-none{
        display:none!important;
    }
    .d-xs-block{
        display:block!important;
    }
    .d-xs-flex{
        display:flex!important;
    }
    .justify-flex-end{justify-content: flex-end!important;}
}

@media screen and (max-width: 480px){
    .modal-dialog-address-account{
        width:auto!important;
    }
    .container-page-general{
        padding: 25px 0px!important;
    }

    .text-left-responsive{
        text-align:left!important;
    }
    .d-xs-none-2{
        display:none!important;
    }
    .box-btn-feedback{
        right: 5px!important;
    }
    .box-modal-feedback{
        right: 65px!important;
    }
    .modal-dialog-rewards{
        width: 335px!important;
    }
    .box-fuxion-pages{
        padding: 15px 15px!important;
    }
    .modal-dialog-autoship {
        width: 390px!important;
        transition: 0.3s!important;
    }
    .box-name-nav{
        display:block!important;
    }
    .xs-px-0{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .marca-fuxion{
        margin-left:0px!important;
    }
    .header-options{
        display:none!important;
    }
    .header-options-resp{
        display:flex!important;
        justify-content: flex-end;
    }
    .hide-responsive-footer{
        display:none!important;
    }
    .show-footer-responsive{
        display:block!important;
    }
    .content-category-new{
        display:none;
    }
    .content-category-new.content-category-new-mobile
    {
        display:block!important;
    }
    .no-dejes-section .item .top img.not-active {
        width: 215px !important;
    }
    .no-dejes-section .item {
        height: 330px !important;
    }
    .shop-product ul.item__list li .content-item {
        min-height: 338px!important;
    }
    .d-w-small{
        width:146px!important;
    }
    .d-b-25{
        bottom: -25px!important;
    }
}

@media(max-width: 425px) {
    .modal-dialog-address-account{
        width:auto!important;
    }
    .box-step {
        padding: 20px 0px!important;
    }
    .show-xs{
        display:block!important;
    }
    .box-options-subheader{
        display:block!important;
    }
    .subheader-menu-option{
        display:none!important;
    }
    .shop-product ul.item__list li .content-item {
        min-height: 375px!important;
    }
    .d-left-to-cart{
        right: 70px;
        margin-top: 2px!important;
        position: absolute;
    }
    .content-category-new{
        display:none;
    }

    .content-category-new.content-category-new-mobile
    {
        display:block!important;
    }
    .title-section{
        height: 155px!important;
    }
    .box-container-pages{
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .box-categories-faq{
        padding-left:5px!important;
        padding-right:5px!important;
    }
    .content-pages-subtitle{
        font-size:1.3rem!important;
    }
    .content-pages-subtitle-bold{
        font-size:1.3rem!important;
        font-family: 'Scandia-Medium';
    }
    .box-text-description{
        padding: 0px 20px 0 20px!important;
    }
    .box-title-banner{
        margin-top: 33px!important;
        margin-left: 10px!important;
    }
    .title-banners{
        font-size:1.5rem!important;
    }
    .title-banners-bold{
        font-size:1.5rem!important;
    }
    .box-pad{
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .btn-resp-hide{
        display:none!important;
    }
    .xs-p-0{
        padding-left:15px;
        padding-right:15px;
    }
    .pl-20{
        padding-left:20px!important;
    }
   .pr-20{
        padding-right:20px!important;
    }
    .box-lbl-cta{
        display:none!important;
    }
    .btn-whatsapp-msg .box-link-wssp {
        padding: 10px 12px!important;
    }
    .align-inherit .box-price-presentation{
        width: 70px!important;
    }
    .title-table-merch{
        font-size:1.1rem!important;
    }
    .presentacionDetalle-new-merch{
        margin-bottom:5px!important;
    }
    .box-color-merch-2{
        width: 90px!important;
    }
    .btn-view-order,.btn-continue-purchase{
        width:70%;
    }
    .display-none-resp{
        display:none!important;
    }
    .subtitle-subtotal-text{
        font-size: 1.2rem!important;
        color:#777;
        font-family: 'Scandia-Medium';
    }
    .box-subtotal-resp{
        display:flex!important;
        justify-content:space-between;
        margin-bottom: 7px;
    }
    .box-btn-cart-resp{
        position: fixed;
        z-index: 400;
        bottom: 0;
        left:0;
        width:100%;
        padding: 10px;
        background-color: white;
        border-top: 1px solid #ddd;
    }
    .stiloCaja{
        width: 100%;
    }
    .icon-prod-resp{
        margin-top: -10px;
        width: 30px;
        margin-right: 10px;
    }
    .display-resp{
        display:flex;
    }
    .menu-button{
        margin-right: 8px;
    }
    .modal-product-detail .modal-body{
        padding-top:10px;
        padding-bottom:15px;
    }
    .mt-90{
        margin-top: 90px!important;
    }
    .px-10{
        padding-left:8px!important;
        padding-right:8px!important;
    }
    .padd-8-resp{
        padding-left:8px!important;
        padding-right:8px!important;
    }
    .px-2-resp{
        padding-left:3px!important;
        padding-right:3px!important;
    }
    .resp-padd-img{
        padding-right: 8px;
    }
    .promociones-section .box-img-store{
        height: auto!important;
    }
    .font-size-btn-resp{
        font-size: 0.9rem!important;
    }
    .font-resp-price{
        font-size: 1.1rem!important;
    }
    .padd-resp-1{
        padding-left: 19px!important; 
        padding-right: 20px!important;
    }
    .padd-0-list-prod{
        padding:0!important;
    }

    .fuxion-theme .marcas {
        /*background-image: linear-gradient(to right, #0094de,#7c2ae8) !important;
        background-position: center;*/
    }

    .lussome-theme .marcas {
        /*background-image: linear-gradient(to right, #4b3d2a,#433625) !important;
        background-position: center;*/
    }

    .galeom-theme .marcas {
        /*background-image: linear-gradient(to right, #191919,#000000) !important;
        background-position: center;*/
    }
    .menu-button {
        display: block;
    }

    .x-logo {
        display: block;
    }

    .header-section .row .col:nth-child(1) {
        width: 25% !important;
    }

    .header-section .row .col:nth-child(2) {
        width: 65% !important;
    }

    .header-section .row .col:nth-child(3) {
        width: 10% !important;
    }

    #select-language-options {
        right: 12px !important;
    }

    .carrusel_pequeño img{
        height: 65.75px!important;
    }
    .header-option{
        display:inline-block;
    }
    .box-cart-resp{
        right: 20px;
        position: absolute;
    }
    .md-mb-5{
        margin-bottom:5px;
    }

    .shop-product ul.item__list li .content-item .nameProduct{
        font-weight: normal!important;
        line-height: 1.2!important;
    }
}

@media screen and (max-width: 375px) {
    .d-inline{
        display:inline!important;
    }
    .d-w-full{
        width:100%!important;
    }
    .header-section .row .col:nth-child(1) {
        width: 25% !important;
    }

    .header-section .row .col:nth-child(2) {
        width: 60% !important;
    }

    .header-section .row .col:nth-child(3) {
        width: 15% !important;
    }
    .btn-fuxion-add-cart.button-fuxion
    {
        font-size:9px!important;
    }
}

@media screen and (max-width: 320px) {
    .modal-dialog-rewards{
        width: 300px!important;
    }
    .header-section .row .col:nth-child(1) {
        width: 30% !important;
    }

    .header-section .row .col:nth-child(2) {
        width: 55% !important;
    }

    .header-section .row .col:nth-child(3) {
        width: 15% !important;
    }

    .footer-section .row .col:nth-child(1) {
        width: 100% !important;
    }

    .footer-section .row .col:nth-child(2) {
       display: none;
    }

    #MarketNamePie {
        /*width: 100% !important;*/
    }
}

/* FIN: Responsive */