﻿.external-login {
    margin-top: 3%;
}

.MenuIzq {
    position: relative;
    top: 0.4rem;
}




/*select rows datatable*/
html:not([dir=rtl]) .custom-select-sm {
    padding-left: .5rem;
    padding-right: 1.5rem;
}
/*Mensajes de error en formularios*/
.field-validation-error {
    margin-top: .25rem;
    margin-left: 1em;
    font-size: 10px;
}
/*Div de notificaciones*/
#rowDynamicNotification {
    position: absolute;
    z-index:1;
    bottom: 3%;
    left:15%;
    margin-bottom: 1em;
    margin-right: 1em;
    text-align: center !important;
    font-size:18px;
}
/*Input en login sin fondo celeste*/
.ps-form--account .form-control {    
    background-color: white !important;
}
.form-control {
    outline: none;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #eee;
    font-size: 1.4rem;
    padding: 0 2rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#cardHeader {
    font-weight:bold;
    font-size: 13px !important;
    margin-bottom:0px !important;
    margin-left: 5rem;
    text-transform:uppercase;
    padding-top: 8px;
}

@media(max-width: 1199px) {
    #cardHeader {
        margin-left: 0;
    }
}

    .lblDetalle {
        font-size: 12px;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }

    .lblDetalleProductos {
        font-size: 12px;
        margin-bottom: 5px !important;
        margin-top: 10px !important;
        min-width: 130px;
        text-align: center;
        margin-right: 5px;
    }

    .fcradius {
        border-radius: 10px;
    }

    .checksize {
        font-size: 12px;
    }

    .limpiarFiltros {
        border-radius: 10px !important;
    }

    .ps-footer {
        /*position: relative;
    width: 100%;
    bottom: 0;*/
    }

    .ps-footer__content {
        /* bottom: 0;
    position: fixed;*/
    }

    /* HEADER HEIGHT to MAIN PAGE */
    .ps-page {
        padding-top: 7.5rem;
    }
    /* FIN HEADER HEIGHT to MAIN PAGE  */

    /* FOOTER - POSICIONA EN BOTTOM */
    .ps-page {
        min-height: calc(98vh - 80px);
    }
    /* FIN FOOTER - POSICIONA EN BOTTOM */

    .navigation--sidebar {
        background-color: #fff0f5;
    }

        .navigation--sidebar .menu li.menu-item-has-children > .sub-menu > li > a {
            background-color: #fff0f5;
        }

    h3, .h3 {
        font-size: 24px;
    }

    .card-header {
        background-color: #ffc1c1;
        padding: 0.2rem 1.25rem;
        height: 37px;
        text-align: center;
    }

        .card-header button {
            float: right;
        }

    .card-subheader {
        background-color: #4d5763;
        color: white;
        padding: 0.75rem 1.25rem;
        text-transform: uppercase;
    }

    .btn-primary {
        background-color: #cb938c !important;
        border-color: #cb938c !important;
    }

    .btn-action-editar {
        margin-right: 5px;
    }

   /* .page-item.active .page-link {
        background-color: #c61a32;
        border-color: #c61a32;
    }

    .page-link {
        color: #cb938c;
    }

        .page-link:focus {
            box-shadow: 0 0 0 0.2rem rgba(203, 147, 140, 0.25) !important;
        }*/

