/**
* 2022 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/*.an-sfsl p {*/
/*    margin-bottom: 0;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    color: #b2b2b2;*/
/*    letter-spacing: 2px;*/
/*}*/

.anthemeshipping-line {
    position: relative;
    padding: 2px 0; 
}
.anthemeshipping-line p {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.anthemeshipping-line .btn-close-line {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.btn-close-line i { font-size: 14px; }
@media (max-width: 480px) {
    .anthemeshipping-line,
    .anthemeshipping-link {
        display: none;
    }
}