/* =============================================================== */
/*  Principal Macstore KR - KC */
/* =============================================================== */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
#content {
    width: 100% !important;
}

*:focus {
    outline: none;
}

button:disabled {
    cursor: not-allowed;
}

input:disabled {
    cursor: not-allowed;
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

input:-webkit-autofill {
    background-color: red;
}

.pruebamapa::-webkit-scrollbar {
    width: 10px;
}

.rowscrollpaso2::-webkit-scrollbar {
    width: 10px;
}

.scrollsidebar::-webkit-scrollbar {
    width: 10px;
}

.scrollsucmapas::-webkit-scrollbar {
    width: 10px;
}
/* Scroll carrito */
.scrollcarrito {
    border: 1px solid red;
    overflow-y: scroll;
    height: 330px;
}

    .scrollcarrito::-webkit-scrollbar {
        width: 15px;
    }

    .scrollcarrito::-webkit-scrollbar-thumb {
        background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
        background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
        background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
    }

        .scrollcarrito::-webkit-scrollbar-thumb:hover {
            background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
            background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
            background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
        }
    /* Scroll carrito */
    .scrollcarrito::-webkit-scrollbar-track {
        background: #e8e8e8;
        margin-top: 0;
    }

.scrollsucmapasresp::-webkit-scrollbar {
    width: 10px;
}

.scrollsucmapas::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
    background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
    background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
}

    .scrollsucmapas::-webkit-scrollbar-thumb:hover {
        background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
        background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
        background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
    }

.scrollsucmapas::-webkit-scrollbar-track {
    background: #e8e8e8;
    margin-top: 0;
}

.scrollsucmapasresp::-webkit-scrollbar {
    width: 10px;
}

.scrollsucmapasresp::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
    background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
    background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
}

.scrollsucmapasresp::-webkit-scrollbar-track {
    background: #d6d6d6;
    margin-top: 0;
}

::-webkit-scrollbar-track {
    background: #dadada;
    margin-top: 5%;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
    background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
    background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
}

    ::-webkit-scrollbar-thumb:hover {
        background-image: -webkit-gradient(linear, left top, right top, from(#f99744), to(#e36800));
        background-image: -webkit-linear-gradient(left, #f99744 0%, #e36800 100%);
        background-image: linear-gradient(to right, #f99744 0%, #e36800 100%);
        cursor: pointer;
    }

::-webkit-scrollbar-trustwavemb {
    background-color: #ebebeb;
    outline: 1px solid #fff;
}

::-webkit-input-placeholder {
    color: #ccc;
    user-select: none;
    font-weight: 300;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(119, 119, 119, .4);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(119, 119, 119, .4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(119, 119, 119, .4);
}

::-moz-placeholder {
    color: #ccc;
}

#content {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

.rowbottom {
    margin-bottom: 25px;
}

.divcenter {
    text-align: center;
}
/* ================================================================= */
/*  Encabezado - KR User-select en textos e imágenes sin selección
/* ================================================================= */
header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.navposition {
    z-index: 10;
    position: relative;
}

.fondohovermenu {
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 122%;
    position: fixed;
    z-index: 7;
    margin-top: -7%;
}

.rowheader3 {
    background-color: #000;
}

.telefono {
    color: #b3b3b3;
    text-decoration: none;
    margin-top: 7px;
    margin-bottom: 5px;
    transition: all 1s ease;
}

    .telefono:link {
        color: #dadada;
        text-decoration: none;
        margin-top: 1%;
    }

    .telefono:hover {
        color: #fff;
        text-decoration: none;
    }

.ingreso {
    color: #b3b3b3;
    text-decoration: none;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 5px;
    transition: all 1s ease;
    font-weight: 300;
    outline: none;
}

    .ingreso:link {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .ingreso:visited {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .ingreso:focus {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .ingreso:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
/* Registro y login CSS extra KR */
.titregisnnp {
    color: #000000;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-top: 4%;
}

.tienescuenta {
    background-color: #f5f5f5;
    padding: 2%;
    margin-bottom: 4%;
}

.txtllenardatos {
    padding: 2% 2% 0;
    font-size: 16px;
}

.margencampos3 {
    margin-top: 3%;
}

.input-group:hover .fa {
    color: #e36800;
    transition: .2s ease;
}
/* Fin Registro y login CSS extra */
.registro {
    color: #b3b3b3;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 5px;
    transition: all 1s ease;
    font-weight: 300;
    outline: none;
}

    .registro:link {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .registro:visited {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .registro:focus {
        color: #dadada;
        text-decoration: none;
        outline: none;
    }

    .registro:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.separadorheader {
    color: #dadada;
    text-decoration: none;
    float: right;
    margin-left: 2px;
    font-size: 22px;
}

.top3 {
    margin-top: 3px;
}

.logomc3 {
    margin-left: 1%;
    display: inline;
    max-width: 258px;
}
/* Primeros @media screen del sitio web */
@media screen and (min-width: 1200px) {
    .logomc3 {
        margin-top: .8%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 1200px) {
    .logomc3 {
        margin-top: 1.2%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 991px) {
    .logomc3 {
        margin-left: 0;
        margin-top: 1%;
    }
}

@media screen and (max-width: 790px) {
    .logomc3 {
        margin-top: 1.2%;
    }
}

@media screen and (max-width: 590px) {
    .logomc3 {
        margin-top: 2%;
    }

    .titregisnnp {
        margin-top: 7%;
    }

    .tienescuenta {
        padding: 4%;
        margin-bottom: 6%;
    }

    .txtllenardatos {
        font-size: 14px;
    }
}
/* =============================================================== */
/*  Menu principal
/* =============================================================== */
.backmenu {
    background-color: #000;
    border-bottom: 1px solid #000;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    background-image: url(../img/patterns/menupattern.png);
    background-repeat: repeat;
    border-radius: 0 !important;
    z-index: 999999;
}

.navbar-default .navbar-nav > li > a {
    width: auto;
    font-weight: 300;
    user-select: none;
}

.mega-dropdown {
    position: relative;
    width: 100%;
}

.mega-dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

.bulletmega {
    color: #888;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 1.75;
    color: #555;
    white-space: normal;
    text-indent: 8px;
    word-spacing: .5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #e6e6e6;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.imagenmac {
    float: right;
    margin: 0 -45px -50px 0;
    width: 500px;
    height: 320px;
}

.imagenipad {
    float: right;
    margin: -35px -50px -5px 0;
    width: 500px;
    height: 320px;
}

.imageniphone {
    float: right;
    margin: -14px -34px -43px 0;
    width: 500px;
    height: 320px;
}

.imagenipod {
    float: right;
    margin: -95px -70px -21px 0;
    width: 500px;
    height: 320px;
}

.imagenwatch {
    float: right;
    margin: -20px -45px -5px 0;
    width: 500px;
    height: 320px;
}

.imagenaccesorioss {
    float: right;
    margin: 22px -58px -0 0;
    width: 500px;
    height: 320px;
}

.left {
    float: left;
}

#flecha {
    margin-left: 0;
}

.fontmenu {
    margin: 0;
    padding: 10px 22px;
}

.titmenu {
    font-size: 14px;
    display: inline;
}

.subtitmenu {
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: #555;
    white-space: normal;
    text-indent: 8px;
    word-spacing: .5px;
    margin: 0;
}

.registtxtnew {
    font-size: 16px;
    padding: 5%;
    color: #333333;
    letter-spacing: .5px;
}

    .registtxtnew:hover {
        background-color: #f5f5f5;
    }

.ingrestxtnew {
    font-size: 16px;
    padding: 5%;
    letter-spacing: 0.5px;
}

    .ingrestxtnew:hover {
        background-color: #f5f5f5;
    }

.micuentatxtnew {
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    background-color: #e36800;
}

    .micuentatxtnew:hover {
        background-color: #d36202;
    }

.productotitnew {
    font-size: 14px;
    color: #333;
    text-align: left;
    margin-top: 10px;
    margin-left: -15px;
}

.productotitnew2 {
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-left: -10px;
    margin-bottom: 3%;
}

.dropdowncarrito {
    width: 420px;
    margin-top: -2px;
    margin-right: -30px;
}

.dropdowncarrito2 {
    width: 220px;
    margin-top: 0;
    margin-right: -66px;
}

.dividercarrito {
    height: 2px;
    background-color: red;
}

.imgcarritonew {
    margin-top: 1px;
    margin-bottom: 1px;
}

.linkcarritonewspan {
    color: #fff;
}

#icocarritocuentanew {
    color: #fff;
}

.rowcarritonew {
    margin-right: 0;
    margin-left: 0;
}
/* =============================================================== */
/*  Autocompletar buscador Karlo Cipressi
/* =============================================================== */
.ui-draggable, .ui-droppable {
    background-position: top;
}

.backbuscador {
    background-color: #000;
    padding: 12px 0;
}

#icolupa {
    color: #fff;
    background-color: #ed6800;
    padding: 4px 9px;
    cursor: pointer;
    margin-left: -2%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 22px;
    position: absolute;
}

#tags {
    max-height: 22px;
}
/* =============================================================== */
/*  Modal Ventana Carrito Karlo V2
/* =============================================================== */
.headercarrito {
    background-color: #000;
}

.carrito {
    font-weight: 300;
}

.vcarritotitulo {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}

.vcarritocontenido {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 300;
}

.vingresop {
    color: #707070;
}

.vregresar {
    color: #707070;
    float: left;
}

.vregistrot {
    color: #337ab7;
    cursor: pointer;
}

.vcontrasenap {
    color: #337ab7;
    cursor: pointer;
    float: left;
}

.vcuenta {
    color: #337ab7;
    cursor: pointer;
    line-height: 24px;
}

    .vcuenta:hover {
        color: #286396
    }

.vcuenta2 {
    color: #337ab7;
    cursor: pointer;
    font-weight: bold;
    line-height: 24px;
}

    .vcuenta2:hover {
        color: #286396
    }

.mdscroll {
    overflow-y: initial;
}

.mbscroll {
    height: 240px;
    overflow-y: auto;
}

.titulopn {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.tituloprecio {
    color: #fff;
    text-align: center;
    font-size: 15px;
    float: right
}

.tituloventana {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.txtdesc {
    font-size: 12px;
}

.totalfinal {
    color: #7a7a7a;
    padding: 10px 20px;
    float: right;
    font-weight: bold;
}

.badgem {
    position: absolute;
    margin-left: -22px;
    margin-top: -12px;
}

.botonseguir {
    background-color: #ed6800;
    color: #fff;
    padding: 10px 20px;
    float: left;
    border-radius: 0;
    border: 0;
}

    .botonseguir:hover {
        background-color: #da6000;
        color: #fff;
        padding: 10px 20px;
        float: left;
        border-radius: 0;
        border: 0;
    }

.botonpagar {
    background-color: #5cb85c;
    color: #fff;
    padding: 10px 12px;
    border-radius: 0;
    border: 0;
}

    .botonpagar:hover {
        background-color: #4e9c4e;
        color: #fff;
        padding: 10px 12px;
        border-radius: 0;
        border: 0;
    }

.tachex1 {
    opacity: 1;
    display: block;
    float: right;
}

.tachex2 {
    opacity: 1;
    display: block;
    float: right;
}

.tachex3 {
    opacity: 1;
    display: block;
    float: right;
}

.tachex4 {
    opacity: 1;
    display: block;
    float: right;
}

.flechaupx1 {
    opacity: 0;
    display: inline-block;
}

.flechadownx1 {
    opacity: 0;
    display: inline-block;
}

.flechaupx2 {
    opacity: 0;
    display: inline-block;
}

.flechadownx2 {
    opacity: 0;
    display: inline-block;
}

.flechaupx3 {
    opacity: 0;
    display: inline-block;
}

.flechadownx3 {
    opacity: 0;
    display: inline-block;
}

.flechaupx4 {
    opacity: 0;
    display: inline-block;
}

.flechadownx4 {
    opacity: 0;
    display: inline-block;
}

.division {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .division:hover {
        background-color: #f3f3f3;
    }

.tituloproductoc {
    color: #7a7a7a;
    font-weight: bold;
}

.precioproductoc {
    color: #ED6801;
    font-weight: 300;
    float: right;
    margin-top: 15px;
}
/* =============================================================== */
/*  Boton carrito header Cipressi
/* =============================================================== */
.headerregistro {
    background-color: #000;
}

.backcarrito {
    background-color: #000;
    border-bottom: 1px solid #000;
}

.botoncarrito {
    padding: 10px 6px 0 0;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border-style: none;
    margin-top: 10px;
    width: 100%;
}

    .botoncarrito:focus {
        outline: none;
    }

.margen {
    margin-left: 3px;
}

#icocarrito {
    color: #fff;
    margin-top: -10px;
    margin-left: 10px;
    font-size: 24px;
}

#icousermenu {
    color: #fff;
    margin-top: -10px;
    font-size: 24px;
}

#icousermenuactivo {
    color: #ed6800;
    margin-top: -10px;
    font-size: 24px;
}
/* Animacion de movimiento general de iconos footer */
@keyframes icomove {
    5%, 15%, 25%, 35%, 75%, 85%, 95% {
        color: #E36800;
    }

    10%, 20%, 30%, 70%, 80%, 90%, 100% {
        color: #fff;
    }
}

#icousermenuactivo2 {
    color: #E36800;
    margin-top: -10px;
    font-size: 24px;
    animation-name: icomove2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
/* Animacion 2 de iconos general */
@keyframes icomove2 {
    0% {
        color: #da6102;
        text-shadow: 0 0 4px #fff;
    }

    50% {
        color: #fff;
        text-shadow: 0 0 0;
    }

    100% {
        color: #da6102;
        text-shadow: 0 0 4px #fff;
    }
}

.rowbordertop {
    border-top: 1px solid #9e9e9e;
    padding: 10px 0 0 0;
}

.flechacarrito {
    opacity: 0;
}

.rowcuadroshome {
    border-top: 1px solid #fff;
}

.rowcuadroshom2 {
    border-top: 1px solid #fff;
}

.rowcuadroshome {
    border-top: 1px solid #fff;
}

.verdetnewhome {
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 200;
}

.verdetnewhome2 {
    font-size: 18px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 200;
    user-select: none;
    transition: .5s ease;
}

    .verdetnewhome2:hover {
        color: #e36800;
        transition: .5s ease;
    }
/* =============================================================== */
/*  Ingreso y recuperacion Karlo C
/* =============================================================== */
.headeringreso {
    background-color: #000;
}

.headerrecuperacion {
    background-color: #000;
}

.recuerdame {
    color: #6d6d6d;
    float: right;
}

.recuerdame {
    color: #6d6d6d;
    float: right;
}

.rowingreso {
    padding: 0 10% 0 5%;
}

.rowrecuperacion {
    padding: 0 10% 0 5%;
}

.btnentrar {
    background-color: #ed6800;
    float: right;
    color: #fff;
    width: 100%;
}


    .btnentrar:hover {
        background-color: #f99744;
        float: right;
        color: #ececec;
        width: 100%;
    }

.btnentrarEvento {
    background-color: #018e0d;
    float: none;
    color: #fff;
    width:100%;
}
    .btnentrarEvento:hover {
        background-color: #01c110;
        float: none;
        color: #ececec;
        width: 100%;
    }
.btnrecuperar {
    background-color: #ed6800;
    float: right;
    color: #fff;
    margin-bottom: 1%;
}

    .btnrecuperar:hover {
        background-color: #ed6800;
        float: right;
        color: #ececec;
    }

.btnses1 {
    background-color: #ed6800;
    float: right;
    color: #fff;
    margin-bottom: 1%;
}

.btnses2 {
    background-color: #ed6800;
    float: right;
    color: #fff;
    margin-bottom: 1%;
    margin-right: 2%;
}
/* =============================================================== */
/*  Modal Ventana Registro Karlo Cipressi V1.2
/* =============================================================== */
.fondomodal {
    background-color: #fff;
    background-repeat: repeat;
}

.headerreigstro {
    background-color: #337AB5;
}

.txtnac {
    color: #333333;
    padding: 10px;
}

.txtgenero {
    color: #000000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 1%;
}

.margencampos {
    margin-top: 4%;
}

.margencampos5 {
    margin-top: 5%;
}

.colorenlace {
    color: #337ab7;
}

.colorenlaceerror {
    color: #e36800;
}

.inputdate {
    border-bottom: 1px solid #ed6901;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 95%;
}

.btnregistrarse {
    background-color: #ed6800;
    color: #fff;
}
.btnValidaCurp {
    background-color: #000;
    color: #fff;
}

    .btnregistrarse:hover {
        background-color: #ed6800;
        color: #ececec;
    }

input.hombre [type="radio"]:checked {
    color: red;
    background-color: green;
}

input[type="checkbox"]:checked:before {
    color: #ff0;
}
/* =============================================================== */
/*  Animacion Placeholder recuperar
/* =============================================================== */
.recuperarinput {
    float: left;
    width: 100%;
    display: block;
    border: none;
    padding: 2% 0;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #ed6901 4%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #ed6901 4%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #ed6901 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ed6901 4%);
    background-repeat: no-repeat;
    color: #6d6d6d;
}

    .recuperarinput:focus, .recuperarinput:valid {
        box-shadow: none;
        outline: none;
        background-position: 0 0;
        transition: all 0.3s ease-in-out;
    }

    .recuperarinput::-webkit-input-placeholder {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .recuperarinput:focus::-webkit-input-placeholder, .recuperarinput:valid::-webkit-input-placeholder {
        color: #e36800;
        font-size: 11px;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-5px);
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

#icoformrecuperar {
    color: #ed6800;
    margin: 2.3%;
}

#icoformregistro {
    color: #ed6800;
    margin: 2.3%;
}

.sp-thumbnails-container {
    display: none;
}
/* =============================================================== */
/*  Extras Slider principal home
/* =============================================================== */
#tituloslide {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 6px 0;
    transition: all 1s ease;
}

    #tituloslide:hover {
        color: #fff;
        background-color: rgba(237, 104, 0, 0.75);
        text-align: center;
    }

    #tituloslide:active {
        color: #fff;
        background-color: rgba(237, 104, 0, 0.75);
        text-align: center;
    }

.margen10px {
    margin-top: 10px;
}
/* =============================================================== */
/*  Mas nuevo - KR
/* =============================================================== */
.titulonuevo {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 300;
}

.textolonuevo {
    font-size: 13px;
    font-weight: 300;
}

.imagennuevo {
    box-shadow: 3px 3px 3px #dadada;
    cursor: pointer;
}

    .imagennuevo:hover {
        box-shadow: 8px 8px 8px #dadada;
        cursor: pointer;
        opacity: .75;
    }

.tituloimgnueevo {
    text-align: center;
    margin-top: 3%;
    color: #6d6d6d;
}

.botonarticulo {
    background: #fff;
    color: #ed6800;
    padding: 10px 20px;
}

.pwellnuevo {
    text-decoration: none;
}

.wellnuevo {
    text-align: center;
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid rgba(109, 104, 109, .2);
    padding: 13px;
    margin-top: 1%;
    font-weight: 300;
    height: 100px;
}

    .wellnuevo:hover {
        text-align: center;
        color: #ed6800;
        text-decoration: none;
        border-bottom: 2px solid rgba(109, 104, 109, .6);
        padding: 13px;
        margin-top: 1%;
        font-weight: 300;
    }

    .wellnuevo:active {
        text-align: center;
        color: #ed6800;
        text-decoration: none;
        border-bottom: 2px solid rgba(109, 104, 109, .6);
        padding: 13px;
        margin-top: 1%;
        font-weight: 300;
    }

    .wellnuevo:link {
        text-align: center;
        color: #ed6800;
        text-decoration: none;
        border-bottom: 2px solid rgba(109, 104, 109, .6);
        padding: 13px;
        margin-top: 1%;
        font-weight: 300;
    }
/* =============================================================== */
/*  Modulo Recomendaciones - OLD KR
/* =============================================================== */
.titulorecom {
    text-align: center;
    color: #555;
    padding: 12px;
    font-size: 17px;
    font-weight: 300;
}

.productorecom {
    background-color: #fff;
    color: #ed6800;
    padding: 2%;
    border-left: 2px solid #ed6800;
    border-right: 2px solid #ed6800;
    font-size: 15px;
}

.productorecom2 {
    color: #ed6800;
    padding: 2%;
    font-weight: bold;
    margin-top: 5px;
}

.botonrecom {
    background-color: #ed6800;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    border: 0;
    margin-top: 50%
}
/* =============================================================== */
/*  Modulo En MacStore Tenemos OLD KR
/* =============================================================== */
.titulomacstore {
    font-size: 17px;
}

.txtmacstore {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.imgmacstore {
    cursor: pointer;
}

.linkmacstore {
    cursor: pointer;
    float: right;
}

#fltrg {
    float: right;
}

.hrmacstore {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #fff;
}

.txtcuadro {
    color: #555;
    font-weight: 300;
    font-size: 18px;
}

.botonenmac {
    background-color: #ed6800;
    color: #fff;
    border: 0;
    font-weight: 300;
}

.txtenmac {
    text-align: justify;
}
/* =======================================================KC====== */
/*  Modulo Newsletter y Social media
/* =======================================================KR====== */
.rownews {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.icononews {
    color: #6d6d6d;
    margin-top: 6px;
}

    .icononews:hover {
        color: #ed6800;
    }

.inputnews {
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    font-weight: 300;
}

    .inputnews:focus {
        border: 1px solid #e36800;
    }

.botonews {
    background-color: #ed6800;
    color: #fff;
    padding: 6px 12px;
    border: 0;
    height: 38px;
    font-weight: 300;
    user-select: none;
    cursor: pointer;
    margin-bottom: 10px;
}

    .botonews:hover {
        background-color: #ed6800;
        color: #f1f1f1;
        padding: 6px 12px;
        border: 0;
        height: 38px;
    }

.espacionews {
    border-right: 1px solid #ccc;
}

.txtsocialmedia {
    font-size: 27px;
    color: #555;
    font-weight: 300;
    float: right;
}

.icofb {
    margin-left: 15px;
    font-size: 27px;
    color: #3b5998;
    cursor: pointer;
    transition: all 1.5s ease;
}

.icotw {
    margin-left: 15px;
    font-size: 27px;
    color: #3aaae1;
    cursor: pointer;
    transition: all 1.5s ease;
}

.icogoogle {
    margin-left: 15px;
    font-size: 27px;
    color: #dc4a38;
    cursor: pointer;
    transition: all 1.5s ease;
}

.icoinst {
    margin-left: 15px;
    font-size: 27px;
    color: #6958c6;
    cursor: pointer;
    transition: all 1.5s ease;
}

.icofb:hover {
    margin-left: 15px;
    color: #798398;
    cursor: pointer;
}

.icotw:hover {
    margin-left: 15px;
    color: #99cae2;
    cursor: pointer;
}

.icogoogle:hover {
    margin-left: 15px;
    color: #de9f98;
    cursor: pointer;
}

.icoinst:hover {
    margin-left: 15px;
    color: #958dc3;
    cursor: pointer;
}

.separador {
    border-top: 1px solid #dadada;
}

.divcenter {
    text-align: center;
}
/* =============================================================== */
/*  Modulo Footer 4 columnas col-3
/* =============================================================== */
.fondofooter {
    background-color: #ebebeb;
    padding-top: 1%;
    padding-bottom: 2%;
}

.titulofooter {
    text-align: center;
    color: #555;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    user-select: none;
}

.txtduda {
    color: #555;
    font-weight: 300;
}

.txtduda2 {
    color: #555;
    font-weight: 300;
    padding-top: 3%;
}

.txtcvfooter {
    color: #555;
    font-weight: 300;
    margin: 0;
}

.txtfooter {
    color: #555;
    font-weight: 300;
    padding-top: 3%;
}

.txtssl {
    text-decoration: none;
    color: #777;
    cursor: pointer;
    font-weight: 300;
    transition: all 1s ease;
}

.sucursales {
    width: 75%;
}

.txtsucursal {
    text-align: center;
    font-weight: 300;
    color: #555;
}

.telefonofooter {
    color: #555;
    font-weight: 300;
    transition: all 1s ease;
}

    .telefonofooter:hover {
        color: #ed6800;
        cursor: pointer;
    }

.mailfooter {
    color: #555;
    cursor: pointer;
    font-weight: 300;
    transition: all 1s ease;
}

    .mailfooter:hover {
        color: #ed6800;
    }

.spfootet {
    margin-top: 2%;
}

.enlacesfooter {
    color: #555;
    text-decoration: none;
    font-weight: 300;
    line-height: 2;
    transition: all 1s ease;
}

    .enlacesfooter:hover {
        color: #ed6800;
        text-decoration: none;
    }

.mapasucursales {
    filter: url('#grayscale');
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
    cursor: pointer;
    transition: all 1s ease;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .mapasucursales:hover {
        filter: grayscale(0);
        cursor: pointer;
        transition: all 1s ease;
    }

.txtsucursales {
    color: #555;
    font-weight: 300;
    margin-top: 25px;
}

.btnsc {
    color: #000;
    border: 1px solid #797979;
    height: 32px;
}

.selectsuc {
    color: #555;
    padding: 2% 0;
    text-align: right;
    margin-right: 15px;
}

.btn-default:hover {
    background-color: #fbfbfb;
}

.selectsuc:hover {
    color: #333;
    background-color: #f5f5f5;
}

.ultypenone {
    list-style-type: none;
}
/* =============================================================== */
/*  Modulo copyright KR
/* =============================================================== */
.bordercopyright {
    background-color: #e3e3e3;
}

.txtcopyright {
    text-align: left;
    margin-top: 15px;
    font-size: 12px;
    color: #555;
    user-select: none;
}

.cards {
    float: right;
    margin-top: 1%;
    user-select: none;
}

.cardsfooter {
    margin-left: 5px;
    margin-top: 5px;
    transition: all 1s ease;
    user-select: none;
    opacity: 1;
}

    .cardsfooter:hover {
        opacity: .5;
        margin-left: 5px;
        cursor: pointer;
    }
/* =============================================================== */
/*  Media classes menores a 3200px 
/* =============================================================== */
@media screen and (max-width: 3199px) {
    .imagen11 {
        display: none;
    }
}
/* =============================================================== */
/*  Media classes menores a 1920px
/* =============================================================== */
@media screen and (max-width: 1920px) {
    .botonrecom {
        background-color: #ed6800;
        color: #fff;
        padding: 10px 20px;
        font-weight: 300;
        border: 0;
        margin-top: 45%
    }

    .imagen11 {
        display: none;
    }
}

@media screen and (max-width: 1299px) {
    #icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 10px;
        font-size: 24px;
    }

    #icousermenu {
        color: #fff;
        margin-top: -10px;
        font-size: 24px;
    }

    #icousermenuactivo {
        color: #ed6800;
        margin-top: -10px;
        font-size: 24px;
    }

    .dropdowncarrito {
        width: 420px;
        margin-top: -2px;
        margin-right: -25px;
    }

    .dropdowncarrito2 {
        width: 220px;
        margin-top: 0;
        margin-right: -58px;
    }
}
/* =============================================================== */
/*  Media classes menores a 1200px MD
/* =============================================================== */
@media screen and (max-width: 1199px) {
    .dropdowncarrito {
        width: 420px;
        margin-top: -2px;
        margin-right: -20px;
    }

    .dropdowncarrito2 {
        width: 220px;
        margin-top: 0;
        margin-right: -52px;
    }

    .inputnews {
        width: 100%;
        height: 39px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        font-weight: 300;
    }

    .botonrecom {
        background-color: #ed6800;
        color: #fff;
        padding: 10px;
        font-weight: 300;
        border: 0;
        margin-top: 35%
    }

    .titulonuevo {
        font-size: 24px;
    }

    .textolonuevo {
        font-size: 18px;
    }

    .titulomacstore {
        font-size: 16px;
    }

    .txtmacstore {
        font-size: 11px;
        text-align: center;
    }

    .hrmacstore {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .imagen11 {
        display: none;
    }

    .cards {
        float: right;
        margin-top: 8px;
    }

    .icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1099px) {
    .inputnews {
        width: 100%;
        height: 39px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        font-weight: 300;
    }

    #icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 2px;
    }

    #icousermenu {
        color: #fff;
        margin-top: -10px;
        font-size: 24px;
    }

    #icousermenuactivo {
        color: #ed6800;
        margin-top: -10px;
        font-size: 24px;
    }

    .titulofooter {
        font-size: 16px
    }
}

@media screen and (min-width: 3000px) {
    .titmenu {
        font-size: 18px;
        display: inline;
    }
}

@media screen and (min-width: 2000px) {
    .titmenu {
        font-size: 16px;
        display: inline;
    }
}
/* =============================================================== */
/*  Media classes menores a 991px SM
/* =============================================================== */
@media screen and (max-width: 991px) {
    .navbar-nav > li > .dropdown-menu {
        background-color: #000;
        opacity: 0;
    }

    .botonrecom {
        background-color: #ed6800;
        color: #fff;
        padding: 10px;
        font-weight: 300;
        border: 0;
        margin-top: 40%
    }

    .titulonuevo {
        font-size: 20px;
    }

    .titmenu {
        font-size: 16px;
        display: block;
        margin: 1% 0;
    }

    .textolonuevo {
        font-size: 16px;
    }

    .hrmacstore {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .titulomacstore {
        font-size: 28px;
    }

    .txtmacstore {
        font-size: 18px;
        text-align: center;
    }

    .linkmacstore {
        cursor: pointer;
        float: right;
        font-size: 12px;
    }

    .icofb {
        margin-left: 15px;
        font-size: 27px;
        color: #adadad;
        cursor: pointer;
    }

    .icotw {
        margin-left: 15px;
        font-size: 27px;
        color: #adadad;
        cursor: pointer;
    }

    .icogoogle {
        margin-left: 15px;
        font-size: 27px;
        color: #adadad;
        cursor: pointer;
    }

    .icoinst {
        margin-left: 15px;
        font-size: 27px;
        color: #adadad;
        cursor: pointer;
    }

    .icofb:hover {
        margin-left: 15px;
        color: #3b5998;
        cursor: pointer;
    }

    .icotw:hover {
        margin-left: 15px;
        color: #3aaae1;
        cursor: pointer;
    }

    .icogoogle:hover {
        margin-left: 15px;
        color: #dc4a38;
        cursor: pointer;
    }

    .icoinst:hover {
        margin-left: 15px;
        color: #6958c6;
        cursor: pointer;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 8px;
        font-size: 17px;
    }

    .cards {
        float: right;
        margin-top: 12px;
    }

    .mapasucursales {
        margin-top: 25px;
    }

    .titulopn {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    .tituloprecio {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    #flecha {
        display: none;
    }

    .fontmenu {
        margin: 0;
        padding: 10px 24px;
    }

    #icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 10px;
        font-size: 24px;
    }

    #icousermenu {
        color: #fff;
        margin-top: -10px;
        font-size: 24px;
    }

    .icousermenuactivo {
        color: #ed6800;
        margin-top: -10px;
        font-size: 24px;
    }
}
/* =============================================================== */
/*  Media classes menores a 851px SM /2
/* =============================================================== */
@media screen and (max-width: 850px) {
    .txtmacstore {
        font-size: 18px;
    }

    .titulomacstore {
        font-size: 26px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 7px;
        font-size: 16px;
    }

    .txtsocialmedia {
        font-size: 26px;
        color: #555;
        font-weight: 300;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 800px) {
    .nav > li > a {
        font-size: 15px;
    }
}
/* =============================================================== */
/*  Media classes menores a 768px XS
/* =============================================================== */
@media screen and (max-width: 767px) {
    .verdetnewhome {
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 200;
    }

    .verdetnewhome2 {
        font-size: 14px;
        color: #000;
        text-align: center;
        text-decoration: none;
        font-weight: 200;
    }

    #icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 5px;
        font-size: 24px;
    }

    #icousermenu {
        color: #fff;
        margin-top: -10px;
        font-size: 24px;
    }

    #icousermenuactivo {
        color: #ed6800;
        margin-top: -10px;
        font-size: 24px;
    }

    .imgmacstore {
        background-color: red;
    }

    .telefono {
        color: #fff;
        text-decoration: none;
    }

    .ingreso {
        color: #fff;
        text-decoration: none;
    }

    .registro {
        color: #fff;
        text-decoration: none;
    }

    .imagenfuera, imagenmac, imagenipad, imageniphone, imagenipod, imagenwatch, imagenaccesorios {
        display: none;
    }

    .responsivohide {
        display: none;
    }

    .margen {
        margin-left: 0;
    }

    #flecha {
        display: none;
    }

    .left {
        font-size: 16px;
    }

    .wellnuevo {
        font-size: 13px;
    }

    .tachex1 {
        display: block;
        color: red;
        float: right;
        opacity: 1;
    }

    .tachex2 {
        display: block;
        color: red;
        float: right;
        opacity: 1;
    }

    .tachex3 {
        display: block;
        color: red;
        float: right;
        opacity: 1;
    }

    .tachex4 {
        display: block;
        color: red;
        float: right;
        opacity: 1;
    }

    .flechaupx1 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechadownx1 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechaupx2 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechadownx2 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechaupx3 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechadownx3 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechaupx4 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .flechadownx4 {
        display: block;
        color: #777;
        opacity: 1;
    }

    .botonrecom {
        background-color: #ed6800;
        color: #fff;
        padding: 10px;
        font-weight: 300;
        border: 0;
        margin-top: 50%
    }

    .titulonuevo {
        font-size: 18px;
    }

    .textolonuevo {
        font-size: 14px;
    }

    .inputnews {
        width: 100%;
        height: 33px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .txtsocialmedia {
        font-size: 20px;
        color: #6d6d6d;
    }

    .icofb {
        margin-left: 15px;
        font-size: 27px;
        color: #3b5998;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .icotw {
        margin-left: 15px;
        font-size: 27px;
        color: #3aaae1;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .icogoogle {
        margin-left: 15px;
        font-size: 27px;
        color: #dc4a38;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .icoinst {
        margin-left: 15px;
        font-size: 27px;
        color: #6958c6;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .icofb:hover {
        margin-left: 15px;
        color: #3b5998;
        cursor: pointer;
    }

    .icotw:hover {
        margin-left: 15px;
        color: #3aaae1;
        cursor: pointer;
    }

    .icogoogle:hover {
        margin-left: 15px;
        color: #dc4a38;
        cursor: pointer;
    }

    .icoinst:hover {
        margin-left: 15px;
        color: #6958c6;
        cursor: pointer;
    }

    .icononews {
        color: #ed6800;
    }

    .espacionews {
        margin-bottom: 15px;
    }

    .txtmacstore {
        font-size: 16px;
        text-align: center;
    }

    .titulomacstore {
        font-size: 24px;
    }

    .imagen11 {
        display: block;
    }

    .imagen12 {
        display: none;
    }

    .cards {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .cardsfooter {
        float: none;
        filter: grayscale(0);
    }

        .cardsfooter:hover {
            float: none;
            filter: grayscale(0);
        }

    .txtcopyright {
        text-align: center;
    }

    .mapasucursales {
        filter: grayscale(0);
        cursor: pointer;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .fondoresp {
        background-color: #ccc;
        padding: 0 6px;
    }

    .tituloresponsivemac {
        font-size: 18px;
        font-weight: 300;
    }

    .sp-thumbnails-container {
        display: block;
    }

    #tituloslide {
        margin-top: 18px;
    }

    .affix {
        position: fixed;
        margin-left: 10px;
    }

    .flechacarrito {
        display: none;
    }

    .fontmenu {
        margin: 0;
        padding: 10px 24px;
    }

    .navbar-nav > li > .dropdown-menu {
        display: none;
    }

    .dropmenu {
        display: none;
    }

    .sp-bottom-thumbnails, .sp-top-thumbnails {
        display: none;
    }

    .botoncarrito {
        margin-top: 18px;
        margin-bottom: -10px;
        padding: 0;
        background-color: #000;
        color: #fff;
        border-radius: 0;
        border-style: none;
        width: 100%;
    }

    .btnrecuperar  {
        margin-bottom: 1%;
    }
}
/* =============================================================== */
/*  Media classes menores a 453px XS /2
/* =============================================================== */
@media screen and (max-width: 452px) {
    #icocarrito {
        color: #fff;
        margin-top: -10px;
        margin-left: 10px;
    }

    #icousermenu {
        color: #fff;
        margin-top: -10px;
        font-size: 24px;
    }

    #icousermenuactivo {
        color: #ed6800;
        margin-top: -10px;
    }

    .dropdowncarrito {
        width: 340px;
    }

    .dropdowncarrito2 {
        width: 250px;
    }

    .productotitnew {
        font-size: 13px;
        color: #333333;
        text-align: left;
        margin-top: 10px;
        margin-left: -15px;
    }

    .productotitnew2 {
        font-size: 13px;
    }

    .telefono {
        font-size: 12px;
    }

    .ingreso {
        font-size: 12px;
    }

    .registro {
        font-size: 12px;
    }

    #icoregistro {
        display: none;
    }

    #icoingreso {
        display: none;
    }

    #icoformrecuperar {
        display: none;
    }

    .botonrecom {
        background-color: #ed6800;
        color: #fff;
        padding: 5px;
        font-weight: 300;
        border: 0;
        margin-top: 55%;
    }

    .txtsocialmedia {
        font-size: 19px;
        color: #6d6d6d;
        float: none;
    }

    .botonews {
        background-color: #ed6800;
        color: #fff;
        padding: 6px 12px;
        border: 0;
        height: 38px;
        font-weight: 300;
    }

    .mailfooter {
        color: #777;
        font-size: 14px;
        word-wrap: break-word;
    }

    .productorecom {
        display: none;
    }

    .tituloresponsivemac {
        font-size: 16px;
        font-weight: 300;
    }

    .titulonuevo {
        font-size: 16px;
    }

    .textolonuevo {
        font-size: 13px;
    }

    .botonarticulo {
        font-size: 13px;
    }

    .mapasucursales {
        margin-top: 15px;
    }

    .tituloproductoc {
        color: #7a7a7a;
        font-weight: bold;
        font-size: 10px;
    }

    .txtdesc {
        font-size: 10px;
    }

    .precioproductoc {
        font-size: 9px;
    }

    .input-sm {
        font-size: 10px;
        border-radius: 0;
    }

    .tituloprecio {
        float: none;
    }

    .fontmenu {
        margin: 0;
        padding: 10px 24px;
    }

    .btnrecuperar  {
        margin-bottom: 1%;
    }
}
/* =============================================================== */
/*  Animaciones iconos
/* =============================================================== */
.telmov {
    position: relative;
    animation-name: telmov;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    text-decoration: none;
}
/* Movimiento general icono footer horizontal */
@keyframes telmov {
    5%, 15%, 25%, 35%, 75%, 85%, 95% {
        transform: rotate(10deg);
    }

    0%, 40%, 50%, 60%, 70%, 100% {
        transform: rotate(0deg);
    }

    10%, 20%, 30%, 80%, 90% {
        transform: rotate(-10deg);
    }
}

