/*font 
div { font-family:'Titillium Web', 'Trebuchet MS', sans-serif; font-weight:normal; font-style:normal; }
div { font-family:"Titillium Web", 'Trebuchet MS', sans-serif; font-weight:600; font-style:normal; }
*/
/* estilos.css */

* {
    color: #514C48;
}

::placeholder {
    color: #968F8A;
}

.breadcrumb-item.active {
    color: #968F8A
}

.search-icon {
    color: #514C48 !important;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.tab_page {
    -webkit-animation: fadeIn 1.1s;
    animation: fadeIn 1.1s;
}



/* Evita coloreo en texto seleccionado*/
::selection {
    background-color: #d9d9d9;
}

::-moz-selection {
    background-color: #fff;
    color: #514C48;
}

a {
    color: #514C48;
}

a:hover {
    color: #514C48;
}

/* Evita el coloreo en enlaces mobile */
a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
    text-decoration: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;

}

input:focus,
select:focus,
select,
input.form-control:focus {

    outline: none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;
}

.form-control {
    border-radius: 0;
    border-color: #514C48;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #514C48;
}

/*end*/

html {
    height: 100%;
}

body {
    letter-spacing: 0.4pt;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.resumen {
    font-size: 16px;
}

@media (min-width:767px) {
    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

fieldset {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/*******MODAL BOOTSTRAP*********/
.modal-backdrop {
    background-color: #fff;
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0
}

/*******************************************************************/


/*************MARQUEE*************/

.h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 26px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

#header {
    background-color: #fff;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#header hr {
    margin: 0px 0 0 0;
}

.message--color-info {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    border-radius: 3px;
}

.box-l {
    padding: 0 20px 0 0px;
}

.box-r {
    padding: 0 0px 0 20px;
}

.medida_custom {
    padding: 0;
}

.medida_custom_editor {
    text-align: center;
}

.jcrop-centered {
    margin: auto 0;
}

.search-btn {
    position: absolute;
    top: 20px;
    right: -18px;
    cursor: pointer;
}

@media only screen and (max-width:1199.98px) {
    .main-menu {

        position: absolute;
        top: -22px;
        right: 0px;
        width: 30px;
    }

    .menu-btn {
        display: block;
        margin: 0px 0px 0px 0;
        position: relative;
        right: 7px;
        top: 25px;
        height: 40px;
    }

    .menu-btn:before {
        position: absolute;
        border-radius: 5px;
        top: 12px;
        right: 5px;
        width: 4px;
        height: 4px;
        background: transparent;
        box-shadow: 0 4px #514C48, 0 4px #fff, 0 12px #514C48, 0 12px #fff, 0 19px #514C48;
        content: '';
    }

    .search-btn {
        position: absolute;
        top: 38px;
        right: 10px;
        cursor: pointer;
    }

}

@media only screen and (max-width:767.98px) {
    .main-menu {

        position: absolute;
        top: -22px;
        right: 0px;
        width: 30px;
    }

    .menu-btn {
        display: block;
        margin: 0px 0px 0px 0;
        position: relative;
        right: -7px;
        top: 25px;
        height: 40px;
    }

    .menu-btn:before {
        position: absolute;
        border-radius: 5px;
        top: 12px;
        right: 5px;
        width: 4px;
        height: 4px;
        background: transparent;
        box-shadow: 0 4px #514C48, 0 4px #fff, 0 12px #514C48, 0 12px #fff, 0 19px #514C48;
        content: '';
    }

    .search-btn {
        position: absolute;
        top: 37px;
        right: -9px;
        cursor: pointer;
    }

}







#fs_opcional_pedido_corte {
    margin-top: -10px;
}

#photos-copy ol {
    margin-top: 0px;
}

@media only screen and (max-width:767px) {
    #fs_opcional_pedido_corte {
        margin-top: 0px;
    }
}

.menu_edit {
    background-color: #fff;
    color: #514C48;
    display: none;
    max-width: 480px;
    height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/* =========================================================
   MODAL MERCADOPAGO – CSS COMPLETO
   - Mobile-first
   - Label + campo en una línea
   - Scroll interno sin pisar botones
========================================================= */

#dialog_mercadopago.registro {
    /* tu base */
    overflow: hidden;
    text-align: center;
    margin: auto;
    background-color: #fff;
    color: #514C48;
    display: none;

    width: 550px;
    height: auto;
    padding: 30px;
    margin-left: auto;
    margin-top: auto;

    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

/* Header / título */
#dialog_mercadopago .mp-modal-title {
    margin: 10px 0 14px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #514C48;
}

/* Imagen tarjeta (si usás #img_tarjeta_id) */
#dialog_mercadopago #img_tarjeta_id {
    max-width: 160px;
    height: auto;
}

/* -----------------------------------------
   MOBILE (<=767px)
----------------------------------------- */
@media only screen and (max-width: 767px) {
    #dialog_mercadopago.registro {
        /* tu base mobile, corregida (sin height fijo) */
        text-align: left;
        width: 350px;
        padding: 18px;
        border-radius: 10px;

        /* ✅ en vez de height fijo, mejor max-height */
        max-height: 85vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

        /* bPopup suele centrar, pero por si acaso */
        margin: 0 auto;
    }

    #dialog_mercadopago.registro input {
        text-align: left;
    }

    /* ✅ Label + campo en una misma línea */
    #dialog_mercadopago .form-group {
        display: flex !important;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    #dialog_mercadopago .label-card {
        width: 92px;
        /* ajustá 85–110 */
        margin: 0 !important;
        font-weight: 600;
        text-align: right;
        white-space: nowrap;
    }

    #dialog_mercadopago .data-card.form-control,
    #dialog_mercadopago input.form-control,
    #dialog_mercadopago select.form-control,
    #dialog_mercadopago textarea.form-control {
        flex: 1;
        width: auto !important;
        min-width: 0;
        /* importante para flex */
    }

    @media only screen and (max-width: 767px) {

        /* Botones apilados pero más angostos */
        #dialog_mercadopago .mp-actions {
            display: grid;
            grid-template-columns: 1fr;
            justify-items: center;
            /* centra los botones */
            gap: 10px;

            margin: 18px 0 8px;
            clear: both;
            position: relative;
            z-index: 2;
        }

        #dialog_mercadopago .mp-actions .mp-btn {
            width: 50%;
            /* 👈 ancho reducido */
            min-width: 160px;
            /* evita que queden muy chicos */
            max-width: 220px;
            /* opcional: tope visual */
            text-align: center;
        }

        #dialog_mercadopago form {
            padding-left: 10px;
            padding-right: 10px;
        }

    }


    /* Close (X) siempre arriba a la derecha del modal */
    #dialog_mercadopago .form-close {
        position: absolute;
        /* clave */
        top: 12px;
        right: 12px;

        display: flex;
        justify-content: center;
        align-items: center;

        width: 32px;
        height: 32px;

        z-index: 10;
        /* por encima del contenido */
        cursor: pointer;
    }

    /* Estilo del texto X */
    #dialog_mercadopago .form-close h3 {
        margin: 0;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

}

/* -----------------------------------------
   DESKTOP (>=768px)
----------------------------------------- */
@media (min-width: 768px) {
    #dialog_mercadopago.registro {
        width: 550px;
        padding: 30px;
        overflow: hidden;
        /* como tu base original */
        text-align: center;
    }

    /* en desktop podés mantener d-flex, pero lo fijo prolijo */
    #dialog_mercadopago .form-group {
        display: flex !important;
        align-items: center;
        gap: 10px;
        padding-right: 50px;
    }

    #dialog_mercadopago .label-card {
        width: 140px;
        text-align: right;
        white-space: nowrap;
        margin: 0;
        font-weight: 600;
    }

    #dialog_mercadopago .data-card.form-control,
    #dialog_mercadopago input.form-control,
    #dialog_mercadopago select.form-control {
        flex: 1;
        min-width: 0;
    }

    /* botones 2 columnas */
    #dialog_mercadopago .mp-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin: 20px 0 10px;
    }

}

/* =========================================
   Ancho responsive del modal (mobile)
   Más ancho en 767, reduce suave hasta 320
========================================= */
@media only screen and (max-width: 767px) {
    #dialog_mercadopago.registro {
        /*
      min: 300px   → usable en 320px reales
      ideal: 80vw  → bastante ancho en 767
      max: 520px   → se acerca a desktop visualmente
    */
        width: clamp(300px, 80vw, 520px);
        max-width: none;
    }
}

@media (min-width: 768px) {
    #dialog_mercadopago.registro {
        width: 550px;
    }
}
/* =========================================================
   FINAL MODAL MERCADOPAGO – CSS COMPLETO ================*/

.contenedor {
    flex: 1 0 auto;
}

.area {
    margin-bottom: 0px;
    position: relative;
}

.area h2 {
    margin: 0 0 0px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

.order-area {
    margin-bottom: 40px;
    position: relative;
}

.order-area h1 h2 {
    margin: 5px 0 0 0px;
    padding: 0;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

.order-buttons-screen {
    margin-top: 20px;
}

.order-buttons-screen #btn-select-all {
    margin-right: 5px;
    float: right;
}

.order-buttons-mobile {
    margin-top: -20px;
    /*si se desea mostrar select cantidad el valor es 10px*/
    ;
}

#progress_upload {
    border-radius: 5px;
    border: 1px solid #E9522C;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

#progress_upload_bar {
    width: 100%;
    height: 8px;
    background-color: #E9522C;
}

