/*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; }
*/

/* Evita coloreo en texto seleccionad/
::selection {
    background-color:#fff;
    color:#111;
}
::-moz-selection {
    background-color:#fff;
    color:#111;
}
/*end*/

/* Evita el coloreo en enlaces en mobile */
a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*end*/

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    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: 10px;
    text-align: center;
}

#header hr {
    margin: 0px 0 0 0
}

.message--color-info {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.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
}

@media only screen and (max-width:767px) {
    .main-menu {
        position: absolute;
        top: 27px;
        right: 15px;
        width: 30px;
    }

    .menu-btn {
        display: block;
        margin: -3px 0px 0px 0;
        position: relative;
        right: 0px;
        top: 0px;
        height: 40px;
    }

    .menu-btn:before {
        position: absolute;
        top: 12px;
        right: 5px;
        width: 24px;
        height: 4px;
        background: #fff;
        box-shadow: 0 4px #111111, 0 8px #fff, 0 12px #111111, 0 16px #fff, 0 20px #111111;
        content: '';
    }
}

#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: #111;
    display: none;
    max-width: 480px;
    height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

.registro {
    overflow: hidden;
    text-align: center;
    margin: auto;
    background-color: #fff;
    color: #111;
    display: none;
    width: 550px;
    height: auto;
    padding: 30px 30px 30px 30px;
    margin-left: auto;
    margin-top: auto;
}

@media only screen and (max-width:767px) {
    .registro {
        overflow: hidden;
        text-align: left;
        margin: auto;
        background-color: #fff;
        color: #111;
        display: none;
        width: 350px;
        height: auto;
        padding: 30px 30px 30px 30px;
        margin-left: auto;
        margin-top: auto;
    }

    .registro input {
        text-align: left;
    }
}

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;
}

.container {
    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: 0px;
    position: relative
}

.order-area 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;
    }
}

h2 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
}

a:link {
    text-decoration: none
}

a.underline {
    text-decoration: underline;
    font-size: 13px;
}

a.underline:hover {
    text-decoration: none
}

a.data {
    color: #999;
}

.file-view {
    width: 235px;
}

.file-view .text {
    vertical-align: middle;
}

.file-view .text span.hscrollthis {
    display: block;
    font-family: "Arial", "Helvetica"Sans-Serif;
    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;
}

@media only screen and (max-width:767px) {
    .file-view {
        width: 160px;
    }

    .file-view .text span.hscrollthis {
        display: block;
        font-family: "Arial", "Helvetica"Sans-Serif;
        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;
    }

}


.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;
}

.checkbox > span.list {
    margin: 0px 0 0 0px;
    padding: 2px 0px 0 0;
    float: left;
    position: relative;
    top: -9px;
    left: 0;
    width: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#list-container div {
    float: left;
    position: relative;
}


/* agregado por Jape lo puse como clase para repetirlo  */
.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: 5px 20px 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-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: 20px 0 30px 0
}

#summary-copy {
    margin-bottom: 20px
}

#total-car {
    text-align: center
}


/********PREFERENCIAS COPY********/
#pref-copy-main {
    position: relative;
    height: 165px;
    /*si se desea mostrar select cantidad el valor es 195px*/
}

#pref-copy form ol {
    margin-top: 0px;
}

#pref-copy-options {
    position: relative;
    height: 165px;
    /*si se desea mostrar select cantidad el valor es 195px*/
}

#pref-copy .labels-inline label {
    padding: 5px 16px 0 0;
    float: left;
    width: 30%;
    text-align: left;
}

#pref-copy .labels-inline .select {
    width: 70%;
    float: right;
}

#pref-copy-btns-options {
    position: absolute;
    bottom: 0px;
    width: 100%
}

#personal-size div {
    float: left;
    position: relative;
    margin-bottom: 8px;
}

#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: 27%;
    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) {
    #pref-copy-options input {
        width: 60%
    }

    #personal-size input {
        display: inline-block;
        float: left;
        width: 26%;
    }

    .x {
        width: 12px;
        text-align: center;
        margin-top: 5px;
    }
}

/********PREFERENCIAS COPY********/

@media (min-width:992px) and (max-width:1199px) {
    #pref-copy .labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 40%;
        text-align: left;
    }

    #pref-copy .labels-inline .select {
        width: 60%;
        float: right;
    }
}