#myBtn2:hover {
    animation-name: top;
    animation-duration: 1s;
    animation-iteration-count: 1;
    text-decoration: none;
    transition: .5s ease-in;
}
/* Movimiento de subir del sitio */
@keyframes top {
    0%, 100% {
        opacity: 1;
        bottom: 60px;
        transition: .5s ease-in;
    }

    45% {
        opacity: .5;
        bottom: 70px;
        transition: .5s ease-in;
    }
}

.closer {
    color: #fff;
    float: right;
    background-color: #000;
    border: none;
    border-radius: 0;
    top: 0;
    left: 0;
    font-size: 24px;
    outline: none;
}

    .closer:hover {
        animation-name: close;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
/* Movimiento giratorio de tache en modal V2 */
@keyframes close {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
/* ==================================================KC=========== */
/*  Collapse Menu Responsivo 991px > 400px
/* ==================================================KR=========== */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar-nav {
        float: none !important;
        margin-top: 0;
    }
}
/* =============================================================== */
/*  @Medias del menu principal 
/* =============================================================== */
@media (max-width: 2500px) {
    .imgpropaso1 {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (min-width: 1700px) {
    .fontmenu {
        margin: 0;
        padding: 10px 24px;
    }
}

@media (max-width: 1650px) {
    .fontmenu {
        margin: 0;
        padding: 10px 22px;
    }
}

@media (max-width: 1600px) {
    .fontmenu {
        margin: 0;
        padding: 10px 20px;
    }
}

@media (max-width: 1550px) {
    .fontmenu {
        margin: 0;
        padding: 10px 17px;
    }
}

@media (max-width: 1500px) {
    .fontmenu {
        margin: 0;
        padding: 10px 16px;
    }
}

@media (max-width: 1450px) {
    .fontmenu {
        margin: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 1375px) {
    .fontmenu {
        margin: 0;
        padding: 10px 14px;
    }
}

@media (max-width: 1350px) {
    .fontmenu {
        margin: 0;
        padding: 10px 13px;
    }
}

@media (max-width: 1325px) {
    .fontmenu {
        margin: 0;
        padding: 10px 12px;
    }
}

@media (max-width: 1300px) {
    .fontmenu {
        margin: 0;
        padding: 10px 12px;
    }
}

@media (max-width: 1270px) {
    .fontmenu {
        margin: 0;
        padding: 10px 12px;
    }
}

@media (max-width: 1250px) {
    .fontmenu {
        margin: 0;
        padding: 10px 11px;
    }
}

@media (max-width: 1225px) {
    .fontmenu {
        margin: 0;
        padding: 10px 10px;
    }
}

@media (max-width: 1200px) {
    .fontmenu {
        margin: 0;
        padding: 10px 9px;
    }

    li > ul > li {
        list-style: none;
        font-size: 14px;
        margin: 0;
    }

    .imgpropaso1 {
        max-width: 100px;
        max-height: 100px;
    }
}

@media (max-width: 1175px) {
    .fontmenu {
        margin: 0;
        padding: 10px 9px;
    }
}

@media (max-width: 1150px) {
    .fontmenu {
        margin: 0;
        padding: 10px 8px;
    }
}

@media (max-width: 1125px) {
    .fontmenu {
        margin: 0;
        padding: 10px 7px;
    }
}

@media screen and (max-width: 1100px) {
    .fontmenu {
        margin: 0;
        padding: 10px 8px;
    }
}

@media (max-width: 1067px) {
    .fontmenu {
        margin: 0;
        padding: 10px 7px;
    }
}

@media (max-width: 1049px) {
    .fontmenu {
        margin: 0;
        padding: 10px 7px;
    }
}

@media (max-width: 1039px) {
    .fontmenu {
        margin: 0;
        padding: 10px 5px;
    }
}
/* =============================================================== */
/*  Estilos para boton regresar top
/* =============================================================== */
#myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: -20px;
    z-index: 99;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    opacity: .6;
}

    #myBtn:hover {
        opacity: .9;
        transition: all 1s ease;
    }
/* Versión 2 */
#myBtn2 {
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 10px;
    opacity: 0;
    transition: .50s ease-out;
}

    #myBtn2:hover {
        transition: 1s ease;
        box-shadow: 0 -1px 5px 0 #b3b3b3;
    }

/* =============================================================== */
/*  FICHA DE PRODUCTO
/* =============================================================== */
.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a {
    padding: 5%;
    background-color: #000;
    color: #fff;
    height: 60px;
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        padding: 5%;
        background-color: #000;
        color: #fff;
        transition: .5s ease;
        height: 60px;
    }

.nav-pills > li > a {
    padding: 5%;
    border: 1px solid #eaeaea;
    color: #333;
    transition: .5s ease;
    margin-top: 2px;
    text-align: center;
    height: 60px;
}

    .nav-pills > li > a:hover {
        padding: 5%;
        background-color: #eaeaea;
        color: #333;
        transition: .5s ease;
        height: 60px;
    }

.tabsficha {
    width: 24.5%;
}

.ertabs {
    border-bottom: 0 solid #cbcbcb;
}

.tab-content {
    margin-top: 0;
    text-align: justify;
    padding: 2%;
}

.bnnprinficha {
    margin-top: 20px;
    bottom: 20px;
}

.breadficha {
    margin-top: 20px;
    bottom: 10px;
}

.btnmdtitficha {
    bottom: 10px;
}

.tituloproductoficha {
    font-size: 22px;
    font-weight: 300;
}

.marcaproductoficha {
    font-size: 18px;
    font-weight: 400;
}

.codigoskuficha {
    font-size: 14px;
    font-weight: 200;
}

.mgnfichaproducto {
    margin-top: 20px;
    bottom: 20px;
}

.table {
    margin-bottom: 1px;
}

.panel {
    margin-bottom: 0;
}

.panel-body {
    border: 1px solid #cbcbcb8a;
}

@media screen and (max-width: 1300px) {
    .tabsficha {
        width: 49%;
    }
}

@media screen and (max-width: 1200px) {
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        padding: 12px 5px;
    }

    .nav-pills > li > a {
        padding: 12px 8px;
        transition: .2s all ease;
    }

        .nav-pills > li > a:hover {
            padding: 12px 10px;
            transition: .2s all ease;
        }
}

@media screen and (max-width: 1030px) {
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        padding: 12px 5px;
        background-color: #000;
        color: #fff;
    }

    .nav-pills > li > a {
        padding: 12px 5px;
        background-color: #eee;
        color: #333;
        transition: .2s all ease;
        margin-top: 6px;
    }

        .nav-pills > li > a:hover {
            padding: 12px 5px;
            background-color: #dedddd;
            color: #333;
            transition: .2s all ease;
        }
}

