
.btn.backPage, .btn.forwardPage {
    width: 100%;
    text-align: center;
}

.btn.backPage:hover, .btn.forwardPage:hover {
    box-shadow: 0px 0px 30px rgba(100, 100, 100, .5);
    text-decoration: none;
}

.btn.forwardPage {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 600px) {
    .btn.backPage, .btn.forwardPage {
        border-radius: 0;
        padding: 15px;
        width: auto;
    }
    .btn.backPage {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

#store-item-confirmation-container:empty::before {
    content: "No items in cart";
}

.store-item-confirmation .contained-image {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
/*    margin-right: 5px;*/
/*    width: 100%;*/
/*    padding-bottom: 100%;*/
}

/*.store-item-confirmation {*/
/*    background-color: rgb(*/<?//= $theme->getPrimaryColorTriplet() ?>/*);*/
/*    color: white;*/
/*    margin: 5px;*/
/*    padding: 5px;*/
/*    /* border: 5px solid blue; */*/
/*    border-radius: 5px;*/
/*    font-size: 20px;*/
/*}*/
/**/
/*.store-item-confirmation a {*/
/*    color: white;*/
/*}*/