/**
 * 2008-2026 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-2026 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
 .presta_sq_product_info{max-height:456px;overflow:auto}.presta_modal_bg_shadow{position:fixed;top:0;left:0;background:#000;width:100%;height:100%;z-index:-1;opacity:.7}.presta_sq_product_img{width:100px;height:100px}.presta_mail_mssage{position:absolute;background:lightgreen;color:#000;padding:5px 10px;border-radius:4px;display:block}#presta_customer_shipping_request th,#presta_customer_shipping_request tr{text-align:center}.presta_sq_waiting_quote,.presta-required-err{color:red}.presta-required-err{font-size:12px}a.presta_sq_add_cart{display:block;margin-bottom:20px}.presta_sq_ordered{color:blue}.presta_sq_btn_message{display:none;color:green}.presta_sq_img_loader{display:none;width:40px;height:40px}.presta-page-header{display:flex;justify-content:space-between;align-items:center}.presta-required:before{content:"* ";color:#fa1f1f;display:inline-block}.presta-small{font-size:70%}.presta-alert-warning{background-color:rgba(255,154,82,.3);border-color:#ff9a52;padding:4px 15px}.presta-alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d;padding:4px 15px}.presta-alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442;padding:4px 15px}.presta-mb-12{margin-bottom:12px}.text-right{text-align:right}#cart_content .row{display:flex;justify-content:space-between}.text-center{text-align:center}/**
 * Price Tax Switcher
 *
 * @author    Nxtal <support@nxtal.com>
 * @copyright Nxtal 2026
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   3.4.0
 */
#header .header-nav .tax-selector-wrapper{display:inline-block;margin-left:10px}#header .header-nav .tax-selector{margin-top:.9375rem;white-space:nowrap}select.tax-switcher-select{border:none;outline:none;-webkit-user-select:none;background:transparent}#left-column .tax-selector-wrapper,#right-column .tax-selector-wrapper{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2);background:#fff;padding:1.563rem 1.25rem;margin-bottom:1.563rem}#left-column .tax-selector-wrapper .tax-selector-text,#right-column .tax-selector-wrapper .tax-selector-text{width:calc(100% - 30px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a7a7a;font-size:.9375rem;margin-bottom:.5rem;font-family:inherit;font-weight:700;line-height:1.1}#left-column .tax-selector-wrapper select,#left-column .tax-selector-wrapper label,#right-column .tax-selector-wrapper select,#right-column .tax-selector-wrapper label{color:#7a7a7a}#left-column .tax-selector-wrapper label,#right-column .tax-selector-wrapper label{display:table;text-align:left}#content-wrapper .tax-selector-wrapper{margin-bottom:.5rem;display:inline-block;float:right}#content-wrapper .tax-selector-wrapper .tax-selector-text{float:left;margin-right:10px}.tax-toggle-switch{margin:0 10px 0 10px}.tax-toggle-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:13px;line-height:13px}.tax-toggle-container div{margin-bottom:0}.tax-toggle-switch-text{margin-right:5px}.tax-toggle-switch-label-before,.tax-toggle-switch-label-after{font-weight:400;color:#1d1d1b;cursor:pointer;text-decoration:underline;text-transform:none}.tax-toggle-switch{overflow:hidden;height:25px;font-size:14px;width:110px}#tax-toggle-checkbox{display:none}.tax-toggle-switch label{position:absolute;display:inline-block;background:#2fb5d2;color:#fff;cursor:pointer;text-align:right;text-transform:initial;font-size:12px;width:110px;height:22px;line-height:21px;border-radius:25px;padding-right:10px}.tax-toggle-switch label:after{content:'';background:#fff;transition:0.3s;position:absolute;top:3px;left:5px;height:15px;width:15px;border-radius:25px;background-clip:padding-box}.tax-toggle-switch input:checked+label:after{left:calc(100% - 5px);transform:translateX(-100%)}.tax-toggle-switch input:checked+label{background:#f9952c;text-indent:-9999px;font-size:0}.tax-toggle-switch input:checked+label:before{content:attr(data-label);text-indent:0;display:block;position:absolute;top:0;left:10px;width:110px;height:22px;line-height:21px;text-align:left;font-size:12px}.tax-switch-container{display:flex;font-size:14px;margin-right:15px;margin-top:3px;margin-left:10px}.tax-switch-container .tax-switch{padding-top:4px;height:22px;margin:4px 0;line-height:8px;padding-right:35px}.tax-switch-container .tax-switch-label-text{padding-top:3px;padding-right:4px;font-weight:500;margin-right:5px}.tax-switch-container .tax-switch-label{position:relative;cursor:pointer}.tax-switch-container label{margin-bottom:5px}.tax-switch-container .tax-switch-label:before{text-align:initial;white-space:nowrap;content:attr(data-label-tax-excl);display:block;color:#fff;background-color:#2fb5d2;padding:4px 18px;width:50px;line-height:10px;border-radius:8px;font-size:9px;position:absolute;margin:0;outline:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tax-switch-container .tax-switch-input:checked+.tax-switch-label:before{content:attr(data-label-tax-incl);padding:4px 12px 4px 5px;background-color:#f9952c}.tax-switch-container .tax-switch-label:after{left:-5px;width:20px;height:20px;background-color:#FFF;border-radius:50%;border:1px solid #D7DADA;content:"";position:absolute;margin:0;outline:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tax-switch-container .tax-switch-input:checked+.tax-switch-label:after{-webkit-transform:translate(36px,-50%);-ms-transform:translate(36px,-50%);-o-transform:translate(36px,-50%);transform:translate(36px,-50%)}#header .header-nav .tax-selector-wrapper,.elementor-widget-LeoModule .tax-selector-wrapper{display:block;text-align:center;margin-left:0}#header .header-nav .tax-switch-container,.elementor-widget-LeoModule .tax-switch-container{display:inline-flex;align-items:center;margin-left:0;margin-right:0}