.contentimg {
    text-align: -webkit-center;
}

.number {
width:10% !important;
}
/*.contentimg img {
 width:50% !important;
}*/

.side-custom-menu .side-menu-body ul {
    height: 240px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dropdown-cart-products {
    max-height: 310px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cat-list {
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.li-art li a {
    font-weight: 100;
    FONT-SIZE: 12px;
    color: #7a7d82;
}

.li-art {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.toggle-header {
    background-color: #d8d8d6;
    padding: 5px;
}

.toggle-body {
    background-color: #f4f4f4;
}

.paction-custom {
    display: -ms-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 42px;
    height: 43px;
    transition: all .3s;
    /* border: 1px solid #d8d8d6; */
    /* background-color: #f4f4f4; */
    color: #302e2a;
    font-family: 'porto';
    font-size: 1.8rem;
    text-decoration: none;
}

.add-custom {
    min-width: 132px;
    padding: .85rem .5rem;
    transition-duration: 0s;
    /*color: #6f6e6b;*/
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
}

    .add-custom::before {
        margin-top: 2px;
        font-family: 'porto';
        font-size: 1.9rem;
        line-height: 1;
    }

    .add-custom span {
        display: inline;
        font-size: 1.4rem;
    }

    .add-custom:hover, .add-custom:focus {
        border-color: #08c;
        background-color: #08c;
        color: #fff;
    }

#spejo-cliente {
    background-color: #fff;
}

#spejo_content {
}

    #spejo_content a {
        pointer-events: none;
    }
        #spejo_content .sub-col{
            text-align: right;
        }

        #spejo_content a.btn-edit, #spejo_content a.btn-remove, #spejo_content a.btn, #spejo_content button {
            display: none;
        }
/*.add-custom:hover, .add-custom:focus {
    border-color: #08c;
    background-color: #08c;
    color: #fff;
}
.add-custom {
    min-width: 132px;
    padding: .85rem .5rem;
    transition-duration: 0s;
    border-color: #08c;
    background-color: #08c;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
}*/
/*###### BIENVENIDO ######*/
.s-banner {
    color: white;
    /*background-color: mediumslateblue;*/
    /*background: linear-gradient(150deg,#281483 15%,#8f6ed5 70%,#d782d9 94%);*/
    height: 100vh;
    z-index: 10;
}

.s-banner-welcome {
    color: white;
    /*background-color: mediumslateblue;*/
    background: url("/Content/assets/images/slider/Entrada.jpg") no-repeat center center fixed;
    background-size: cover;
    z-index: 10;
}

.s-banner-exit {
    color: black;
    /*background-color: mediumslateblue;*/
    background: url("/Content/assets/images/slider/Salida.jpg") no-repeat center center fixed;
    background-size: cover;
    z-index: 10;
}

.s-bienvenido .jumbotron {
    background-color: transparent;
}

.input-hide {
    left: -9999px;
    position: absolute;
}

