body .pea_cook_bottomright {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .5) !important;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    border-radius: 0;
}

body .pea_cook_bottomright > p {
    position: absolute;
    background: rgb(255, 255, 255) !important;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    border: 1px solid #9a9a99;
    left: 50%;
    margin-left: -250px !important;
    width: 500px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 18px;
    padding: 40px 50px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-weight: 700;
    font-family: Abel, Arial, Helvetica, sans-serif;
}

body .pea_cook_bottomright > p > a {
    display: block;
    text-decoration: none;
    border-bottom: none;
    color: #454545 !important;
}

body .pea_cook_bottomright > p > .pea_cook_btn {
    background: #ba0f03 !important;
    background-image: none;
    color: #fff !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ee5624), to(#ba0f03)) !important;
    background-image: -webkit-linear-gradient(bottom, #ee5624, #ba0f03) !important;
    background-image: -moz-linear-gradient(bottom, #ee5624, #ba0f03) !important;
    background-image: -o-linear-gradient(bottom, #ee5624, #ba0f03) !important;
    background-image: linear-gradient(to top, #ee5624, #ba0f03) !important;
    margin-bottom: 0;
    -webkit-transition: all .2s !important;
    -moz-transition: all .2s !important;
    -ms-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
    border-width: 0 !important;
    border-style: solid !important;
    font-weight: 700 !important;
    font-family: Abel;
    text-transform: uppercase !important;
    border-radius: 0;
    font-size: 14px;
    padding: 14px 20px;
    text-align: center;
    cursor: pointer !important;
    display: block;
    margin: 15px auto 0;
}