.dataTables_wrapper 
.dataTables_paginate 
.paginate_button.current, 
.dataTables_wrapper 
.dataTables_paginate 
.paginate_button.current:hover {
    color: #cb938c !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    outline: none;
    background-color: #c61a32 !important;
    color: white !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c61a32), color-stop(100%, #c61a32)) !important;
    background: -webkit-linear-gradient(top, #c61a32 0%, ##c61a32 100%) !important;
    background: -moz-linear-gradient(top, #c61a32 0%, #c61a32 100%) !important;
    background: -ms-linear-gradient(top, #c61a32 0%, #c61a32 100%) !important;
    background: -o-linear-gradient(top,#c61a32 0%, #c61a32 100%) !important;
    background: linear-gradient(to bottom, #c61a32 0%, #c61a32 100%) !important;
    box-shadow: inset 0 0 3px #c61a32 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    outline: none;
    background-color: white !important;
    color: #666 !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    border: 1px solid #cb938c !important;
    background-color: #cb938c !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb938c), color-stop(100%, #cb938c)) !important;
    background: -webkit-linear-gradient(top, #cb938c0%, #cb938c 100%) !important;
    background: -moz-linear-gradient(top, #cb938c 0%, #cb938c 100%) !important;
    background: -ms-linear-gradient(top, #cb938c 0%, #cb938c 100%) !important;
    background: -o-linear-gradient(top, #cb938c 0%, #cb938c 100%) !important;
    background: linear-gradient(to bottom, #cb938c 0%, #cb938c 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #cb938c !important;
    border: 1px solid #cb938c !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button .current {
    background-color: #c61a32 !important;
    border-color: #c61a32 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #cb938c !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
        box-shadow: 0 0 0 0.2rem rgba(203, 147, 140, 0.25) !important;
    }



    /*Multilevel Accordion*/
    .bg-pink-300 {
        background-color: #ffc1c1;
    }

    .bg-pink-200 {
        background-color: #ffdbdb;
    }

    .bg-pink-100 {
        background-color: #fff4f4;
    }

    .accordion-root > ul {
        list-style-type: none !important;
    }

        .accordion-root > ul > div > li > div > ul {
            list-style-type: none !important;
        }

    .accordion-root > .list-root {
        padding-inline-start: 20px;
        margin-inline-end: 20px
    }


    /*FONTS*/

    @font-face {
        font-family: abcicon;
        src: url('fonts/abcicon.ttf') format('truetype');
    }


    #header {
        text-align: center !important;
    }

    #header2 {
        float: none !important;
        padding-left: 0px;
        text-align: center !important;
    }

    @media(min-width:1200px) {
        #header-mobile {
            display: none;
        }
    }

    .ps-page2 {
        padding-top: 5rem;
    }

    .olvidoContrasenia {
        margin-top: 10px;
        text-decoration: underline;
        font-size: 12px;
        color: #c61a32 !important;
    }

    .modificarContrasenia {
        background-color: #e5c9c5;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media (max-width: 1024px) {
        .modificarContrasenia {
            margin-top: 10rem;
        }
    }

    .userMenuSubHeader {
        padding: .5rem 1.25rem;
        margin-bottom: 0;
        font-size: 1.3rem;
        white-space: nowrap;
        color: #8a93a2;
        background-color: lightgray !important;
        border-radius: 4px;
    }

    .userMenuSubHeaderOut {
        padding: .5rem 1.25rem;
        margin-bottom: 0;
        font-size: 1.3rem !important;
        white-space: nowrap;
        color: white !important;
        background-color: #ffc1c1 !important;
        text-align: center;
        border-radius: 4px;
    }

    .badge-selu {
        color: #fff !important;
        background-color: #ffa8a8 !important;
    }

    .badge-selu1 {
        color: #fff !important;
        background-color: #d85ddf !important;
    }

    .badge-selu2 {
        color: #fff !important;
        background-color: #878CE7 !important;
    }

    .badgecontainer {
        width: 100% !important;
    }

    .badge {
        font-size: 1rem !important;
        min-width: 15px;
    }


    /* Color Scroll For DIV */
    .scroll-color::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
        border-radius: 10px;
        background-color: #CCCCCC;
    }

    .scroll-color::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #F5F5F5;
    }

    .scroll-color::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #cb938c;
        background-image: -webkit-linear-gradient(90deg, rgb(0,0,0,0.3), #cb938c, rgb(0,0,0,0.2))
    }

    .scroll-color-skinny::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
        border-radius: 10px;
        background-color: rgba(203, 147, 140, 0.25);
    }

    .scroll-color-skinny::-webkit-scrollbar {
        width: 4px;
        height: 10px;
        background-color: #F5F5F5;
    }

    .scroll-color-skinny::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #cb938c;
        background-image: -webkit-linear-gradient(90deg, rgb(0,0,0,0.3), #cb938c, rgb(0,0,0,0.2))
    }

    /* FIN Color Scroll For DIV */

    .menu > li.menu-item-has-children:hover > .sub-menu {
        min-width: 28rem;
    }

    .selectFiltro {
        height: 30px;
        border-radius: 10px !important;
        font-size: 1.2rem;
    }

    .subsubmenu {
        display: inline-block;
        padding: 10px 20px;
        width: 100%;
        font-size: 13px;
        color: #999 !important;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 0, 0.22, 1);
    }

    .menu > li.menu-item-has-children:hover {
        color: #ffc1c1;
    }

    @media (max-width: 1199px) {
        .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
            padding-left: 5rem;
            background-color: transparent;
        }

        .sub-menu.menu > li.menu-item-has-children > a {
            padding-left: 5rem;
            color: #ee7c8b !important;
        }
    }

    @media (min-width:1200px) {
        #icon-user-mobile {
            display: none;
        }
    }
    /*Filtros grilla productos*/
    .updateEstados, .limpiarFiltros {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .textModal {
        align-self: center;
        font-size: 1.4rem;
        text-align: center;
    }

    .green {
        color: green;
    }

    .red {
        color: red;
    }

    .gray {
        color: gray;
    }

    .updateEstados {
        border-radius: 10px;
    }

    table.dataTable tbody tr.selected {
        color: white !important;
        background-color: #d0405a !important;
    }

    .innerFilterContainer {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center
    }

    #dtProductos_filter .form-control {
        background-color: white !important;
    }

    .top {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .filterContainer {
        /*background-color: #f9f0f8;
        border: 1px solid ghostwhite;*/
        padding: 8px;
        margin-bottom: -1px;
        width: 100%;
    }

    #dtProductos_wrapper {
        /*background-color: rgb(249, 240, 248);*/
        display: inline-block;
    }

    @media (min-width:1200px) {
        #dtProductos_wrapper {
            width: 100%;
        }
    }


    @media (max-width:1200px) {
        #_container {
            margin-top: 3rem;
        }
    }

    @media (max-width:1155px) {
        .labelsEsp {
            width: 100%;
        }
    }

    @media(max-width:575px) {
        .smallTop {
            margin-top: 5px;
        }
    }

    #menuLeft {
        width: 10% !important;
    }

    @media(max-width:1199px) {
        .menu-toggle.active {
            margin-left: 2rem;
        }

        .navigation--mobile .menu {
            margin-bottom: 0px;
        }
    }

    .noPadding {
        padding: 0rem !important;
    }

    .vers-login {
        display: flex;
        justify-content: center;
    }

    #grillaClientes {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        font-weight: bold;
    }

    .table th, .table td {
        vertical-align: middle !important
    }

    input[type="radio"]:checked {
        filter: hue-rotate( 130deg ) brightness(1.1) contrast(0.9);
    }

    .ps-btn, button.ps-btn {
        padding: 0.5rem 3rem;
        font-size: 1.4rem;
    }

    .vers-login {
        display: flex;
        justify-content: center;
    }

    .disabled, .disabled:hover {
        background-color: #dddddd !important;
        color: white !important;
        border-color: #a5a5a5 !important;
        cursor: default;
    }

    /******Vue-suggestion*******/
    .vs__input {
        border-radius: 10px !important;
        padding: 0px;
        min-width: 15vw !important;
        height: 30px;
        font-size: 1.2rem;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        border-color: #eee;
        padding: 0 2rem;
        transition: all 0.4s ease;
        display: block;
        width: 100%;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-clip: padding-box;
        border: 1px solid #ced4da;
    }



    .vue-suggestion {
        min-width: 15vw;
    }

        .vue-suggestion .vs__list {
            width: 100%;
            text-align: left;
            border: none;
            border-top: none;
            max-height: 400px;
            overflow-y: auto;
            border-bottom: 1px solid #023d7b;
            position: relative;
        }

            .vue-suggestion .vs__list .vs__list-item {
                background-color: #fff;
                padding: 10px;
                border-left: 1px solid #023d7b;
                border-right: 1px solid #023d7b;
            }

                .vue-suggestion .vs__list .vs__list-item:last-child {
                    border-bottom: none;
                }

                .vue-suggestion .vs__list .vs__list-item:hover {
                    background-color: #eee !important;
                }

        .vue-suggestion .vs__list,
        .vue-suggestion .vs__loading {
            position: absolute;
            z-index: 99;
        }

            .vue-suggestion .vs__list .vs__list-item {
                cursor: pointer;
            }

                .vue-suggestion .vs__list .vs__list-item.vs__item-active {
                    background-color: #f3f6fa;
                }

    .tituloModal {
        font-size: 1.3rem;
        font-weight: bold;
        margin-right: 1rem;
    }

    .iconosSelu {
        color: #c61a32;
        font-size: 15px;
        font-weight: bold;
    }

    .iconoAyuda {
        font-size: 15px;
        font-weight: bold;
        color: black !important
    }

    .btnAccion {
        padding: 0.375rem 0.5rem !important;
    }

    .btnAccionContrasenia {
        color: #c61a32;
        font-size: 13px;
        padding: 0.375rem 0.5rem !important;
    }

    .subMenuAyuda {
        left: -100%;
        top: 70%;
        padding-top: 5px;
        background-color: #f1f1f1 !important;
    }

    #tituloAyuda {
        background-color: lightslategray !important;
        color: white !important;
        font-weight: bold;
        border-radius: 3px;
    }

    #listAyuda {
        list-style: disc;
        display: list-item;
        font-size: 12px;
        margin-left: 2rem;
        margin-top: 5px;
    }

    .actDatos {
        opacity: 0.6;
        border: none;
    }

        .actDatos:hover {
            text-decoration: underline;
            color: #c61a32;
            opacity: 1;
        }

    .spinner-border {
        position: relative;
        display: inline-block;
        width: 6rem;
        height: 6rem;
        vertical-align: text-bottom;
        /*border: 1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;*/
        -webkit-animation: spinner-border .75s linear infinite;
        animation: spinner-border .75s linear infinite;
        top: 200px;
        left: 50%;
        z-index: 99999;
    }

    .text-danger {
        border: none;
    }

    .footer_bottom {
        padding-bottom: 4rem;
    }

    input[type="checkbox"]:checked {
        filter: hue-rotate( 130deg ) brightness(1.1) contrast(0.9);
    }

    .orden {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .col-form-label {
        padding-top: 0;
        margin-left: 1rem;
        margin-right: 2rem;
    }

    a.tip {
        text-decoration: none
    }

        a.tip:hover {
            cursor: pointer;
            position: relative
        }

        a.tip span {
            display: none
        }

        a.tip:hover span {
            padding: 5px 20px 5px 5px;
            border-radius: 4px;
            display: block;
            z-index: 999999999;
            background: #f0f0f0 no-repeat 100% 5%;
            left: 0.5vw;
            margin: 1vw;
            width: 70vw;
            position: absolute;
            top: -25px;
            text-decoration: none
        }

    .cart {
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 8px 8px 30px;
        border: 1px solid #eee !important;
    }

    .ps-cart-item__title {
        margin-bottom: 2px;
    }

    .ps-cart-item {
        padding-bottom: 0px:
    }

    .header__login {
        font-weight: bold !important;
    }

    @media (max-width: 991px) {
        .ps-footer__content {
            padding-top: 4rem;
            padding-bottom: 2rem;
        }

        .footer_bottom {
            padding-bottom: 8rem;
        }
    }

    @media (max-width: 768px) {
        .quantity {
            width: 10vw !important;
        }
    }

    .header__actions .ps-cart .ps-cart__listing .ps-cart__footer a.disabled:hover {
        color: white !important;
        text-decoration: none;
    }

    .ps-shopping {
        padding: 0;
    }

    .opcion-filtro {
        padding-left: 20px;
        max-height: 230px;
        overflow-y: scroll;
    }

        .opcion-filtro li {
            display: list-item;
        }

            .opcion-filtro li label {
                color: #333;
                font-size: 1.2rem;
                font-weight: 300;
                text-decoration: none;
                font-family: Poppins,sans-serif;
            }

                .opcion-filtro li label:hover {
                    color: #c61a32;
                }

                .opcion-filtro li label.active {
                    color: #c61a32;
                }

    ul.opcion-filtro.show {
        color: #c61a32;
    }

    .widget {
        margin-bottom: 0px;
    }

        .widget .widget-title {
            margin-bottom: 0.5rem;
            cursor: pointer;
        }

    .panel-title {
        position: relative;
    }

        .panel-title::after {
            content: "\f107";
            color: #c61a32;
            top: -2px;
            right: 0px;
            position: absolute;
            font-family: "FontAwesome"
        }

        .panel-title[aria-expanded="true"]::after {
            content: "\f106";
            color: #c61a32;
        }

    h3.widget-title.panel-title {
        color: #c61a32;
        font-family: Poppins, sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 0;
    }

    .product-filter li {
        display: inline-table;
        padding: 0.5rem;
        margin-left: 10px;
        margin-bottom: 5px;
        background-color: #f6f6f6 /*bisque*/;
        border-radius: 5px;
    }

        .product-filter li label {
            min-width: 2.5rem;
            text-align: center;
        }

    .orden-detalle {
        border-color: #f9f0f8;
        border-radius: 4px;
    }

    #codProducto .form-group > .form-control:focus {
        border-color: #f1f1f1;
    }

    .vs__input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #cb938c;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(203 147 140 / 30%);
    }

    .pedidos-titulo {
        padding-top: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

    input[type=number]::-webkit-inner-spin-button {
        opacity: 1;
    }

    input[type=number]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=number]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=number]:disabled::-webkit-inner-spin-button,
    input[type=number]:disabled::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .quantity {
        width: 4vw;
        padding: 0px;
        padding-right: 1rem;
        text-align: center;
        border-color: #adadad;
    }

        .quantity.tienda {
            padding-right: 0.4rem;
        }

    #dtOrdenProductos_filter > label > input[type=search] {
        border-radius: 10px;
        border-color: #adadad;
    }

    body {
        font-size: 1.1rem;
    }


    .header .header__actions > * {
        margin-right: 0px;
    }

    #headerUser {
        left: 25%;
    }

    .ps-btn.ps-btn--black.ps-btn--outline, button.ps-btn.ps-btn--negro.ps-btn--outline {
        background-color: #000000;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

    .zoom {
        transition: transform .2s; /* Animation */
        width: 150px;
        height: 75px;
        margin-right: 6rem;
    }

        .zoom:hover, .zoom:active {
            opacity: 1;
            transform: scale(2);
            position: relative;
            z-index: 1;
        }

    .noLink {
        color: black !important;
        text-decoration: none !important;
    }

        .noLink:hover {
            color: black !important;
            text-decoration: none !important;
        }

    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1100 !important;
    }

    .modal {
        z-index: 1200 !important;
    }

    /* FLIP IMAGES BEGIN*/
    .flip-box {
        background-color: transparent;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }

    /* This container is needed to position the front and back side */
    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-box:hover .flip-box-inner {
        transform: rotateY(180deg);
    }

    /* Position the front and back side */
    .flip-box-front {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }

    .flip-box-back {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }

    /* Style the front side (fallback if image is missing) */
    .flip-box-front {
        background-color: #bbb;
        color: black;
    }

    /* Style the back side */
    .flip-box-back {
        background-color: #bbb;
        color: white;
        transform: rotateY(180deg);
    }
    /* FLIP IMAGES END*/


    .mySlides {
        display: none;
    }

    .link {
        color: #999999;
    }

    .ps-product--detail .ps-product__content {
        padding-top: 2rem;
    }

    table[name="dataTableDinamic"] thead {
        background-color: rgb(255, 240, 245) !important;
        text-align: center;
    }

    .ps-related-products h3 {
        padding-bottom: 1.5rem !important;
    }