#view-list {
    width: 24px;
    height: 24px;
    background-image: url(../images/links/iconmonstr-list.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px;
    display: block;
}

#view-grid {
    width: 24px;
    height: 24px;
    background-image: url(../images/links/iconmonstr-grid.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px -3px 0 0px;
    display: none;
}

@media (max-width:992px) {
    #view-list {
        visibility: hidden;
    }

    #view-grid {
        visibility: hidden;
    }
}

h1,
h2 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
}

h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
}

a:link {
    text-decoration: none;
}

a.underline {
    text-decoration: underline;
    font-size: 13px;
}

a.underline:hover {
    text-decoration: none;
}

a.data {
    top: -1px;
    left: 3px;
    position: relative;
    /*color: #999;*/
    color: #E9522C;
    font-weight: 600;
}

.file-view {
    width: 235px;
}

.file-view .text {
    vertical-align: middle;
}

.file-view .text span.hscrollthis {
    display: block;

    font-size: 14px;
    white-space: nowrap;
    width: 235px;
    overflow: hidden;
    margin: 2px auto 0 auto;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1200px) {

    .file-view {
        width: 160px;
    }

    .file-view .text span.hscrollthis {
        width: 160px;
    }
}

.file-view .text span.hscrollthis.active span {
    display: inline-block;
}

.file-view:hover .text span.hscrollthis.active span {
    animation: scroll 4s linear infinite;
}



.contenido-login {
    position: absolute;
    right: 25px;
    top: -15px;
    padding-left: 10px;
}


@media only screen and (max-width:767.98px) {
    .file-view {
        width: 160px;
    }

    .file-view .text span.hscrollthis {
        display: block;

        font-size: 14px;
        white-space: nowrap;
        width: 180px;
        overflow: hidden;
        margin: 2px auto 0 auto;
        text-overflow: ellipsis;
    }

    .file-view .text span.hscrollthis.active span {
        display: inline-block;
    }

    .file-view:hover .text span.hscrollthis.active span {
        animation: scroll 4s linear infinite;
    }

    .contenido-login {
        position: absolute;
        right: -2px;
        top: -15px;
        padding-left: 10px;
    }

}


.fieldset-list {
    margin: 0px 0 0px;
    text-align: left;
    display: block;
    top: 1px;
    left: 0;
}

.fieldset-list {
    margin: 0px 0 0px;
    text-align: left;
    display: block;
    top: -1px;
    left: 0;
}

.control-qty.list {
    text-align: center;
    padding: 0px;
    margin: 0px 0 0 0;
}

@media only screen and (max-width:992px) {

    .list-container,
    pi_elem {
        display: none;
    }
}

#list-photos-copy {
    position: relative;
    display: none;
    background-color: #fff;
    height: auto;
    margin-top: 10px;
}

#list-photos-copy .select:after {
    margin: 0;
    padding: 0;
    content: '';
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    color: #999;
    text-align: center;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 1px;
    right: 1px;
    pointer-events: none;
}

#list-photos-copy .select select {
    padding: 0px 0px 0px;
    background-color: #FFF;
    -webkit-padding-before: 0;
    -webkit-padding-start: 10px;
    height: 25px;
    float: left;
    color: #555;
    border: 1px solid #BBB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/********************************************************************/
#list-container div {
    float: left;
    position: relative;
}

.list-container div {
    float: left;
    position: relative;
}

@media (max-width:992px) {
    #list-container div {
        display: none;
    }
}

.list-check {
    margin: 5px 0px 0px 0;
}

.list-file-name {
    margin: 5px 10px 0px 0;
}

.list-resolution {
    margin: 5px 10px 0px 0;
    width: 25px;
}

.list-preview {
    margin: 5px 10px 0px 0;
    width: 40px;
}

.list-preview .preview {
    position: absolute;
    top: 2px;
    left: 10px;
}

.list-qty {
    margin: -10px 0px 0px 0;
}

.list-qty .control-product {
    margin: 0px;
}

.list-copy-size {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-printing-options {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-border {
    margin: 5px 15px 0px 0;
    width: 18%;
}

.list-corte {
    margin: 5px 10px 0px 0;
    width: 18%;
}

.list-corte-tela {
    margin: 5px 10px 0px 0;
    width: 20%;
    display: none;
}

.list-laterales {
    margin: 5px 10px 0px 0;
    width: 20%;
    display: none;
}

.list-delete {
    margin: 5px 0px 0px 28px;
    width: 18px;
}

.list-price {
    margin: 10px 10px 0px 0;
    width: 20%;
}

span.preferencias-list {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    height: 35px;
    font-size: 15px;
}

#switch div {
    float: right;
    position: relative;
    margin-top: 10px;
}

@media (max-width:992px) {
    #switch div {
        float: right;
        position: relative;
        margin-top: -10px;
        display: none;
    }
}

#view-grid-alert {
    display: none;
}

#view-grid-alert p {
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

@media (max-width:992px) {
    #view-grid-alert {
        display: block;
        cursor: pointer;
    }
}

#comment {
    margin: 10px 0 10px 0;
}

#summary-copy {
    margin-bottom: 20px;
}

#total-car {
    text-align: center;
    font-size: 16px;
}


/********PREFERENCIAS COPY********/

#personal-size div {
    float: left;
    position: relative;
    margin-bottom: 0px;
}

#personal-size input {
    width: 100%;
    float: left;
}

.x {
    width: 14px;
    text-align: center;
    margin: 5px 5px 5px 5px;
}

#personal-size input {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
}

input [type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input [type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1199px) and (min-width: 992px) {

    #personal-size input {
        display: inline-block;
        float: left;
        width: 16%;
    }

    .x {
        width: 12px;
        text-align: center;
        margin-top: 5px;
    }


}

/********PREFERENCIAS COPY********/


@media (max-width: 1024px) {
    /*   .box-l {
        padding: 0 20px 0 0px;
    }

    .box-r {
        padding: 0 0px 0 20px;
    }*/
}





#personal-size input {
    display: inline-block;
    float: left;
    width: 25%;
}

.x {
    width: 33px;
    text-align: center;
    margin-top: 5px;
}

/**********************************************************************/


@media only screen and (max-width:767px) {
    /* .box-l {
        padding: 0 0px 0 0px;
    }

    .box-r {
        padding: 0 0px 0 0px;
    }*/



    .x {
        width: 35px;
        text-align: center;
        margin-top: 5px;
    }

    .qty-options input {
        width: 70%;
    }
}

/*****END PREFERENCIAS COPY****

#grid-photos-copy table {
    margin: 10px 0 0px;
    overflow: visible;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

#grid-photos-copy tr {
    margin-bottom: 10px;
}

#grid-photos-copy td,
th {
    text-align: left;
    padding: 2px 5px 2px 10px;
    display: table-cell;
}*/
/*
@media only screen and (max-width:1200px) {
    .list-check {
        margin: 5px 0px 0px 0;
    }

    .list-file-name {
        margin: 5px 5px 0px 0;
    }

    .list-resolution {
        margin: 5px 5px 0px 0;
        width: 25px;
    }

    .list-preview {
        margin: 5px 5px 0px 0;
        width: 40px;
    }

    .list-qty {
        margin: 5px 10px 0px 0;
    }

    .list-copy-size {
        margin: 5px 7px 0px 0;
        width: 19%;
    }

    .list-printing-options {
        margin: 5px 7px 0px 0;
        width: 19%;
    }

    .list-border {
        margin: 5px 13px 0px 0;
        width: 19%;
    }

    .list-delete {
        margin: 5px 0px 0px 8px;
        width: 18px;
    }
}*/

@media only screen and (max-width:767px) {
    .fiscal {
        margin-top: 20px;
        text-align: center;
    }
}

.control-qty {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.control-qty button {
    margin: 0 2px;
    border: none;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #efefef url("../images/picto01.png") no-repeat;
    color: transparent;
}

.control-qty span {
    margin: 0 2px;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #BBB;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/up-down.png") no-repeat;
    color: transparent;
}

.control-qty span.down {
    background-position: 0px 0px;
    margin-right: 2px;
}

.control-qty span.up {
    background-position: -20px 0px;
}

/*****************overlay***********************
#edition {
    background-color: #fff;
    color:#514C48;
    display: none;
    min-width: 980px;
    max-width: 980px;
    min-height: 50%;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

#edition p {
    text-align: left;
    margin-bottom: 0px;
}

.edition-controls div {
    float: left;
    position: relative;
}

#edition .personal-size {
    margin-top: 10px;
}

#edition .personal-size .input-size {
    float: left;
    width: 25%;
}

*/
/*
#edition .x {
    float: left;
    width: 5%;
    font-size: 14px;
    margin: 5px -20px 0 12px;
    text-align: center;
}*/

/***********************************************************************************************************************************/

.jcrop-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*.editor-wrap {
    width: 450px;
    height: 450px;
    background-color: #fff;
}*/

.editor-paper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 450px;
    height: 450px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #bbb;
}

.editor-imagen {
    position: absolute;
    top: 25px;
    width: 300px;
    height: 400px;
    background-color: #ff0000;
    margin: 0px auto;
    text-align: center;
    vertical-align: central;
}

/*
.editor-wrap #detail {
    display: none;
    padding: 30px 30px 30px 30px;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 344px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.80);
}*/

