/**
* 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.
*/


/*tvhidepricebygroup module's front.css*/




/*custombtn*/

.custom_btn_pp {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #c0d300;
    color: #000b07;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.4s ease;
    text-decoration: none;
    line-height: normal;
    letter-spacing: .9px;
    white-space: normal;
    font-size: 12px;
    padding: 8px 20px;
    will-change: transform;
    text-transform: unset;
    margin-bottom: 10px;
}

.custom_btn_pp:focus,
.custom_btn_pp:hover {
    outline: none;
}

.custom_btn_pp:hover {
    background-color: #a0c200;
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-shadow: none;
}

@media (min-width: 480px) {
    .custom_btn_pp {
        font-size: 12px;
        padding: 8px 20px;
    }
}

@media (min-width: 768px) {
    .custom_btn_pp {
        font-size: 13px;
        padding: 8px 20px;

    }
}

@media (min-width: 1024px) {
    .custom_btn_pp {
        font-size: 15px;
        padding: 8px 20px;
    }
}

/*login lable design start*/
.extaddifyhideprice {
	display: block;
	text-align: start !important;
}
.extaddifyhideprice p {
    color: #030303;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 500;
}
.extaddifyhideprice a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #0056b3;
    transition: all 0.3s ease;
    letter-spacing: .6px;
    text-underline-offset: 5px;
  text-decoration: 1px solid #0056b3 underline !important;
    text-underline-offset: 8px;
     transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.extaddifyhideprice a:hover{
	text-underline-offset: 6px;

}
/*login lable design end*/