@media (max-width: 1024px) {
    .box-l {
        padding: 0 20px 0 0px
    }

    .box-r {
        padding: 0 0px 0 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #pref-copy-options input {
        width: 50%
    }

    #pref-copy .labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 35%;
        text-align: left;
    }

    #pref-copy .labels-inline .select {
        width: 65%;
        float: right;
    }

    #pref-copy .mp-btn {
        font-size: 11px;
        display: inline-block;
        line-height: 1;
        letter-spacing: 0.1em;
        min-width: 160px;
        padding: 8px 0;
        text-transform: uppercase;
        text-align: center;
        transition: all 100ms;
    }

    #personal-size input {
        display: inline-block;
        float: left;
        width: 23%;
    }

    .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
    }

    #pref-copy-main {
        position: relative;
        height: 130px;
    }

    #pref-copy-options {
        position: relative;
        height: 130px;
    }

    #pref-copy .labels-inline label {
        padding: 5px 16px 0 0;
        float: left;
        width: 30%;
        text-align: left;
    }

    #pref-copy .labels-inline .select {
        width: 70%;
        float: right;
    }

    .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-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: #111;
    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: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

#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: 340px;
    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: #111;
        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: 0px 0px 15px rgba(0, 0, 0, 0.8);
    }

    #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: #111;
        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: 0px 0px 15px rgba(0, 0, 0, 0.8);
    }

    #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: 50%;
        text-align: left;
    }

    #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: #111;
        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: 0px 0px 15px rgba(0, 0, 0, 0.8);
    }

    #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: #000
            /*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 #555;
        font-weight: normal;
        font-family: "Arial", "Helvetica"Sans-Serif;
        line-height: 0px;
        display: inline;
    }

    #pref-copy input {
        border: 1px solid #bbb;
    }

    #detail .control-product button {
        margin: 0 2px;
        border: solid;
        border-width: 1px;
        border-color: #555;
        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
    }

    #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: #111;
    display: none;
    min-width: 450px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    height: auto;
}

@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: 50%;
    height: auto;
}

@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: 35%;
        height: auto;
    }
}

.message-entry {
    background-color: #fff;
    color: #111;
    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;
}

.message-info {
    background-color: #fff;
    color: #111;
    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;
}

.message-info p,
ul,
li {
    text-align: left;
}

.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: 15px;
}

#lbl_tiempo_entrega.message {
    margin: 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    color: #111;
    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: #111;
    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;*/
}

.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-entry input {
        text-align: left;

    }

    .message-entry p {
        text-align: center
    }

    #div_modal_confirm {
        background-color: #fff;
        color: #111;
        display: none;
        min-width: 400px;
        min-height: 180px;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-left: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
        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: #111;
        display: none;
        min-width: 400px;
        min-height: 180px;
        padding: 30px 30px 30px 30px;
        text-align: center;
        margin-left: 0px;
        border-radius: 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
        position: relative
    }
}


#form-account,
.form-close a {
    position: absolute;
    top: 10px;
    right: 10px;
    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-color: #BBB;
    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: right;
    padding: 0 5px;
    font-size: 12px;
    margin: 0 3px 0 3px;
    vertical-align: middle;
    width: 33px;
    height: 20px;
    border: 1px solid #c7c7c7;
    font-weight: normal;
    font-family: "Arial", "Helvetica"Sans-Serif;
    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 #111;
    font-weight: normal;
    font-family: "Arial", "Helvetica"Sans-Serif;
    line-height: 14px;
    display: inline;
}

.qty-options-popup span {
    margin: 14px 9px 0 9px
}


.photo-view .checkbox {
    position: absolute;
    top: -9px;
    left: -1px;
}

.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;
}

.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 {
    margin: 0px 20px 0 20px;
    padding: 0;
    font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.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;
}

.side-nav-top ul {
    margin: 10px 0 20px 0px;
    list-style: none;
}

.side-nav-top ul li a {
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 12px;
    font-family: "Arial", "Helvetica"Sans-Serif;
    font-style: normal;
    font-style: normal;
    letter-spacing: 0.02em;
}

.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-family: "Helvetica",
        Arial,
        sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    border-color: #ccc
}

.side-nav-top ul li ul li a.nav-selected {
    font-family: "Helvetica",
        Arial,
        sans-serif;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #ccc;
}

.nav-top .nav-top li {
    text-transform: none;
}