.personal-proof label {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.personal-proof-input-container div {
    float: left;
    position: relative;
}

.personal-proof-input-container .input-size {
    width: 40%;
}

.personal-proof-input-container .x {
    width: 20%;
    font-size: 14px;
    margin: 5px 0px 0 0px;
    text-align: center;
}

@media (min-width:992px) and (max-width:1199px) {
    /* #edition {
        background-color: #fff;
        color: #514C48;
        display: none;
        min-width: 840px;
        max-width: 840px;
        min-height: 50%;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-left: 0px;
        border-radius: 0px;
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    #edition p {
        text-align: left;
    }*/

    /*.editor-wrap {
        width: 360px;
        height: 360px;
        background-color: #fff;
    }*/

    .editor-paper {
        position: relative;
        width: 360px;
        height: 360px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 10px;
        width: 240px;
        height: 340px;
        background-color: #C39
            /*violeta*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }

    /*.labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 50%;
        text-align: left;
    }

    #edition .personal-size .input-size {
        float: left;
        width: 25%;
    }

    #edition .personal-size label {
        float: left;
        width: 28%;
        text-align: left;
    }/*
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #edition {
        background-color: #fff;
        color: #514C48;
        display: none;
        min-width: 690px;
        max-width: 690px;
        min-height: 50%;
        padding: 20px 20px 20px 20px;
        text-align: center;
        margin-left: 0px;
        border-radius: 0px;
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    #edition p {
        text-align: left;
    }

    #edition .personal-size .input-size {
        float: left;
        width: 30%;
    }

    /*celeste*/
    /* #edition .x {
        float: left;
        width: 3%;
        font-size: 14px;
        margin: 5px -20px 0 9px;
        /*celeste
        text-align: center;
    }*/

    /*.editor-wrap {
        width: 320px;
        height: 320px;
        background-color: #fff;
    }*/

    .editor-paper {
        position: relative;
        width: 320px;
        height: 320px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 15px;
        width: 213px;
        height: 290px;
        background-color: #6FF
            /*celeste*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }

    /*.labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 48%;
        text-align: left;
    }*/

    #personal-size input {
        display: inline-block;
        float: left;
        width: 20%;
    }



    /* #edition .x {
        float: left;
        width: 5%;
        font-size: 14px;
        margin: 5px -20px 0 9px;
        text-align: center;
    }

    #edition .personal-size label {
        float: left;
        width: 32%;
        text-align: left;
    }*/
}

@media only screen and (max-width:767px) {
    /* #edition {
        background-color: #fff;
        color: #514C48;
        display: none;
        min-width: 360px;
        max-width: 360px;
        min-height: 50%;
        padding: 20px 15px 20px 15px;
        text-align: center;
        margin-left: 0px;
        border-radius: 0px;
        box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    }

    #edition p {
        text-align: left;
    }

    #edition .personal-size .input-size {
        float: left;
        width: 25%;
    }

    #edition .x {
        float: left;
        width: 13.9%;
        font-size: 14px;
        margin: 5px 5px 0 6px;
        text-align: center;
    }*/

    /*.editor-wrap {
        width: 330px;
        height: 330px;
        background-color: #fff;
    }*/

    .editor-paper {
        position: relative;
        width: 330px;
        height: 330px;
        margin: 0px auto;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        vertical-align: central;
    }

    .editor-imagen {
        position: absolute;
        top: 15px;
        width: 240px;
        height: 300px;
        background-color: #514C48
            /*negro*/
        ;
        margin: 0px auto;
        text-align: center;
        vertical-align: central;
    }

    .list-resolution {
        margin: 10px 15px 10px 0;
        width: 25px;
    }

    /*input,*/
    select #detail {
        text-align: center;
        background-color: transparent;
        border-color: #555;
        margin: 0;
        padding: 0 10px;
        line-height: 30px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
        left: 0;
        outline: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-appearance: none;
        transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -moz-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -webkit-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
        -o-transition: all .2s cubic-bezier(.33, 0, .2, 1) 0s;
    }

    #detail .select select {
        padding: 0px 0px 0px;
        background-color: transparent;
        -webkit-padding-before: 0;
        -webkit-padding-start: 10px;
        height: 30px;
        float: left;
        color: #555;
        border: 1px solid #bbb;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    #detail .control-product input {
        text-align: right;
        padding: 0 5px;
        font-size: 12px;
        margin: 0 3px 0 3px;
        vertical-align: middle;
        width: 33px;
        height: 20px;
        border: 1px solid #514C48;
        font-weight: normal;

        line-height: 0px;
        display: inline;
    }



    #detail .control-product button {
        margin: 0 2px;
        border: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #514C48;
        vertical-align: middle;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../images/up-down.png);
        color: transparent;
    }

    #detail ::-webkit-input-placeholder {
        color: #555;
    }

    #detail .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 0px auto;
        position: relative;
    }

    #detail .list-resolution {
        margin: 10px 0px 10px 0;
        width: 25px;
    }

    #detail .list-qty {
        margin: 10px 0px 0px 25px;
    }

    #detail .list-file-name {
        margin: 10px 0px 10px 0px;
    }

    .it-hides {
        display: none;
    }

    #detail .select:after {
        margin: 0;
        padding: 0;
        content: '';
        background-color: transparent;
        background-image: url(../images/arrow-down-icon-png-4.png);
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: center;
        color: #999;
        line-height: 38px;
        text-align: center;
        width: 25px;
        height: 28px;
        position: absolute;
        top: 1px;
        right: 1px;
        pointer-events: none;
    }

    #options a {
        color: #514C48;
    }

    #options a:hover {
        color: #514C48;
    }

    #view-image-btns {
        margin: -20px 0 15px 0;
    }

    #btn-edit-img-prev {
        min-width: 50px;
    }

    #btn-edit-img-guardar {
        min-width: 130px;
        margin: 0 5px 0 5px;
    }

    #btn-edit-img-next {
        min-width: 50px;
    }
}

#div_prompt_dialog {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    border-radius: 5px;
}

@media only screen and (max-width:767px) {
    #div_prompt_dialog {
        display: none;
        min-width: 350px;
        min-height: auto;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-left: auto;
        margin-top: auto;
        height: auto;
    }
}

#div_wait {
    display: none;
    min-height: 450px;
    min-width: 450px;
    height: 50px;
    width: 50px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-top: 10%;
}

.wait-gif {
    max-width: 20%;
    height: auto;
    padding-right: 15px;
}

@media only screen and (max-width:767px) {
    #div_wait {
        display: none;
        height: 50px;
        width: 50px;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-top: 50%;
    }

    .wait-gif {
        max-width: 20%;
        height: auto;
    }
}

.message-entry {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 500px;
    max-width: 550px;
    min-height: auto;
    padding: 25px 20px 20px 20px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    max-width: 550px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info p {
    font-size: 16px;
}

.message-info-large {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 450px;
    max-width: 600px;
    /*min-height: auto;*/
    padding: 30px 30px 30px 30px;
    text-align: left;
    margin-left: auto;
    margin-top: auto;
    height: auto
        /*720px*/
    ;
    overflow-y: scroll;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.message-info p,
ul,
li {
    text-align: left;
    font-size: inherit;
}

.message-info a {
    font-weight: bold;
}

.message-info a:hover {
    color: #bbb;
}

.message-info a.mp-btn {
    font-weight: normal;
}

.message-info a:hover.mp-btn {
    color: #fff;
}

.message-info p {
    font-size: 16px;
}

/*************************************************************************************/

.message-espacial {
    background-color: transparent;
    color: transparent;
    display: none;
    min-width: 450px;
    max-width: 1000px;
    min-height: auto;
    /*padding: 30px 30px 30px 30px;*/
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    /*box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);*/

}





#lbl_tiempo_entrega.message {
    margin: 0;
    padding: 0px;
    font-size: 16px;
    line-height: 14px;
    color: #514C48;
    letter-spacing: .5px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#div_general_dialog {
    background-color: #fff;
    color: #514C48;
    display: none;
    max-width: 550px;
    min-width: 350px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
    /*white-space: nowrap;*/
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.error-file {
    font-weight: bold;
    white-space: nowrap;
    width: 490px;
    overflow: hidden;
}

@media only screen and (max-width:767px) {

    #div_general_dialog {
        display: none;
        max-width: 290px;
    }

    .message-entry {
        min-width: 340px;
    }

    .message-info {
        min-width: 340px;
    }

    .message-espacial {
        min-width: 340px;
        margin: 0 10px 0 10px;
    }

    .message-info-large {
        min-width: 340px;
        height: auto
            /*600px*/
        ;
        overflow-y: scroll;
    }
}

.message-entry input {
    text-align: left;
    /* margin-left: 10px;
    padding-left: 10px;*/
}

.message-entry p {
    text-align: center;
}

#div_modal_confirm {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 400px;
    min-height: 180px;
    padding: 30px 35px 30px 35px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    position: relative;
}

#form-account,
.form-close a {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#form-account p,
#pass-recovery p,
#form_u_register p {
    text-align: left;
}

#pass-recovery {
    background-color: #fff;
    color: #514C48;
    display: none;
    min-width: 400px;
    min-height: 180px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    position: relative;
}

#form-account,
.form-close a {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}

@media only screen and (max-width:767px) {

    #form-account,
    #pass-recovery,
    #form_u_register {
        min-width: 300px;
    }

    #pass-recovery {
        min-width: 300px;
    }

    #div_general_dialog {
        display: none;
        max-width: 350px;
    }

    .error-file {
        font-weight: bold;
        white-space: nowrap;
        width: 290px;
        overflow: hidden;
    }
}

/*******************end overlay*********************************/

#photos .select optgroup[label],
.select option,
.select select {
    line-height: 15px;
    font-size: 14px;
}

