/**
* 2008-2023 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-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

form.addToCartForm .qty,
form.addToCartForm .prestacart_add {
    float: left;
}

form.addToCartForm .qty {
    margin-right: 8px;
}
form.addToCartForm .prestacart_add button {
    padding: 8px 10px 6px 18px;
    border-radius: 2px;
}
.presta-notify {
	float: left;
	margin-top: 10px;
}
.presta-notify i {
	font-size: 20px;
	float: left;
	margin-right: 10px;
    color: #fcc94f;
}
.presta-notify span {
	float: left;
	font-weight: 600;
    color: #fcc94f;
}
#tf_multiple_product .has-discount, #tf_multiple_product .discount {
    margin-left: 0px;
}

#tf_multiple_product .custom-checkbox input[type=checkbox]+span {
    left: -5px;
    position: absolute;
}

#tf_multiple_product {
    position: relative;
}

#tf_multiple_product .tfloader img {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
