/**
* 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 #d8e4df;
    background: #FFFFFF;
}

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

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

#idxrquickorder-page .table-head div {
    color: #272727;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    padding: .75rem;
}

#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: 50%;
    border-right: 1px solid #d8e4df;
}

#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;;
}

#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;
}

#idxrquickorder-page .price-header, #idxrquickorder-page .quantity-header,
#idxrquickorder-page .products, #idxrquickorder-page .price-date-wrapper,
#idxrquickorder-page .availability-quantity {
    border-right: 1px solid #d8e4df;

}

#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 #d8e4df;
    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-head {
        display: none !important;
    }

    #idxrquickorder-page .table-row {
        flex-direction: column !important;
        text-align: center;
        border: 1px solid #d8e4df;
        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;
    }
}

#idxrquickorder-page i.idxicon-back.idxicon-goback:before {
    transform: rotate(45deg);
}

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

.idxrquickorder-tab-content.hidden ,
#idxrquickorder-page .quantity-wrapper{
    display: none;
}
#idxrquickorder-page .product-wrapper div {
    padding: 0px !important;
}
#idxrquickorder-page .product-wrapper > div {
    padding: 0px 0px 0px 25px !important;
    width: 300px;
}
#idxrquickorder-page .flex-table .table-row div.old-price{
	padding:0px;
}
#idxrquickorder-page .product-wrapper > div:has(> div.blockreassurance_product ) {
    padding: 5px 0px 0px 25px !important;
}
#idxrquickorder-page .product-wrapper > div.image_cell {
    padding: 0px !important;
    width: 110px;
}
#idxrquickorder-page .product-wrapper > div.reference-dimension-wrapper {
    padding: 0px 25px 0px 0 !important;
    width: 250px;
}
#idxrquickorder-page .product-wrapper > div.image_cell img{
	border-radius:15px;
}
#idxrquickorder-page.pedido-rapido .cabecera-seccion {
    margin-bottom: 25px;
}
#idxrquickorder-page .rel-product-wrapper {
    display: flex;
    border-right: 1px solid #d8e4df;
    flex-direction: column;
}

#idxrquickorder-page .rel-product-wrapper h3.rel-prod-header{
    border-bottom: 1px solid #d8e4df;
    padding-bottom: 10px;
    margin-bottom: 10px;
}