/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


/* Preloader overlay */

.theme-preloaders{
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 10000 !important;
    background-color: rgba(0,0,0,0.5);
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.theme-preloaders.is-active {
    display: flex;
}
.theme-preloaders .loading-container,
.theme-preloaders .loading-container .loading{
    height: 200px;
    position: relative;
    width: 200px;
    border-radius: 100%;
}

.theme-preloaders .loading-container{
    margin: 40px auto;
}

.theme-preloaders .loading-container .loading{
    border: 1px solid transparent;
    border-color: transparent #fff transparent #fff;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.theme-preloaders .loading-container:hover .loading,
.theme-preloaders .loading-container .loading{
    transition: all 0.5s ease-in-out;
}

.theme-preloaders .loading-container #loading-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
    0%{
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(360deg);
    }
}



.addify-raq-button input {
    display: none !important;
}
#product button#raq_addtoquote {
    font-size: 16px;
}
#addify_message_tree ul li.addify_level_thread_1 {
    margin-left: 12%;
    background: #E2FFE4;
}

#addify_message_tree{
        clear: both;
    padding: 0 0 20px;
}

#addify_message_tree ul {
    padding: 0px;
    list-style: none;
}

#addify_message_tree ul li.addify_level_thread_0 {
    margin-left: 5%;
    background: #F6F6F6;
}

#addify_message_tree ul li {
    padding: 15px 20px 0px;
    font-size: 13px;
    color: #333333;
    border-left: 2px solid #24b9d7;
    margin-top: 10px;
    margin-bottom: 12px;
    clear: both;
}

#addify_message_tree ul li span {
    display: block;
    background: #24b9d7;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 18px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
}




.raq{
    margin-left: 0.4rem;
}

.addify_raq_icon_content{
    margin-top:12px;
    margin-left: 5px;
}

.product-price-and-shipping span{
    display: none !important;
}

#raq_addtoquote{
    text-transform: none;
}






.addify_listing_raq{
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 2;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.hideqty{
    display: none !important;
}

.addify-raq-button{
/*  width: 100%;*/
    display: inline-flex;
}

.regular-price{
    display: none !important;
}

.product-price-and-shipping .ajax_add_to_cart_button {
    display: none !important;
}
.current-price {
    display: none !important;

}
.product-add-to-cart {
    display: none !important;
}





