/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2016 Innovadeluxe SL

* @license   INNOVADELUXE
*/

#idxrquickorder-page .tooltip {
    position: absolute;
}

#idxrquickorder-page .tooltip-inner {
    background: #2c2c2c;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
}

#idxrquickorder-page.pedido-rapido .cabecera-seccion {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    width: 100%;
}

#idxrquickorder-page.pedido-rapido .contenido-seccion {
    display: block;
    width: 100%;
}

#idxrquickorder-page.pedido-rapido .contenido-seccion h3 {
    position: inherit;
}

#idxrquickorder-page.pedido-rapido .contenido-seccion h3.page-product-heading:first-child {
    margin-top: 1rem !important;
}

#idxrquickorder-page.pedido-rapido .contenido-seccion h3.page-product-heading {
    margin-top: 5rem;
}

#idxrquickorder-page .table {
    margin-bottom: 1rem;
}

#idxrquickorder-page .table.jump {
    background: transparent;
    display: flex;
    flex-direction: row-reverse;
}

#idxrquickorder-page .btn-beginning {
    margin-bottom: 30px;
}

#idxrquickorder-page .flex-table {
    display: flex;
    flex-direction: column;
}

#idxrquickorder-page .flex-table .table-head,
#idxrquickorder-page .flex-table .table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #d6d4d4;
    background: #FFFFFF;
}

#idxrquickorder-page .table-head {
    background: #fbfbfb;
}

#idxrquickorder-page.both-columns .table-head {
    font-size: 10px;
}

#idxrquickorder-page .table-head div {
    color: #555454;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: .75rem;
    justify-content: center;
}

#idxrquickorder-page .flex-table .table-row div {
    padding: .75rem;
}

#idxrquickorder-page.both-columns .flex-table .table-row div {
    padding: .75rem .25rem;
}

#idxrquickorder-page .add_all_div {
    height: 44px;
    margin: 10px;
}

#idxrquickorder-page.one-column {
    font-size: 14px;
}

#idxrquickorder-page.both-columns {
    font-size: 11px;
}

#idxrquickorder-page .categories_list div.selector span {
    width: 100% !important;
}

#idxrquickorder-page .category_title {
    margin-top: 10px !important;
}

#idxrquickorder-page .categories_list {
    margin: 20px 0px;
    padding: 14px 20px 17px;
}

#idxrquickorder-page .avail-info {
    background: #007bff;
    font-size: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
}

#idxrquickorder-page .avail-info span {
    font-size: 16px;
}

#idxrquickorder-page #nextAndLoad,
#idxrquickorder-page #all_products {
    text-align: center;
}

#idxrquickorder-page #all_products .btn-info {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1;
}

#idxrquickorder-page #quickprodLoader {
    visibility: hidden;
}

#idxrquickorder-page #filtercat #select_categories {
    margin-bottom: 10px;
}

#idxrquickorder-page .filter-btn {
    float: right;
    margin-bottom: 2rem;
}

#idxrquickorder-page #uniform-select_categories {
    width: auto !important;
}

#idxrquickorder-page .shopping_cart,
#idxrquickorder-page .shopping_cart.disabled,
#idxrquickorder-page .view-product {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    white-space: normal;
}

#idxrquickorder-page .col-idxrquickorder-100 {
    width: 100%;
}

/*redesign mayo/2021*/

#idxrquickorder-page .product-wrapper, #idxrquickorder-page .products {
    display: flex;
    width: auto;
    border-right: 1px solid #d6d4d4;
}

#idxrquickorder-page .quantity-wrapper{
    display: flex;
    flex-direction: row;
    align-content: center;
    padding: 0 !important;
}
#idxrquickorder-page input[id^="quantity_wanted_"] {
    margin-left: 0;
}

#idxrquickorder-page .product-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

#idxrquickorder-page .product-wrapper >  [data-title="Name"],
#idxrquickorder-page .product-wrapper >  .name-combination-wrapper{
    flex-grow: 1;
}