@media only screen and (max-width:1200px) {

    #photos .select optgroup[label],
    .select option,
    .select select {
        line-height: 15px;
        font-size: 13px;
    }
}

#photos {
    margin-top: 20px;
    margin-bottom: 40px;
}

.photos-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.photos-content hr {
    margin-bottom: 20px;
    margin-top: 0px;
}

#photos-content hr {
    margin-top: 20px;
}

.control-product button {
    margin: 0 2px;
    border: solid;
    border-width: 1px;
    border-radius: 3px;
    border-color: #514C48;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/up-down.png") no-repeat;
    color: transparent;
}

.control-product {
    position: relative;
    margin: 6px 0 10px 0;
}

.control-product button.down {
    background-position: 0px 0px;
    margin-right: 2px;
}

.control-product button.up {
    background-position: -20px 0px;
}

.control-product input {
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    width: 40px;
    height: 30px;
    border: 1px solid #514C48;
    font-weight: normal;
    line-height: 0px;
    display: inline;

}

.qty-options-popup {
    position: relative;
    margin: 6px 0 10px 0;
    font-size: 15px;
    text-align: left;
}

.qty-options-popup input {
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    margin: 0 3px 0 3px;
    vertical-align: middle;
    width: 69px;
    height: 30px;
    border: 1px solid #514C48;
    font-weight: normal;

    line-height: 14px;
    display: inline;
}

.qty-options-popup span {
    margin: 14px 9px 0 9px;
}


.wrap-photo-view {
    text-align: center;
}

.photo-view {
    display: inline-block;
    width: auto;
    margin: auto 5px auto;
    position: relative;
}

@media (min-width:768px) {
    .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 5px auto;
    }
}

@media (min-width:767px) {
    .photo-view {
        display: inline-block;
        width: auto;
        margin: auto 0px auto;
    }
}

/*.img {
    height: 190px;
    width: 190px;
    position: relative;
    padding: 10px 10px 5px 10px;
    border: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background-color: #C0C0C0;
}*/

/*.photo-view .img a {
    width: 120px;
    height: 120px;
    vertical-align: middle;
}

.photo-view .img {
    height: 190px;
    width: 190px;
    position: relative;
    padding: 10px 10px 5px 10px;
    border: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border-radius: 3px;
}*/

/*sugiere editor*/
/*http://jsfiddle.net/itsduc/LEZcf/*/
/*.img-crop {
    position: absolute;
    width: 161px;
    height: 160px;
    top: 10px;
    left: 12px;
    background: url(../images/crop-edit.svg) no-repeat center;
    background-color: rgba(192, 192, 192, 0.4);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.img-crop:hover {
    position: absolute;
    top: 10px;
    left: 12px;
    right: -12px;
    bottom: -20px;
    cursor: pointer;
    background: url(../images/crop-edit.svg) no-repeat center;
    background-color: rgba(192, 192, 192, 0.4);
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}*/

/*fin sugiere editor*/
/*
.photo-view .img span.hscrollthis {
    margin-top: 5px;
    display: block;
    font-family: "Arial", "Helvetica"Sans-Serif;
    font-size: 11px;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    margin: 1px auto 0 auto;
    text-overflow: ellipsis;
}*/

/*.photo-view .img span.hscrollthis.active span {
	display: inline-block;
}

.photo-view:hover .img span.hscrollthis.active span {
	animation: scroll 4s linear;
}*/
/*
.photo-view .good-resolution {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 3px;
    left: 0px;
    float: left;
    background-image: url(../images/good-resolution.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.photo-view .low-resolution {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 3px;
    left: 0px;
    float: left;
    background-image: url(../images/low-resolution.png);
    background-repeat: no-repeat;
    cursor: pointer;
}*/

a.preview {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../images/preview.png") no-repeat top left;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 1000;
}

a.preview:hover {}

a.preview:before {
    height: 18px !important;
    width: 18px !important;
}

a.del {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url("../images/del.png") no-repeat top left;
    position: absolute;
    top: 3px;
    right: 0;
    float: right;
}

a.del:hover {
    background-position: bottom left;
}

a.del:before {
    height: 18px !important;
    width: 18px !important;
}

.control-product a.del {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #f00;
    background: url("../images/del.png") no-repeat top left;
}

.control-product a.del:hover {
    background-position: bottom left;
}

.control-product a.del:before {
    height: 18px !important;
    width: 18px !important;
}

.photo-view a.delete {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: #f00;
    background: url("../images/del.png") no-repeat top left;
    position: absolute;
    top: 4px;
    right: 3px;
    float: right;
    z-index: 1000;
}

.photo-view a.delete:hover {
    background-position: bottom left;
}

.photo-view a.delete:before {
    height: 18px !important;
    width: 18px !important;
}

.main-navigation-wrapper {
    display: none;
}

.main-navigation-wrapper {
    overflow: hidden;
    position: relative;
}

/*********************** side-nav-top ***************************/
.side-nav-top h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    color: #FFF;
    display: none;
}

.generic .side-nav-top h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    color: #58585a;
}

.side-nav-top h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    background: none;
}

.side-nav-top li {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.side-nav-top ul {
    margin: 0px 0 0px 0px;
    list-style: none;
    padding: 10px 10px 10px 10px;
}

.side-nav-top ul li a {
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px;
    font-style: normal;
    font-style: normal;
    letter-spacing: 0.02em;
    width: 100%;
}

.side-nav-top ul li a.nav-selected {
    color: #E9522C;
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px;
    border-color: #ccc;
}

.side-nav-top ul li ul li a {

    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    border-color: #ccc;
}

.side-nav-top ul li ul li a.nav-selected {

    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #ccc;
}


.nav-top .nav-top li {
    text-transform: none;
    background-color: #ffffff;
}

.nav-top li a {
    margin: 0;
    padding: 10px 0px 10px 0;
    display: block;
    float: none;
    text-decoration: none;
    /*color: #514C48111;*/
    border-bottom: 0px solid #bbb;
    text-transform: uppercase;
}

.nav-top li a:hover,
.nav-top li a.nav-selected {
    /*color: #E9522C;*/
}

.nav-top li ul {
    margin: 0 0 10px 0;
}

.nav-top li li {
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li a {
    margin: 0;
    padding: 15px 0 15px 15px;
    display: block;
    float: none;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #58585a;
    font-weight: normal;
}

.nav-top li li a:hover {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    text-transform: uppercase;
}

.nav-top li li a.nav-selected {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
}



.nav-top li li li {
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li li a {
    margin: 0;
    padding: 4px 0 4px 15px;
    display: block;
    float: none;
    font-size: 14px;
    text-decoration: none;
    color: #777;
    padding-left: 25px;
}

.nav-top li li li a:hover {
    color: #E9522C;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
}

.nav-top li li li a.nav-selected {
    color: #777;
    text-transform: none;
    font-weight: normal;
    background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
}


.nav-top-white {
    color: #ffffff;
}

.nav-top-black {
    color: #514C48;
}

@media only screen and (max-width:768px) {
    .side-nav-top {
        margin: 1px 20px 0 0px;
        width: 100%;
        font-size: 20px;
        position: relative;
        background: hsla(0, 0%, 100%, .99);
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgba(255, 255, 255, 0.7);
        border-bottom: solid 1px #dfdfdf;
        transition-duration: 0.6s;
        transition-delay: 0.2s;
    }

    .side-nav-top h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px;
        text-transform: none;
        color: #FFF;
        display: none
    }

    .generic .side-nav-top h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px;
        text-transform: none;
        color: #514C48
    }

    .side-nav-top h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        text-transform: uppercase;
        background: none
    }

    .side-nav-top li {
        margin: 0;
        font-size: 14px
    }

    .side-nav-top ul li a {
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;

        font-style: normal;
        letter-spacing: 0.02em
    }

    .side-nav-top ul li a.nav-selected {
        margin: 0;
        font-size: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;
        border-color: #777
    }

    .side-nav-top ul li ul li a {

        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        border-color: #ccc
    }

    .side-nav-top ul li ul li a.nav-selected {

        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        text-transform: uppercase;
        border-color: #777
    }


    .nav-top .nav-top li {
        text-transform: none;
    }

    .nav-top li a {
        margin: 0;
        padding: 15px 0px 15px 0;
        display: block;
        float: none;
        text-decoration: none;
        /*color: #514C48;*/
        border-bottom: 0px solid #bbb;
        text-transform: uppercase;
    }

    .nav-top li a:hover,
    .nav-top li a.nav-selected {
        /*color: #E9522C;*/
    }

    .nav-top li ul {
        margin: 0 0 10px 0;
    }

    .nav-top li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li a {
        margin: 0;
        padding: 15px 0 15px 15px;
        display: block;
        float: none;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
        color: #58585a;
        font-weight: normal;
    }

    .nav-top li li a:hover {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
        text-transform: uppercase;
    }

    .nav-top li li a.nav-selected {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li ul ul {}

    .nav-top li li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li li a {
        margin: 0;
        padding: 4px 0 4px 15px;
        display: block;
        float: none;
        font-size: 14px;
        text-decoration: none;
        color: #777;
        padding-left: 25px;
    }

    .nav-top li li li a:hover {
        color: #E9522C;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
    }

    .nav-top li li li a.nav-selected {
        color: #777;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent;
    }
}


/***************************************************************************************/


@media only screen and (max-width:767px) {
    .main-navigation-wrapper {
        overflow: hidden;
        position: relative;
    }
}

.main-navigation-wrapper .side-nav {
    margin-top: 0px;
}

.top-navigation {
    position: relative;
    text-align: center;
    margin: 18px 0px 20px 0;
}

@media only screen and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width: 992px) {}

