/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 #_desktop_basecontact_link{
    float: right;
    width: auto;
    padding: 25px 0;
}
.free-shipping .free-shipping-text {
    margin: 0 20px 0 0;
}
.block-contact #contact-info .number:hover, .block-contact #contact-info .number:hover a {
    color: var(--global-palette1);
}
.free-shipping-text span:hover, .free-shipping-text span:hover strong {
    color: var(--global-palette1);
}
#contact-info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; 
}
.free-shipping {
    display: inline-block;
    vertical-align: middle;
}
.free-shipping-text span{
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    color: var(--global-palette9);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.free-shipping-text:before {
    content: '';
    -webkit-mask-image: url(../img/free-shipping.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 30px;
    height: 30px;
    background-color: var(--global-palette9);
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    margin-right: 7px;
}
#contact-info span.store-contact-number:before {
    content: '';
    -webkit-mask-image: url(../img/contact.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 30px;
    height: 35px;
    background-color: var(--global-palette9);
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    margin-right: 5px;
}

.block-contact #contact-info .number a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: var(--global-palette9);
}

.block-contact #contact-info .number {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: var(--global-palette9);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.free-shipping-text span strong {
    color: var(--global-palette9);
    font-weight: 600;
}
@media (max-width: 1359px) {
    .block-contact #contact-info .number a{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .free-shipping {
        display: none;
    }
    #contact-info{
        margin: 0;
    }
    #_desktop_basecontact_link {
        margin: 20px 0;
        padding: 0;
    }
}
@media (max-width: 991px){
    .block-contact,
    #_desktop_basecontact_link{
    display: none;
    }

}