p.price {
    position: fixed;
    width: 35%;
    height: 50px !important;
    background-color: white;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 10000;
    overflow: hidden;
    margin: 0px !important;
    padding: 10px;
    padding-left: 10px;
    text-align: center;
    color: #545454 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.single_add_to_cart_button {

    position: fixed !important;
    width: 35% !important;
    height: 50px !important;
    background-color: blue;
    bottom: 20px !important;
    left: 45% !important;
    z-index: 10000;
    overflow: hidden;
    margin: 0px !important;
    padding: 10px !important;
    padding-left: 20px;
    text-align: center;
    font-size: 16px !important;

}

.go_cart_button {

    position: fixed !important;
    width: 60px !important;
    height: 50px !important;
    background-color: blue;
    bottom: 20px !important;
    left: 87% !important;
    z-index: 10000;
    overflow: hidden;
    margin: 0px !important;
    padding: 10px !important;
    padding-left: 10px;
    text-align: center;
    font-size: 16px !important;
    background-color: white !important;
    margin-right: 10px !important;
}


.amount {
    margin-left: 20px !important;
    font-size: 26px !important;
}

.entry-summary p.price span {
    font-size: 26px !important;
}

.quantity {
    display: none !important;

}




.go_container {
    position: fixed;
    width: 100%;
    height: 90px !important;
    background-color: white;
    bottom: 0 !important;
    left: 0;
    z-index: 9000;
    overflow: hidden;
    margin: 0px !important;
    -webkit-box-shadow: 0px -4px 33px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 33px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 33px -13px rgba(0, 0, 0, 0.75);
}


@media only screen and (max-width: 480px) {
    p.price {
        position: fixed;
        width: 40%;
        height: 50px !important;
        background-color: white;
        bottom: 20px !important;
        left: 0 !important;
        z-index: 10000;
        overflow: hidden;
        margin: 0px !important;
        padding: 10px;
        padding-left: 10px;
        text-align: center;
        color: #545454 !important;
        font-size: 9px !important;
        font-weight: bold !important;
    }

    .entry-summary p.price span {
        font-size: 16px !important;
    }

    .single_add_to_cart_button {

        position: fixed !important;
        width: 35% !important;
        height: 50px !important;
        background-color: blue;
        bottom: 20px !important;
        left: 40% !important;
        z-index: 10000;
        overflow: hidden;
        margin: 0px !important;
        padding: 10px !important;
        padding-left: 20px;
        text-align: center;
        font-size: 12px !important;

    }

    .go_cart_button {

        position: fixed !important;
        width: 60px !important;
        height: 50px !important;
        background-color: blue;
        bottom: 20px !important;
        left: 80% !important;
        z-index: 10000;
        overflow: hidden;
        margin: 0px !important;
        padding: 10px !important;
        padding-left: 10px;
        text-align: center;
        font-size: 16px !important;
        background-color: white !important;
    }
}