.ps-cart.hover .ps-cart__listing {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1400px) {
    .ps-cart.hover .ps-cart__listing {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.ps-related-products .ps-product__content .dataTables_scroll .dataTables_scrollBody .dataTable {
    width: 370px !important;
}

.header__main-desk--search:active .fulltext-search-box, .header__main-desk--search:checked .fulltext-search-box, .header__main-desk--search:enabled .fulltext-search-box, .header__main-desk--search:hover .fulltext-search-box {
    opacity: 1;
    visibility: visible;
}

.header__main-desk--search .fulltext-search-box {
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    height: 38px;
    font-size: 15px;
    border: 0;
    width: 74%;
    opacity: 0;
    visibility: visible;
    transition-property: opacity,visibility;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header__main-desk--search .btn-buscar {
    border: none;    
    cursor: pointer;
    background: none;
    max-width: 32px;
}

.header__main-desk--search .selectFiltro {
    width: 48%;
    display:inline;
}

@media (max-width: 991px) {
    .ps-shopping--sidebar .ps-filter {
        max-width: none;
    }
}
@media (min-width: 576px) {
    .modal-dialog-product {
        max-width: 700px !important;
        
    }
}

@media (min-width: 1100px) {
    .modal-dialog-product {
        max-width: 820px !important;
    }
}

#textoCompletoModal .modal-body {
    max-height: 50vh;
    overflow-y: auto;
}