@media screen and (max-width: 991px) {
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        padding: 11px;
        background-color: #000;
        color: #fff;
    }

    .nav-pills > li > a {
        padding: 11px;
        background-color: #eee;
        color: #333333;
        transition: .2s all ease;
        margin-top: 6px;
    }

        .nav-pills > li > a:hover {
            padding: 11px;
            background-color: #dedddd;
            color: #333333;
            transition: .2s all ease;
        }

    .tituloproductoficha {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        padding: 12px 6px;
        background-color: #000000;
        color: #fff;
    }

    .nav-pills > li > a {
        padding: 12px 6px;
        background-color: #eee;
        color: #333;
        transition: .2s all ease;
        margin-top: 6px;
    }

        .nav-pills > li > a:hover {
            padding: 12px 6px;
            background-color: #dedddd;
            color: #333;
            transition: .2s all ease;
        }
}

@media screen and (max-width: 576px) {
    .tituloproductoficha {
        font-size: 18px;
    }

    .marcaproductoficha {
        font-size: 15px;
        font-weight: 400;
    }

    .codigoskuficha {
        font-size: 12px;
    }
}

@media screen and (max-width: 401px) {
    .tituloproductoficha {
        font-size: 17px;
    }

    .marcaproductoficha {
        font-size: 14px;
    }

    .codigoskuficha {
        font-size: 11px;
    }
}
/* =============================================================== */
/*  Estilos para Ventanas normales
/* =============================================================== */
.informacion .grey {
    background-color: #eee;
    font-size: 20px;
}

.informacion {
    height: 10%;
}

.fichamgnventana {
    margin-bottom: 30px;
}

.precio {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .precio:hover .fa-usd {
        color: #e36800;
    }

    .precio:hover .fa-puzzle-piece {
        color: #e36800;
    }

    .precio:hover .fa-plus {
        color: #e36800;
    }

    .precio:hover .fa-money {
        color: #e36800;
    }

    .precio:hover {
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    }

    .precio .header {
        background-color: #111;
        color: white;
        font-size: 25px;
    }

    .precio li {
        border-bottom: 1px solid #eee;
        padding: 5px 10px;
        text-align: center;
        cursor: pointer;
    }

    .precio .grey {
        background-color: #eee;
        font-size: 20px;
    }

.preciotr {
    line-height: 10px;
}

.scrollinfo {
    overflow-y: scroll;
    height: 335px;
    border: 1px solid #cbcbcb;
    transition: border .6s ease;
}

    .scrollinfo:hover {
        border-left: 1px dashed #e36800;
        border-right: 1px dashed #e36800;
        border-bottom: 1px dashed #e36800;
        border-top: 1px dashed #cbcbcb;
        transition: border .6s ease;
    }

.scrollinforeg {
    overflow-y: scroll;
    height: auto;
    border: 1px solid #e6e6e6;
    transition: border .6s ease;
    background-color: #fdfdfd;
}

    .scrollinforeg:hover {
        border: 1px solid #bdbdbd;
        transition: border .6s ease;
    }
/* =============================================================== */
/*  Estilos para botones generales
/* =============================================================== */
.btnfichaproducto {
    color: #fff;
    background-color: #ed6800;
    padding: 15px 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 300;
}

.btnfichaproductoAgotado {
    color: #000;
    background-color: #ccc;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 300;
    text-align: center
}

.btnfichaproducto:hover {
    color: #fff;
    background-color: #e06301;
    padding: 15px 0;
    font-size: 18px;
}

.panel-primary > .panel-heading {
    background-color: #000;
    border: 0;
    border-radius: 0;
    padding: 17px;
}

.panel panel-primary {
    border: 0;
    border-radius: 0;
}

.panel-primary {
    border: 0;
}

.fondotablaprecio {
    background-color: whitesmoke;
}

.tittablaprecio {
    line-height: 30px;
    font-size: 16px;
}

.tittablaprecioa {
    line-height: 30px;
    font-size: 16px;
    color: #ed6800;
}

.tittablapreciob {
    line-height: 30px;
    font-size: 14px;
    text-decoration: line-through;
    color: #555;
    margin-left: 20px;
}

.tittablapreciodes {
    line-height: 30px;
    font-size: 16px;
    color: #e36800;
}

.contpromos {
    white-space: pre-line;
}

.labelpromos {
    font-size: 15px;
    font-weight: 500;
}

.righttittablaprecio {
    line-height: 30px;
    font-size: 16px;
    float: right;
}

.righttittablapreciob {
    line-height: 30px;
    font-size: 16px;
    float: right;
    color: #ed6800;
}

.righttittablapreciob {
    line-height: 30px;
    font-size: 16px;
    float: right;
}

.righttittablapreciodes {
    line-height: 30px;
    font-size: 16px;
    float: right;
    color: #e36800;
}

.righttittablaprecioades {
    line-height: 30px;
    font-size: 16px;
    float: right;
    color: red;
}

.tit2tablaprecio {
    float: right;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
}

.fondoprecioprom {
    background-color: #e30714;
    color: #fff;
}

.fondoprecioprom2 {
    background-color: #e36800;
    color: #fff;
}

.cantprodutabla {
    width: 40px;
    text-align: center;
    border: 0;
}

.pddtotaltablaprecio {
    padding: 20px 10px;
}

.cantidadtablaprueba {
    position: absolute;
    padding-top: 2%;
    font-size: 16px;
}

.righttablaprecio {
    float: right;
    margin-top: 2%;
}

.uptablaprecio {
    color: #ed6800;
    margin-left: 15px;
    margin-bottom: 5px
}

.downtablaprecio {
    color: #ed6800;
    margin-left: 15px;
    margin-top: 10px;
}

.espaciotablaprecio {
    line-height: 30px;
}

.totaltablaprecio {
    font-size: 20px;
}

.totalfinaltablaprecio {
    float: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
/* =============================================================== */
/*  Estilos para Carousel zoom
/* =============================================================== */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
/* =============================================================== */
/*  Media ventanas KR / KC
/* =============================================================== */
@media screen and (max-width: 1920px) {
    .precio {
        list-style-type: none;
        border: 1px solid #eee;
        margin: 0;
        padding: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .informacion {
        height: 402px;
    }
}

@media screen and (max-width: 1270px) {
    .informacion {
        height: 402px;
    }
}

@media screen and (max-width: 1240px) {
    .informacion {
        height: 458px;
    }
}

@media screen and (max-width: 1210px) {
    .informacion {
        height: 448px;
    }
}

@media screen and (max-width: 1180px) {
    .informacion {
        height: 438px;
    }
}

@media screen and (max-width: 1150px) {
    .informacion {
        height: 428px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 340px;
    }
}

@media screen and (max-width: 1120px) {
    .informacion {
        height: 418px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 320px;
    }
}

@media screen and (max-width: 1090px) {
    .informacion {
        height: 408px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 300px;
    }
}

@media screen and (max-width: 1060px) {
    .informacion {
        height: 398px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 280px;
    }
}

@media screen and (max-width: 1030px) {
    .informacion {
        height: 388px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 270px;
    }
}

@media screen and (max-width: 1000px) {
    .informacion {
        height: 378px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 270px;
    }
}

@media screen and (max-width: 991px) {
    .informacion {
        height: 418px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 845px) {
    .informacion {
        height: 468px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 830px) {
    .informacion {
        height: 460px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 815px) {
    .informacion {
        height: 453px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 800px) {
    .informacion {
        height: 445px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 785px) {
    .informacion {
        height: 438px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .informacion {
        height: 429px;
    }

    .scrollinfo {
        overflow-y: scroll;
        height: 350px;
    }
}
/* =============================================================== */
/*  SECCION BUSQUEDA de PRODUCTOS - Karlo
/* =============================================================== */
.txtresulbus {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin-top: 2%;
}

.txtresulblue {
    font-size: 18px;
    color: #3b99fc;
    margin-top: 4%;
}

.mgnheader {
    border-bottom: 1px solid #ddd;
    margin-top: 5%;
}

.mgnheader2 {
    border-top: 1px solid #ddd;
}

.opcfiltrar {
    float: right;
    margin-top: 1.5%;
}

.txtfiltro {
    margin-right: 15px;
    font-weight: 300;
    user-select: none;
    letter-spacing: .3px;
}

.filtrarselect {
    padding-right: 11px;
    letter-spacing: .3px;
    padding-left: 22px;
}

.selectcant {
    padding: 2px 12px;
    width: 90px;
}

.mgnarticulos {
    margin: 12px 0 20px 5px;
    display: inline-block;
    font-weight: 300;
    user-select: none;
    letter-spacing: .5px;
}

#icohandleft {
    display: flex;
    animation: handleft .6s infinite alternate;
}
/* Movimiento de icono hand de filtros y color */
@keyframes handleft {
    0% {
        margin-left: -10px;
    }

    100% {
        margin-left: -30px;
        color: #0045ab;
    }
}

#icohandup {
    display: none;
    animation: handup 1s infinite alternate;
}
/* Movimiento de icono de hand up en responsivo en filtros */
@keyframes handup {
    0% {
    }

    100% {
        color: #0045ab;
    }
}

.txterrfil {
    padding: 1.5% 1% 2%;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    color: #525252;
    font-weight: 300;
}

#warningfiltro {
    animation: warnfiltro 1s infinite alternate;
}
/* Animacion de mensaje error filtros */
@keyframes warnfiltro {
    0% {
        color: #000;
    }

    100% {
        color: #ff0000;
        text-shadow: 1px 1px 1px #888;
    }
}

.pages {
    float: right;
    margin-top: 1%;
}

.pagination {
    margin: 0;
}

.rowmgnhedr {
    margin-top: 2%;
}

.bgtabsresp {
    background-color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #adadad;
    border-color: #adadad;
}

.pagination > li > a, .pagination > li > span {
    color: #6d6d6d;
}

.pagination > li > div, .pagination > li > span {
    color: #6d6d6d;
}

.pagination > .active > div, .pagination > .active > div:focus, .pagination > .active > div:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #adadad;
    border-color: #adadad;
}

.pagination > li > div, .pagination > li > span {
    position: relative;
    float: left;
    padding: 12px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6d6d6d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .pagination > li > div:hover {
        background-color: #d4d4d4;
        color: #fff;
    }

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #666;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f054";
    color: #fff;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    line-height: 38px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
    letter-spacing: -.5px;
    color: #3c3c3c;
    width: 100%;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    font-weight: 300;
    border: 1px solid #ddd;
}

.panel-heading .accordion-toggle.collapsed:focus:after {
    color: #f6f6f6;
}

.txtsidebartit {
    font-weight: 300;
    user-select: none;
    letter-spacing: .5px;
    margin-left: 10px;
}

.txtcheckbuscq {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0;
}

.checksepar {
    border-bottom: 1px dotted #c7c7c7;
    animation: borderfiltro 1s infinite alternate;
    margin-bottom: 2%;
}

@keyframes borderfiltro {
    0% {
        border-bottom: 1px dotted #c7c7c7;
    }

    100% {
        border-bottom: 1px dotted #888;
    }
}

.borderbusqprod {
    border: 1px solid #bbb;
    padding: 0 10px;
    height: 420px;
    width: 100%;
    box-shadow: 0 0 2px 1px #33333312;
    margin-top: 5%;
    display: inline-table;
}

.infoprodbusq {
    height: auto;
    padding: 0 2%;
}

.btnbusqdett {
    background-color: #9f9f9f;
    color: #fff;
}

.altmsjhei {
    height: 35px;
}

.titprodbosq {
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    color: #333;
    height: 48px;
    display: block;
}

.spacecaja {
    height: 20px;
}

.txtmrcbusq {
    font-size: 3px;
    opacity: 1;
    color: #969696;
    font-weight: 300;
}

.txtcodbusq {
    font-size: 10px;
    font-weight: 200;
    opacity: .8;
    color: #666;
}

.txtparmsi {
    font-size: 14px;
    color: #e36800;
    margin-top: 2%;
}

.txtparmsiright {
    font-size: 14px;
    color: #e36800;
    text-align: left;
    margin: 0;
    height: 20px;
}

.txtparmsiright2 {
    font-size: 14px;
    color: #e36800;
    text-align: left;
    margin: 0;
    height: 20px;
}

.txtparmsificha {
    font-size: 14px;
    color: #e36800;
    margin-top: 2%;
    float: right;
}

.txtparmsipaso1 {
    font-size: 14px;
    color: #e36800;
    padding: 1% 0;
    display: block;
}

.txtparmsipaso1no {
    font-size: 14px;
    color: #ff0000;
    padding: 1% 0;
    display: block;
}

.rownoparticipa {
    border: 2px solid red;
}

.preciobusq {
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10%;
}

.preciobusq2 {
    float: right;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10%;
    margin-right: 3%;
}

.icomargenbusq {
    margin-left: 4%;
}

.bdrbtm {
    box-shadow: 0 30px 1px -30px #9e9e9e;
    margin-bottom: 3%;
}

.rowfootermgn {
    margin: 2% 0;
}

.boxprohover {
    transition: all .4s ease-in-out;
}

    .boxprohover:hover {
        box-shadow: 0 0 2px 4px #ddd;
        transition: all .4s ease-in-out;
        border: 1px solid #e3680075;
    }

.mgnsidebars {
    margin-top: 2.35%;
}

.precioprombq {
    color: #333333;
    margin-top: -2%;
}

.borderbusqprod .txtmrcbusq {
    transition: 1s ease;
}

.borderbusqprod:hover .txtmrcbusq {
    color: #e36800;
    transition: 1s ease;
}

.rowcolprod {
    margin: 0 0 1%;
    line-height: 1.30 !important;
}
/* ==========================================================KR=== */
/*  @medias Busqueda de productos
/* ==========================================================KC=== */
@media screen and (max-width: 2820px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 370px;
        width: 100%;
    }

    .imgbusqpro {
        width: 150px;
        height: 150px;
    }

    .titprodbosq {
        font-size: 17px;
        font-weight: bold;
        line-height: 16px;
    }

    .txtmrcbusq {
        font-size: 16px;
        font-weight: bold;
    }

    .txtcodbusq {
        font-size: 12px;
        font-weight: 200;
        opacity: .8;
    }

    .preciolistabq {
        text-align: right;
        font-size: 14px;
        color: #333;
        height: 20px;
        margin: 0;
    }

    .preciolistabqpro2b {
        color: #ed6800;
        font-weight: bold;
    }

    .preciolistabq2a {
        color: #555;
        text-decoration: line-through;
    }

    .preciolistabqpro {
        text-align: right;
        font-size: 14px;
        color: #f00;
        height: 20px;
    }

    .preciolistabqprob {
        text-align: right;
        font-size: 14px;
        color: #333;
        height: 20px;
    }

    .preciolistabq2 {
        color: #333;
    }

    .preciolistabqpro2 {
        color: #f00;
    }

    .preciolistabqpro2b {
        color: #ed6800;
        font-weight: bold;
    }

    .preciolistabq2a {
        color: #555;
        text-decoration: line-through;
    }


    .plistatache {
        text-decoration: line-through;
    }

    .rowprecioprom {
        height: 25px;
    }

    .precioprombq {
        float: right;
        font-size: 15px;
        font-weight: 600;
    }

    .precioprombq2 {
        font-weight: bold;
        color: #ff0d0d;
    }
}

@media screen and (max-width: 1920px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 335px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 16px;
        font-weight: bold;
    }

    .txtmrcbusq {
        font-size: 15px;
    }

    .txtcodbusq {
        font-size: 11px;
        font-weight: 200;
        opacity: .8;
    }

    .preciobusq {
        float: right;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10%;
    }

    .preciobusq2 {
        float: right;
        font-size: 18px;
        font-weight: 400;
        margin-top: 10%;
        margin-right: 3%;
    }

    .txtresulblue {
        font-size: 18px;
        color: #3b99fc;
        margin-top: 2%;
    }
}

@media screen and (max-width: 1600px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 340px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 15px;
        font-weight: bold;
    }

    .txtmrcbusq {
        font-size: 13px;
    }

    .txtcodbusq {
        font-size: 11px;
        font-weight: 200;
        opacity: .8;
    }

    .preciobusq {
        float: right;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10%;
    }

    .preciobusq2 {
        float: right;
        font-size: 18px;
        font-weight: 400;
        margin-top: 10%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 1400px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 335px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 12px;
        font-weight: bold;
    }

    .txtmrcbusq {
        font-size: 13px;
    }

    .txtcodbusq {
        font-size: 10px;
        font-weight: 200;
        opacity: .8;
    }

    .preciobusq {
        float: right;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10%;
    }

    .preciobusq2 {
        float: right;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10%;
        margin-right: 3%;
    }

    .preciolistabq {
        text-align: right;
        font-size: 13px;
        margin-bottom: 0;
    }

    .preciolistabqpro {
        font-size: 13px;
    }

    .preciolistabqprob {
        font-size: 13px;
    }

    .txtparmsiright {
        font-size: 13px;
    }

    .txtparmsiright2 {
        font-size: 13px;
    }

    .precioprombq2 {
        font-weight: bold;
        color: #ff0d0d;
        font-size: 13px;
    }

    .precioprombq {
        float: right;
        font-size: 14px;
        font-weight: 600;
    }

    .rowprecioprom {
        height: 22px;
    }
}

@media screen and (max-width: 1300px) {
    .txtparmsificha {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 340px;
        width: 100%;
    }

    .txtcheckbuscq {
        font-size: 14px;
        line-height: 20px;
    }

    .preciolistabq {
        text-align: right;
        font-size: 12px;
        color: #333;
    }

    .preciolistabqpro {
        font-size: 12px;
    }

    .preciolistabqpro {
        font-size: 12px;
    }

    .spacecaja {
        height: 10px;
    }

    .txtparmsiright {
        font-size: 12px;
    }

    .txtparmsiright2 {
        font-size: 12px;
    }

    .precioprombq {
        float: right;
        font-size: 12px;
        font-weight: 600;
    }

    .titprodbosq {
        font-size: 11px;
        font-weight: bold;
    }

    .txtresulbus, .txtresulblue {
        font-size: 17px;
    }

    .txtparmsi {
        font-size: 13px;
        color: #e36800;
        margin-top: 2%;
    }

    .txtparmsificha {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .precioprombq {
        float: right;
        font-size: 12px;
        margin-left: -15px;
        font-weight: 600;
    }

    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 345px;
        width: 100%;
    }

    .txtparmsiright {
        font-size: 11px;
    }

    .txtparmsiright2 {
        font-size: 11px;
    }

    .preciolistabq {
        text-align: right;
        font-size: 12px;
        color: #333;
        margin-top: 2%;
        margin-left: -15px;
    }

    .txtparmsi {
        font-size: 12px;
        color: #e36800;
        margin-top: 2%;
    }
}

@media screen and (max-width: 1000px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 340px;
        width: 100%;
    }

    .preciolistabq {
        font-size: 11px;
        color: #333;
        margin-left: -15px;
    }

    .precioprombq {
        float: left;
        font-size: 11px;
        font-weight: 600;
        margin-left: -15px;
    }
}

@media screen and (max-width: 991px) {
    .txtcheckbuscq {
        font-size: 15px;
        line-height: 20px;
    }

    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 335px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 13px;
        font-weight: bold;
    }

    .txtmrcbusq {
        font-size: 13px;
    }

    .txtparmsiright {
        font-size: 13px;
    }

    .txtparmsiright2 {
        font-size: 13px;
    }

    .txtcodbusq {
        font-size: 10px;
        font-weight: 200;
        opacity: .8;
    }

    .preciobusq {
        float: right;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10%;
    }

    .preciobusq2 {
        float: right;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10%;
        margin-right: 3%;
    }

    .preciolistabq {
        font-size: 13px;
        color: #333;
    }

    .preciolistabqpro {
        font-size: 13px;
    }

    .preciolistabqprob {
        font-size: 13px;
    }

    .precioprombq {
        float: right;
        font-size: 12px;
        font-weight: 600;
        margin-top: -6px;
    }

    .rowprecioprom {
        height: 15px;
    }

    .txtresulbus, .txtresulblue {
        font-size: 16px;
    }

    .txtparmsificha {
        font-size: 18px;
    }
}

@media screen and (max-width: 935px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 320px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 12px;
    }
}

@media screen and (max-width: 851px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 320px;
        width: 100%;
    }

    .preciolistabq {
        font-size: 12px;
        color: #333;
        margin-top: 0;
    }

    .preciolistabqpro {
        font-size: 12px;
    }

    .preciolistabqprob {
        font-size: 12px;
    }

    .precioprombq {
        float: right;
        font-size: 12px;
        font-weight: 600;
    }

    .titprodbosq {
        font-size: 11px;
        font-weight: bold;
    }

    .txtresulbus, .txtresulblue {
        font-size: 15px;
    }

    .txtmrcbusq {
        font-size: 12px;
    }

    .txtparmsiright {
        font-size: 13px;
    }

    .txtparmsiright2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .rowmgnhedr {
        margin-top: -0;
    }

    .mgnsidebars {
        margin-top: 4%;
    }

    .txtcheckbuscq {
        font-size: 16px;
        line-height: 24px;
    }

    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 330px;
        width: 100%;
    }

    .titprodbosq {
        font-size: 13px;
        font-weight: bold;
    }

    .txtmrcbusq {
        font-size: 13px;
    }

    .txtcodbusq {
        font-size: 11px;
        font-weight: 200;
        opacity: .8;
    }

    .spacecaja {
        height: 20px;
    }

    .preciobusq {
        float: right;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10%;
    }

    .preciobusq2 {
        float: right;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10%;
        margin-right: 2%;
    }

    .txtresulbus {
        font-size: 20px;
        color: #333;
        font-weight: 300;
    }

    .txtresulblue {
        font-size: 20px;
        color: #3b99fc;
        margin-top: 0;
    }

    .preciobusq2 {
        display: none;
    }

    .preciolistabq {
        font-size: 14px;
        color: #333;
    }

    .preciolistabqpro {
        font-size: 14px;
    }

    .preciolistabqprob {
        font-size: 14px;
    }

    .precioprombq {
        float: right;
        font-size: 14px;
        font-weight: 600;
    }

    #icohandleft {
        display: none;
    }

    #icohandup {
        display: flex;
    }

    .txterrfil {
        padding: 3.5% 1% 4%;
        font-size: 17px;
        text-align: center;
        line-height: 1;
    }

    .txtparmsi {
        font-size: 14px;
        color: #e36800;
        margin-top: 2%;
    }
}

