/* Code added by Omar */

#bon-leftside {
    text-align: center;
    width: 100%;
}

#bon-rightside {
    text-align: center;
    width: 100%;
}

#bon-center {
    text-align: center;
    width: 100%;
}

#bon_ship {
    width: 100%;
    color: #fff;
    padding: 7px 0;
}

@media only screen and (min-width: 480px) {
    #bon-leftside {
        text-align: left;
        padding-left: 20px;
    }
    #bon-rightside {
        text-align: right;
        padding-right: 20px;
    }
    #bon-center {
        text-align: center;
    }
    #bon_ship {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: #fff;
        /* z-index: 100; */
        padding: 7px 0;
        /* display: none; */
    }
}

.bon-shipping a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.bon-shipping p {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.bon-shipping strong {
    font-weight: 400;
}

.bon-shipping a:hover {
    text-decoration: none;
}

.bon-shipping a:hover:after {
    transform: scaleX(1);
    width: 100%;
}

.bon-shipping a {
    position: relative;
}

.bon-shipping a:after {
    background: #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 83%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s linear;
}