/*###### END BIENVENIDO ######*/
.newsletter-popup {
    position: relative;
    max-width: 900px;
    height: 520px;
    margin-right: auto;
    margin-left: auto;
    padding: 46px 46px 25px;
    border-radius: 0;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.header-middle-client {
    padding-top: .0rem;
    padding-bottom: .0rem;
}
/*.product-single-container {
    margin-bottom: .5rem;
    height: 82%;
    width:82%;
    
}
.product-single-container {
    /* margin-bottom: .5rem; 
}
.product-quick-view {
    padding: 2.5rem;
}
.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    
}

.prod-thumbnail {
    padding: .1rem 1rem;
}*/

/**********************************/
/************ SUBEMPAQUE **********/
/**********************************/

.config-swatch-list-subempaque {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .config-swatch-list-subempaque li {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: .4rem;
        margin-bottom: .4rem;
    }

    .config-swatch-list-subempaque a {
        display: block;
        position: relative;
        width: 2.2rem;
        height: 2.2rem;
        transition: all .3s;
        color: #fff;
    }

        .config-swatch-list-subempaque a span {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            color: #fff;
            font-size: 1em;
            font-family: 'porto';
            font-size: 1.1rem;
            line-height: 1;
        }

        .config-swatch-list-subempaque a:hover,
        .config-swatch-list-subempaque a:focus {
            box-shadow: 0 0 0 .1rem #fff, 0 0 0 .2rem #dfdfdf;
        }

    .config-swatch-list-subempaque li.active a::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        font-size: 1em;
        font-family: 'porto';
        font-size: 1.1rem;
        line-height: 1;
        /*content: '\e84e';*/
    }


.section-hero {
    height: 100vh;
    min-height: 500px;
}

.section-shaped .shape-primary {
    background: linear-gradient(150deg,#281483 15%,#8f6ed5 70%,#d782d9 94%);
}

.section-shaped .shape-style-1 :first-child {
    background: hsla(0,0%,100%,.1);
    bottom: auto;
    left: -4%;
}

.section-shaped .shape-style-1 .span-150 {
    height: 150px;
    width: 150px;
}

.section-shaped .shape-primary :first-child {
    background: #53f;
}

.section-shaped .shape-style-1 span {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.section-shaped .shape span {
    position: absolute;
}

.section-shaped .shape-style-1 :nth-child(2) {
    background: hsla(0,0%,100%,.1);
    right: 4%;
    top: 10%;
}

.section-shaped .shape-style-1 .span-50 {
    height: 50px;
    width: 50px;
}

.section-shaped .shape-primary :nth-child(2) {
    background: #4553ff;
}

.section-shaped .shape-style-1 :nth-child(3) {
    background: hsla(0,0%,100%,.3);
    right: 5.66666%;
    top: 280px;
}

.section-shaped .shape-style-1 .span-50 {
    height: 50px;
    width: 50px;
}

.section-shaped .shape-style-1 :nth-child(4) {
    background: hsla(0,0%,100%,.15);
    right: 7%;
    top: 320px;
}

.section-shaped .shape-style-1 .span-75 {
    height: 75px;
    width: 75px;
}

/*****************************************/
/**********          CART       **********/
/*****************************************/
.product-image img {
    width: auto;
    height: auto;
}

.product-col {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    /* align-items: center; */
}

    .product-col .product-image-container {
        /*flex: 0 1 auto;*/
        /*flex: 0 0 80px*/
    }

.tbody {
    height: 50px !important;
    overflow-y: scroll;
}

.my-tbody {
    min-height: 100px;
    display: block;
    overflow-y: scroll;
    width: 100%;
}

.description-text p,
.description-text h2 {
    text-align: left;
}

.product-col .product-image-container {
    border: 0px;
}

.product-image-container {
    border: 0px;
}

.config-swatch-list-subempaque ul li.active a {
    background-color: rgb(17, 66, 107);
}

.visible-none {
    display: none;
}

.table .table {
    background-color: transparent;
}

    .table .table.vuetable th:first-child, .table .table.vuetable td {
        padding-left: 25px;
        border-top: none;
    }

    .table .table.vuetable th:first-child {
        padding-left: 25px;
    }

.table-custom-fixed tr th:not(.product-col),
.table-custom-fixed tr td:not(.product-col) {
    text-align: center;
}

/*TABLE FIXED*/


.header-fixed th {
    background: #eee;
}

.header-fixed tr {
    width: 100%;
    display: inline-table;
    /*table-layout: fixed;*/
}

.cart-table-container {
    overflow-y: auto;
    height: 75vh;
    position: relative;
}

table.header-fixed {
    height: 75vh;
    display: -moz-groupbox;
}

    table.header-fixed.vuetable {
        height: 75vh;
        display: -moz-groupbox;
    }

.header-fixed tbody {
    /*overflow-y: scroll;*/
    height: 75vh;
    width: 97%;
    position: relative;
}

    .header-fixed tbody.vuetable-body {
        overflow-y: scroll;
        height: 75vh;
        width: 97%;
        position: absolute;
    }


/*.header-fixed > tbody {
    overflow-y: auto;
    height: 350px;
}*/

.header-fixed {
    margin-bottom: 50px;
}
    /*,
.header-fixed > thead > tr > th
    */
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        /*border: 1px solid red;*/
    }
        /*.header-fixed > thead > tr > th {
        width: 9%;
        float: left;
    }
    .header-fixed > tbody > tr > td {
        width: 9%;
        float: left;
    }*/



        /*.header-fixed > thead > tr > th.qty-col {
        width: 14%;
        float: left;
        border: 1px solid red;
    }*/
        .header-fixed > thead > tr > th.product-col,
        .header-fixed > tbody > tr > td.product-col {
            width: 11%;
            float: left;
            /*border: 1px solid red;*/
        }

        .header-fixed > thead > tr > th.description-text,
        .header-fixed > tbody > tr > td.description-text {
            width: 30%;
            float: left;
            /*border: 1px solid green;*/
        }

            .header-fixed > thead > tr > th.description-text.vuetable-th-slot-descripcion, .header-fixed > tbody > tr > td.description-text.vuetable-slot {
                width: 41% !important;
                float: left;
                /*border: 1px solid red;*/
            }

        .header-fixed > thead > tr > th.price-col,
        .header-fixed > tbody > tr > td.price-col {
            width: 15%;
            float: left;
            /*border: 1px solid red;*/
        }

        .header-fixed > thead > tr > th.qty-col,
        .header-fixed > tbody > tr > td.qty-col {
            width: 15%;
            float: left;
            /*border: 1px solid red;*/
        }

        .header-fixed > thead > tr > th.presentacion-col,
        .header-fixed > tbody > tr > td.presentacion-col {
            width: 9%;
            float: left;
            /*border: 1px solid red;*/
        }


        .header-fixed > thead > tr > th.sub-col,
        .header-fixed > tbody > tr > td.sub-col {
            width: 15%;
            float: left;
            /*border: 1px solid red;*/
        }

        .header-fixed > thead > tr > th.option-col,
        .header-fixed > tbody > tr > td.option-col {
            width: 5%;
            float: left;
            /*border: 1px solid red;*/
        }
/*.header-fixed > tbody > tr > td {
        width: 15.5%;
        float: left;
    }*/
.tfood {
    margin-top: 50px;
}

    .tfood thead th,
    .tfood td {
        vertical-align: bottom;
        border-bottom: 0px solid #dee2e6;
        border-top: 0px solid #dee2e6;
    }

.bootstrap-touchspin.input-group {
    max-width: 108px;
    padding-right: 20px;
    margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
    height: 4.2rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 86px;
    padding: 1.05rem 1rem;
    line-height: 1.4;
}

.sidebar-shop .widgets {
    padding: 0px;
}

.sidebar-shop .widgets {
    margin: 0;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #dae2e6;
    border-bottom-color: rgb(218, 226, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 0;
}

.product-sm .old-price {
    font-size: .9rem;
}

.product-sm .product-price {
    font-size: 1.2rem;
}

.side-custom-menu-ajax {
    border: 1px solid darkgrey;
    border-style: dotted;
    height: 412px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.side-custom-menu-ajax {
    border: 1px solid darkgrey;
    background-color: #dee2e6;
    border-style: dotted;
    height: 412px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .side-custom-menu-ajax img {
        display: block;
        margin: 70% auto;
    }

.featured-section-ajax {
    border: 1px solid darkgrey;
    background-color: #dee2e6;
    border-style: dotted;
    height: 430px;
    width: 100%;
}

    .featured-section-ajax img {
        display: block;
        margin: 15% auto;
    }

.category-ajax {
    border: 1px solid darkgrey;
    background-color: #dee2e6;
    border-style: dotted;
    height: 512px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .category-ajax img {
        display: block;
        margin: 70% auto;
    }

@media print {

    #app::-webkit-scrollbar {
        width: 0 !important
    }

    #app {
        overflow: -moz-scrollbars-none;
    }
}

.color-green {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #28a745;
}

.color-red {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #dc3545;
}

.widget-featured-ajax {
    border: 1px solid darkgrey;
    background-color: #dee2e6;
    border-style: dotted;
    height: 512px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

    .widget-featured-ajax img {
        display: block;
        margin: 70% auto;
    }

.product-label-custom {
    position: absolute;
    top: 3.5em;
    right: .8em;
    min-width: 46px;
    padding: .5rem;
    background-color: #08c;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}


    .product-label-custom.label-hot,
    .product-label-custom.label-new {
        background-color: #62b959;
    }


.loading-custom img {
    display: block;
    margin: auto;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.ui-progressbar {
    position: relative;
    color: #362878;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    margin-left: -40px;
}

.ui-widget-header {
    border: 1px solid #E8D1CF;
    background: #C3AEE0 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    margin-left: -40px;
}

@media print {
    .logo img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

.label-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.7rem;
    /*border-bottom: 1px solid #dae2e6;*/
}

    .label-filter label {
        margin-right: 1.3rem;
        margin-bottom: 0;
        color: #21293c;
        font: 600 1.5rem/1.1 "Open Sans",sans-serif;
        letter-spacing: .005em;
        text-transform: uppercase;
    }

    .label-filter .config-swatch-list-subempaque {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.page-item.page-link.active {
    background-color: #007bff;
    color:white;
}
.color-atiqueta-expo {
    color: red;
    font: 600 1.5rem/1.1 "Open Sans",sans-serif;
    letter-spacing: .005em;
}


.box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 1.8rem;
    position: relative;
}

html .featured-box-primary .box-content {
    border-top-color: #0088CC;
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px;
}

.featured-box {
    background: #FFF;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-boxes .featured-box {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    margin-top: 1.5rem;
}

.purchases-payment__subtitle {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 32px;
}


table.tableBodyScroll tbody {
    display: block;
    max-height: 400px;
    min-height: 400px;
    overflow-y: scroll;
}

table.tableBodyScroll thead, tfoot , table.tableBodyScroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*table.tableBodyScroll tfoot, table.tableBodyScroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}*/


/* Estilos del contenedor */
.HistoContainer {
    padding: 1rem 1.5rem;
    /*width: 300px;*/
    min-height: 410px;
    max-height: 410px;
    /*background-color: #fff;*/
    /*border-radius: 0.25rem;*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);*/
    /*color: #333;*/
    /*font-family: sans-serif;*/
    /*text-align: justify;*/
    line-height: 1.3;
    overflow: auto;
}

/* Tamaño del scroll */
    .HistoContainer::-webkit-scrollbar {
        width: 8px;
    }

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
    .HistoContainer::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
    .HistoContainer::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

/* Cambiamos el fondo cuando esté en active */
    .HistoContainer::-webkit-scrollbar-thumb:active {
        background-color: #999999;
    }

/* Ponemos un color de fondo y redondeamos las esquinas del track */
    .HistoContainer::-webkit-scrollbar-track {
        background: #e1e1e1;
        border-radius: 4px;
    }

/* Cambiamos el fondo cuando esté en active o hover */
    .HistoContainer::-webkit-scrollbar-track:hover,
    .HistoContainer::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }

.iconcomment {
    margin-bottom: 10px;
    margin-right: 10px;
}

.card-header {
    text-transform: initial !important;
    background-color: #ffffff !important;
    line-height: 2.5 !important;
}

.rpa {
    padding: 0.5rem 1.5rem !important;
}

.product-row {
    font-size: 1.2rem !important;
}

.btnAdd {
    min-width: 40px !important;
    height: 33px !important;
    padding: 0 !important;
}

textarea {
    resize: none;
}

.vuetable-body tr {
    font-size: 11px;
    text-transform: uppercase;
}

table.vuetable thead {
    font-size: 12px;
    color: #515151;
}

.CustomCart {
    border-bottom: 1px !important;
    border-bottom-style: solid !important;
    border-color: #cccccc !important;
}

.BodyCustomCart {
    min-height: 80px !important;
}

.padx15 {
    padding-bottom: 15px !important;
}

/***Encuestas*/

.encuesta-header .header-top .container{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
    .encuesta-header .header-top .container .encuesta-header-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

body.encuesta {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    body.encuesta main {
        margin: 0 auto;
        padding: 0 25%;
    }
.main-encuesta footer {
    margin-top: auto;
}

.grid-encuesta {
    
    display: grid;
    grid-template-rows: repeat(auto-fit,minmax(20ch,1fr));
}

    .grid-encuesta picture {
        margin-top: -5%;
        margin-bottom: -2.5%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
.grid-encuesta picture img{
    display:normal;
    height: 35vh;
    object-fit: contain;
}
.grid-encuesta-text {
    padding: 0;
    text-align: center;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    font-size: 2.2rem;
    color: #0e2faa;
    font-weight:600;
}
.grid-encuesta-button {
    display: grid;
    grid-template-rows: repeat(3,minmax(30px,1fr));
    gap: 10px;
    justify-content:center;
    margin-bottom: 1%;
}
    .grid-encuesta-button .btn-primary{
      /*  width: 40%;*/
        background-color: #0e2faa;
    }


.title-encuesta {
    font-weight: bold;
    font-size: 3.5rem;
}

.title-pregunta {
    font-weight: bold;
}

@media (max-width: 500px) {
    .grid-encuesta picture {
        margin-top: -30%;
        margin-bottom: -20%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

        .grid-encuesta picture img {
            display: normal;
            height: 50vh;
            object-fit: contain;
        } 
}
@media (max-width: 375px) {
    body.encuesta main {
        margin: 0 auto;
        padding: 0;
    }
    .grid-encuesta picture {
        margin-top: -10%;
        margin-bottom: -5%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

        .grid-encuesta picture img {
            display: normal;
            height: 50vh;
            object-fit: contain;
        }
    .grid-encuesta-text {
        padding: 0;
        text-align: center;
        line-height: 1.3;
        font-size: 2.2rem;
        color: #0e2faa;
        font-weight: 600;
    }
    .grid-encuesta-button button {
        width: 100%;

    }
}