ul.top-navigation {
    float: right;
    padding: 0px 0 0 0;
    margin-top: 2px;
}

@media only screen and (max-width:767px) {


    ul.top-navigation,
    .button_info {
        display: none;
    }
}

ul.top-navigation li {
    padding: 0px 0 0px 7px;
    float: left;
    color: #514C48;
    border-right: 0px solid #ccc;
}

ul.top-navigation li.last {
    padding: 0 0 0 0px;
    border: none;
}


/*CARRO TABLE ELEMENTS*/

td,
th {
    border: 1px solid #ccc;
    text-align: center;
}

.carro_elem_editar {
    cursor: pointer;
    text-align: center;
}

.carro_elem_borrar {
    cursor: pointer;
}

.logo {

    width: 260px;
    top: 15px;
    position: relative;
}

/* END CARRO TABLE ELEMENTS*/
@media (max-width:1200px) {
    .logo {

        width: 230px;
        top: 15px;
        position: relative;
    }
}


@media (max-width:992px) {
    .logo {

        width: 240px;
        top: 15px;

    }

}

@media (max-width:768px) {
    .logo {
        padding-top: 5px;
        width: 200px;


    }
}

@media (max-width:576px) {
    .logo {
        padding-top: 5px;
        width: 200px;


    }
}

/* .labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 48%;
        text-align: left;
    }*/

/*
@media only screen and (max-width:767px) {
    img.logo {
        padding: 3px 0 0;
        width: 180px;
        height: auto;
    }
}*/

@media (min-width:1199px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 45px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }

    /***** top links END *****/
    ;
}

@media (min-width:768px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 40px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }

    /***** top links END *****/
    ;
}

@media only screen and (max-width:767px) {

    /***** top links *****/
    .top-links {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 45px;
        background-color: #ffffff;
        text-decoration: none;
    }

    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 2px 0px 0 0;
    }

    .top-links li {
        margin-left: 8px;
        margin-top: 4px;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 15px;
        height: 30px;
        width: 30px;
    }

    .top-links li a {
        color: #bfbfbf;
        text-decoration: none;
        border-bottom-style: none;
        border-bottom-width: 1px;
        font-weight: bold;
    }

    .top-links li a:hover {
        color: #ffffff;
        border-bottom: 0px solid #fff;
    }

    .top-links .active a:hover {
        color: #FFF;
        border: 1;
        background-color: #514C48;
        border-bottom: none;
    }

    /***** top links END *****/
    ;
}

@media only screen and (max-width:767px) {
    .top-links ul {
        padding: 0;
        list-style: none;
        text-transform: none;
        height: 45px;
        float: right;
        margin: 0px 0px 0 0;
    }

    ul.top-links,
    ul.top-navigation,
    .button_info {
        display: none;
    }
}

.top-menu {
    margin: 32px auto 0 auto;
    background-color: #f9f9f9;
    position: relative;
    z-index: 9997;
    /*top: 10px;*/
}

.top-menu .slider {
    width: 0%;
    height: 0px;
    background-color: #F03861;
    display: none;
}

/*
.top-menu ul {
    font-size: 0;
    list-style-type: none;
    float: right;
    padding-right: 0px;
    background-color: #fff;
}
*/
.top-menu li {
    margin: 0 0px 0px 12px;
}

.top-menu ul li {

    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 900;
    top: -30px;
}




.top-menu ul li ul {
    display: none;
    margin: 0px 0 20px -50px;
    border-color: #bebebe;
    position: relative;
    top: 35px;
}

.top-menu ul li:hover {
    cursor: pointer;
}

.top-menu ul li:hover ul {
    display: block;
    margin-top: 30px;
    left: 0;
    position: absolute;
}

.top-menu ul li:hover ul li {
    display: block;
    width: 190px;
    left: 0;
    background-color: #fff;

}

.top-menu ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #bebebe;
    padding: 2px 5px;
    text-align: center;
    font-size: .8rem;
    border-radius: 3px;
}

.top-menu ul li:hover ul li a:hover {
    border-bottom: 2px solid #514C48;
}

.top-menu ul li:hover ul li:hover span {
    background-color: #ee204e;
}

@media (min-width:768px) {
    #btn-login-account {
        margin-top: 20px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }



    #btn-apply-select {
        margin-right: 0px;
        float: right;
    }

    #btn-check {
        margin-top: 10px;
    }

    #btn-add-to-cart {
        margin-top: 10px;
        float: right;
    }


}

@media (min-width:1199px) {
    #btn-create-account {
        margin-top: 20px;
        position: absolute;
        bottom: 42px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-right: 0px;
        float: right;
    }

    #btn-check {}

    #btn-add-to-cart {
        float: right;
    }

    #btn-carro-comprar-mas {}

    #btn-carro-comprar {}
}

@media only screen and (max-width:767px) {
    #btn-create-account {
        width: 150px;
        margin-top: 20px;
    }

    #btn-add-files {
        margin-right: 0px;
        text-decoration: none;
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-top: 10px;
    }

    #btn-check {}

    #btn-add-to-cart {
        margin-top: 10px;
        float: left;
    }

    #btn-carro-comprar-mas {
        margin-top: 10px;
        margin-right: 0px;
    }

    #btn-carro-comprar {
        margin-top: 10px;
        margin-left: 0px;
    }

    #save-form-account {
        margin-top: 10px;
    }

    #cancel-form-account {}
}

@media (min-width:992px) {
    #btn-create-account {
        margin-top: 20px;
        position: absolute;
        bottom: 42px;
    }
}

@media (min-width:768px) {
    .btn.btn--size-l {
        padding: 0 20px;
        line-height: 50px;
        min-height: 50px;
        min-width: 50px;
        font-size: 17px;
    }
}

@media (min-width:768px) {

    /* .label,
    label {
        /* font-weight: 600;
        font-style: normal;******************
        padding: 5px 16px 0 0;
        float: left;
        width: 30%;
        text-align: right;
    }*/
}

@media (min-width:1199px) {

    /*   .label,
    label {
        /*font-weight: 400;
        font-style: normal;
        font-size: 16px;******************
        padding: 5px 16px 0 0;
        float: left;
        width: 100%;
        text-align: left;
    }*/
}

@media (min-width:768px) {
    .data {
        font-weight: 500;
    }

    .data-file {
        position: absolute;
        display: table;
        top: 0px;
    }
}

@media (min-width:1199px) {
    .data {
        font-weight: 500;
    }

    .data-file {
        display: table;
        margin-top: -5px;
        position: absolute;
        left: 20px;
    }
}

@media only screen and (max-width:767px) {
    .data-file {
        position: absolute;
        left: 0px;
    }
}

@media (min-width:768px) {
    .photo-preferences {
        margin-top: 35px;
    }
}

@media only screen and (max-width:767px) {
    .photo-preferences {
        margin-top: 40px;
    }
}

@media (min-width:768px) {
    .time {
        color: #FF0000;
    }
}

@media only screen and (max-width:768px) {

    /*toogle footer mobile*/
    #show-footer {
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-style: normal;
        font-size: 23px;
        line-height: 25px;
        margin: 0 0 16px;
        padding: 0;
        color: #333;
        font-weight: 400;
        display: block;
        position: relative;
    }

    #content-footer {
        display: block;


    }


}

/* end toogle footer mobile*/

#content-footer h3 {
    text-align: left;
    padding-left: 40px;
    font-size: 1.65rem;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width:768px) {
    #content-footer h3 {
        padding-left: 10px;
    }
}

/************************************/

#content-footer {
    justify-content: center;
    /* centra horizontalmente en pantallas chicas */
    text-align: center;
    /* centra texto y contenido */
    padding-top: 20px;
    padding-bottom: 20px;
}

#content-footer .col {
    margin-bottom: 20px;
    /* espaciado entre bloques en pantallas chicas */
}

.footer-col {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #content-footer {
        justify-content: space-between;
        /* distribución uniforme desde 768px */
        text-align: left;

    }

    #content-footer .col {
        margin-bottom: 0;
    }

    .footer-col {
        margin-bottom: 0px;
    }

}

/*******************************/

@media only screen and (max-width:767px) {
    .hide-mobile {
        display: none;
    }

    .table_item {
        background-color: #E4E4E4;
        margin-bottom: 20px;
        padding: 0px;
    }

    .table_item,
    tr {
        border: none;
    }

    .carro_elem_descr {
        font-weight: bold;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.go-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
    padding: 20px 18px 5px 18px;
    display: none;
    cursor: pointer;
    background-image: url(../images/links/arrow-up.svg);
    background-repeat: no-repeat;
}

@media only screen and (max-width:767px) {
    .go-top {
        bottom: 10px;
        right: 10px;
    }
}

#tabla_carro {
    margin: 30px 0 40px;
    font-size: 16px;
}

.payment {
    text-align: center;
    margin: 50px 0 100px 0;
}

.payment img {
    margin: 0 12px 10px 0;
}

footer {
    padding: 0px 0 0px 0;
    margin-top: 100px;
    padding-top: 30px;
    background: #514C48;
    color: #fff;
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
    font-size: 14px;
    -webkit-animation: fadeIn 1.1s;
    animation: fadeIn 1.1s;
}

footer ol {
    margin: 0px 0 0px 20px;
    display: block;
}

footer ul {
    list-style: none;
    margin: 0;
    font-size: 16px;
}