#idxrquickorder-page .price_td, #idxrquickorder-page div.quantity_cell,
#idxrquickorder-page .availability-quantity, #idxrquickorder-page .price-date-wrapper {
    width: 15%;
}

#idxrquickorder-page .add_button {
    width: 20%;
}

#idxrquickorder-page .availability-quantity {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#idxrquickorder-page .price-header, #idxrquickorder-page .quantity-header,
#idxrquickorder-page .products, #idxrquickorder-page .price-date-wrapper,
#idxrquickorder-page .availability-quantity,
.quantity-discounts.volume-discounts {
    border-right: 1px solid #d6d4d4;
}
#idxrquickorder-page .products, #idxrquickorder-page .price-date-wrapper{
        display: flex;
    align-items: center;
}

#idxrquickorder-page .price-date-wrapper .price_td{
    width: 100%;
    text-align: center;
}

#idxrquickorder-page .price-date-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#idxrquickorder-page .old-price{
    text-decoration: line-through;
    color: grey;
}

/*Set responsive design if the two columns are visible*/

.left-column.right-column #idxrquickorder-page .product-wrapper, .left-column.right-column #idxrquickorder-page .products
{
    display: block;
    width: 100%;
}

.left-column.right-column #idxrquickorder-page .price-header, .left-column.right-column #idxrquickorder-page .quantity-header,
.left-column.right-column #idxrquickorder-page .products, .left-column.right-column #idxrquickorder-page .price-date-wrapper,
.left-column.right-column #idxrquickorder-page .availability-quantity
{
    border: none;
}

.left-column.right-column #idxrquickorder-page .price_td, .left-column.right-column #idxrquickorder-page div.quantity_cell,
.left-column.right-column #idxrquickorder-page .availability-quantity, .left-column.right-column #idxrquickorder-page .price-date-wrapper
{
    width: 100%;
}

.left-column.right-column #idxrquickorder-page .flex-table .table-row div
{
    margin: 0 auto;
}
.left-column.right-column .category-cover {
    display: block !important;
    text-align: center;
}
.left-column.right-column #idxrquickorder-page .table-responsive
{
    border: transparent;
}
.left-column.right-column #idxrquickorder-page.pedido-rapido .contenido-seccion h3.page-product-heading
{
    margin-top: 1rem;
}
.left-column.right-column #idxrquickorder-page .table-head
{
    display: none !important;
}
.left-column.right-column #idxrquickorder-page .table-row
{
    flex-direction: column !important;
    text-align: center;
    border: 1px solid #d6d4d4;
    margin-bottom: 2rem;
}
.left-column.right-column #idxrquickorder-page .flex-table
{
    flex-direction: row;
    flex-wrap: wrap;
}
.left-column.right-column #idxrquickorder-page .quantity_cell,
.left-column.right-column #idxrquickorder-page .image_cell,
.left-column.right-column #idxrquickorder-page .name_cell,
.left-column.right-column #idxrquickorder-page .ref_cell,
.left-column.right-column #idxrquickorder-page .comb_cell,
.left-column.right-column #idxrquickorder-page .price_td,
.left-column.right-column #idxrquickorder-page .quantity
{
    width: auto !important;
}
.left-column.right-column #idxrquickorder-page .name_cell
{
    font-weight: bold;
    /*color: #000;*/
    font-size: 1.5rem;
}
.left-column.right-column #idxrquickorder-page .image_cell img
{
    margin: auto;
}
.left-column.right-column #idxrquickorder-page .numeric.quantity_cell p
{
    margin-bottom: 0;
}
.left-column.right-column #idxrquickorder-page .add_button
{
    width: auto !important;
    display: flex;
    justify-content: center;
}
.left-column.right-column #idxrquickorder-page .add_button a
{
    width: 50px;
    margin: 0 .5rem;
}
.left-column.right-column #idxrquickorder-page .shopping_cart
{
    padding-top: 5px;
}
.left-column.right-column #idxrquickorder-page .shopping_cart span,
.left-column.right-column #idxrquickorder-page .view-product span
{
    display: none;
}
.left-column.right-column #idxrquickorder-page .responsive-table .quantity
{
    width: 50%;
    float: right !important;
}
.left-column.right-column #idxrquickorder-page .responsive-table .add_button
{
    margin-bottom: 30px;
    border-bottom: none
}
.left-column.right-column #idxrquickorder-page .responsive-table .price_td
{
    width: auto !important;
}