@media screen and (max-width: 674px) {
    .titprodbosq {
        font-size: 12px;
        font-weight: bold;
    }

    .txtparmsi {
        font-size: 13px;
        color: #e36800;
        margin-top: 2%;
    }

    .txtparmsificha {
        font-size: 15px;
    }

    .txtparmsiright {
        font-size: 12px;
    }

    .txtparmsiright2 {
        font-size: 12px;
    }

    .preciolistabq {
        font-size: 12px;
    }

    .preciolistabqpro {
        font-size: 12px;
    }

    .preciolistabqprob {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 4px 9px;
        cursor: pointer;
        margin-left: -3%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (max-width: 1100px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 3px 9px;
        cursor: pointer;
        margin-left: -3%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (max-width: 991px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 2px 9px;
        cursor: pointer;
        margin-left: -3%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (max-width: 768px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 3px 9px;
        cursor: pointer;
        margin-left: -3%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@media screen and (max-width: 576px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 3px 9px;
        cursor: pointer;
        margin-left: -3%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .titprodbosq {
        font-size: 12px;
        font-weight: bold;
    }

    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 335px;
        width: 100%;
    }

    .preciolistabq {
        font-size: 13px;
        color: #333;
    }

    .precioprombq {
        float: right;
        font-size: 12px;
        font-weight: 600;
    }

    .txtparmsi {
        font-size: 14px;
        color: #e36800;
        margin-top: 2%;
    }

    .txtparmsiright {
        font-size: 11px;
    }

    .txtparmsiright2 {
        font-size: 11px;
    }

    .preciolistabq {
        font-size: 11px;
    }

    .preciolistabqpro {
        font-size: 11px;
    }

    .preciolistabqprob {
        font-size: 11px;
    }
}

@media screen and (max-width: 515px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 315px;
        width: 100%;
    }

    .rowcolprod {
        width: 100%;
    }

    .txtparmsiright {
        font-size: 14px;
    }

    .txtparmsiright2 {
        font-size: 14px;
    }

    .preciolistabq {
        font-size: 14px;
    }

    .preciolistabqpro {
        font-size: 14px;
    }

    .preciolistabqprob {
        font-size: 14px;
    }
}

@media screen and (max-width: 470px) {
    #icolupa {
        color: #fff;
        background-color: #ed6800;
        padding: 3px 9px;
        cursor: pointer;
        margin-left: -4%;
        height: 22px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .titprodbosq {
        font-size: 15px;
        font-weight: bold;
    }

    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 315px;
        width: 100%;
    }

    .preciolistabq {
        font-size: 14px;
        color: #333;
    }

    .precioprombq {
        float: right;
        font-size: 14px;
        font-weight: 600;
        margin-top: -5px;
    }

    .rowprecioprom {
        height: 20px;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 401px) {
    .borderbusqprod {
        border: 1px solid #ddd;
        padding: 0 10px;
        height: 310px;
        width: 100%;
    }
}
/* ================================================================ */
/*  CATEGORIA DE PRODUCTOS - Karlo
/* ================================================================ */
.imgcatprod {
    margin-bottom: 5%;
    transition-duration: .5s;
}

    .imgcatprod:hover {
        margin-bottom: 5%;
        box-shadow: 4px 4px 4px #c8c8c8;
        transition-duration: .5s;
    }
/* ================================================================= */
/*  E COMMERCE - MI CUENTA - Karlo Cipressi
/* ================================================================= */
.usuariobnv {
    font-size: 24px;
    font-weight: bold;
    padding: 2% 0 2% 8%;
    user-select: none;
}
.usuariobnv1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0% 0 0% 6%;
    user-select: none;
}

.bordermodcuenta {
    background-color: #f6f6f6;
    border: 1px dotted #dedede;
    margin: 0 1.4% 15% 1.4%;
    box-shadow: none;
    transition-duration: .5s;
    height: 205px;
}

    .bordermodcuenta:hover {
        border: 1px solid #fff;
        margin: 0 1.4%;
        cursor: pointer;
        box-shadow: 0 6px 0 #e8e8e8, 0 -5px 0 #e8e8e8;
        background-color: #fbfbfb;
        transition: .5s ease;
    }

        .bordermodcuenta:hover .titmodcuenta {
            color: #ed6800;
            transition: .5s ease;
        }

        .bordermodcuenta:hover #icomodcuenta {
            animation-name: giraricocuenta;
            animation-duration: .5s;
        }

@keyframes giraricocuenta {
    0% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotatY(360deg);
    }
}

.linkmodcuenta {
    text-decoration: none;
}

#icomodcuenta {
    font-size: 45px;
    cursor: pointer;
    margin-top: 22%;
    color: #858585;
    transition-duration: .3s;
}

.bordermodcuenta:hover #icomodcuenta {
    font-size: 45px;
    color: #ed6800;
    transition-duration: .4s;
}

.titmodcuenta {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 10% 0;
    height: 60px;
    user-select: none;
    line-height: 24px;
}

.txtmodcuenta {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    user-select: none;
}

.divmenucuenta {
    margin-bottom: 2%;
}



.rowmenucuenta {
    background: #f6f6f6;
    padding: 1.5%;
    border-right: 1px solid #dedede;
    height: 130px;
    transition: .5s ease;
    cursor: pointer;
}

    .rowmenucuenta:hover {
        background: #f1f1f1;
        padding: 1.5%;
        border-right: 1px solid #dedede;
        height: 130px;
        cursor: pointer;
        transition: .5s ease;
    }

        .rowmenucuenta:hover #icomenucuenta {
            color: #e36800;
        }

        .rowmenucuenta:hover .titmoddatos {
            color: #3a3a3a;
            transition: .5s ease;
        }

.rowmenucuenta-active {
    background: #cecece;
    padding: 1.5%;
    height: 130px;
}

.titmoddatos {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    user-select: none;
}

#icomenucuenta-active {
    font-size: 32px;
    color: #ed6800;
    transition-duration: .3s;
    margin-top: 3%;
    text-stroke-width: 1px;
    text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8e8e8;
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: #e8e8e8;
    -o-text-stroke-width: 1px;
    -o-text-stroke-color: #e8e8e8;
}

#icomenucuenta {
    font-size: 32px;
    color: #989898;
    transition-duration: .3s;
    margin-top: 2%;
    transition: .75s ease-out;
}

    #icomenucuenta:hover {
        font-size: 32px;
        color: #ed6800;
        transition-duration: .3s;
        transition: .75s ease-in;
    }

.rowcentercuenta {
    border: 1px solid #d0d0d066;
    margin-bottom: 2%;
    background-color: #fafafafa;
}

.rowcentercuenta2 {
    border-bottom: 3px solid #858585;
    margin-bottom: 2%;
}

#icotitcuenta {
    float: left;
    font-size: 32px;
    color: #ed6800;
    padding-left: 5%;
    vertical-align:middle;
}

#icopaypal {
    float: left;
    font-size: 32px;
    color: #002279;
}

#icostarcuenta {
    float: left;
    font-size: 32px;
    color: #ed6800;
    margin-top: 8px;
}

.h3titcuenta {
    font-size: 24px;
    color: #333;
    margin: 0% 0% .5% 4%;
    user-select: none;
}

.rowtitprincipalpaso1 {
    padding: 0 2% 1%;
}

.imglineapasos {
    display: block;
    user-select: none;
    height: 4px;
    background-color: #e36800;
    width: 100%;
    margin-top: 15%;
    animation: 3s lineappss linear infinite;
}

@keyframes lineappss {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 28px 0;
    }
}

.h3titpaso1 {
    font-size: 24px;
    color: #333;
    margin: .5% 0 2% 4%;
    padding: 0 7px;
}

.h3titcuenta2 {
    font-size: 24px;
    color: #333;
    margin: .5% 0 2% 8%;
}

.rowdatoscuenta1 {
    padding: 2% 0 2% 2%;
}

.txtdatosuser {
    font-weight: bold;
    padding: 2% 2% 0 5%;
    font-size: 16px;
}

.txtdatosuser2 {
    font-weight: 400;
    padding-left: 1%;
    letter-spacing: .5px;
}

.linkbtncuentaform {
    color: #fff;
}

    .linkbtncuentaform:hover {
        color: #eaeaea;
    }

.btnmodfcuenta {
    background-color: #000;
    color: #fff;
    margin-top: 20%;
    margin-bottom: 4%;
    padding: 5%;
    border-radius: 0;
    width: 98%;
    font-size: 18px;
    text-align: center;
    user-select: none;
    border: 1px solid #000;
    transition: .5s ease;
}

    .btnmodfcuenta:hover, .btnmodfcuenta2:hover, .btnmodfcuenta3:hover {
        background-color: #333;
        transition: .5s ease;
    }

.btnmodfcuenta2 {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 6% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

.btnmodfcuenta2Curp {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 3% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

.btnmodfcuenta3 {
    background-color: #000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 6% 0;
    border: 0;
    border-radius: 0;
    width: 96%;
    margin-right: 3%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

.btnelimfcuenta {
    background-color: #f00;
    color: #fff;
    margin-top: 20%;
    margin-bottom: 4%;
    padding: 5%;
    border: 0;
    border-radius: 0;
    width: 98%;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: .5s ease;
}

.btnretmap {
    background-color: #e36800;
    color: #fff;
    text-align: center;
    padding: 3% 5%;
    margin-top: 10%;
    cursor: pointer;
}

.btnelimfcuenta:hover, .btnelimfcuenta2:hover, .btnelimfcuenta3:hover {
    background-color: #e60202;
    transition: .5s ease;
}

.btnelimfcuenta2 {
    background-color: #ff0000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 6% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.btnelimfcuenta3 {
    background-color: #ff0000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 6% 0;
    border: 0;
    border-radius: 0;
    width: 96%;
    font-size: 16px;
    text-align: center;
    margin-left: 3%;
    cursor: pointer;
    user-select: none;
}

#icobtncuentaform {
    margin-right: 15px;
}

.btndespaso1 {
    opacity: .3;
    cursor: not-allowed;
}

.btnregcuenta {
    float: left;
    background-color: #000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 1% 0;
    border: 0;
    border-radius: 0;
    width: 24%;
    font-size: 16px;
    text-align: center;
    user-select: none;
    transition: .5s ease;
}

    .btnregcuenta:hover {
        background-color: #333;
        transition: .5s ease;
    }
.btnrentacuenta {
    float: left;
    background-color: #000;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 1% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
    transition: .5s ease;
}
    .btnrentacuenta:hover {
        background-color: #333;
        transition: .5s ease;
    }
.btnpaso1compra {
    float: right;
    background-color: #ed6800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 3% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

    .btnpaso1compra:hover {
        background-color: #e06200;
        cursor: pointer;
    }

.btnpaso1banamex {
    float: right;
    background: #00b5fa;
    background: -moz-linear-gradient(top, #00b5fa 0%, #0090d2 41%, #00428d 58%, #00448d 100%);
    background: -webkit-linear-gradient(top, #00b5fa 0%,#0090d2 41%,#00428d 58%,#00448d 100%);
    background: linear-gradient(to bottom, #00b5fa 0%,#0090d2 41%,#00428d 58%,#00448d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5fa', endColorstr='#00448d',GradientType=0 );
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 3% 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

    .btnpaso1banamex:hover {
        opacity: .9;
    }

.btnpaso1Regresa {
    float: right;
    background-color: #858585;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 3%;
    border: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

    .btnpaso1Regresa:hover {
        background-color: #807f7f;
    }

.btnsegcuenta {
    float: right;
    background-color: #ed6800;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 1% 0;
    border: 0;
    border-radius: 0;
    width: 24%;
    font-size: 16px;
    text-align: center;
    user-select: none;
    transition: .5s ease;
    cursor: pointer;
}

    .btnsegcuenta:hover, .botonews:hover {
        background-color: #de6702;
        transition: .5s ease;
    }

.rowlistpedidos {
    background-color: #fafafa;
}

    .rowlistpedidos:hover {
        background-color: #ececec;
        cursor: grab;
    }

    .rowlistpedidos:active {
        cursor: grabbing;
        border: 1px dotted #d36800;
    }

.titlistpedido {
    background-color: #f1f1f1;
    padding: 1% 0 0 1%;
    font-size: 16px;
    font-weight: bold;
}

.txtlistpedido {
    padding: 1% 0 1% 1%;
    font-weight: 500;
    border-top: 1px solid #d8d8d8;
    font-size: 16px;
}

#icolistdetalles {
    color: #ed6800;
    font-size: 29px;
}

.bntagrdirec {
    float: right;
    background-color: #8d8d8d;
    color: #ffff;
    margin-top: 0;
    margin-bottom: 3%;
    padding: 1%;
    border: 0;
    border-radius: 0;
    width: 45%;
    font-size: 16px;
    text-align: center;
    user-select: none;
}

.rowdircuenta {
    border: 1px solid #a0a0a0;
    width: 30%;
    margin: 1% 1.5% 2% 1.5%;
    min-height: 530px;
}

.nmbdireccn {
    font-size: 18px;
    padding: 3% 1%;
    font-weight: 600;
}

.hrperson1 {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #9e9e9e;
}

#icopersrecib {
    float: left;
    font-size: 20px;
    margin-right: 7px;
    color: #0080e9;
}

.txtpersrecib {
    font-size: 14px;
    font-weight: 600;
}

.txtpersrecib2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.txtpersrecib3 {
    font-size: 14px;
    font-weight: 500;
}

.personarecibe {
    font-size: 14px;
    font-weight: 300;
    margin-left: 5.5%;
}

.txtdiredir {
    font-size: 14px;
}

.entregado {
    text-align: right;
    font-size: 18px;
}

.txtdiredir2 {
    font-size: 14px;
    margin-left: 26px;
}

.txtteldir {
    font-size: 14px;
}

.txtcommdir {
    font-size: 14px;
    margin-bottom: 5%;
}

#icopredet {
    color: #ed6800;
}

#icocheckdir {
    color: #09b00e;
}

#icocheckdird {
    color: #8b8b8b;
}

#icoeditdir {
    color: #0080E9;
}

#icoelimdir {
    color: #ff0000;
}

.btnpredet {
    padding: 2% 2% 2% 2%;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    color: #333;
    user-select: none;
    cursor: pointer;
}

    .btnpredet:first-child {
        padding: 2%;
        border-top: 1px solid #a0a0a0;
        border-left: 0;
        color: #333;
        user-select: none;
    }

.txtenbtndir {
    color: #333;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndir:hover {
        color: #737373;
        background-color: #fff;
        border: 0;
        border-radius: 0;
    }

.txtprefcuenta {
    font-size: 16px;
    padding: 0 2%;
}

.pelimcuenta {
    float: right;
    color: #f00f00;
    font-size: 16px;
    margin-top: 12px;
}

    .pelimcuenta:hover {
        float: right;
        color: #e60000;
        font-size: 16px;
        margin-top: 12px;
    }

#icoelimpref {
    float: right;
    color: #ff0000;
    margin-right: 12px;
    font-size: 20px;
    margin-top: 10px;
}

.radiobtnpref {
    padding: 1% 6%;
    font-size: 16px;
    user-select: none;
}

.checkbtnpref {
    padding: 1% 4% 2%;
    font-size: 16px;
}

.avisoprivpref {
    padding: 1% 2%;
}

.avisoprivpreflink {
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

.titmoddatos2 {
    padding: 2% 2% 1% 2%;
    font-size: 24px;
    letter-spacing: .5px;
}

#icopencilmod {
    color: #ed6800;
}

.titformod2 {
    font-size: 18px;
    font-weight: 500;
    user-select: none;
    word-spacing: 1px;
}

.selectheight2 {
    height: 36px;
}

.row2formmod {
    border: 1px solid #f2f2f2;
    padding: 2%;
    margin-bottom: 2%;
    background-color: #f6f6f6;
}

.row2spacemod {
    margin-bottom: 3%;
}

.col2spacemod {
    margin-bottom: 0;
}

#selectmodform {
    border-radius: 0;
    height: 32px;
}

.pdirpredform {
    font-size: 16px;
    margin-left: 10px;
}

.pdirpredform2 {
    font-size: 18px;
    margin-left: 10px;
    color: #e36800;
}

.spcpred2 {
    height: 22px;
}

.checkpred2 {
    font-size: 16px;
    height: 16px;
}

.titbolddir {
    font-weight: 600;
}

.divdircuenta {
    height: 200px;
}

@media screen and (min-width: 1300px) {
    .divdircuenta {
        height: 160px;
    }
}

@media screen and (max-width: 1299px) {
    .divdircuenta {
        height: 160px;
    }
}

@media screen and (max-width: 1050px) {
    .divdircuenta {
        height: 185px;
    }
}

@media screen and (max-width: 991px) {
    .divdircuenta {
        height: 160px;
    }

    .btnpaso1compra {
        font-size: 13px;
    }

    .btnpaso1banamex {
        font-size: 13px;
    }

    .btnpaso1Regresa {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .divdircuenta {
        height: 145px;
    }

    .txtdatosuser {
        padding: 2% 0 0 2%;
    }

    .btnretmap {
        margin-top: 4%;
        padding: 2%;
        margin-bottom: 0;
        font-size: 16px;
    }

    .spcpred2 {
        height: 1px;
    }
}

@media screen and (max-width: 576px) {
    .divdircuenta {
        height: 160px;
    }
}

.rowpasos {
    margin-bottom: 3%;
    margin-left: 2.5%;
    background-color: #fff;
    width: 96.1%;
    padding-top: 1%;
    padding-bottom: 1%;
    border: 1px solid #33333378;
    box-shadow: 0 0 5px 0 #b3b3b3;
}

.rowpasosnew {
    margin-bottom: 3%;
    margin-top: 4%;
    margin-left: 2.5%;
    width: 96%;
}

.txtpasos {
    font-size: 15px;
    margin: 1.5% 0;
    opacity: .5;
    user-select: none;
}

.imgpasos {
    opacity: .4;
}

.txtheaderpaso2 {
    text-align: center;
    font-size: 15px;
    padding: 2% 0;
    color: #fff;
}

.linkheaderpaso2 {
    color: #fff;
}

    .linkheaderpaso2:hover {
        color: #bdbdbd;
    }

.txtpasosbold {
    font-size: 15px;
    margin: 1.5% 0;
    font-weight: bold;
    user-select: none;
}

.lineapss {
    width: 100%;
    height: 4px;
    background: linear-gradient(#ef6701, #d65e04);
    margin-top: 15%;
    animation: lineapasos .2s infinite;
}
/* Animacion de lineas prueba gradient en pasos header */
@keyframes lineapasos {
    0% {
        background: linear-gradient(#ef6701, #d65e04);
    }

    100% {
        background: linear-gradient(#c75500, #ef6701);
    }
}

.carritofeliz {
    text-align: center;
    font-size: 20px;
    margin: 3% 0;
}

.minicarrito {
    display: inline-block;
}

.txtpaso1pro1 {
    font-size: 19px;
    margin: 4% 0;
    font-weight: 700;
    user-select: none;
}

.txtpaso1pro2 {
    font-size: 19px;
    margin: 4% 0;
    text-align: right;
    font-weight: 700;
    user-select: none;
}

.txtpaso1pro3 {
    font-size: 19px;
    margin: 4% 0;
    text-align: right;
    font-weight: 700;
    user-select: none;
}

.txtpaso1pro4 {
    font-size: 19px;
    margin: 4% 0;
    text-align: center;
    font-weight: 700;
    user-select: none;
}

.txtpaso1tit {
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-top: 2%;
}

    .txtpaso1tit:hover {
        color: black;
    }

.txtpaso1marca {
    font-size: 14px;
    font-weight: 400;
    color: #e36800;
    line-height: 10px;
}

.txtpaso1sku {
    font-size: 10px;
    color: #000;
    line-height: 13px;
    margin: 0;
}

.txtpaso1elim {
    color: #034da0;
    width: 50px;
    font-size: 11.5px;
    cursor: pointer;
    margin-top: 1%;
    transition: .5s ease;
}

    .txtpaso1elim:hover {
        color: #f00f00;
        transition: .5s ease;
    }

.txtpaso1prelis {
    color: #8b8b8b;
    text-decoration: line-through;
    font-size: 16px;
    text-align: right;
}

.txtpaso1prelis_sn {
    color: #333;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin-top: 2%;
}

.txtpaso1prepro {
    color: #e36800;
    font-size: 16px;
    text-align: right;
}

#icoflechaspaso1 {
    font-size: 32px;
    color: #ed6800;
}

.inputpaso1 {
    width: 50%;
    text-align: center;
}

.txtpaso1subtotal {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 2%;
}

.totalfinpaso1 {
    font-size: 20px;
    font-weight: bold;
}

.totalfin2paso1 {
    float: right;
    margin-right: 10%;
    font-size: 24px;
    letter-spacing: .5px;
}

.titprinpaso2 {
    margin-left: 5%;
    font-size: 24px;
    font-weight: 600;
    user-select: none;
    line-height: 24px;
}

.titprinpasoCP {
    margin-left: 2%;
    margin-right: 3%;
    font-size: 17px;
    font-weight: 600;
    user-select: none;
    line-height: 24px;
}

.titprinpasoCPT {
    margin-left: 2%;
    /* margin-right: 15%;*/
    font-size: 17px;
    font-weight: 600;
    user-select: none;
    line-height: 24px;
}

.titprinpasoCPC {
    margin-left: 2%;
    /*margin-right: 31%;*/
    font-size: 17px;
    font-weight: 600;
    user-select: none;
    line-height: 24px;
}

.titprinpasoCPP {
    margin-left: 2%;
    /*margin-right: 11%;*/
    font-size: 17px;
    font-weight: 600;
    user-select: none;
    line-height: 24px;
}

#icoCPabrir {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

#icoCPabrir2 {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

#icoCPabrirCupon {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

#icoCPabrirCupon2 {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

#icoDepoico {
    float: left;
    font-size: 16px;
    color: #ed6800;
}

#icoDepo {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

#icoDepo2 {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-right: 25px;
}

.rowprincipalpaso2 {
    margin-left: 3%;
    border: 1px solid #35353566;
    width: 46%;
    box-shadow: 0 -1px 5px 0 #b3b3b3;
}

.rowprincipalpaso3 {
    margin-left: 3%;
    box-shadow: 0 -1px 5px 0 #b3b3b3;
    border: 1px solid #35353566;
    width: 46%;
    height: 620px;
}

.titpaso2 {
    float: left;
    font-size: 19px;
    font-weight: 600;
    user-select: none;
}

.metodotarjeta {
    margin-left: 5px;
    display: inline-block;
}

.inputpaso2 {
    padding: 1% 0 4% 5%;
}

.txtdescpago {
    margin-left: 6%;
    font-size: 14px;
    margin-bottom: 2%;
}

#icopredpaso2 {
    color: #ed6800;
}

.txtpredpaso2 {
    color: #ed6800;
    font-size: 16px;
}

.radiofacpaso2 {
    font-size: 16px;
}

.radiofacpaso2a {
    font-size: 16px;
    float: right;
}

.imgresumenpaso2 {
    padding: 10% 10% 0 6%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #808080;
}

.hrpaso2 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted #808080;
}

.hrpaso3 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted #ed6800;
}

