    /**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2017 PresTeamShop
 * @license   see file: LICENSE.txt
 */

/* ONE PAGE CHECKOUT PS PRINCIPAL */



/*****************************Tools*****************************/
div#opc_loading.animate{
    animation: easeOutBounce 1s 0s forwards;
    -webkit-animation: easeOutBounce 1s 0s forwards;
}
@keyframes easeOutBounce {
    0% { bottom: 100%}
    100% { bottom: 0}
}
@-webkit-keyframes easeOutBounce {
    0% { bottom: 100%}
    100% { bottom: 0}
}
.opc_overlay{
    background-color: #FFFFFF;
    opacity: 0.6;
    height: 100%;
    width: 100%;
    z-index: 99;
}
div#opc_loading {
    display: block;
    background-color: #428bca;
    border-top: 1px solid #357ebd;
    bottom: calc(100% + 35px);
    color: #ffffff;
    font-size: 14px;
    padding: 8px;
    font-weight: bold;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
    cursor: wait;
}
div#opc_loading i{
    margin-left: 8px;
}

body#order-opc #simplemodal-container{z-index: 999999 !important;}
.content-center #onepagecheckoutps .modal-content{
    width: 100%;
}
#opc_correos .modal-body {
    max-height: 555px !important;
}
#onepagecheckoutps_step_two .hook_extracarrier #myModal{
    position: fixed !important;
}
#payment_modal .modal-body #eb-main-wrapper{
    width: 100%;
}
#cms_modal .modal-body *,
#payment_modal .modal-body *{
    font-size: 100% !important;
}
#payment_modal .modal-body h1,
#payment_modal .modal-body h2,
#payment_modal .modal-body h3{
    margin: 0;
}
#payment_modal .modal-body button.btn i{
    margin: 0 2px;
    vertical-align: middle;
}
#payment_modal .modal-body .box{
    border: none;
    background: none;
    margin-bottom: 5px;
    padding: 4px;
}
body#order-opc .modal-backdrop,
body#orderopc .modal-backdrop{
    display: none;
}
body#order-opc.modal-open{
    overflow: auto;
}
div#onepagecheckoutps .modal .modal-dialog {
    top: 40% !important;
    background: rgba(255, 255, 255, 1);
    padding: 0;
    position: static;
}
div#onepagecheckoutps .modal {
    top: 0 !important;
    /*opacity: 0.8;*/
    background: rgba(255,255, 255, 0.8);
    width: auto;
    margin: auto;
    position: absolute !important;
    z-index: 20002;
}
div#onepagecheckoutps .modal .modal-footer button{
    margin-left: 10px;
}
div#onepagecheckoutps .modal .modal-content {
    margin: 0;
}
.modal-backdrop {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}
.modal-backdrop, .modal-backdrop.fa-ptsde.in {
    opacity: 0.8;
}
.pts .modal{
    overflow: hidden !important;
}
.pts .modal-body{
    max-height: 460px;
    overflow-y: auto;
}
.pts .modal-header{
    padding: 15px !important;
    background-color: #fdbdbd;
    border: 2px red solid;
    font: normal 16px/1.38 'Blogger Regular', 'Arial', sans-serif;
}
/*****************************END Tools*****************************/


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}