@media (max-width: 424px) {
    #idxrquickorder-page #buy_block .fixed {
        position: fixed;
        border: 3px solid #777777;
        bottom: 10px;
        /*right: 20px;
        width: auto;*/
        z-index: 999;
        right: 5%;
        width: 90%;
        white-space: unset;
    }

    #idxrquickorder-page .beginning {
        position: fixed;
        bottom: 10px;
        z-index: 99;
    }
}

@media (min-width: 425px) {
    #idxrquickorder-page #buy_block .fixed {
        position: fixed;
        border: 3px solid #777777;
        bottom: 10px;
        right: 20px;
        width: auto;
        z-index: 1;
    }
}

@media (min-width: 425px) and (max-width: 1024px) {
    #idxrquickorder-page .beginning {
        position: fixed;
        bottom: 10px;
        z-index: 99;
    }
}

@media only screen and (max-width: 992px) {

    #idxrquickorder-page .product-wrapper, #idxrquickorder-page .products {
        display: block;
        width: 100%;
    }

    #idxrquickorder-page .price-header, #idxrquickorder-page .quantity-header,
    #idxrquickorder-page .products, #idxrquickorder-page .price-date-wrapper,
    #idxrquickorder-page .availability-quantity {
        border: none;
    }

    #idxrquickorder-page .price_td, #idxrquickorder-page div.quantity_cell,
    #idxrquickorder-page .availability-quantity, #idxrquickorder-page .price-date-wrapper {
        width: 100%;
    }

    #idxrquickorder-page .flex-table .table-row div {
        margin: 0 auto;
    }

    .category-cover {
        display: block !important;
        text-align: center;
    }

    #idxrquickorder-page .table-responsive {
        border: transparent;
    }

    #idxrquickorder-page.pedido-rapido .contenido-seccion h3.page-product-heading {
        margin-top: 1rem;
    }


    #idxrquickorder-page .table-row {
        flex-direction: column !important;
        text-align: center;
        border: 1px solid #d6d4d4;
        margin-bottom: 2rem;
    }

    #idxrquickorder-page .flex-table {
        flex-direction: row;
        flex-wrap: wrap;
    }


    #idxrquickorder-page .quantity_cell,
    #idxrquickorder-page .image_cell,
    #idxrquickorder-page .name_cell,
    #idxrquickorder-page .ref_cell,
    #idxrquickorder-page .comb_cell,
    #idxrquickorder-page .price_td,
    #idxrquickorder-page .quantity {
        width: auto !important;
    }

    #idxrquickorder-page .name_cell {
        font-weight: bold;
        /*color: #000;*/
        font-size: 1.5rem;
    }

    #idxrquickorder-page .image_cell img {
        margin: auto;
    }

    #idxrquickorder-page .numeric.quantity_cell p {
        margin-bottom: 0;
    }

    #idxrquickorder-page .add_button {
        width: auto !important;
        display: flex;
        justify-content: center;
    }

    #idxrquickorder-page .add_button a {
        width: 50px;
        margin: 0 .5rem;
    }

    #idxrquickorder-page .shopping_cart {
        padding-top: 5px;
    }

    #idxrquickorder-page .shopping_cart span,
    #idxrquickorder-page .view-product span {
        display: none;
    }

    #idxrquickorder-page .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #idxrquickorder-page .responsive-table .quantity {
        width: 50%;
        float: right !important;
    }

    #idxrquickorder-page .responsive-table .add_button {
        margin-bottom: 30px;
        border-bottom: none
    }

    #idxrquickorder-page .responsive-table .price_td {
        width: auto !important;
    }

}