.titresumenpaso2 {
    font-size: 16px;
    font-weight: 500;
    padding: 4% 0 0 0;
}

.marresumenpaso2 {
    font-size: 14px;
    color: #e36800;
}

.preliresumenpaso2 {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 10px;
    font-weight: 600;
}

.preliresumenpaso2a {
    font-size: 14px;
    color: #333;
    text-decoration: line-through;
    margin-left: 5%;
}

.preliresumenpaso2asin {
    font-size: 14px;
    color: #333;
    margin-left: 5%;
}

.proliresumenpaso2 {
    font-size: 14px;
    color: #ff0000;
    line-height: 20px;
    font-weight: 600;
}

.rowpaso2 {
    margin-bottom: 3%;
}

.proliresumenpaso2a {
    font-size: 15px;
    color: #ff0000;
    margin-left: 5%;
}

.preliresumenpaso2a-sin {
    font-size: 14px;
    color: #333;
    margin-left: 5%;
}

.cantresumenpaso2 {
    font-size: 15px;
    font-weight: 600;
}

.rowscrollpaso2 {
    height: 380px;
    overflow-y: scroll;
    margin-bottom: 1%;
    overflow-x: hidden;
}

.rowscrollpaso2corto {
    height: 185px;
    overflow-y: scroll;
    margin-bottom: 1%;
    overflow-x: hidden;
}

.txtcambiarpaso2 {
    float: right;
    color: #333333;
    font-weight: 600;
    background-color: #F1F1F3;
    padding: 2%;
    transition: .5s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

    .txtcambiarpaso2:hover {
        background-color: #e6e6e6;
        color: #505050;
        border-radius: 5px;
        transition: .5s ease;
    }

    .txtcambiarpaso2:active {
        transition: .1s ease;
        background-color: #e2e2e2;
    }

.borderpaso2pedido {
    border: 1px solid #000;
}

.tusartped {
    padding: 2% 4% 2% 4%;
    font-size: 19px;
    font-weight: 400;
}

.tusartpedprecio {
    font-size: 19px;
    float: right;
}

.tusdesped {
    padding: 0 4% 2% 4%;
    font-size: 19px;
    font-weight: 400;
}

.tusdespedprecio {
    font-size: 19px;
    float: right;
    color: #ff0000;
}

.tusenvioped {
    padding: 0 4% 2% 4%;
    font-size: 19px;
    font-weight: 400;
}

.tusenviopedprecio {
    font-size: 19px;
    float: right;
}

.tustotalped {
    padding: 4% 4% 4% 4%;
    font-size: 20px;
    font-weight: bold;
}

.tustotalpedprecio {
    font-size: 20px;
    float: right;
    font-weight: bold;
}

.btnconfirpaso2 {
    background-color: #ed6800;
    color: #fff;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 3% 0;
    font-size: 20px;
    text-align: center;
    transition: 1s ease;
    text-shadow: none;
}

.btnconfirpaso2a {
    background-color: #d6d6d6;
    color: #adadad;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 3% 0;
    font-size: 20px;
    text-align: center;
    transition: 1s ease;
    text-shadow: none;
}

    .btnconfirpaso2a:hover {
        cursor: not-allowed;
    }

.diroblig2 {
    color: #e36800;
    font-size: 18px;
    font-weight: bold;
}

.btnconfirpaso2:hover {
    background-color: #ff7000;
    transition: 1s ease;
    text-shadow: 1px 1px 0 #ab4b01;
}

.btnconfirpaso2:active {
    background-color: #ff7000;
    transition: .1s ease;
    text-shadow: 2px 2px 1px #ab4b01;
}

#btnMercadoPago {
    background-color: #ed6800;
    color: #fff;
    font-size: 20px;
    padding: 3% 0;
    width: 100%;
    display: block;
    text-align: center;
}

.txtMercadoPago {
    color: #fff;
}

.icoconfcompra {
    color: #fff;
    font-size: 12px;
}

.mensajepaso2 {
    font-size: 18px;
    text-align: center;
    padding: 1% 5%;
}

.rowmsnfinpaso3 {
    background-color: #000;
    color: #fff;
    width: 95%;
    margin: 0 0 2% 3%;
    padding: 1% 0;
}
/* Icono paso 3 flecha completado */
#icomsnfinal {
    text-align: center;
    color: #fff;
    font-size: 48px;
    animation: 1.5s icompra forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

@keyframes icompra {
    0% {
        font-size: 48px;
        color: #fff;
        opacity: 0;
    }

    100% {
        font-size: 68px;
        color: #2b9c00;
        opacity: 1;
    }
}

.txt1mensfinal {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 1%;
}

.txt2mensfinal {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.boldmensfinal {
    font-weight: bold;
    font-size: 16px;
}

.boldmensfinal2 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-left: 4.5%;
    margin-top: 1%;
    display: block;
}

.txtfootfinal {
    font-size: 15px;
    font-weight: 300;
}

#icomsjfinal {
    float: left;
    font-size: 20px;
    margin-right: 7px;
    color: #ed6800;
}

.btnreghome {
    background-color: #ed6800;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 3% 0;
    width: 96%;
    border: 0;
    border-radius: 0;
    margin-bottom: 10%;
    font-weight: 300;
    user-select: none;
    transition: .5s ease;
}

    .btnreghome:hover {
        background-color: #e26401;
        transition: .5s ease;
    }

@media screen and (max-width: 3000px) {
    .titmodcuenta {
        font-size: 19px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
        height: 40px;
    }

    .h3titpaso1 {
        font-size: 24px;
        color: #333;
        margin: .5% 0 1% 3%;
        padding: 0;
    }

    .imglineapasos {
        margin-top: 10%;
    }
}

@media screen and (max-width: 1500px) {
    .titmodcuenta {
        font-size: 17px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
        height: 55px;
    }

    .imglineapasos {
        margin-top: 15%;
    }
}

@media screen and (max-width: 1400px) {
    .titmodcuenta {
        font-size: 17px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
        height: 55px;
    }
}

@media screen and (max-width: 1200px) {
    .rowprincipalpaso2 {
        margin-left: 3%;
        width: 46%;
    }

    .titmodcuenta {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
        height: 55px;
    }

    .h3titpaso1 {
        font-size: 24px;
        color: #333;
        margin: .5% 0 2% 4%;
        padding: 0 7px;
    }

    .rowprincipalpaso3 {
        margin-left: 3%;
        width: 46%;
        height: 630px;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio {
        font-size: 18px;
    }
}

@media screen and (max-width: 1100px) {
    #icomodcuenta {
        font-size: 36px;
        margin-top: 10%;
        color: #ed6800;
        transition-duration: .3s;
    }

    .bordermodcuenta:hover #icomodcuenta {
        font-size: 36px;
        color: #858585;
        transition-duration: .4s;
    }

    #icomodcuenta:hover {
        font-size: 36px;
        margin-top: 10%;
        color: #989898;
        transition-duration: .3s;
    }

    .titmodcuenta {
        font-size: 15px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
    }

    .txtmodcuenta {
        font-size: 14px;
        font-weight: 300;
        color: #000;
        letter-spacing: 1px;
    }

    .bordermodcuenta {
        margin: 0 1.4% 15% 1.4%;
        box-shadow: none;
        transition-duration: .3s;
        height: 170px;
    }

        .bordermodcuenta:hover {
            border: 1px solid #fff;
            margin: 0 1.4%;
            transition-duration: .2s;
            cursor: pointer;
        }

    .btnmodfcuenta {
        background-color: #000;
        color: #fff;
        margin-top: 20%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 98%;
        font-size: 17px;
        text-align: center;
    }

    .btnmodfcuenta2 {
        background-color: #000;
        color: #fff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-right: 3%;
    }

    .btnmodfcuenta2Curp {
        background-color: #000;
        color: #fff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 3%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-right: 3%;
    }

    .btnmodfcuenta3 {
        background-color: #000;
        color: #fff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5%;
        border: 0;
        border-radius: 0;
        width: 96%;
        font-size: 16px;
        text-align: center;
    }

    .btnelimfcuenta {
        background-color: #ff0000;
        color: #fff;
        margin-top: 20%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 98%;
        font-size: 17px;
        text-align: center;
        cursor: pointer;
    }

    .btnelimfcuenta2 {
        background-color: #ff0000;
        color: #fff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }

    .btnelimfcuenta3 {
        background-color: #ff0000;
        color: #fff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5%;
        border: 0;
        border-radius: 0;
        width: 96%;
        font-size: 16px;
        text-align: center;
        margin-left: 3%;
        cursor: pointer;
    }

    .btnregcuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 27%;
        font-size: 16px;
        text-align: center;
    }
    .btnrentacuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .btnsegcuenta {
        float: right;
        background-color: #ed6800;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 27%;
        font-size: 16px;
        text-align: center;
    }

    .h3titcuenta {
        font-size: 22px;
        color: #333;
        margin: 0 0 2% 7.5%;
    }

    .h3titcuenta2 {
        font-size: 24px;
        color: #333;
        margin: .5% 0 2% 10%;
    }

    .bntagrdirec {
        float: right;
        background-color: #8d8d8d;
        color: #fff;
        margin-top: 0;
        margin-bottom: 3%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 45%;
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .bordermodcuenta {
        margin: 0 3% 2% 3%;
        box-shadow: none;
        transition-duration: .3s;
        height: 250px;
        width: 44%;
    }

        .bordermodcuenta:hover {
            border: 1px solid #fff;
            margin: 0 3% 2% 3%;
            transition-duration: .3s;
            cursor: pointer;
            width: 44%;
        }

    #icomodcuenta {
        font-size: 52px;
        margin-top: 5%;
        color: #ed6800;
        transition-duration: .3s;
    }

    .bordermodcuenta:hover #icomodcuenta {
        font-size: 52px;
        color: #858585;
        transition-duration: .3s;
    }

    #icomodcuenta:hover {
        font-size: 52px;
        margin-top: 5%;
        color: #989898;
        transition-duration: .3s;
    }

    .titmodcuenta {
        font-size: 22px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
    }

    .txtmodcuenta {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        letter-spacing: 1px;
    }

    .rowmenucuenta-active {
        padding: 1.5%;
        height: 120px;
    }

    .rowmenucuenta {
        padding: 1.5%;
        height: 120px;
        border: 1px solid #e2e2e2;
    }

        .rowmenucuenta:hover {
            padding: 1.5%;
            height: 120px;
            cursor: pointer;
        }

    .divmenucuenta {
        margin-bottom: 4%;
    }

    .btnregcuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 26%;
        font-size: 16px;
        text-align: center;
    }

    .btnrentacuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .btnsegcuenta {
        float: right;
        background-color: #ed6800;
        color: #fff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 26%;
        font-size: 16px;
        text-align: center;
    }

    .h3titcuenta {
        font-size: 24px;
        color: #333;
        margin: .5% 0 2% 5.3%;
    }

    .h3titcuenta2 {
        font-size: 24px;
        color: #333;
        margin: .5% 0 2% 5.3%;
    }

    .rowdircuenta {
        border: 1px solid #333;
        width: 47%;
        margin: 0 1.5% 2% 1.5%;
    }

    .bntagrdirec {
        float: right;
        background-color: #8d8d8d;
        color: #fff;
        margin-top: 0;
        margin-bottom: 3%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 30%;
        font-size: 15px;
        text-align: center;
    }

    .btnmodfcuenta {
        background-color: #000;
        color: #fff;
        margin-top: 8%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 50%;
        font-size: 16px;
        text-align: center;
    }

    .btnelimfcuenta {
        background-color: #ff0000;
        color: #fff;
        margin-top: 10%;
        margin-bottom: 4%;
        padding: 5%;
        border: 0;
        border-radius: 0;
        width: 50%;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }

    .imglineapasos {
        display: none;
    }

    .h3titpaso1 {
        font-size: 20px;
        color: #333;
        margin: .5% 0 1% 4%;
        padding: 0 7px;
    }

    .txtpaso1tit {
        font-size: 14px;
        font-weight: bold;
    }

    .txtpaso1marca {
        font-size: 13px;
        font-weight: 400;
        color: #e36800;
    }

    .txtpaso1sku {
        font-size: 12px;
        color: #000;
    }

    .txtpaso1elim {
        color: #226cbf;
        font-size: 11px;
        cursor: pointer;
    }

    .txtpaso1prelis {
        color: #8b8b8b;
        text-decoration: line-through;
        font-size: 14px;
        text-align: right;
    }

    .txtpaso1prelis_sn {
        color: #333;
        font-size: 14px;
        text-align: right;
    }

    .txtpaso1prepro {
        color: #ff0000;
        font-size: 16px;
        text-align: right;
    }

    .inputpaso1 {
        width: 70%;
        text-align: center;
    }

    .txtpaso1subtotal {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
    }

    .totalfin2paso1 {
        float: right;
        margin-right: 0;
        letter-spacing: 1px;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio, .mensajepaso2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 868px) {
    .rowprincipalpaso2 {
        margin-left: 3%;
        width: 46%;
    }

    .rowprincipalpaso3 {
        margin-left: 3%;
        width: 46%;
        height: 655px;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio, .mensajepaso2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .imglineapasos {
        display: none;
    }

    #icomodcuenta {
        font-size: 42px;
        margin-top: 5%;
        color: #ed6800;
        transition-duration: .3s;
    }

    .bordermodcuenta:hover #icomodcuenta {
        font-size: 42px;
        color: #858585;
        transition-duration: .3s;
    }

    #icomodcuenta:hover {
        font-size: 42px;
        margin-top: 5%;
        color: #989898;
        transition-duration: .3s;
    }

    .titmodcuenta {
        font-size: 20px;
        font-weight: 300;
        color: #000;
        margin: 10% 0;
    }

    .txtmodcuenta {
        font-size: 18px;
        font-weight: 300;
        color: #000;
        letter-spacing: 1px;
    }

    .bordermodcuenta {
        margin: 0 3% 2% 3%;
        box-shadow: none;
        transition-duration: .3s;
        height: 200px;
        width: 44%;
    }

        .bordermodcuenta:hover {
            border: 1px solid #fff;
            margin: 0 3% 2% 3%;
            transition-duration: .3s;
            cursor: pointer;
            width: 44%;
        }

    .rowmenucuenta-active {
        padding: .5%;
        height: 90px;
        border-right: none;
    }

    .rowmenucuenta {
        padding: .5%;
        height: 90px;
    }

        .rowmenucuenta:hover {
            padding: .5%;
            height: 90px;
            cursor: pointer;
        }

    .titmoddatos {
        font-size: 15px;
        margin-top: 10px;
    }

    .titlistpedido {
        background-color: #f1f1f1;
        padding: 1% 0 0 1%;
        font-size: 14px;
        font-weight: bold;
    }

    .txtlistpedido {
        padding: 1% 0 1% 1%;
        font-weight: 500;
        border-top: 1px solid #d8d8d8;
        font-size: 14px;
    }

    .btnregcuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 4%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 35%;
        font-size: 14px;
        text-align: center;
    }

    .btnrentacuenta {
        float: left;
        background-color: #000;
        color: #fff;
        margin-top: 0;
        margin-bottom: 4%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .btnsegcuenta {
        float: right;
        background-color: #ed6800;
        color: #fff;
        margin-top: 0;
        margin-bottom: 4%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 35%;
        font-size: 14px;
        text-align: center;
    }

    #icobtncuentaform {
        margin-right: 10px;
    }

    .h3titcuenta {
        font-size: 24px;
        color: #333333;
        margin: .5% 0 2% 7%;
    }

    .h3titcuenta2 {
        font-size: 24px;
        color: #333333;
        margin: .5% 0 2% 7%;
    }

    .rowdircuenta {
        border: 1px solid #333;
        width: 96%;
        margin: 0 1.5% 2% 1.5%;
    }

    .bntagrdirec {
        float: right;
        background-color: #8d8d8d;
        color: #fff;
        margin-top: 0;
        margin-bottom: 3%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 35%;
        font-size: 15px;
        text-align: center;
    }

    .titformod2 {
        font-size: 16px;
        font-weight: 400;
    }

    .col2spacemod {
        margin-bottom: 5%;
    }

    .row2spacemod {
        margin-bottom: 0;
    }

    .btnmodfcuenta {
        background-color: #000000;
        color: #ffffff;
        margin-top: 1%;
        margin-bottom: 3%;
        padding: 2% 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .btnelimfcuenta {
        background-color: #ff0000;
        color: #ffffff;
        margin-top: 2%;
        margin-bottom: 4%;
        padding: 2% 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
    }

    .txtpaso1tit {
        font-size: 13px;
        font-weight: bold;
    }

    .txtpaso1marca {
        font-size: 12px;
        font-weight: 400;
        color: #e36800;
    }

    .txtpaso1sku {
        font-size: 11px;
        color: #000000;
    }

    .txtpaso1elim {
        color: #1565c0;
        font-size: 10px;
        cursor: pointer;
    }

    .txtpaso1prelis {
        color: #8b8b8b;
        text-decoration: line-through;
        font-size: 13px;
        text-align: center;
    }

    .txtpaso1prelis_sn {
        color: #333333;
        font-size: 13px;
        text-align: center;
    }

    .txtpaso1prepro {
        color: #ff0000;
        font-size: 15px;
        text-align: right;
    }

    .txtpaso1subtotal {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .txtpaso1pro1 {
        font-size: 16px;
        margin: 2% 0;
    }

    .txtpaso1pro2 {
        font-size: 16px;
        margin: 2% 0;
        text-align: right;
    }

    .txtpaso1pro3 {
        font-size: 16px;
        margin: 2% 0;
        text-align: right;
    }

    .txtpaso1pro4 {
        font-size: 16px;
        margin: 2% 0;
        text-align: center;
    }

    .rowprincipalpaso2 {
        margin-left: 3%;
        width: 94%;
        box-shadow: none;
    }

    .rowprincipalpaso3 {
        margin-left: 3%;
        width: 94%;
    }

    .h3titpaso1 {
        font-size: 19px;
        color: #333;
        margin: 1% 0 1% 6%;
        padding: 0 7px;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio, .mensajepaso2 {
        font-size: 17px;
    }

    .totalfinpaso1 {
        font-size: 24px;
    }

    .btnreghome {
        width: 100%;
        font-size: 18px;
    }

    .diroblig2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 553px) {
    .rowmenucuenta-active {
        height: 80px;
    }

    .rowmenucuenta {
        height: 80px;
    }

        .rowmenucuenta:hover {
            height: 80px;
        }

    #icomenucuenta-active {
        font-size: 28px;
    }

    #icomenucuenta {
        font-size: 28px;
    }

    .titmoddatos {
        font-size: 13px;
        margin-top: 12px;
    }

    .usuariobnv {
        font-size: 20px;
        font-weight: bold;
        padding: 2% 0 2% 1.4%;
    }
    .usuariobnv1 {
        font-size: 20px;
        font-weight: bold;
        padding: 0% 0 0% 1.4%;
    }
    #icomodcuenta {
        font-size: 40px;
        margin-top: 5%;
        color: #ed6800;
        transition-duration: .3s;
    }

    .bordermodcuenta:hover #icomodcuenta {
        font-size: 40px;
        color: #858585;
        transition-duration: .3s;
    }

    #icomodcuenta:hover {
        font-size: 32px;
        margin-top: 5%;
        color: #989898;
        transition-duration: .3s;
    }

    .titmodcuenta {
        font-size: 18px;
        font-weight: 300;
        color: #000000;
        margin: 10% 0;
    }

    .txtmodcuenta {
        font-size: 16px;
        font-weight: 300;
        color: #000000;
        letter-spacing: 1px;
    }

    .bordermodcuenta {
        border: 1px solid #c6c6c6;
        box-shadow: none;
        transition-duration: .3s;
        height: 175px;
    }

        .bordermodcuenta:hover {
            border: 1px solid #ffffff;
            transition-duration: .3s;
            cursor: pointer;
        }

    .titlistpedido {
        background-color: #f1f1f1;
        padding: 1% 0 0 1%;
        font-size: 13px;
        font-weight: bold;
    }

    .txtlistpedido {
        padding: 1% 0 1% 1%;
        font-weight: 500;
        border-top: 1px solid #d8d8d8;
        font-size: 13px;
    }

    .btnregcuenta {
        float: left;
        background-color: #000000;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 39%;
        font-size: 12px;
        text-align: center;
    }

    .btnrentacuenta {
        float: left;
        background-color: #000000;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .btnsegcuenta {
        float: right;
        background-color: #ed6800;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 5%;
        padding: 2% 0;
        border: 0;
        border-radius: 0;
        width: 39%;
        font-size: 12px;
        text-align: center;
    }

    #icobtncuentaform {
        margin-right: 8px;
    }

    .h3titcuenta {
        font-size: 22px;
        color: #333333;
        margin: .5% 0 2% 8%;
    }

    .h3titcuenta2 {
        font-size: 22px;
        color: #333333;
        margin: .5% 0 2% 8%;
    }

    #icotitcuenta {
        float: left;
        font-size: 28px;
        color: #ed6800;
    }

    #icostarcuenta {
        float: left;
        font-size: 28px;
        color: #ed6800;
    }

    .bntagrdirec {
        float: right;
        background-color: #8d8d8d;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 3%;
        padding: 1% 0;
        border: 0;
        border-radius: 0;
        width: 50%;
        font-size: 15px;
        text-align: center;
    }

    .titformod2 {
        font-size: 14px;
        font-weight: 600;
    }

    .btnmodfcuenta, .btnelimfcuenta, .btnpaso1Regresa {
        font-size: 14px;
    }

    .btnmodfcuenta2 {
        background-color: #000000;
        color: #ffffff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .btnmodfcuenta2Curp {
        background-color: #000000;
        color: #ffffff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 3% 3%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .btnmodfcuenta3 {
        background-color: #000000;
        color: #ffffff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 90%;
        font-size: 14px;
        text-align: center;
        margin-right: 3%;
    }

    .btnelimfcuenta2 {
        background-color: #ff0000;
        color: #ffffff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }

    .btnelimfcuenta3 {
        background-color: #ff0000;
        color: #ffffff;
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 5% 5%;
        border: 0;
        border-radius: 0;
        width: 96%;
        font-size: 14px;
        text-align: center;
        margin-left: 3%;
        cursor: pointer;
    }

    .h3titpaso1 {
        font-size: 15px;
        color: #333333;
        margin: 1% 0 2% 6%;
        padding: 0 7px;
    }

    .txtpaso1pro1 {
        font-size: 14px;
        margin: 2% 0;
    }

    .txtpaso1pro2 {
        font-size: 14px;
        margin: 2% 0;
        text-align: right;
    }

    .txtpaso1pro3 {
        font-size: 14px;
        margin: 2% 0;
        text-align: center;
    }

    .txtpaso1pro4 {
        font-size: 14px;
        margin: 2% 0;
        text-align: center;
    }

    .inputpaso1 {
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
    }

    .txtpaso1subtotal {
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

    .txtpaso1tit {
        font-size: 12px;
        font-weight: bold;
    }

    .txtpaso1prelis {
        color: #8b8b8b;
        text-decoration: line-through;
        font-size: 12px;
        text-align: center;
    }

    .txtpaso1prelis_sn {
        color: #333333;
        font-size: 12px;
        text-align: center;
    }

    .txtpaso1prepro {
        color: #ff0000;
        font-size: 14px;
        text-align: right;
    }

    .txtpasos {
        font-size: 11px;
        margin: 1.5% 0;
    }

    .txtpasosbold {
        font-size: 11px;
        margin: 1.5% 0;
        font-weight: bold;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio, .mensajepaso2 {
        font-size: 16px;
    }

    .titprinpaso2 {
        margin-left: 4%;
        font-size: 14px;
    }

    .txtpredpaso2 {
        color: #ed6800;
        font-size: 15px;
    }

    .btnreghome {
        width: 100%;
        font-size: 16px;
    }

    .txtdatosuser {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .h3titpaso1 {
        font-size: 18px;
        color: #333333;
        margin: 1% 0 2% 7%;
        padding: 0 7px;
    }

    #icomodcuenta {
        font-size: 36px;
        margin-top: 5%;
        color: #ed6800;
        transition-duration: .3s;
    }

    .bordermodcuenta:hover #icomodcuenta {
        font-size: 36px;
        color: #858585;
        transition-duration: .3s;
    }

    #icomodcuenta:hover {
        font-size: 36px;
        margin-top: 5%;
        color: #989898;
        transition-duration: .3s;
    }

    .titlistpedido {
        background-color: #f1f1f1;
        padding: 1% 0 0 1%;
        font-size: 12px;
        font-weight: bold;
    }

    .txtlistpedido {
        padding: 1% 0 1% 1%;
        font-weight: 500;
        border-top: 1px solid #d8d8d8;
        font-size: 12px;
    }

    .h3titcuenta {
        font-size: 22px;
        color: #333333;
        margin: .5% 0 2% 9%;
    }

    .h3titcuenta2 {
        font-size: 22px;
        color: #333333;
        margin: .5% 0 2% 10%;
    }

    #icotitcuenta {
        float: left;
        font-size: 28px;
        color: #ed6800;
    }

    #icostarcuenta {
        float: left;
        font-size: 28px;
        color: #ed6800;
    }

    .txt1mensfinal {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 1.5px;
        margin: 1%;
    }

    .txt2mensfinal {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 1.5px;
    }

    .tusartped, .tusdesped, .tustotalped, .tusenvioped, .tusartpedprecio, .tusdespedprecio, .tusenviopedprecio, .tustotalpedprecio, .mensajepaso2 {
        font-size: 15px;
    }

    .txtcambiarpaso2 {
        font-size: 12px;
    }

    .diroblig2 {
        font-size: 15px;
    }
}
/* =============================================================== */
/*  Switch Up - Karlo
/* =============================================================== */
.rownaranjaswitch {
    background-color: #ec741d;
}