@media only screen and (max-width:768px) {
    footer ul {
        padding-left: 10px;
    }
}

footer ul li {
    margin: 0 0 5px;
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.sub-footer {
    padding: 10px 0 25px 0;
    background-color: #514C48;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.sub-footer a {
    color: #fff;
}

.sub-footer a:hover {
    color: #fff;
}

.fiscal {
    text-align: left;
    margin-top: 15px;
}


@media only screen and (max-width:767px) {
    .fiscal {
        text-align: center;
    }
}


/********************DIVs IFRAME DESDE MERCADO PAGO***************/
.data-card {
    width: 70%;
    height: 30px;
    float: right;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    border-color: #BBB;
    padding-left: 5px;
    margin-bottom: 5px;
}

@media (min-width:768px) and (max-width:1199px) {
    .data-card {
        width: 70%;
        margin-bottom: 5px;

    }
}

@media (max-width:767px) {
    .data-card {
        width: 100%;
        margin-bottom: 5px;

    }
}

/********************END DIVs IFRAME DESDE MERCADO PAGO***************/



/*********************SLIDER-ENVIO******************************/


.slider-envio {
    height: 40px;
    /*width: 680px;
            margin: 40px auto 0;
            overflow: visible;
            position: relative;*/
}

.mask-envio {
    overflow: hidden;
    height: 24px;
}

.slider-envio ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 240px;
}

.slider-envio li {
    width: 260px;
    height: 24px;
    /*320*/
    position: absolute;
    top: -26px;
    list-style: none;
}

.slider-envio .quote {
    font-size: 18px;
    font-style: normal;
}



.slider-envio li.anim1 {
    animation: cycle 15s linear infinite;
}

.slider-envio li.anim2 {
    animation: cycle2 15s linear infinite;
}


.slider-envio li.anim3 {
    animation: cycle3 15s linear infinite;
}

.slider-envio li.anim4 {
    animation: cycle4 15s linear infinite;
}

.slider-envio li.anim5 {
    animation: cycle5 15s linear infinite;
}

.slider-envio:hover li {
    animation-play-state: paused;
}

@keyframes cycle {
    0% {
        top: 0px;
    }

    4% {
        top: 0px;
    }

    16% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    20% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    21% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    50% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    92% {
        top: -26px;
        opacity: 0;
        z-index: 0;
    }

    96% {
        top: -26px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes cycle2 {
    0% {
        top: -26px;
        opacity: 0;
    }

    16% {
        top: -26px;
        opacity: 0;
    }

    20% {
        top: 0px;
        opacity: 1;
    }

    24% {
        top: 0px;
        opacity: 1;
    }

    36% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    40% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    41% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}


@keyframes cycle3 {
    0% {
        top: -26px;
        opacity: 0;
    }

    36% {
        top: -26px;
        opacity: 0;
    }

    40% {
        top: 0px;
        opacity: 1;
    }

    44% {
        top: 0px;
        opacity: 1;
    }

    56% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    60% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    61% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes cycle4 {
    0% {
        top: -26px;
        opacity: 0;
    }

    56% {
        top: -26px;
        opacity: 0;
    }

    60% {
        top: 0px;
        opacity: 1;
    }

    64% {
        top: 0px;
        opacity: 1;
    }

    76% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    80% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }

    81% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }

    100% {
        top: -26px;
        opacity: 0;
        z-index: -1;
    }
}

@keyframes cycle5 {
    0% {
        top: -26px;
        opacity: 0;
    }

    76% {
        top: -26px;
        opacity: 0;
    }

    80% {
        top: 0px;
        opacity: 1;
    }

    84% {
        top: 0px;
        opacity: 1;
    }

    96% {
        top: 0px;
        opacity: 1;
        z-index: 0;
    }

    100% {
        top: 26px;
        opacity: 0;
        z-index: 0;
    }
}


/***********************************************/

.accordion-panel .accordion dt {
    display: block;
    font-weight: 600;
    color: #514C48;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
    padding: 5px 0 5px 0;
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
}

.accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    margin-bottom: 10px;
    background: #F4F4F4
}

.accordion-panel .accordion .content {
    padding: 10px;
    /*original*/
    overflow: auto;
    background-color: #f7f7f7;

}

.accordion-panel .accordion .content-impresion {
    padding: 10px;
    /*original*/
    overflow: hidden;
    background-color: #f7f7f7;
    height: 240px
}


.accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 14px;
    /*position: relative;*/
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -11px
}

.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
    content: '';
    background: #514C48;
    position: absolute
}

.accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%
}

.accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out
}

.accordion-panel .is-open .plus-icon {
    transform: rotate(90deg)
}

.accordion-panel .is-open .plus-icon:after {
    opacity: 0
}

.accordion-panel .hidden {
    display: none
}

.accordion-panel .open-btn,
.accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100px
}

.accordion-panel {
    position: relative;
    margin-bottom: 0px;
    padding-left: 15px;
}

.accordion-panel .plus-icon {
    position: absolute;
    right: 10px;
    top: 18px
}

/***********************************************/
/*---------- radio buttons ---------------*/

.radio-group ul {
    text-align: center;
    padding-top: 25px;
}

.radio-group li {
    float: none;
    display: inline;
    list-style: none;
    font-size: 15px;

    padding-left: 7px;
    padding-right: 7px;
    padding-top: 20px;
    padding-bottom: 2px;
    margin-right: 10px;
    color: #f7f7f7;
    background-color: #ffffff;
    font-weight: bold;
    width: 30px;
}