@media (min-width: 1025px) {
    #idxrquickorder-page .beginning {
        position: fixed;
        bottom: 10px;
        left: 30px;
        z-index: 99;
    }
}
@media(min-width:768px){
    .code_product,
.wrap_code,
.image_product,
.wrap_image,
.availability-quantity,
.quantity_cell.quantity-header,
.price-header,
.price-date-wrapper{
    flex:0 0 10%;
    max-width:10%;
    text-align: center;
}
.time_product,
.wrap_shipping,
.sconto_products,
.volume-discounts,
.numeric.add_button,
.name_product,
.wrap_name{
    flex:0 0 15%;
    max-width:15%;
        text-align: center;
}
}
#idxrquickorder-page i.idxicon-back.idxicon-goback:before {
    transform: rotate(45deg);
}

#idxrquickorder-page [class^="idxicon-"] {
    font-size: 18px;
}

.idxrquickorder-tab-content.hidden {
    display: none;
}
#idxrquickorder-page .product-wrapper div {
    padding: 0px !important;
}

.code_product,
.image_product,
.price-header,
.sconto_products,
.time_product,
.name_product,
.table-head .quantity_cell.quantity-header,
.table-head .numeric.add_button{
    background: #000;
    color:#fff!important;
    font-weight: 700!important;
}


.wrap_image img{
    width:100%
}

#idxrquickorder-page .table-row .shopping_cart{
    background: #000;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:7px
}
#idxrquickorder-page .view-product{
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
    color: #000; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px
}
.table-row  .numeric.add_button{
    display: flex;
    flex-direction: column;
}
.volume-table{
    width:100%
}

/* SCROLL TABLE MOBILE */
/* MOBILE SCROLL TABLE */
@media (max-width:768px){



.table-row{
    display:block;
    border:1px solid #ddd;
    padding:15px;
    margin-bottom:15px;
}

.product-wrapper,
.availability-quantity,
.price-date-wrapper,
.quantity-discounts,
.add_button{
    width:100%;
    display:block;
    margin-bottom:10px;
}

.name_cell{
    font-weight:600;
    font-size:16px;
}

.image_cell img{
    max-width:120px;
}

.add_button .btn{
    width:100%;
    margin-top:5px;
}
#idxrquickorder-page .flex-table .table-head{
    flex: 0 0 20%;
    flex-direction: column;
    margin: 0px;
}
#idxrquickorder-page .flex-table .table-row{
    flex: 0 0 80%;
    margin: 0px;
    padding-top:0px;
    padding-bottom:0px;
}
#idxrquickorder-page .product-wrapper, #idxrquickorder-page .products,
#idxrquickorder-page .price-header, #idxrquickorder-page .quantity-header, #idxrquickorder-page .products, #idxrquickorder-page .price-date-wrapper, #idxrquickorder-page .availability-quantity, .quantity-discounts.volume-discounts{
    border-right:none!important
}
#idxrquickorder-page .flex-table .table-row div,
#idxrquickorder-page .table-head div{
    flex: 0 0 12.5%;
    max-height: 12.5%;
}
.wrap_name div,
.wrap_code div,
.wrap_image div,
.wrap_shipping div,
#idxrquickorder-page .flex-table .table-row div.availability-quantity div,
#idxrquickorder-page .flex-table .table-row div.price-date-wrapper div,
#idxrquickorder-page .flex-table .table-row div.quantity-discounts.volume-discounts div,
#idxrquickorder-page .flex-table .table-row div.numeric.add_button div{
    flex: 0 0 100%!important;
    max-height: 100%!important;
}
#idxrquickorder-page .flex-table .table-row div.add_button{
    flex: 0 0 100%;
    max-width: 100%;
    margin:0px;
    flex-direction: row;
}
#idxrquickorder-page .view-product{
    margin:0px;
}
#idxrquickorder-page .add_button a,
#idxrquickorder-page .view-product{
    flex:0 0 50%;
    max-width: 50%;
    margin:0px
}
}