.mobile-action-nav {
    position: fixed;
    width: 100%;
    /* height: 100px; */
    text-align: center;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    display: none;
}

.mobile-action-nav > * {
    text-align: center;
    color: #ffffff;
    align-self: stretch;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2274D4;
    text-transform: uppercase;
    flex-grow: 1;
    border: none;
    font-size: 18px;
    line-height: 22px;
    height: 100px;
    text-decoration: none;
}

.mobile-action-nav > a:hover, 
.mobile-action-nav > a:focus {
    text-decoration: none;
    color: #ffffff
}

.mobile-action-nav > *.secondary {
    background: #022540;
}

.mobile-action-nav > *.secondary {
    width: 40%;
    max-width: 40%
}
.mobile-action-nav > * span {
    display: block;
    font-size: 12px;
    line-height: 14px
}


@media only screen and (max-width: 1024px) {

    .mobile-action-nav {
       /* display: flex */
    }

}

@media only screen and (max-width: 768px) {

    
.mobile-action-nav > button.secondary {
        display: none
    }

    .mobile-action-nav > * {
        font-size: 16px;
        height: 70px;
    }

}



/* 


#mobile-action-button {
    background-color: #2274D4;
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
} */

#product-view .sidebar #mobile-action-button-close {
    /*display: none*/
}


@media only screen and (max-width: 1024px) {

    #mobile-action-button {
       /* display: flex */
    }
    
    #product-view .sidebar {
        padding-top: 30px;
        margin: 0px auto !important;

    
    }

    #product-view .sidebar.open {
        top: 0%;
        background-color: rgba(0,0,0,0.85);
        transition: top 0.3s ease, background-color 1s ease 0.2s
    }


    #product-view .sidebar > .holder {
        position: initial;
        width: 100%;
        bottom: 80px;
        left: 0;
    }

    #product-view .sidebar #action-box, #product-view .sidebar #action-shopping-cart {
        width: 350px;
        margin: 0 auto;
        /* display: none; */
    }

    #product-view .sidebar #mobile-action-button-close {
        border: 2px solid #ffffff;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        color: #ffffff;
        background-color: transparent;
        display: block;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
        transition: opacity 0.3s ease 0s
    }
    #product-view .sidebar #mobile-action-button-close:focus {
        outline: none
    }

    #product-view .sidebar.open #mobile-action-button-close {
        opacity: 1;
        transition: opacity 0.3s ease 0.3s;
    }
} 

@media only screen and (max-width: 425px) {
    #product-view .sidebar #action-box {
        width: 275px !important;
        margin-left:0px !important;
    }    

    #product-view .sidebar > .holder {
     /*   bottom: 0;*/
    }

    #product-view .terminos_pp{
        width: 259px !important;
    }


}

@media only screen and (max-width: 280px) {
    #product-view .sidebar #action-box {
        width: 240px !important;
        margin-left:0px !important;
    }    

}