/**
 * 2011-2021 OBSOLUTIONS WD S.L. All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of OBSOLUTIONS WD S.L. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to OBSOLUTIONS WD S.L.
 * and its suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from OBSOLUTIONS WD S.L.
 *
 *  @author    OBSOLUTIONS WD S.L. <http://addons.prestashop.com/en/65_obs-solutions>
 *  @copyright 2011-2021 OBSOLUTIONS WD S.L.
 *  @license   OBSOLUTIONS WD S.L. All Rights Reserved
 *  International Registered Trademark & Property of OBSOLUTIONS WD S.L.
 */


.ObsQuickOrderBu .icono {
    float: left;
    width: 40%;
    height: 100%;
    text-align: center;
}

.ObsQuickOrderBu .icono i {
    margin-top: 35%;
}

.ObsQuickOrderBu .enlace {
    float: left;
    width: 60%;
    height: 100%;
    padding: 4px;
}

/*.quick_order_div{
	margin-bottom: 25px;
    border: 1px solid #9fa3a8;
    border-radius: 6px;
    padding: 20px;
    background-color:#fff;
}*/
.Cart_saved_div_hidden {
    height: auto !important;
    padding: 20px;
}

.Cart_saved_div_nothidden {
    height: auto !important;
    display: block !important;
    transition: max-height 0.25s ease-in !important;
    padding: 50px;
}

.Cart_saved_div_hidden,
.cart-saved-row {
    height: 45px;
    /*padding-top: 9px;*/
    margin-bottom: 5px;
}

.cart-row,
.cart-saved-row {
    display: flex;
    width: 100%;
}

#cart-name {
    border-radius: 10px;
    border: 1px solid #6b727c;
    padding: 7px;
    width: 100%;
}

.modal-header {
    border-bottom: 0px !important;
}

.Cart_saved_div_hidden h6,
.Cart_saved_div_hidden .cart-saved-row p,
.quickordertablecontent h6,
.quickordertablecontent p {
    width: 20%;
    float: left;
}

.have_icon {
    text-align: center;
}

.have_icon i {
    cursor: pointer;
}

.qo_10_row {
    width: 10% !important;
}

.qo_15_row {
    width: 15% !important;
}

.reference_quickorder {
    width: 95%;
    border: solid 1px #7a7a7a;
}

.quantity_quickorder {
    border: solid 1px #7a7a7a;
}

.qo_10_row input {
    width: 100% !important;
}

.quick_order_arrow {
    cursor: pointer;
}

#dropzone {
    display: none;
}

.dropzone__inner {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.UpCSV {
    min-height: 100px;
}

.wrapper_qo {
    width: 100%;
    /*position:absolute;*/
}

.options_csv {
    margin: 20px auto 30px;
    width: 100%;
    max-width: 300px;
    position: relative;
    display: block;
}

#EditedFile {
    display: block;
    width: 100%;
    /*float: left;*/
    text-align: center;
    height: 100px;
    border: 4px dashed #2d7ebc;
    margin: 12px 0 12px 0;
}

#EditedFile i {
    font-size: 50px;
    color: #6294e5;
}

#EditedFile p {
    font-size: 9px;
}

.imgLoading {
    display: none;
}

@media (max-width: 1200px) {
    .ObsQuickOrderBu .enlace {
        display: none;
    }

    .ObsQuickOrderBu .icono {
        width: 100%;
    }

    .ObsQuickOrderBu .icono i {
        margin-top: 50%;
    }
}

.ObsQuickOrderBu16 {
    background-color: #71b200;
    width: 9%;
    float: right;
    height: 40px;
    text-align: center;
}

.icono16 {
    float: left;
    width: 40%;
}

.icono16 i {
    font-size: 24px;
    margin-top: 6px;
}

.enlace16 {
    float: left;
    width: 60%;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .ObsQuickOrderBu16 .enlace16 {
        display: none;
    }

    .ObsQuickOrderBu16 .icono16 {
        width: 100%;
    }
}

.arrow16 {
    font-size: 15px;
}

.quickordertablecontent {
    margin-top: 20px;
}

.name_value {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 13px;
}

#quickorder_loadcart {
    cursor: pointer;
}

.imgLoading .material-icons {
    font-size: 18px !important;
}

.cart-row-error .error_message {
    display: none;
    color: red;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.cart-row.error-line {
    background-color: #ffe5e5;
}