.titswitch {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.titswitch2 {
    color: #000000;
    font-size: 34px;
    font-weight: 300;
    margin: 3% 0 7% 0;
}

.faqswitch {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
}

    .faqswitch:hover {
        color: #fff;
        font-size: 16px;
    }

#icofaq {
    margin-right: 10px;
    font-size: 22px;
    opacity: .7;
}

.txtswitch {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 22px;
}

.masswitch {
    position: absolute;
    right: -20px;
}

.txtbeneficios {
    font-weight: 100;
    letter-spacing: .5px;
    font-size: 17px;
}

.barswitch {
    height: 1.5px;
    width: 45%;
    background-color: #e2e2e4;
    display: inline-block;
}

#icodownswitch {
    margin: 0 20px;
}

.titcollapse {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 100;
}

.txtcollapse {
    max-width: 610px;
    font-size: 18px;
    font-weight: 100;
}

.palomaico {
    margin-top: 20px;
}

.titmetodospagoswitch {
    font-size: 34px;
    font-weight: 500;
    line-height: 30px;
}

.txt24meses {
    font-size: 28px;
    font-weight: 100;
    line-height: 24px;
}

.txt24meses2 {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    line-height: 24px;
}

.txt24meses3 {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    line-height: 24px;
}

.titpreguntasswitch {
    font-size: 34px;
    text-align: center;
}

.ulcollswitch {
    list-style-type: none;
}

.txtcollswitch {
    font-size: 19px;
    font-weight: 400;
    margin-top: 6%;
    cursor: pointer;
    margin-left: 6%;
}

.plusswitch {
    margin-right: 20px;
    cursor: pointer;
    float: left;
    margin-top: 6%;
}

.plusswitch2 {
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.txt2collapswitch {
    font-size: 14px;
    font-weight: 100;
    margin-left: 6%;
}

.terminosswitchprueba {
    text-decoration: underline;
    color: #404041;
    letter-spacing: .5px;
}

.flechatermswitch {
    text-decoration: none;
    font-weight: 100;
}

.ptycpromos {
    white-space: pre-line;
    text-align: left;
}

@media screen and (max-width: 767px ) {
    .masswitch {
        display: none;
    }

    .titswitch {
        color: #ffffff;
        font-size: 20px;
        font-weight: 300;
    }

    .titswitch2 {
        color: #000000;
        font-size: 24px;
        font-weight: 300;
        margin: 3% 0 7% 0;
    }

    .txtbeneficios {
        font-weight: 100;
        letter-spacing: .5px;
        font-size: 14px;
    }

    .titmetodospagoswitch {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    .plusswitch {
        margin-right: 16px;
        cursor: pointer;
        float: left;
        margin-top: 8%;
    }

    .txtcollswitch {
        font-size: 19px;
        font-weight: 400;
        margin-top: 8%;
        cursor: pointer;
        margin-left: 12%;
    }
}

.inputrequerido {
    background-color: #fff;
    border-top: 2px solid #e36800;
    border-left: 2px solid #e36800;
    border-right: 2px solid #e36800;
    text-indent: 10px;
}

.inputnorequerido {
    border: 0;
}

.checkrequerido {
    color: #ff0000;
    text-decoration: underline;
}

.checknorequerido {
    text-decoration: none;
}

.txtmsjrequeridos {
    color: #ed6701;
    font-size: 15px;
    float: right;
    padding: 2% 1% 1%;
}

.filtrarselect2 {
    float: left;
    padding-right: 10px;
}

@media screen and (min-width: 1200px) {
    .filtrarselect2 {
        float: left;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1500px) {
    .filtrarselect2 {
        float: left;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .filtrarselect2 {
        float: left;
        padding-right: 1px;
    }
}

.textofantasma {
    display: none;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .rowpreciospaso1 {
        margin-top: 3%;
    }

    .textofantasma {
        display: block;
    }

    .txtpaso1prelis {
        color: #8b8b8b;
        text-decoration: line-through;
        font-size: 13px;
        text-align: center;
    }

    .txtpaso1prepro {
        color: #ff0000;
        font-size: 15px;
        text-align: center;
    }

    .righttablaprecio {
        float: right;
    }
}
/* Sucursales ==================================KR==================== */
.rowsucursales {
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    padding: 1% 0;
    background-color: #f6f6f6;
}

.titprinsucur {
    font-size: 26px;
    text-align: left;
    margin-bottom: 3%;
}

.titsucursales {
    margin: 5% 0 0 4%;
    font-size: 36px;
}

.rowvermapa {
    background-color: #0000;
}

.btnvermapasuc {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    margin-left: -15px;
    transition: .7s all ease;
    margin-top: 3%;
    margin-bottom: 3%;
}

    .btnvermapasuc:hover {
        background-color: #e36800;
        transition: .4s all ease;
    }

.headermapmodal {
    background-color: #000000;
}

.titmapamodal {
    color: #ffffff;
    font-size: 24px;
}

.iframemaps {
    width: 100%;
}

#icovermapa {
    margin-right: 15px;
}

.imgmapasucr {
    padding: 4% 0;
    float: right;
}

.imgsucc {
    display: none;
    float: right;
    width: 18px;
    height: 18px;
}

.modal-content {
    border: 0;
}

.selectrespsuc {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 2.3%;
    margin-top: 10%;
    text-indent: 5px;
}

    .selectrespsuc:hover {
        background-color: #333;
    }

.selectadmin {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 2.3%;
    margin-top: 1%;
    text-indent: 5px;
}

    .selectadmin:hover {
        background-color: #333;
    }

.titulosuch1 {
    font-size: 28px;
    text-align: left;
    color: #e36800;
}

.hrsuc {
    border-top: 1px dotted #b7abab;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #393939;
    text-decoration: none;
    background-color: #ffffff;
    outline: 0;
}

.sellsuctextres {
    font-size: 16px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 27px;
    color: #333333;
    white-space: nowrap;
}

.sucfull {
    width: 14%;
    font-size: 13px;
}

.sellsuctextres:hover {
    background-color: #f6f6f6;
}

@media screen and (max-width: 1100px) {
    .sucfull {
        width: 12%;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .titmapamodal {
        color: #ffffff;
        font-size: 20px;
    }

    .sucocresp {
        display: none;
    }

    .spsghost {
        height: 10px;
        display: block;
    }

    .rowtitprincipalpaso1 {
        padding: 1% 4%;
    }

    .imgmapasucr {
        padding: 6% 0;
    }

    .titsucursales {
        font-size: 32px;
        margin: 4% 0 0;
    }

    .titulosuch1 {
        font-size: 24px;
    }

    .selectrespsuc {
        width: 100%;
        margin-top: 10%;
        font-size: 17px;
    }

    .selectadmin {
        width: 100%;
        margin-top: 5%;
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .imgmapasucr {
        padding: 4% 0;
        float: none;
        text-align: center;
    }

    .titmapamodal {
        color: #ffffff;
        font-size: 24px;
    }

    .btnvermapasuc {
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 0;
    }

    .titulosuch1 {
        font-size: 24px;
        text-align: left;
    }

    .selectrespsuc {
        width: 100%;
        margin-top: 3%;
        padding: 1%;
        font-size: 18px;
    }

    .selectadmin {
        width: 100%;
        margin-top: 0;
        padding: 1%;
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .titmapamodal {
        color: #ffffff;
        font-size: 18px;
    }

    .titsucursales {
        margin: 5% 0 6% 1%;
        font-size: 28px;
    }

    .titprinsucur {
        font-size: 20px;
        text-align: left;
    }

    .rowsucursales {
        padding: 0;
    }

    .selectrespsuc {
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
    }

    .selectadmin {
        padding: 2%;
        font-size: 16px;
        font-weight: 400;
    }
}

@media screen and (max-width: 401px) {
    .titmapamodal {
        color: #ffffff;
        font-size: 16px;
    }

    .titsucursales {
        font-size: 24px;
    }
}

.loading {
    position: fixed;
    z-index: 999;
    height: 32px;
    width: 32px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 16px;
            height: 16px;
            margin-top: 15.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -moz-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -ms-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            -o-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }
/* Movimiento general de rotacion del loader */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Movimiento general de rotacion del loader2 */
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Movimiento general de rotacion del loader3 */
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Animacion de loader general */
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.scroll-to-top {
    text-decoration: none;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    font-size: 30px;
    color: #0054A1;
}

    .scroll-to-top:hover {
        text-decoration: none;
    }

.fondotablaprecioficha {
    background-color: whitesmoke;
    border: 0;
    text-align: right;
    font-weight: bold;
    font-size: 22px;
}

.selectficha {
    color: #555555;
}

.selectsucsucursales {
    color: #555555;
}

.selectcarrito {
    color: #555555;
}

#calendarfa {
    padding-top: 20px;
}

#nav_mobile_create_account form .fecha_nacimiento button.ui-datepicker-trigger, .misdatos form .fecha_nacimiento button.ui-datepicker-trigger {
    border: none;
    background: url(../img/buttons/mini-calendar.png) no-repeat;
    width: 18px;
    height: 20px;
    color: transparent;
}

    #nav_mobile_create_account form .fecha_nacimiento button.ui-datepicker-trigger:focus, .misdatos form .fecha_nacimiento button.ui-datepicker-trigger:focus {
        outline: none;
    }

.txtenbtndirElimina {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirElimina:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
    }

.txtenbtndirEliminaFac {
    color: #333333;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirEliminaFac:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
    }

.txtenbtndiredit {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndiredit:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
    }

.txtenbtndireditfac {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndireditfac:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
    }

.txtenbtndirutiliza {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirutiliza:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
    }

.txtenbtndirutilizafac {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirutilizafac:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
    }

.cajatotal {
    background: white;
    border: 0;
    color: black;
    text-align: right;
}

.tarjdetall {
    float: right;
}

.txtenbtndirPred {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirPred:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        cursor: pointer;
    }

.txtenbtndirfac {
    color: #333333;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

    .txtenbtndirfac:hover {
        color: #737373;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
    }

.imgprodsim {
    height: 100%;
    width: 100%;
}

.mrgleft3 {
    margin-left: 3%;
}
/* ======================== Estaticas ============================ */
/* Acerca de ==================KR================================= */
.titacercade {
    margin: 6% 0 3% 0;
}

.txtacercade {
    margin: 4% 0 2% 0;
    text-align: justify;
}

#icoacercade {
    color: #e36800;
}
/* Aviso de privacidad ======================KC=================== */
.titavisode {
    margin: 6% 0 3% 0;
}

.txtavisode {
    margin: 4% 0 6% 0;
    text-align: justify;
}

#icoavisode {
    color: #e36800;
}
/* Envios y devoluciones ====================KR=================== */
.titenviosdev {
    margin: 6% 0 3% 0;
}

.subtitenviosdev {
    font-weight: bold;
    font-size: 18px;
}

.txtenviosdev {
    margin: 4% 0 6% 0;
    text-align: justify;
}

#icoenviosdev {
    color: #e36800;
}
/* Terminos y condiciones ====================Karlo======================= */
.tittermycond {
    margin: 6% 0 3% 0;
}

.txtprinterminos {
    white-space: pre-line;
}

.divjustter {
    text-align: justify;
}

.black {
    background-color: #f5f5f5;
}

.txttermycond {
    margin: 4% 0 28% 0;
    text-align: justify;
}

#icotermycond {
    color: #e36800;
}

.rowff {
    background-color: #f5f5f5;
    padding: 2% 3% 0;
    transition: .2s ease;
}

.h3terminos {
    font-size: 22px;
    text-align: left;
    margin-top: 1%;
}

.imgterminos {
    width: auto;
    height: auto;
    display: block;
    float: right;
}

.spaceterminos {
    height: 50px;
}

.txtpromostienda {
    font-size: 16px;
    text-align: left;
}

.selectpromos {
    width: 100%;
    text-align: left;
    background-color: #e36800;
    border: 1px solid #e36800;
    color: #ffffff;
    display: none;
}

    .selectpromos:hover {
        background-color: #ce5f01;
        border: 1px solid #e36800;
    }

.ghostpromos {
    display: block;
}

.list-group-item.active {
    background-color: #ce5f01;
    border: 1px solid #e36800;
}

.termred {
    color: red;
    text-align: left;
}

.termreda {
    color: red;
    font-weight: bold;
}

    .termreda:hover {
        color: red;
        font-weight: bold;
        text-decoration: underline;
    }

.txtsuscrim {
    text-align: left;
}
/* Formas de pago ===================Cipressi================= */
.titformaspago {
    margin: 6% 0 3% 0;
}

.txtformaspago {
    margin: 4% 0 6% 0;
    text-align: justify;
}

#icoformaspago {
    color: #e36800;
}

.canpedrojo {
    color: red;
    font-size: 14px;
    float: right;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .canpedrojo {
        color: red;
        font-size: 13px;
        float: right;
        margin-bottom: 2%;
    }

    .selectpromos {
        width: 100%;
        text-align: left;
        background-color: #e36800;
        border: 1px solid #e36800;
        color: #ffffff;
        display: block;
        font-size: 20px;
        height: 55px;
    }

    .listselect1 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .ghostpromos {
        display: none;
    }

    .spaceterminos {
        height: 20px;
    }
}
/* Nuevo menu ======================Carlo====================== */
.nuevomenu {
    width: 200px;
    user-select: none;
}

.nuevomenu2 {
    width: 450px;
    user-select: none;
}

ul .nuevomenu2 li a:hover {
    text-decoration: none;
    color: #444;
    background-color: #e6e6e6;
    width: 49%;
}

.divider2 {
    height: 1px;
    margin: 9px 0;
    width: 50%;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media screen and (max-width: 991px) {
    .nuevomenu {
        display: none;
    }

    .nuevomenu2 {
        display: none;
    }
}

.titpuntospremier {
    color: #e36800;
    font-weight: bold;
    font-size: 20px;
}

.titpuntospremier3 {
    color: #e36800;
    font-size: 20px;
    padding-bottom: 10px;
}

.titpuntospremier2 {
    color: #e36800;
    font-weight: bold;
    font-size: 18px;
    float: right;
    margin-top: -1%;
    padding-bottom: 1%;
}

.inputpuntos {
    border: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    width: 60%;
    text-indent: 5px;
    margin-left: 1%;
    margin-top: 2%;
}

    .inputpuntos::placeholder {
        font-size: 14px;
        color: #e36800;
        opacity: .5;
    }

.msjpremier {
    font-size: 16px;
    color: #333333;
}

.msjpremier2 {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.mspred2 {
    color: #cc3400;
    font-weight: 500;
    float: right;
}

.mspred2 {
    color: #cc3400;
    font-weight: 500;
    float: left;
}

.mspgreen {
    color: #339800;
    font-weight: 500;
    float: right;
}

.mspyellow {
    color: #deb301;
    font-weight: 500;
    float: right;
}

.selectcant {
    padding: 2px 12px;
}

.fondomacs {
    background-image: url(../img/fondo-reforma.jpg);
    background-repeat: no-repeat;
}

.msjhola2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    margin-top: 35%;
    text-align: left;
    user-select: none;
}

.msjholacolor {
    font-weight: 600;
    color: #e36800;
}

@media screen and (min-width: 1900px) {
    .inputpuntos {
        width: 75%;
    }
}

@media screen and (max-width: 1200px) {
    .msjpremier2 {
        font-size: 14px;
    }

    .msjpremier {
        font-size: 14px;
    }

    .inputpuntos::placeholder {
        font-size: 14px;
        margin-left: 0;
        width: 17%;
        text-indent: 2px;
    }
}

@media screen and (max-width: 1100px) {
    .msjhola2 {
        color: #ffffff;
        font-weight: 100;
        font-size: 12px;
        margin-top: 35%;
        text-align: left;
        margin-left: -5%;
    }

    .inputpuntos {
        font-size: 14px;
        margin-left: 0;
        width: 70%;
        text-indent: 2px;
    }

        .inputpuntos::placeholder {
            font-size: 14px;
            margin-left: 0;
            text-indent: 2px;
        }
}

@media screen and (max-width: 991px) {
    .msjpremier {
        font-size: 14px;
        margin-top: 4%;
    }

    .inputpuntos::placeholder {
        font-size: 14px;
    }

    .inputpuntos {
        width: 80%;
    }

    .msjpremier2 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .imgterminos {
        width: auto;
        height: auto;
        display: block;
        float: left;
        margin-bottom: 2%;
    }

    .msjpremier {
        font-size: 16px;
        margin-top: 0;
    }

    .inputpuntos::placeholder {
        font-size: 15px;
    }

    .inputpuntos {
        width: 40%;
    }

    .mspyellow, .mspred, .mspgreen {
        float: left;
    }
}

@media screen and (max-width: 576px) {
    .msjpremier {
        font-size: 15px;
        margin-top: 0;
    }

    .inputpuntos {
        width: 70%;
    }

    .titpuntospremier2 {
        text-align: center;
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .msjhola2 {
        color: #ffffff;
        font-weight: 100;
        font-size: 12px;
        margin-top: 25%;
        text-align: left;
        margin-left: -5%;
    }

    .imgterminos {
        width: auto;
        height: auto;
        display: block;
        float: none;
        margin-bottom: 2%;
    }

    .txtpromostienda {
        font-size: 14px;
        text-align: left;
    }

    .h3terminos {
        font-size: 22px;
        text-align: left;
        margin-top: 5%;
    }
}

@media screen and (max-width: 450px) {
    .msjhola2 {
        margin-top: 30%;
    }
}

@media screen and (max-width: 3000px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: relative;
        margin-left: 95%;
    }

    .txtmodcuenta {
        margin-top: -14%;
    }
}

@media screen and (max-width: 2500px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: relative;
        margin-left: 93%;
        margin-top: 2%;
    }

    .txtmodcuenta {
        margin-top: -10%;
    }
}

@media screen and (max-width: 1920px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 79%;
    }

    .txtmodcuenta {
        margin-top: -5%;
    }
}

@media screen and (max-width: 1700px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 75%;
    }

    .txtmodcuenta {
        margin-top: 0;
    }
}

@media screen and (max-width: 1600px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 73%;
    }
}

@media screen and (max-width: 1450px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 72%;
    }
}

@media screen and (max-width: 1300px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 67%;
    }
}

@media screen and (max-width: 1100px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 62%;
    }
}

@media screen and (max-width: 991px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 71%;
    }
}

@media screen and (max-width: 900px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 66%;
    }
}

@media screen and (max-width: 768px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 74%;
    }
}

@media screen and (max-width: 650px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 68%;
    }
}

@media screen and (max-width: 570px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 61%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 515px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 79%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 480px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 78%;
        margin-top: 2%;
    }
}

@media screen and (max-width: 401px) {
    .ofertaimg {
        transform: rotate(45deg);
        z-index: 5;
        position: absolute;
        margin-left: 73%;
        margin-top: 2%;
    }
}
/* Admin imágenes */
.cuadromenuadmin {
    background-color: #f6f6f6;
    border-right: 1px solid #e1e1e1;
}

    .cuadromenuadmin:hover {
        background-color: #ececec;
        border-right: 1px solid #ececec;
    }

.txtadminimg1 {
    height: 50px;
    font-size: 15px;
    word-break: break-all;
}

.txtadminimg {
    height: 50px;
    font-size: 15px;
    word-break: break-all;
}

#verdecien {
    color: #09ce1b;
    cursor: pointer;
}

#amarillocien {
    color: #CEA609;
    cursor: pointer;
}

#rojocien {
    color: #ce0909;
    cursor: pointer;
}

#verdecero {
    color: #d2d2d2;
    opacity: .5;
    cursor: pointer;
}

#amarillocero {
    color: #d2d2d2;
    opacity: .5;
    cursor: pointer;
}

#rojocero {
    color: #d2d2d2;
    opacity: .5;
    cursor: pointer;
}

