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

.yellow-ribbon {
    /*Devi update 19 july 2022*/
    /*
    background: #f9f9fa;
    height: 58px;
    padding: 20px;
    */
    background: #e8dd42;
    height: 43px;
    padding: 14px;
    text-align: center;
    width: 100%;
    /* Arief update 2021-08-11: Smooth hiden gajah makan karton */
    /*
    transition: all .5s ease-out;
    */
    transition: all 0.7s ease-out;
    overflow: hidden;
}
.yellow-ribbon .container {
    line-height: 10px;
}
.yellow-ribbon .container > a, .yellow-ribbon .container > a >  *  {
    display: inline-block;
    vertical-align: middle;
    color: black;
}
.yellow-ribbon img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.yellow-ribbon a {
    text-align: center;
    /*Devi update 19 july 2022*/
    /*
    font-size: 15px;
    */
    font-size: 18px;
    color:#017fb7;
    font-weight: 400;
}
.yellow-ribbon a:last-child {
    border-right: 0;
}
.yellow-ribbon p {
    margin-bottom: 0;
}
.yellow-ribbon.nav-up {
    top: -110px;
}
/*Devi update 13 December 2022*/
@media(max-width: 575px){
.yellow-ribbon .slide{
    font-size:12px!important;
}
.yellow-ribbon a{
    font-size:12px!important;
}
}
/* end devi update */
.yellow-ribbon .slide {
    display: none;
    line-height: 16px;

    /*Devi update 19 july 2022*/
    color:#017fb7;
    font-weight:400;
    font-size: 18px;
}

/*Devi update 19 july 2022*/
.yellow-ribbon .slide a {
    /*Devi update 19 july 2022*/
    /*
    color: #242323;
    */
    color: #017fb7;
}

@media (max-width: 1024px) {
    .yellow-ribbon img {
        display: none;
    }
}

@media (max-width: 481px) {
    .yellow-ribbon {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .yellow-ribbon::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .yellow-ribbon::-webkit-scrollbar:horizontal {
        height: 3px;
    }

    .yellow-ribbon::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, .4);
    }
    .yellow-ribbon img {
        display: inline-block;
    }
}