li.varilla-negra {
    background-image: url(../images/enmarcados/madera_negro.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-marron {
    background-image: url(../images/enmarcados/madera_marron.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-natural {
    background-image: url(../images/enmarcados/madera_natural.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.varilla-blanca {
    color: #999999;
    background-image: url(../images/enmarcados/madera_blanca.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;

}

/*
<li class="passe-negro" passe-color="#514C48" value="passe-negro" title="Negro"></li>

<li class="passe-gull-grey-761" passe-color="dfddde" value="passe-gull-grey-761" title="Gris"></li>
<li class="passe-passe-off-white-128" passe-color="#fdfce8" value="passe-passe-off-white-128" title="Tiza"></li>
<li class="passe-blanco" passe-color="ffffff" value="passe-blanco" title="Blanco"></li>

*/

li.passe-negro {
    background-image: url(../images/enmarcados/passe-negro.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.passe-gull-grey-761 {
    background-image: url(../images/enmarcados/passe-gull-grey-761.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
}

li.passe-off-white-128 {
    background-image: url(../images/enmarcados/passe-off-white-128.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
}

li.passe-blanco {
    color: #999999;
    background-image: url(../images/enmarcados/passe-blanco.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;

}


li.varilla-negra:hover {
    opacity: 0.6;
}

li.varilla-marron:hover {
    opacity: 0.6;
}

li.varilla-natural:hover {
    opacity: 0.6;
}

li.varilla-blanca:hover {
    opacity: 0.6;
}

li.passe-negro:hover {
    opacity: 0.6;
}

li.passe-gull-grey-761:hover {
    opacity: 0.6;
}

li.passe-off-white-128:hover {
    opacity: 0.6;
}

li.passe-blanco:hover {
    opacity: 0.6;
}

.radio-group:hover {
    cursor: pointer;
}


.radio-group-active:hover {
    opacity: 1.0 !important;
}

/*---------- end radio buttons ---------------*/
@media only screen and (max-width:767px) {
    .passe-color {
        margin: 22px 0 10px 0;
    }

    .varilla-color {
        margin: 22px 0 10px 0;
    }

    #personal-size input {
        display: inline-block;
        float: left;
        width: 22%;
        text-align: center;
        margin: 0 0 8px 0;
    }


}


.content-varilla-estandar {}


.content-varilla {
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.grid-varillas {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-content: space-between;
}


/********************************************************/
@media only screen and (max-width:767px) {
    .varilla {
        float: left;
        width: 45%;
        margin: 0 15px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%
    }



    .button-img {
        margin-right: 15px;
        align: middle;
        width: 22px;
        height: 22px;
    }



    .accordion-panel .accordion .content-impresion {
        padding: 10px;
        background-color: #f7f7f7;
        height: 240px;

    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 6px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-right: 15px;
        margin-top: 6px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

}

/*******************************************************/
@media only screen and (min-width:768px) and (max-width:991px) {
    .varilla {
        float: left;
        width: 29%;
        margin: 0 15px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%
    }

    .button-img {
        margin-right: 15px;
        align: middle;
        width: 22px;
        height: 22px;
    }

    .rotate-btn {
        padding: 0px 0;
        margin-top: 1px;
        float: left;
    }

    .accordion-panel .accordion .content-impresion {
        padding: 10px;
        background-color: #f7f7f7;
        height: 230px;

    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 6px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-right: 15px;
        margin-top: 6px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }


}

/********************************************************/
@media (min-width:992px) {
    .varilla {
        float: left;
        width: 17%;
        margin: 0 14px 20px 0;

    }

    .varilla img {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .varilla-nombre,
    .varilla-medida {
        text-align: center;
        width: 100%;
        cursor: pointer;
        color: #878787;
    }

    .button-img {
        margin-right: 15px;
        align: middle;
        width: 20px;
        height: 20px;
    }

    .rotate-btn {
        padding: 7px 0;
        margin: 0px;
        float: left
    }

    span.good-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 7px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/good-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    span.low-resolution {
        /*position: absolute;*/
        height: 24px;
        width: 24px;
        top: 0px;
        left: 0px;
        float: left;
        margin-top: 7px;
        margin-right: 15px;
        background-image: url(../images/enmarcados/iconos/low-resolution.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }


}

.varilla-nombre p {
    margin-bottom: 5px;
}

.varilla-medida {
    margin-top: 0px;
}

.ayuda {
    text-align: right;
    margin-top: 4px;
}

.ayuda a {
    color: #514C48;
    font-size: 18px;
}

.ayuda a:hover {
    color: #514C48;
}


@media only screen and (max-width:767px) {
    .ayuda {
        text-align: left;
        margin-top: 0px;
    }

    .ayuda a {
        color: #514C48;
    }

    .ayuda a:hover {
        color: #514C48;
    }

}

/****************Boton Whatsapp******************/
.whatsapp {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 40px;
    position: fixed;
    z-index: 10000;
    border: 0px;
}

.whatsapp img {
    max-width: 100%;
    max-height: 100%;
}



@media (max-width:767px) {
    .whatsapp {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
        position: fixed;
        z-index: 10000;
        border: 0px;
    }

    .whatsapp img {
        max-width: 100%;
        max-height: 100%;
    }
}

/****************End Boton Whatsapp*******************/
/* Estilos del carrusel */
.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.svg") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/arrow-right.svg") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15px;
    height: 15px;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
    color: #fff;
    width: 8%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {

    .carousel-control-next,
    .carousel-control-prev {
        color: #fff;
        width: 12%;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 460px) {

    .carousel-control-next,
    .carousel-control-prev {
        color: #fff;
        width: 15%;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.arrow-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}


/* fin Estilos del carrusel */


.faq h3 {
    font-size: 18px;
    font-weight: 600;
}



.mp-btn {
    background: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

.mp-btn {

    font-size: 12px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    min-width: 200px;
    padding: 12px 0;
    text-transform: uppercase;
    text-align: center;
    transition: all 100ms;
}

@media (max-width: 767px) {
    .mp-btn {
        font-size: 11px;
        min-width: 200px;
    }
}

a.mp-btn--white {
    background: #fff;
    border: solid 1px #514C48;
    color: #514C48;
    margin-bottom: 10px;
}

a.mp-btn--black {
    background: #776F68;
    border: solid 1px #776F68;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

a.mp-btn--orange {
    background: #E9522C;
    border: solid 1px #E9522C;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}

a.mp-btn--black-popup {
    background: #514C48;
    border: solid 1px #514C48;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

a.mp-btn--white-popup {
    background: #fff;
    border: solid 1px #514C48;
    color: #514C48;
    margin-bottom: 10px;
    font-size: 14px;
}

a.mp-btn--white-apply {
    background: #fff;
    border: solid 1px #bbb;
    color: #514C48;
    margin-bottom: 0px;
    margin-top: 10px;
}

a:hover.mp-btn--white-apply {
    background: #514C48;
    border: solid 1px #514C48;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}

a.btn_general_dialog {
    background: #514C48;
    border: solid 1px #514C48;
    color: #fff;
    margin-bottom: 10px;
}

.mp-btn--black .mp-btn--black-popup :hover {
    border: solid 1px #535353;
    background: #535353;
    color: #fff;
}

.mp-btn--black .mp-btn--black-popup:focus {
    color: #fff;
}

a.disabled {
    color:
        /*#ebebeb*/
        #c4c4c4;
    pointer-events: none;
    background-color: #c4c4c4;
    text-shadow: 1px 1px
        /*white*/
        , -1px -1px #777;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
}

/*********************** galeria *************************/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem 1.75rem 1rem;
    margin-bottom: 2.5rem;
    list-style: none;
    background-color: #ffffff;

}

.galeria-setup-producto {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767.98px) {
    .galeria-setup-producto {
        margin-bottom: 0.5rem;
    }

}

select.form-control {
    cursor: pointer;
    border-radius: 4px;
}

#sel_papeles {
    width: 280px;
}

/* Esconde el input original */
input[type="radio"] {
    display: none;
}

/* Estilo personalizado para el label que contiene el input */
input[type="radio"]+label {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    /* Ajusta el padding a la derecha */
    margin-right: 0px;
    /* Espaciado entre los elementos */
    cursor: pointer;
    user-select: none;
}

/* Estilo del pseudo-elemento que crea la "cajita" */
input[type="radio"]+label:before {
    content: "";
    position: absolute;
    right: 0px;
    /* Posiciona la "cajita" a la derecha */
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #514C48;
    border-radius: 3px;
    background-color: #fff;
}

/* Estilo del pseudo-elemento que muestra el "check" cuando está seleccionado */
input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    right: 4px;
    /* Ajusta la posición del "check" a la derecha */
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #514C48;
}



.radio-img {
    display: none;
}

.radio-img-label {
    cursor: pointer;
    margin-right: 0px;
}

.radio-img-label img {
    border: 2px solid transparent;
    border-radius: 4px;
}

.radio-img:checked+.radio-img-label img {
    border: 2px solid rgb(66, 66, 66);
}

/* galería medidas */
.input-group {
    display: flex;
    align-items: center;
}

.input-group .form-control {
    border-right: 0;
    text-align: center;
    /* Center the text inside the input */
}

.input-group-append {
    display: flex;
}

.input-group-text {
    border-left: 0;
    background-color: white;
    border-color: #333;
    padding: .375rem .3rem;
}

.x {
    display: inline-block;
    margin: 0 0px;
    font-size: 1.0em;
    vertical-align: middle;
}

#personal-size {
    display: flex;
    align-items: center;
}

/* Personalización del ancho de los input-groups */
.ancho-group,
.alto-group {
    width: 80px;
    /* Adjust the width as needed */
}

/* Personalización del ancho de los inputs */
.ancho-input,
.alto-input {
    width: 50px;
    /* Adjust the width as needed */
}

.div_resolution_img_editor {
    margin-left: 8px;
}

/* opciones del pedido */
.input-group {
    display: flex;
    align-items: center;
}

.input-group .form-control {
    border-right: 0;
}

.input-group-append {
    border-left: 0;
}

.input-group-text {
    border-left: 0;
    background-color: white;
    border-color: #514C48;
    padding: .375rem .3rem;
}



/********************************************************/
/* Custom Radio Images varillas */
.radio-img {
    display: none;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-img+.radio-img-label {
    cursor: pointer;
    /*border: 1px solid transparent;*/
    display: inline-block;
    padding: 5px;
    transition: border-color 0.3s;
}

.radio-img+.radio-img-label img {
    display: block;
    border: 1px solid rgb(66, 66, 66);
}

.radio-img:checked+.radio-img-label {
    /*border-color: #007bff;*/
}

/* Optional: Add hover effect */
.radio-img+.radio-img-label:hover {
    border-color: #007bff;
}

/* Estilo específico para inputs con la clase color-varilla */
input.color-varilla+label:before {
    width: 0;
    height: 0;
    background-color: transparent;
    border: 0px;

}

input.color-varilla:checked+label:after {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    display: block;
    /* Asegúrate de que el pseudo-elemento sea un bloque */
}

/* Estilo específico para #varilla-blanca */
#varilla-blanca+.radio-img-label {
    padding-left: 0;
}

/* Estilo específico para #varilla-marron */
#varilla-marron+.radio-img-label {

    margin-right: 0px;
}

/* botones galeria */
.btn-half-width {
    /*width: 40%;*/
    min-width: 200px;
}



input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
    cursor: text;
}

.form-group {
    display: flex;
    align-items: center;
}

.form-group .col-form-label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-group .col-4 {
    display: flex;
    align-items: center;
}

.form-group .col-8 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.form-group .radio-img-label {
    margin-right: 0px;
}

.popup {
    margin-left: 0px;
}

.input-group {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.input-group .form-control {
    border-right: 0;
    border-radius: 4px;
}

.input-group-append {
    border-left: 0;
}

.input-group-text {
    border-left: 0;
    background-color: white;
    border-color: #514C48;
    padding: .375rem .3rem;
}

.quantity {
    width: 70px;
}

.color-varilla+.radio-img-label img {
    height: 30px;
    width: 35px;
}


/********************************************************/

.horizontal-list {
    list-style: none;
    padding: 7px 10px 20px 0px;
    margin: -30px 0px 10px 0;
    display: flex;
    float: right;
}

.horizontal-list li {
    margin-right: 35px;
}


.horizontal-list li:last-child {
    margin-right: 0;
}


.horizontal-list li a {
    font-size: 14px;
    text-decoration: none;
    color: #514C48;
    padding: 0px 0px;
    border-bottom: none;

}

.horizontal-list li a:hover {
    border-bottom: 2px solid #514C48;
}

.search-box {
    position: relative;
    cursor: pointer;
}

.search-box input {
    padding-left: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.search-box .fa-search {
    position: absolute;
    top: 60%;
    left: 10px;
    transform: translateY(-50%);
}

.search-icon {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #514C48;
    font-size: 18px;
    z-index: 9996;
}

.form-control {
    padding: 0;
}

/* Eliminar el borde y el box-shadow */
.search-box,
.search input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.search {
    display: none;
    margin: 20px 0;
    padding: 0 10px;
}

/******************* menu desplegable categorias *************/
#menu-trigger {
    position: absolute;
    top: 19px;
    left: 0px;
    width: 30px;
    height: 30px;
    z-index: 4;
}

@media (max-width: 61.9275em) {
    #menu-trigger {
        left: -15px;
        top: 14px;
    }
}

#menu-trigger span {
    position: absolute;
    width: 100%;
    height: 100%;
}

#menu-trigger span::after,
#menu-trigger span::before {
    content: '';
    position: absolute;
    width: 25px;
    left: 0;
    height: 1px;
    background: #514C48;
}

#menu-trigger span::before {
    top: 10px;
}

#menu-trigger span::after {
    top: 19px;
}

#menu-trigger::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 23px;
    /* Ajusta esta posición según sea necesario */
    transform: translateY(-50%);
    font-size: 19px;
    /* Ajusta el tamaño de la fuente según sea necesario */
    color: #514C48;
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    padding-left: 25px;
    /* Ajusta el espacio entre el icono y el texto */
}



@media (min-width: 576px) and (max-width: 767.98px) {
    #menu-trigger::after {
        content: '';

    }
}

@media (max-width: 575.98px) {
    #menu-trigger::after {
        content: '';

    }
}


.closer {
    top: 40px;
    width: 25px;
    height: 25px;
    z-index: 10000000004;
    line-height: 1;
    position: fixed;
    display: none;
    border-bottom: 0;
}

.closer span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
}

.closer span::after,
.closer span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #514C48;
    top: -1px;
    left: 0;
}

.closer span::before {
    transform: rotate(45deg);
}

.closer span::after {
    transform: rotate(-45deg);
}

.closer::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 28px;
    /* Ajusta esta posición según sea necesario */
    transform: translateY(-50%);
    font-size: 19px;
    /* Ajusta el tamaño de la fuente según sea necesario */
    color: #514C48;
    white-space: nowrap;
    /* Evita que el texto se divida en varias líneas */
    padding-left: 5px;
    /* Ajusta el espacio entre el icono y el texto */
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .closer::after {
        content: '';
    }
}

@media (max-width: 575.98px) {
    .closer::after {
        content: '';
    }
}

.closer span:hover {
    /*background: #514C48;*/
}

/**********************************/
#menu-layer {
    position: fixed;
    width: 100%;
    top: 92px;
    height: auto;
    z-index: 10000;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0px);

    overflow: auto;
    /*Graceful degradation para Firefox*/
    overflow: overlay;
}

/*Webkit(Chrome, Android browser, Safari, Edge...)*/
#menu-layer::-webkit-scrollbar {
    display: none;
}

#menu-layer:hover::-webkit-scrollbar {
    display: initial;
}

#menu-layer::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#menu-layer .wrapper .cell {
    position: relative;
    text-align: left
}