.txtadminslider {
    word-break: break-all;
}
/* Admin mosaicos  Karlo Cipressi */
.boxmos {
    background-color: #f6f6f6;
    width: 100%;
    height: auto;
    padding: 5%;
    margin: 5% 0;
    border: 1px solid #fff;
}

    .boxmos:hover {
        cursor: grab;
    }

    .boxmos:active {
        cursor: grabbing;
        border: 1px dotted #e36800;
    }

.boxmos2 {
    background-color: #f6f6f6;
    width: 100%;
    height: auto;
    padding: 5%;
    margin: 5% 0;
    border: 1px solid #fff;
}

.titmosnew {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding: 5% 0;
}

.titmosnew2 {
    text-align: center;
    color: #e36800;
    font-size: 20px;
    padding: 5% 0;
}

.btnagmos {
    background-color: #ed6800;
    color: #ffffff;
    margin: 5% 0;
    padding: 2% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.btnagmos2 {
    background-color: #000000;
    color: #ffffff;
    margin: 5% 0;
    padding: 2% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.spacemos {
    height: 20px;
}

@media screen and (max-width: 991px) {
    .txtadminimg {
        height: 70px;
        font-size: 15px;
        word-break: break-all;
    }
}

@media screen and (max-width: 768px) {
    .txtadminimg {
        height: 75px;
        font-size: 12px;
        word-break: break-all;
    }

    .txtadminimg1 {
        height: 40px;
        font-size: 12px;
        word-break: break-all;
    }

    .cuadromenuadmin {
        border-right: 0 solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media screen and (max-width: 600px) {
    .txtadminimg {
        height: 80px;
        font-size: 11px;
        word-break: break-all;
    }

    .txtadminimg1 {
        height: 40px;
        font-size: 11px;
        word-break: break-all;
    }
}

@media screen and (max-width: 500px) {
    .txtadminimg {
        height: 90px;
        font-size: 10px;
        word-break: break-all;
    }

    .txtadminimg1 {
        height: 40px;
        font-size: 9px;
        word-break: break-all;
    }
}
/* Admin pedidos general */
.ctnforz {
    padding-right: 2%;
    padding-left: 2%;
}

@media screen and (max-width: 991px) {
    .ctnforz {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.titadmin {
    height: auto;
    font-size: 13px;
    background-color: #f1f1f1;
    padding: 1% 0 0 1%;
    font-weight: bold;
    display: block;
}

.txtadmin {
    height: auto;
    font-size: 14px;
    padding: 1% 0 1% 1%;
    font-weight: 300;
    border-top: 1px solid #d8d8d8;
    display: block;
}

@media screen and (max-width: 768px) {
    .titadmin {
        height: 50px;
        font-size: 12px;
        background-color: #f1f1f1;
        padding: 1% 0 0 1%;
        font-weight: bold;
        display: block;
    }

    .txtadmin {
        font-size: 12px;
        padding: 1% 0 1% 1%;
        font-weight: 300;
        border-top: 1px solid #d8d8d8;
        display: block;
    }

    .iconghost {
        opacity: 0;
    }
}

@media screen and (max-width: 668px) {
    .titadmin {
        font-size: 12px;
    }
}

@media screen and (max-width: 568px) {
    .titadmin {
        font-size: 10px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .titadmin {
        font-size: 7px;
        height: auto;
    }
}

.logomenuscroll {
    float: left;
    display: none;
    color: #ffffff;
    margin-left: 5px;
    padding: 1px;
    font-size: 13px;
}

@media screen and (max-width: 1100px) {
    .logomenuscroll {
        float: left;
        display: none;
        color: #ffffff;
        margin-left: 5px;
        padding: 1px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .logomenuscroll {
        float: left;
        display: none;
        color: #ffffff;
        margin-left: -15px;
        padding: 1px;
        font-size: 12px;
    }
}

.rowbuscar {
    margin-bottom: 3%;
    background-color: #eaeaea;
    padding-bottom: 1%;
    padding-top: 1%;
}

.rowbuscar2 {
    margin-top: 3%;
    background-color: gainsboro;
    padding: 1% 0 0;
}

.rowbuscar3 {
    background-color: #eaeaea;
    padding-bottom: 1%;
    padding-top: 1%;
}

.rowbuscar3a {
    background-color: #eaeaea;
    padding-bottom: 2%;
    padding-top: 2%;
}

.titbuscadmin {
    font-size: 15px;
}

.titbuscadminghost {
    font-size: 16px;
    opacity: 0;
    margin-top: 3px;
}

.txtbuscarpor {
    font-size: 28px;
    margin-left: 15px;
}

.uploadbanner {
    margin-top: 2%;
}

.btnbscadmin {
    float: right;
    background-color: #ed6800;
    color: #fff;
    margin-top: 2%;
    padding: 2% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

#icobusadmin {
    color: #e36800;
}

.titadbanner {
    font-size: 14px;
}
/* @medias Admin general */
@media screen and (max-width: 2520px) {
    .titbuscadmin {
        font-size: 20px;
    }
}

@media screen and (max-width: 1500px) {
    .titbuscadmin {
        font-size: 18px;
    }

    .titadbanner {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .titbuscadmin {
        font-size: 14px;
    }

    .titadbanner {
        font-size: 12.5px;
    }
}

@media screen and (max-width: 991px) {
    .titbuscadmin {
        font-size: 18px;
        padding: 5%;
    }

    .spacbtsel {
        padding: 7% 5%;
    }

    .btnbscadmin {
        background-color: #e36800;
        color: #ffffff;
        padding: 4% 0;
        border: 0;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
        float: right;
        margin-top: 5%;
        cursor: pointer;
    }

    .txtbuscarpor {
        font-size: 19px;
        margin-top: 5%;
    }

    #icobusadmin {
        color: #e36800;
        margin-left: 5%;
    }

    .titbuscadmin {
        font-size: 14px;
        padding: 5%;
    }

    .titadbanner {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .titadbanner {
        font-size: 11px;
    }
}

@media screen and (max-width: 576px) {
    .titadbanner {
        font-size: 10px;
    }
}
/*  Busqueda de filtros y Banner KR */
.rowbannerfiltro {
    width: 100%;
}

.colorbnn1 {
    background-color: #dddbdc;
}

.colorbnn2 {
    background-color: #fff;
}

.colorbnn3 {
    background-color: #f4f4f4;
}

.colorbnn4 {
    background-color: #e1dddc;
}

@media screen and (max-width: 1200px) {
    .rowbannerfiltro {
        margin-left: 10px;
        width: 98.5%;
    }
}

@media screen and (max-width: 991px) {
    .rowbannerfiltro {
        margin-left: 8px;
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .rowbannerfiltro {
        margin-left: 12px;
        width: 97%;
    }
}

@media screen and (max-width: 500px) {
    .rowbannerfiltro {
        margin-left: 6px;
        width: 97%;
    }
}
/* Admin de pedidos  */
.titlistpedido {
    background-color: #f1f1f1;
    padding: 1% 0 0 1%;
    font-size: 16px;
    font-weight: bold;
}

.titlistpedido2 {
    background-color: #f1f1f1;
    padding: 1% 0 0 1%;
    font-size: 13px;
    font-weight: bold;
}

.txtlistpedido {
    padding: 1% 0 1% 1%;
    font-weight: 500;
    border-top: 1px solid #d8d8d8;
    font-size: 16px;
}

.txtlistpedido2 {
    padding: 1% 0 1% 1%;
    font-weight: 500;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
}

.titadminped {
    font-size: 14px;
    height: 40px;
}

.titadminpedghost {
    display: none;
    font-size: 14px;
    height: 40px;
}

.titadminpedghost2 {
    display: none;
    font-size: 14px;
    height: 40px;
}

.titadminpedghost3 {
    display: none;
    font-size: 14px;
    height: 40px;
}

.txtadminped {
    font-size: 14px;
    height: 40px;
    word-break: break-all;
}

.txtadminped2 {
    font-size: 14px;
    height: auto;
    word-break: break-all;
}

#coloriconedit {
    color: #CEA609;
    cursor: pointer;
}

.txtmsjrequeridos2 {
    color: #ed6701;
    font-size: 15px;
}

.rowbuscarpor {
    background-color: #f1f1f1;
}

.rowbuscarpor2 {
    background-color: #f1f1f1;
    border-bottom: 1px solid #a0a0a0;
}

.optselect {
    padding: 2% 8%;
    font-size: 13px;
}

    .optselect:hover {
        background-color: #f1f1f1;
    }

.fechastxt {
    font-size: 16px;
    margin-top: 5px;
}

#iconaranga {
    color: #ed6800;
    margin-top: 5px;
}

.btnbuscpedido {
    float: right;
    background-color: #ed6800;
    color: #ffffff;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 3% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.rownpdeditar {
    background-color: #d1d1d1;
    padding: 1%;
    margin: 2% 0;
}

.fondofechaeditar {
    background-color: #ececec;
}

.fechacreaceditar {
    font-size: 16px;
    margin-top: 8px;
    padding: 1% 2% 0;
}

.tipopagoeditar {
    font-size: 16px;
    padding: 1% 2% 0;
}

.txtceditar {
    font-size: 18px;
    padding: 2% 0 0;
    font-weight: 600;
    color: #e36800;
}

.fondodatclie {
    background-color: #f1f1f1;
}

.titdatcli {
    font-size: 15px;
    font-weight: 500;
    margin-left: 1%;
    margin-top: 5px;
}

.txtdatcli {
    font-size: 14px;
    margin-top: -3%;
    margin-left: 1%;
}

.sepeditar {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    opacity: .4;
}

.titprodprodedt {
    font-size: 18px;
    padding: 1% 0 1%;
    font-weight: 600;
    color: #e36800;
    padding-left: 2%;
    border-bottom: 1px solid #e36800;
}

.txtprodprodedt {
    font-size: 16px;
    padding: 1% 0 1%;
    font-weight: 600;
    color: #333333;
    padding-left: 2%;
}

.tit2roweditar {
    font-size: 18px;
    padding: 1% 0 9%;
    font-weight: 600;
    color: #e36800;
    padding-left: 2%;
    border-bottom: 1px solid #e36800;
}

.txt2roweditar {
    font-size: 14px;
    padding: 0 0 2%;
    font-weight: 400;
    color: #333333;
    padding-left: 2%;
    word-break: break-all;
}

.floatr {
    float: right;
    display: block;
    font-weight: bold;
}

.divscrollleft {
    overflow: scroll;
    height: 375px;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 1% 2%;
}

.divscrollright {
    overflow: scroll;
    height: 375px;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 1% 2%;
}

.mgnmovil {
    width: 100%;
}

.mgnmovil2 {
    width: 100%;
}

.rowfilaseditar {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 3%;
}

.inpcantficha {
    height: 25px;
    text-align: right;
    width: 50px;
}

.btnregcuentaedit {
    float: right;
    background-color: #000000;
    color: #ffffff;
    margin-top: -1%;
    padding: 1% 0;
    border: 0;
    border-radius: 0;
    width: 24%;
    font-size: 16px;
    text-align: center;
}
/* Admin de promos KR */
.btnbuscpedido2 {
    float: right;
    background-color: #ed6800;
    color: #ffffff;
    margin-bottom: 5%;
    margin-top: 0;
    padding: 3% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.centrar {
    text-align: center;
}

#activo1 {
    color: #d6d6d6;
    cursor: pointer;
    transition: .8s ease;
}

#activo2 {
    color: green;
    cursor: pointer;
    transition: .8s ease;
}

#editar1 {
    color: #ecbd00;
    cursor: pointer;
}

#borrar1 {
    color: #ff0000;
    cursor: pointer;
}

#envio1 {
    color: #e36800;
    cursor: pointer;
}

#envio2 {
    color: #d6d6d6;
    cursor: pointer;
}

#detalles1 {
    color: #0045ab;
    cursor: pointer;
}

.paginationsku {
    float: right;
}

.rowbuscarporsku {
    background-color: #f1f1f1;
    padding: 2% 0;
}

.btnbuscpedidosku {
    float: right;
    background-color: #ed6800;
    color: #ffffff;
    margin-bottom: 5%;
    margin-top: 0;
    padding: 5% 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.rowghost2 {
    display: block;
}

.titpromosku {
    font-size: 28px;
}

.titpromoskughost {
    display: none;
}

.spcbtnsku {
    margin-top: 5%;
}

.addskuexcel {
    font-size: 17px;
    float: right;
}

.addskutxt {
    font-size: 17px;
    float: left;
}

.txtseleccsku {
    float: right;
}

.uploadskus {
    margin-top: 3%;
}

.selectstsku {
    height: 34px;
}

.skuspace1 {
    padding: 1% 0;
}

.skuspace2 {
    padding: 2% 0;
}

.msjcorrsku {
    font-size: 18px;
    color: #e36800;
    float: right;
    margin-top: 3.5%;
}

.msjcorrsku2 {
    font-size: 18px;
    color: #e36800;
    float: right;
    margin-top: 0;
}

#icospacesku {
    margin-right: 5px;
    color: #e36800;
    font-size: 28px;
}

.titedfprom {
    font-size: 18px;
    margin-top: 3%;
}

.msjdeletepromo {
    font-size: 24px;
    font-weight: bold;
}

.titratiopromo {
    display: block;
    font-size: 20px;
    margin: 1% 4% 1% 1%;
}

.ratiopromo {
    display: inline-block;
    font-size: 14px;
    margin: 2% 4% 2% 1%;
}

.rowratios {
    background-color: #e8e8e8;
}

.txtghosttabla {
    color: #f1f1f1;
}

#txtghosttabla2 {
    color: #f1f1f1;
}

.linkpromosag {
    color: #ffffff;
    text-decoration: none;
}

    .linkpromosag:hover {
        color: #f6f6f6;
        text-decoration: none;
    }

    .linkpromosag:active {
        color: #f6f6f6;
        text-decoration: none;
    }

    .linkpromosag:visited {
        color: #f6f6f6;
        text-decoration: none;
    }

    .linkpromosag:focus {
        color: #f6f6f6;
        text-decoration: none;
    }

.modaladdtop {
    margin-top: 30%;
}
/* @Medias admin. promos */
@media screen and (min-width: 1200px) {
    .scrollsku {
        height: 550px;
        overflow: scroll;
    }
}

@media screen and (max-width: 1200px) {
    .titadminped {
        font-size: 13px;
        height: 40px;
    }

    .txtadminped {
        font-size: 12px;
        height: 40px;
    }

    .txtadminped2 {
        font-size: 12px;
        height: auto;
    }

    .mgnmovil {
        margin: 3% 0;
    }

    .mgnmovil2 {
        margin: 0;
    }

    .titpromosku {
        font-size: 24px;
    }

    .scrollsku {
        height: 500px;
        overflow: scroll;
    }
}

@media screen and (max-width: 991px) {
    .rowghost {
        display: none;
    }

    .titadminpedghost {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        height: 40px;
    }

    .titadminpedghost2 {
        display: block;
        font-weight: bold;
        font-size: 13px;
        height: 40px;
        word-break: break-all;
    }

    .txtadminped {
        font-size: 14px;
        height: 40px;
    }

    .txtadminped2 {
        font-size: 14px;
        height: auto;
        text-align: center;
    }

    .rowmovilghs {
        margin-bottom: 5%;
    }

    .btnbuscpedido2 {
        margin-top: 5%;
    }

    .titpromosku {
        font-size: 28px;
    }

    .titadminped {
        font-size: 12px;
        height: 40px;
        word-break: break-all;
    }

    .scrollsku {
        height: 600px;
        overflow: scroll;
    }

    .msjcorrsku {
        margin-top: 6.5%;
        font-size: 17px;
    }

    .msjcorrsku2 {
        margin-top: 0;
        font-size: 17px;
    }

    .tit2roweditar {
        font-size: 18px;
        padding: 30% 0 1%;
        font-weight: 600;
        color: #e36800;
        padding-left: 2%;
        border-bottom: 1px solid #d1d1d1;
    }
}

@media screen and (max-width: 768px) {
    .rowghost2 {
        display: none;
    }

    .titadminpedghost {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        height: 20px;
    }

    .titadminpedghost2 {
        display: block;
        font-weight: bold;
        font-size: 15px;
        height: 20px;
        text-align: center;
    }

    .titadminpedghost3 {
        display: block;
        font-weight: bold;
        font-size: 14px;
        height: 20px;
        text-align: center;
    }

    .txtdatcli {
        font-size: 14px;
        margin-top: 0;
        margin-left: 1%;
    }

    .tit2roweditar {
        font-size: 14px;
        padding: 40% 0 1%;
        font-weight: 600;
        color: #e36800;
        padding-left: 2%;
        border-bottom: 1px solid #d1d1d1;
    }

    .txt2roweditar {
        word-break: break-all;
    }

    .mgnmovil2 {
        margin-bottom: 5%;
    }

    .titpromosku {
        font-size: 20px;
    }

    .scrollsku {
        height: 540px;
        overflow: scroll;
    }

    .titpromoskughost {
        display: block;
    }

    .msjcorrsku {
        margin-top: 6.5%;
        font-size: 17px;
    }

    .msjcorrsku2 {
        margin-top: 0;
        font-size: 17px;
    }

    .divscrollleft {
        overflow: inherit;
        height: auto;
        border: 0;
    }

    .divscrollright {
        overflow: inherit;
        height: auto;
        border: 0;
    }
}

@media screen and (max-width: 576px) {
    .titpromosku {
        font-size: 16px;
    }

    .addskuexcel {
        font-size: 18px;
        float: left;
    }

    .msjcorrsku {
        margin-top: 6.5%;
        font-size: 14px;
    }

    .msjcorrsku2 {
        margin-top: 0;
        font-size: 14px;
    }

    .ratiopromo {
        font-size: 13px;
    }

    .titratiopromo {
        margin: 1% 4% 3% 1%;
    }

    .titpromoskughost {
        display: block;
        font-size: 18px;
        margin-top: -4%;
    }
}
/* Estilos para subir imagenes masivas */
.cuadroselecciona {
    background-color: #f3f3f3;
    padding: 1%;
}

.cuadroimagenessub {
    background-color: #f3f3f3;
    padding: 1%;
    margin-bottom: 1%;
    opacity: 1;
}

.titimgcontador {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding: 1% 0;
}

.txtimgcontador {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.txtimgcontadorspan {
    font-size: 14px;
    font-weight: 600;
    color: #e36800;
}

.txtimgcontadorbreak {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    word-break: break-all;
}

.wellnuevo2 {
    text-align: center;
    color: #333333;
    text-decoration: none;
    border-bottom: 2px solid rgba(109, 104, 109, .2);
    padding: 13px;
    margin-top: 1%;
    font-weight: 300;
    height: 100px;
}

.well2 {
    min-height: 20px;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
    background-color: #e36800;
    background-image: url(../img/patterns/titlebarpattern.png);
    background-repeat: repeat;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.titulonuevo2 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
/* logos footer */
.txtsuscrib {
    color: #333333;
    font-size: 14px;
    text-align: center;
    font-weight: 200;
    padding-bottom: 10px;
    display: block;
}

.norton {
    margin-top: 3%;
}

.trustwave {
    display: inline-block;
    margin-top: 5%;
    margin-left: 3%;
}

.amvo {
    margin-top: 3%;
}

.stypaddfoot {
    padding-left: 0;
    text-indent: 5px;
}

.rowmacfooter:hover .titulofooter {
    color: #e36800;
    transition: .5s ease;
}

@media screen and (max-width: 1200px) {
    .trustwave {
        margin: 5% 3%;
    }

    .norton {
        margin: 3% 0;
    }

    .amvo {
        margin-top: 4%;
    }
}

@media screen and (max-width: 991px) {
    .trustwave {
        margin-top: 3%;
        margin-left: 3%;
    }

    .norton {
        margin-top: 1%;
    }

    .txtduda2 {
        padding-top: 1%;
    }

    .txtssl {
        margin-top: -1%;
        display: block;
    }

    .stypaddfoot {
        padding-left: 40px;
    }
}

@media screen and (max-width: 576px) {
    .collogosseg {
        width: 100%;
    }

    .rowmacfooter {
        width: 100%;
    }

    .amvo {
        margin-top: 3%;
    }
}

.msjtotalp1 {
    font-size: 13px;
    height: 71px;
    text-align: center;
    padding-top: 3%;
    display: block;
    padding-bottom: 5%;
}

.msjtotalp2 {
    font-size: 13px;
    height: 65px;
    text-align: center;
    padding-top: 8%;
}

.msjtotalp1msi {
    color: red;
    font-size: 13px;
    height: 65px;
    text-align: center;
}

.msjtotalp1en {
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: -18px;
    margin-top: 5px;
    padding-bottom: 10%;
}
.msjtotalp1Res {
    text-align: center;
    /*font-weight: bold;*/
    display: block;
    margin-bottom: -18px;
    margin-top:0px;
    padding-bottom: 4%;
    font-size:11px;
    color:black !important;
}

.msjtotalp1ghost {
    font-size: 13px;
    height: 75px;
}

.msjtotalp1ghost2 {
    font-size: 13px;
    height: 113px;
}

.heightmensajes {
    height: 100px;
}

.bottommensajes {
    margin-top: 3%;
}

@media screen and (min-width: 1200px) {
    .msjtotalp2 {
        font-size: 13px;
        height: 65px;
        text-align: center;
        padding-top: 5%;
    }
}

@media screen and (max-width: 991px) {
    .msjtotalp1 {
        font-size: 13px;
        height: 65px;
    }

    .msjtotalp2 {
        font-size: 13px;
        height: 65px;
    }

    .msjtotalp1msi {
        font-size: 13px;
        height: 65px;
    }

    .fichamgnventana {
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 850px) {
    .msjtotalp1 {
        font-size: 12px;
        height: 65px;
    }

    .msjtotalp1msi {
        font-size: 12px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {
    .msjtotalp1 {
        font-size: 16px;
        padding-bottom: 5%;
    }

    .msjtotalp2 {
        font-size: 16px;
        padding-bottom: 8%;
        margin-top: -5%;
    }

    .msjtotalp1msi {
        font-size: 16px;
        height: 100px;
    }

    .msjtotalp1ghost {
        font-size: 13px;
        height: 10px;
    }

    .msjtotalp1ghost2 {
        font-size: 13px;
        height: 10px;
    }

    .txtparmsipaso1no {
        font-size: 12px;
    }

    .fichamgnventana {
        margin-bottom: 12%;
    }
}

@media screen and (max-width: 576px) {
    .fichamgnventana {
        margin-bottom: 17%;
    }
}

@media screen and (max-width: 480px) {
    .fichamgnventana {
        margin-bottom: 19%;
    }
}

@media screen and (max-width: 400px) {
    .fichamgnventana {
        margin-bottom: 20%;
    }
}
/* Tooltips KR */
div.info {
    position: relative;
    z-index: 0;
    display: inline-block;
}

    div.info:hover {
        z-index: 999;
    }

    div.info .tooltippp {
        display: none;
    }

    div.info:hover .tooltippp {
        display: inline-block;
        position: absolute;
        top: -235px;
        left: -35px;
        width: 290px;
        padding: 5px;
    }

.supnuevo {
    color: #e36800;
    font-size: 10px;
}

div.info2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 4%;
}

    div.info2:hover {
        z-index: 999;
    }

    div.info2 .tooltippp2 {
        display: none;
    }

    div.info2:hover .tooltippp2 {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        padding: 2% 0 0;
        background-color: #f6f6f6;
        border: 1px solid #026de2;
        text-align: center;
    }

.msjtooltip2 {
    display: none;
}

.tooltip2txt1 {
    font-size: 14px;
    color: #026de2;
    cursor: not-allowed;
}

.tooltip2txt2 {
    display: none;
    color: #026de2;
    text-align: center;
    background-color: #f6f6f6;
    padding: 1% 0;
    cursor: not-allowed;
}

div.info3 {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 4%;
}

    div.info3:hover {
        z-index: 999;
    }

    div.info3 .tooltippp3 {
        display: none;
    }

    div.info3:hover .tooltippp3 {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        padding: 3.3% 0 2%;
        background-color: #f6f6f6;
        border: 1px solid #026de2;
        text-align: center;
    }

.msjtooltip3 {
    display: none;
}

.tooltip2txt1 {
    font-size: 14px;
    color: #026de2;
    cursor: not-allowed;
}

.tooltip2txt2 {
    display: none;
    color: #026de2;
    text-align: center;
    background-color: #f6f6f6;
    padding: 2% 0;
    cursor: not-allowed;
}

div.info4 {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 4%;
}

    div.info4:hover {
        z-index: 999;
    }

    div.info4 .tooltippp4 {
        display: none;
    }

    div.info4:hover .tooltippp4 {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        padding: 3% 0 1.5%;
        background-color: #f6f6f6;
        border: 1px solid #026de2;
        text-align: center;
    }

.msjtooltip4 {
    display: none;
}

.tooltip3txt1 {
    font-size: 12px;
    color: #026de2;
    cursor: not-allowed;
}

.tooltip3txt2 {
    display: none;
    color: #026de2;
    text-align: center;
    background-color: #f6f6f6;
    padding: 2% 0;
    cursor: not-allowed;
}

.txtlosentimos {
    text-align: center;
    font-size: 36px;
    margin: 10% 0 1%;
}

.txtlosentimos1 {
    text-align: center;
    font-size: 16px;
}

.txtlosentimos2 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10%;
}

@media screen and (max-width: 1200px) {
    .tooltip3txt1 {
        font-size: 10px;
        color: #026de2;
        cursor: not-allowed;
    }
}

@media screen and (max-width: 991px) {
    .txtlosentimos {
        text-align: center;
        font-size: 32px;
        margin: 10% 0 1%;
    }

    .txtlosentimos1 {
        text-align: center;
        font-size: 16px;
    }

    .txtlosentimos2 {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10%;
    }

    .tooltip3txt1 {
        font-size: 10px;
        color: #026de2;
        cursor: not-allowed;
    }
}

@media screen and (max-width: 850px) {
    .tooltip3txt1 {
        font-size: 9px;
        color: #026de2;
        cursor: not-allowed;
    }
}

@media screen and (max-width: 768px) {
    .info2, .tooltippp2 {
        display: none;
    }

    .msjtooltip2 {
        display: block;
        background-color: #333333;
        color: #ffffff;
        font-size: 13px;
        padding: 5px;
        margin-left: 1px;
    }

    .tooltip2txt2 {
        display: block;
    }

    .tooltip2txt1 {
        display: none;
    }

    .tooltip3txt2 {
        display: block;
    }

    .tooltip3txt1 {
        display: none;
    }

    div.tooltippp2 {
        opacity: 0;
    }
}

@media screen and (max-width: 576px) {
    .txtlosentimos {
        text-align: center;
        font-size: 28px;
        margin: 10% 0 1%;
    }

    .txtlosentimos1 {
        text-align: center;
        font-size: 14px;
    }

    .txtlosentimos2 {
        text-align: center;
        font-size: 14px;
        padding-bottom: 10%;
    }

    .tooltip3txt2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 401px) {
    .txtlosentimos {
        text-align: center;
        font-size: 26px;
        margin: 10% 0 1%;
    }

    .txtlosentimos1 {
        text-align: center;
        font-size: 12px;
    }

    .txtlosentimos2 {
        text-align: center;
        font-size: 12px;
        padding-bottom: 10%;
    }
}

.rowtrespaypal {
    padding: 1% 0;
}

.paypalid {
    float: right;
    font-size: 18px;
    padding: 0 1%;
    display: block;
}

.imgpaypalpaso3 {
    display: block;
    float: right;
}

.imgpaypalpaso3gh {
    display: none;
}

.txtpaydetalles {
    display: inline-block;
    font-size: 18px;
}

.txtpaydetalles2 {
    display: inline-block;
    font-size: 18px;
}

.imgpaypaldetalles {
    display: inline-block;
}

.tmetpagodet {
    font-size: 18px;
    font-weight: 200;
}

#caract, #descr {
    line-height: 26px;
}

.videolinktab {
    color: #e36800;
    float: right;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 2% 5%;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    margin-top: 2%;
    transition: .75s ease;
}

    .videolinktab:hover {
        background-color: #dddddd;
        transition: .75s ease;
    }

@media screen and (max-width: 768px) {
    .paypalid {
        float: right;
        font-size: 16px;
        padding: 0 1%;
        display: block;
    }

    #caract, #descr {
        line-height: 24px;
    }

    .proliresumenpaso2a, .preliresumenpaso2a {
        margin-left: 0;
    }

    .txtfootfinal {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .paypalid {
        float: right;
        font-size: 14px;
        padding: 0 1% 3%;
        display: block;
    }

    .imgpaypalpaso3 {
        display: none;
    }

    .imgpaypalpaso3gh {
        display: block;
        float: left;
    }

    .boldmensfinal2 {
        display: block;
        margin-top: 4%;
    }

    .txtpaydetalles {
        display: inline-block;
        font-size: 14px;
    }
}

@media screen and (max-width: 440px) {
    .imgpaypalpaso3gh {
        display: block;
        padding: 3% 0 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .imgpaypaldetalles {
        display: inline-block;
    }
}

@media screen and (max-width: 401px) {
    .paypalid {
        float: none;
        font-size: 13px;
        padding: 0 1% 3%;
        display: block;
        text-align: center;
    }

    #caract, #descr {
        line-height: 22px;
    }
}

@media screen and (max-width: 330px) {
    .txtfootfinal {
        font-size: 13px;
        font-weight: 300;
        margin-top: 0;
    }

    .proliresumenpaso2a {
        font-size: 15px;
        color: #ff0000;
        margin-left: 0;
        line-height: 25px;
    }
}

.piezaslim {
    margin-left: 4%;
    background-color: #ffa900;
    width: 60%;
    color: #000000;
    padding: 2%;
    margin-bottom: -4%;
    font-size: 15px;
    font-weight: bold;
}

.cuadromsihs {
    z-index: 5;
    position: absolute;
    margin-left: 63%;
    margin-top: -3px;
    opacity: 1;
}

.imgmsibn1 {
    display: inline-block;
}

.imgmsibn2 {
    display: inline-block;
    margin-left: -25px;
}

#icohs {
    display: inline-block;
    margin-top: -4px;
}

.svgf {
    fill: #0045ab;
    stroke: #ffff00;
    stroke-width: 5px;
    stroke-opacity: 0.9;
}

.svgf2 {
    fill: #00ff00;
}

.svgf3 {
    fill: #ff0000;
}

.registtxtnew:hover .fa-user-plus {
    color: #e36800;
}

.ingrestxtnew:hover .fa-sign-in {
    color: #e36800;
}

.ingrestxtnew:hover .fa-cog {
    color: #e36800;
}

.ingrestxtnew:hover .fa-times-circle {
    color: #e36800;
}

.fa-exclamation-circle {
    color: #f5b900;
}

.modactsku {
    float: right;
    font-size: 16px;
}

.box {
    display: none;
}

.iconsbarfooter {
    text-align: center;
    padding-top: 2%;
    cursor: pointer;
    text-shadow: 1px 1px 1px #565656;
    color: #ffffff;
}

.foootter {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(237, 103, 1, .66);
    color: #ffffff;
    z-index: 999;
    padding: 4px;
}

.rowbaricons {
    width: 24%;
}

.rowbaricons2 {
    width: 4%;
    display: table;
}

.bdrdwbar {
    border-right: 1px dotted #ffffff;
}

#icoshopanim {
    animation-name: iconshopanim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}

.txtswupbar {
    font-size: 15px;
    padding-top: 4px;
    letter-spacing: 1px;
}

#tachebarra {
    font-size: 18px;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

.errortycreg {
    color: #e36800;
}

.hrpaso2 {
    height: 1px;
    border-top: 1px dotted #333;
    margin: 1% 0 3%;
}

a.list-group-item:focus {
    color: #e36800;
}

p.text-center strong {
    font-size: 18px;
}

.pasostxtnew {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 1;
    margin-top: 3%;
    float: left;
}

.ghostpasosnew {
    opacity: .65;
}

.colrowpasosnew {
    height: 50px;
    background: #000;
}

.flechanewpasos {
    position: absolute;
    right: 0;
}

.resppasos {
    display: none;
}

.flechanewpasosresp2 {
    display: none;
}

.rowpasosnew2 {
    display: none;
}

.pasostxtnewresp {
    display: none;
}

.flechanewpasos2b1 {
    display: none;
}

.flechanewpasosaab1 {
    display: none;
}

.txtpasosnew {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-top: 5%;
    margin-left: -3%;
}

@media screen and (max-width: 2900px) {
    .pasostxtnew {
        font-size: 24px;
        margin-top: 1.3%;
    }
}

@media screen and (max-width: 2600px) {
    .pasostxtnew {
        font-size: 22px;
        margin-top: 1.5%;
    }
}

@media screen and (max-width: 2400px) {
    .pasostxtnew {
        font-size: 20px;
        margin-top: 1.8%;
    }
}

@media screen and (max-width: 2200px) {
    .pasostxtnew {
        font-size: 19px;
        margin-top: 2%;
    }
}

@media screen and (max-width: 1920px) {
    .pasostxtnew {
        font-size: 19px;
        margin-top: 2.2%;
    }
}

@media screen and (max-width: 1600px) {
    .pasostxtnew {
        font-size: 19px;
        margin-top: 2.5%;
    }
}

@media screen and (max-width: 1400px) {
    .pasostxtnew {
        font-size: 19px;
        margin-top: 3%;
    }
}

@media screen and (max-width: 1300px) {
    .pasostxtnew {
        font-size: 18px;
        margin-top: 3.5%;
    }
}

@media screen and (max-width: 1200px) {
    .pasostxtnew {
        font-size: 17px;
        margin-top: 4%;
    }
}

@media screen and (max-width: 1100px) {
    .pasostxtnew {
        font-size: 16px;
        margin-top: 5%;
    }
}

@media screen and (max-width: 1000px) {
    .pasostxtnew {
        font-size: 15.5px;
        margin-top: 6%;
    }
}

@media screen and (max-width: 992px) {
    .pasostxtnew {
        display: none;
    }

    .pasostxtnewresp {
        width: auto;
        display: inline;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .resppasos {
        display: block;
        color: #fff;
        font-size: 16px;
    }

    .colrowpasosnew {
        height: 100px;
    }

    .rowpasosnew {
        display: none;
    }

    .rowpasosnew2 {
        display: block;
        margin-bottom: 3%;
        margin-top: 4%;
        margin-left: 2.5%;
        width: 96%;
    }

    .flechanewpasos2 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .divresptxt {
        width: 80%;
        max-width: 80%;
        display: inline-block;
        border: 1px solid #f00;
        text-align: center;
        line-height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .foootter {
        display: block;
    }

    .padbtcopy {
        padding-bottom: 45px;
    }

    .rowbaricons {
        width: 23%;
    }

    .rowbaricons2 {
        width: 8%;
    }

    .txtpasosnew {
        font-size: 15px;
        margin-top: 5%;
        margin-left: -3%;
    }
}

@media screen and (max-width: 590px) {
    .pasosrespnew {
        margin-left: -10%;
    }

    .colrowpasosnew {
        height: 70px;
    }

    .pasosrespnew {
        display: none;
    }

    .pasosrespnew2 {
        display: block;
    }

    .flechanewpasos2 {
        display: none;
    }

    .flechanewpasos2b1 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .flechanewpasosaab1 {
        display: block;
    }

    .paso1respnew {
        display: none;
    }

    .txtpasosnew {
        font-size: 12px;
        margin-top: 5%;
        margin-left: -10%;
        line-height: 14px;
    }
}

@media screen and (max-width: 576px) {
    .rowbaricons {
        width: 22%;
    }

    .rowbaricons2 {
        width: 12%;
    }
}

@media screen and (max-width: 450px) {
    .txtswupbar {
        font-size: 11px;
        padding-top: 8px;
        letter-spacing: 1px;
    }

    #tachebarra {
        font-size: 16px;
        cursor: pointer;
        padding: 15%;
    }

    .rowbaricons {
        width: 21.5%;
    }

    .rowbaricons2 {
        width: 14%;
    }

    .padbtcopy {
        padding-bottom: 40px;
    }

    .txtpasosnew {
        font-size: 10px;
        margin-top: 10%;
        margin-left: -15%;
        line-height: 12px;
    }
}

@media screen and (max-width: 400px) {
    .rowbaricons {
        width: 20.5%;
    }

    .rowbaricons2 {
        width: 16%;
    }

    .txtswupbar {
        font-size: 8px;
    }

    .txtpasosnew {
        font-size: 9px;
        margin-top: 10%;
        margin-left: -18%;
        line-height: 12px;
    }
}

p.text-center.strong {
    color: red;
    border: 1px solid blue;
}
/* Sidenav KR */
.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s ease;
    padding-top: 1%;
    z-index: 99999999;
}

    .sidenav a {
        padding: 4px 0 5px 8px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 12px;
        font-size: 36px;
    }

        .sidenav .closebtn:hover {
            color: #e36800;
            cursor: pointer;
        }

.h3carrito {
    color: #333;
    text-align: left;
    border-bottom: 1px dotted #333;
    font-size: 20px;
    text-indent: 20px;
}

.titsidenav {
    color: #333;
    text-align: left;
    border-bottom: 1px solid #aaa;
    font-size: 20px;
    text-indent: 5%;
    padding-bottom: 3%;
}

.scrollsidebar {
    height: 380px;
    overflow-y: scroll;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.mgmodalauto {
    float: right;
    margin-top: 10%;
}

.boxx {
    display: none;
    width: 275px;
    float: right;
    height: 75px;
    background-color: #d6d6d6;
}

.banner-promo {
    width: 275px;
    height: 75px;
}

    .banner-promo:hover {
        cursor: pointer;
    }

.titpropp {
    font-size: 24px;
    padding-left: 2%;
}

.txtpasospp {
    font-size: 14px;
    white-space: pre-line;
}

.msjcolorr {
    color: red;
    font-size: 16px;
    text-align: left;
}

.msjcolorn {
    color: black;
    font-size: 16px;
}

.divprocpp {
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 23%, rgba(237,237,237,1) 51%, rgba(240,240,240,1) 76%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(23%, rgba(235,235,235,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(76%, rgba(240,240,240,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 23%, rgba(237,237,237,1) 51%, rgba(240,240,240,1) 76%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 23%, rgba(237,237,237,1) 51%, rgba(240,240,240,1) 76%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 23%, rgba(237,237,237,1) 51%, rgba(240,240,240,1) 76%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 23%, rgba(237,237,237,1) 51%, rgba(240,240,240,1) 76%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=1 );
}

.btnsigpp {
    float: right;
}

.divsppp {
    height: 50px;
}

.manualmsi {
    text-align: center;
    color: #026de2;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    margin: 5% 0 2%;
    border: 1px dotted #026de2;
    padding: 1% 0;
}

.wizard {
    margin: 0 0 10px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 1px auto;
        margin-bottom: 0;
        border-bottom-color: #fff;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

    span.round-tab i {
        color: #555555;
        cursor: pointer;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #e36800;
}

    .wizard li.active span.round-tab i {
        color: #e36800;
    }

span.round-tab:hover {
    color: #2f79b9;
    border: 1px solid #2f79b9;
}

.wizard .nav-tabs > li {
    width: 16%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #e36800;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 5px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.txtsesion {
    font-size: 16px;
    color: #e36800;
    text-align: center;
    padding: 5% 0 2%;
}

.msjsess2 {
    font-size: 16px;
    text-align: center;
    padding: 1% 0 3%;
}

.relojmensaje {
    text-align: center;
    padding-bottom: 5%;
    font-size: 18px;
}

#videohome {
    width: 100%;
}

.videohome {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -99;
    cursor: pointer;
}

.ptachevideo {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    float: right;
    padding: 0;
    left: 4%;
    cursor: pointer;
    transition: .5s ease;
    opacity: .18;
}

    .ptachevideo:hover {
        opacity: .5;
        transition: .5s ease;
        cursor: pointer;
    }

@media screen and (max-width: 991px) {
    .ptachevideo {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .ptachevideo {
        margin-left: -1%;
        font-size: 40px;
    }
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        height: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 8%;
    }

        .funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 20px;
            background: #D1D3D4;
            border-radius: 12px;
        }

.funkyradio-primary {
    margin: 1% 0;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #e36800;
    padding-left: 8%;
}

.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #e36800;
    transition: 1s ease;
}

.hrper2 {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px dotted #9e9e9e;
}
/* Nuevos mosaicos de Home KR */
.rownmosaico {
    padding-right: 0;
    padding-left: 0;
    transition: transform .2s;
}

    .rownmosaico:hover {
        animation-name: mosnew;
        animation-duration: .3s;
        animation-iteration-count: 1;
    }

.bdmos1 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bdmos2 {
    border-right: 1px solid #fff;
}

@keyframes mosnew {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -ms-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* Error 404 personalizado Karlo */
.t404 {
    color: #e36800;
    padding-top: 3%;
    font-size: 170px;
    animation: t404 2s infinite alternate;
    user-select: none;
}

@keyframes t404 {
    0% {
        color: #e36800;
    }

    50% {
        color: #000;
    }

    100% {
        color: #e36800;
    }
}

.titerror404 {
    color: #e36800;
    text-transform: uppercase;
}

.txt1error404 {
    color: #333;
    font-size: 22px;
    white-space: pre-line;
    padding: 1% 0;
}

.txt2error404 {
    color: #333;
    font-size: 20px;
    white-space: pre-line;
    padding: 1% 0;
}

.link404 {
    color: #fff;
}

    .link404:hover {
        color: #fff;
    }

    .link404:active {
        color: #fff;
    }

    .link404:visited {
        color: #fff;
    }

.space404 {
    height: 20px;
}

ul.ul404 {
    font-size: 16px;
}

.hr404 {
    border-top: 1px dashed #c5c5c5;
}

.divpag {
    display: inline-block;
}

.act1 {
    position: relative;
    float: left;
    padding: 12px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6d6d6d;
    text-decoration: none;
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

.pnx {
    position: relative;
    float: left;
    padding: 12px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6d6d6d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .pnx:hover {
        background-color: #f6f6f6;
    }

.divcbx label {
    color: #333;
    margin-left: 5%;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .act1 {
        padding: 8px 16px;
    }

    .pnx {
        padding: 8px 16px;
    }
}
/* Admin Puntos premier Form & List */
.titpuntos {
    color: #333;
    font-size: 32px;
    padding: 3% 0;
}

.divrowpuntos {
    background-color: #f6f6f6;
    padding: 2%;
    border: 1px dashed #d0d0d0;
}

.regpuntos {
    background-color: #000;
    color: #fff;
    padding: 3%;
    width: 100%;
    transition: .25s ease-out;
    margin-bottom: 10%;
}

    .regpuntos:hover {
        background-color: #333;
        transition: .25s ease-in;
    }

.buscpuntos {
    background-color: #e36800;
    color: #fff;
    padding: 3%;
    width: 100%;
    transition: .25s ease-out;
    margin-top: 5%;
}

    .buscpuntos:hover {
        background-color: #d66202;
        transition: .25s ease-in;
    }

.spac1puntos {
    height: 50px;
}

.titbuscadminlabel {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10%;
    white-space: pre-line;
}

.bdpuntos {
    border-left: 1px solid #989898;
}
/* AppleCare+ Ficha de producto - KR */
.ftxtac {
    font-size: 14px;
    white-space: pre-line;
}

.custom-check input[type=checkbox] {
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
}

.custom-check-elem, .custom-radio-elem,
.custom-check-label, .custom-radio-label {
    cursor: pointer;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
}

.custom-check-elem {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    border: 2px solid #e36800;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

    .custom-check-elem:before {
        content: "√";
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-family: verdana, arial, sans-serif;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 1.0em;
        font-weight: bold;
        text-align: center;
    }

.custom-check-input:checked + .custom-check-elem:before {
    display: block;
}

.custom-check-input.checked + .custom-check-elem:before {
    display: block;
}

.queapcr {
    line-height: 30px;
    font-size: 16px;
    float: right;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.txtmodalap {
    padding: 5% 0;
    font-size: 16px;
    white-space: pre-line;
}


.tmetpagodetNuevo {
    font-size: 14px;
    font-weight: 200;
}

.tmetpagodetNuevoMSI {
    font-size: 14px;
    font-weight: bold;
}
.btnpredet {
    min-height: 47px;
}

#CProductos {
    margin-right: 0px;
    margin-left: 0px;
}

.imgcatprod {
    border: 1px solid #ececec;
}
/**/
.btn-black {
    background-color: #070401;
    border-color: #2f2e2d;
    color: #FFFFFF;
    width:220px;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black,
    .btn-black:active:focus,
    .btn-black:active:hover,
    .btn-black.active:hover,
    .btn-black.active:focus {
        background-color: #51504f;
        border-color: #cccccc;
        color: #FFFFFF;
    }

    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        background-image: none;
    }

        .btn-black.disabled,
        .btn-black.disabled:hover,
        .btn-black.disabled:focus,
        .btn-black.disabled:active,
        .btn-black.disabled.active,
        .btn-black[disabled],
        .btn-black[disabled]:hover,
        .btn-black[disabled]:focus,
        .btn-black[disabled]:active,
        .btn-black.active[disabled],
        fieldset[disabled] .btn-black,
        fieldset[disabled] .btn-black:hover,
        fieldset[disabled] .btn-black:focus,
        fieldset[disabled] .btn-black:active,
        fieldset[disabled] .btn-black.active {
            background-color: #110c07;
            border-color: #342e28;
        }
/**/
.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .btn-danger.active:hover,
    .btn-danger.active:focus {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #FFFFFF;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #ef6776;
            border-color: #ef6776;
        }