body {
    background: #f5f6f5;
    font-family: 'Roboto', sans-serif;
    padding-top: 50px;
    /* overflow: hidden; */
}

.index {
    width: 100vw;
    height: 100vh;
}

.masterhead {
    color: white;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    padding-top: 8rem;
    background: url('/img/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masterhead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .masterhead h1 {
        font-size: 5.5rem;
    }
}

.swiper-container-cart {
    width: 100%;
    height: 100%;
  }

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    margin: 10px;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); */
  }

.cart-container-outer {
    background: white;
    padding: 20px;
    margin-top: 20px;
    /* position: fixed;
    margin-right: 5%;
    display: block;
    width: auto;
    right: auto;
    margin-bottom: 60px;
    top: 60px;
    z-index: 1000;
    height: 90%;
    overflow-y: scroll; */

}

.cart-container {
    /* height: 100%;     */
}


.category-container {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background: white;
}

.price-text {
    color: black;
}

#total-cart-container {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#total-cart-price {
    font-weight: bold;
}

#take-photo-camera {
    transform: scale(0.55);
    transform-origin: center left;
}


#photo-snapped {
    transform: scale(0.55);
    transform-origin: center left;

}

.only-print, .only-print *{
    display: none !important;
}

@media print {
    .no-print, .no-print *{
        display: none !important;
    }

    .only-print, .only-print *{
        display: block !important;
    }

    body {
        width: 1280px; /* Using px here */
    }
}
