/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta-fof-content .form-control:focus {
    outline: 1px solid #24b9d7;
}
.presta-search-items {
    display: flex;
    position: relative;
    align-items: center;
}
.presta-search-box {
    padding: 10px;
}
.presta-search-items .presta-search-icon {
    position: absolute;
    margin: 0px 10px;
}
.presta-search-items .presta-close-icon {
    position: absolute;
    margin: 0px 10px;
    right: 0;
    cursor: pointer;
}
#presta-fof-search-items {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
}
.presta-no-added-product {
    text-align: center;
    margin: 20px 0px ;
}
.presta-fof-order-process-btn {
    text-align: right;
}
.presta-fof-order-process-btn button {
    text-transform: uppercase;
}
#presta_multiple_products {
    font-size: 12px;
    line-height: 1.5;
}
.presta_multiple_products_add_btn {
    float: right;
}
.presta-fof-content .help-block {
    word-wrap: break-word;
}
.presta_quantity {
    width: 70px !important;
    padding: 0px;
    border: unset !important;
    text-align: center !important;
    background-color: #fff;
    color: #000;
    height: 30px;
}
.presta-fof-disabled {
    pointer-events: none;
    opacity: 0.4;
}
.presta-fof-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
}
.tfloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
.presta-hide {
    display: none;
}
.presta-cursor-not-allowed {
    cursor: not-allowed;
}
.presta-show {
    display: block !important;
}
.presta-btn-minus:focus, .presta-btn-plus:focus {
    outline: unset !important;
}
.presta-handle-counter .inline-group {
    justify-content: center;
    width: fit-content;
    height: 32px;
    border: 1px solid #ddd;
}
.presta-fof-search-content {
    position: absolute;
    z-index: 999999;
    background: #eafff8;
    margin-top: 5px;
    width: calc(100% - 40px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.presta_product_attribute {
    margin-top: 15px;
}
.text-center {
    text-align: center;
}
.presta-fof-product-delete {
    cursor: pointer;
    color: red;
}
.presta-add-button {
    background-color: snow;
    color: #000;
    outline: unset !important;
}
.presta-fof-search-product-table tbody tr td {
    vertical-align: middle !important;
}
.presta-handle-quantity .inline-groups {
    justify-content: center;
    width: fit-content;
    display: flex;
    height: 32px;
    border: 1px solid #ddd;
}
.presta-btn-increment, .presta-btn-decrement {
    height: 30px;
    padding: 0 5px;
    margin-left: 1px;
    background-color: #efeded;
}
.material-icons {
    padding-top: 2px;
}
.input-group-prepend, .input-group-append{
    margin-left: -1px;
    float: left;
}
.presta-btn-increment:focus, .presta-btn-decrement:focus {
    outline: unset !important;
}
.presta-fof-product-name {
    display: inline-block;
    margin-left: 15px;
}
.presta-btn-increment .material-icons, .presta-btn-decrement .material-icons {
    font-size: 18px;
}
.presta-btn-minus , .presta-btn-plus {
    height: 30px;
    padding: 0 10px;
}
.presta_value {
    width: 70px !important;
    padding: 0px;
    border: unset !important;
    text-align: center !important;
    background-color: #fff;
    color: #000;
}
.presta-fof-added-products-table tbody tr td, .presta-fof-search-product-table{
    font-size: 14px;
    vertical-align: middle !important;
}
.presta-product-name-td {
    display: flex;
    justify-content: start;
    align-items: center;
}
.text-left {
    display: left;
    font-size: 17px;
}
.text-right {
    text-align: right;
    font-size: 17px;
}
.presta-fof-table-row {
    border-bottom: 3px solid rgb(161, 159, 159);
}
.presta-fof-outOfStock-message  {
    margin-bottom: 0px;
    padding: 5px 10px;
    font-weight: 600;
    width: max-content;
}
.presta-fof-outOfStock-message .material-icons {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
    height: 20px;
}
.presta-fof-quantiyt-status {
    margin-top: 7px;
}
.hide {
    display: none;
}
.presta_limit_error {
    color: red;
}
.presta-fof-right-content, .presta-fof-left-content{
    box-shadow: rgba(3, 3, 3, 0.24) 0px 3px 8px;
}