#menu-layer a {
    text-decoration: none;
    border-bottom: 0;
    color: #514C48;
}

#menu-layer a:hover {
    text-decoration: none;
    border-bottom: 0;
    color: #514C48;
}


#menu-layer .nav-menu {
    line-height: 1;
    padding-left: 150px
}

#menu-layer .nav-menu {
    padding: 30px 60px
}

/*******************************************/
@media only screen and (max-width: 767.98px) {
    #menu-layer .nav-menu {
        padding: 90px 45px;
    }
}

/*********************************************/
@media (max-width:29.99em) {
    #menu-layer .nav-menu {
        padding: 60px 120px
    }
}

#menu-layer .nav-menu:hover a {
    opacity: 1;
    /*para efecto con background negro usar opacity: .5*/
}

#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .main {
    margin: 0 0 50px;
    list-style: none;
    padding: 0px 0 0
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 90px;
        padding: 0
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 60px;
        padding: 0
    }
}

#menu-layer .nav-menu .main li {
    margin: 0 0 15px;
    padding: 0;
    display: block
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main li {
        margin-bottom: 30px
    }
}

#menu-layer .nav-menu .main a {
    font-size: 16px;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
    text-decoration: none;
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main a {
        font-size: 40px
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main a {
        font-size: 26px
    }
}

#menu-layer .nav-menu .brand a:hover,
#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .brand {
    margin: 0;
    padding: 0 0 30px;
    list-style: none
}

#menu-layer .nav-menu .brand li {
    margin: 0 0 30px;
    padding: 0;
    display: block
}

#menu-layer .nav-menu .brand a {
    font-size: 14px;
    text-decoration: none;
    font-family: "Titillium Web", 'Trebuchet MS', sans-serif;
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .brand a {
        font-size: 16px
    }

}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .brand a {
        font-size: 14px
    }

    .main-content {
        padding-top: 80px;
    }

    #menu-layer .nav-menu {
        padding: 90px 30px;
    }

}


#menu-close {
    left: 30px;
    right: auto;
    border-bottom: 0;
    z-index: 10000000004;
    background-color: #fff;

}

#menu-close:hover {
    color: #fff
}


@media (max-width:991.98px) {
    #menu-close {
        left: 14px;
        top: 34px;
    }

}


@media (max-width:29.99em) {
    #menu-close {
        left: 12px;
        top: 34px;
    }

}

/******************* fin menu desplegable *************/
/************************** menú categorías *******************************/
.category-container {
    width: 100%;
}

.columns-container {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    margin: 0 10px;
    list-style-type: none;
    padding: 0;
}

@media (max-width: 992px) {
    .columns-container {
        flex-direction: column;
    }

    .column {
        margin: 0;
    }
}

.category-container ul,
.column ul {
    padding: 0;
    list-style-type: none;

}

.category-container ul li,
.column ul li {
    margin-bottom: 15px;
}

/************************** fin menú categorías *******************************/

.product-gallery {
    position: relative;
}

#spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(255, 255, 255, 0.7);*/
    /* Opcional: fondo semi-transparente */
}

.text-carousel {
    margin-top: 10px;
    background-color: #776f68;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.menu-desktop {
    position: absolute;
    right: 15px;
}

/*
* {
    outline: 1px solid red; /* opcional: para ver qué se está desbordando 
} */
/* share-icons*/

.share-icons {
    opacity: 0;
    transform: translateY(10px);
    /* arranca un poco hacia abajo */
    transition: opacity 4.5s ease,
        transform 0.5s ease;
    /* animamos ambas cosas */
}

.share-icons.visible {
    opacity: 1;
    transform: translateY(0);
    /* sube a su posición final */
}


.share-icon .fa-facebook-f {
    font-size: 20px;
}

.share-icon .icon-x-svg {
    width: 20px;
    height: 20px;
}

.share-icon .fa-pinterest-p {
    font-size: 22px;
}

.share-icon .fa-whatsapp {
    font-size: 24px;
}

.share-icon .fa-linkedin-in {
    font-size: 20px;
}

.share-icon .fa-link {
    font-size: 20px;
}

.icon-x-svg {
    vertical-align: middle;
    color: #514C48;
    /* color normal */
    transition: 0.2s ease;
}

.icon-x-svg {
    color: #555 !important;
    /* igual que hover general */
    transform: scale(1.15);
}

.share-icons {
    text-align: center;
}

.share-icons h6 {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #514C48;
}

.share-icon {
    display: inline-block;
    margin: 0 5px;
    font-size: 28px;
    color: #514C48;
    transition: 0.2s ease;
}

.share-icon .fa-check {
    font-size: 20px;
}

.share-icon.copied {
    /*color: #28a745 !important;*/
    /* verde */
    transform: scale(1.2);
}

/*
.share-copy-msg {
    font-size: 0.90rem;
    color: #28a745;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: right;
}

.share-copy-msg.visible {
    opacity: 1;
    transform: translateY(0);
}*/



/* contenedor relativo para anclar el tooltip */
.share-icon {
    position: relative;
}

/* Contenedor de los íconos */
.share-icon {
    position: relative;
}

/* TOOLTIP base (invisible) */
.share-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 90%;
    /* aparece arriba del ícono */
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    background: #ffffff;
    /* fondo blanco */
    color: #514C48;
    /* texto */
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #514C48;
    /* borde */
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 9999;
}

/* Flechita del tooltip */
.share-icon::before {
    content: "";
    position: absolute;
    bottom: 61%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #514C48 transparent transparent transparent;
    /* borde de la flecha */
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 9998;
}

/* Flechita "rellena" con fondo blanco */
.share-icon.tooltip-visible::after {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.share-icon.tooltip-visible::before {
    opacity: 1;
}

/* Tooltip visible */
.share-icon.tooltip-visible::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* fin-share-icons*/
/* overlay luego de comprar */
.saliendo-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 999999;
}

.saliendo-overlay.is-visible {
    opacity: 1;
    pointer-events: all;
}

.saliendo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.saliendo-text {
    margin-top: 40px;
    font-size: 16px;
    color: #444;
    letter-spacing: .5px;
}

/* fin overlay luego de comprar */
/********* back to top **************/

.back-to-top {
    position: fixed;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);

    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    z-index: 999;

    border: none;
    outline: none;
    box-shadow: none;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}


/* Flecha */
.back-to-top::before {
    --arrow-size: 25px;
    /* tamaño de la flecha */
    --arrow-stroke: 2px;
    /* grosor del trazo */

    content: "";
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-top: var(--arrow-stroke) solid #5d5854;
    border-right: var(--arrow-stroke) solid #5d5854;
    transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
    .back-to-top::before {
        --arrow-size: 20px;
        /* más chica en mobile */
        --arrow-stroke: 2px;
        /* o 1.5px si querés más fina */
    }
}

/* estados */
.back-to-top:hover {
    background: transparent;
}

.back-to-top:focus,
.back-to-top:active {
    outline: none;
    box-shadow: none;
}

.back-to-top:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .4);
}

.back-to-top {
    mix-blend-mode: difference;
}

.back-to-top::before {
    border-color: #fff;
}