.nav-top li a {
    margin: 0;
    padding: 10px 0px 10px 0;
    display: block;
    float: none;
    text-decoration: none;
    color: #111111;
    border-bottom: 1px 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 {
    margin: 25px 0px 0 0;
}

@media only screen and (max-width:767px) {
    .top-navigation .column {
        margin: 10px 0 0;
    }

    .top-navigation .column.grid_12 {
        width: 456px;
    }

    .top-navigation {
        margin: 10px 0px 10px 0;
    }
}

@media only screen and (min-width:768px) and (max-width: 959px) {
    .top-navigation .column {
        margin: 20px 0 0;
    }
}

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: #111;
    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;
}


/* END CARRO TABLE ELEMENTS*/

.logo {
    width: 220px;
}

@media (max-width:1199px) {
    .logo {
        width: 200px;
    }
}

@media (max-width:768px) {
    img.logo {
        padding: 0;
        width: 100px;
        height: auto;
        margin-top: 0px;
    }
}

@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: #111;
        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: #111;
        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: #111;
        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;
}

.top-menu .slider {
    width: 0%;
    height: 0px;
    background-color: #F03861;
    display: none;
}

.top-menu ul {
    font-size: 0;
    list-style-type: none;
    float: right;
    margin: 0 -5px 0 0px;
    padding-right: 0px;
}

.top-menu li {
    margin: 0 0px 0px 12px;
}

.top-menu ul li {
    font-family: "Arial", "Helvetica"Sans-Serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding-top: 15px;
    padding-right: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;

    z-index: 900;

}

.top-menu ul li ul {
    display: none;
    margin: 10px 0 20px -80px;
    border-style: solid;
    border-width: 1px;
    border-color: #bebebe;


}

.top-menu ul li:hover {
    cursor: pointer;
}

.top-menu ul li:hover ul {
    display: block;
    margin-top: 15px;
    width: 180px;
    left: 0;
    position: absolute;
}

.top-menu ul li:hover ul li {
    display: block;
    background-color: #fff;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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:hover {
    background-color: #e0e0e0;
}

.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
    }

    #btn-select-all {}

    #btn-apply-select {
        margin-right: 0px;
        float: right
    }

    #btn-check {
        margin-top: 10px;
    }

    #btn-add-to-cart {
        margin-top: 10px;
        float: right;
    }

    #btn-carro-comprar-mas {}

    #btn-carro-comprar {}

    #save-form-account {}

    #cancel-form-account {}
}

@media (min-width:1199px) {
    #btn-create-account {
        margin-top: 20px;
        position: absolute;
        bottom: 42px;
    }

    #btn-add-files {
        margin-right: 0px
    }

    #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
    }

    #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;
    }
}

@media (min-width:1199px) {

    .label,
    label {
        font-weight: 400;
        font-style: normal;
    }
}

@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:767px) {
    .side-nav-top {
        margin: 0px 20px 0 0px;
        padding: 0;
        width: 100%;
        font-family: 'Titillium Web', 'Trebuchet MS', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        background-color: #e4e4e4;
    }

    .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;
    }

    .side-nav-top ul {
        margin: 10px 0 20px 0px;
        list-style: none;
    }

    .side-nav-top ul li a {
        margin: 0;
        padding-left: 10px;
        font-size: 15px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;
        font-family: "Arial", "Helvetica"Sans-Serif;
        font-style: normal;
        font-style: normal;
        letter-spacing: 0.02em;
    }

    .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-family: "Helvetica",
            Arial,
            sans-serif;
        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        border-color: #ccc
    }

    .side-nav-top ul li ul li a.nav-selected {
        font-family: "Helvetica",
            Arial,
            sans-serif;
        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        text-transform: uppercase;
        border-color: #ccc;
    }

    .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: #111111;
        border-bottom: 1px 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) {
    .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;
}

.payment {
    text-align: center;
    margin: 20px 0 20px 0;
}

.payment img {
    margin: 0 12px 10px 0;
}

footer {
    padding: 0px 0 0px 0;
    margin-top: 0px;
    background: #fff;
    color: #111;
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
    font-size: 14px;
}

footer ol {
    margin: 0px 0 0px 20px;
    display: block;
}


footer ul {
    list-style: none;
    margin: 0
}

footer ul li {
    margin: 0 0 5px;
    padding: 0;
}

footer a {
    color: #111;
}

footer a:hover {
    color: #555;
}

.sub-footer {
    padding: 12px 0 12px 0;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.sub-footer a {
    color: #fff;
}

.sub-footer a:hover {
    color: #999;
}


.fiscal {
    text-align: right
}

@media only screen and (max-width:767px) {
    .fiscal {
        text-align: center;
    }
}
/****************Boton Whatsapp******************/
.whatsapp {
    width: 55px;
    height: 55px;
    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*******************/