* {
    box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   top: 0 !important;
}

body, html {
    height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    min-height: 600px;
}

#header {
    background-color: #000;
    border-bottom: solid 2px black;
}

#footer {
  width: 100%;
    background-color: beige;
    color: #000;
    text-align: center;
    padding: 10px;
    float: left;
    border-top: solid 2px black;
}

#rightSide
{
 background-image: url('/img/bg/cart-bg.png');
  border-radius: 20px;
  text-align: center;
  overflow-y: auto;
}

.top_header {
  width: 100%;
  text-align: center;
  background: beige;
  top: 30px;
  height: 75px;
  display: flex;
}

.bottom_footer {
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 30px;
}

.cart-number {
  float: right;
  padding: 7px 7px 7px 7px;
  border: solid;
  border-radius: 40px;
  background: black;
  color: darkorange;
  margin: 15px 15px 0px 0px;
  min-width: 20px;
}

.cart-img {
  display: inline-block;
  background-image: url('/img/btn/shopping_cart.png');
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  float: right;
  margin: 12px 1% 0px 0px;
}

.account-img {
  display: inline-block;
  background-image: url('/img/btn/account.png');
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  float: right;
  margin: 12px 1% 0px 0px;
}

.home-img {
  display: inline-block;
  background-image: url('/img/btn/home.png');
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  float: left;
  margin: 12px 0px 0px 1%;
}

.cart-form-container {
  border: solid 5px cornsilk;
  background-image: url('/img/bg/cornsilk70.png');
  width: 100%;
}

.cart-form {
  margin: auto;
  max-width: 500px;
}

.cart-label {
  display: block;
  text-align: left;
  margin: 5px;
}

.cart-input {
  display: block;
  width: 95%;
  margin: 5px;
}

.cart-button {
  display: inline-block;
  width: 45%;
  margin: 1%;
}

.cart-container {
    max-width: 600px;
    margin: auto;
}

.add-to-cart {
  display: block;
  padding: 10px;
  background-color: forestgreen;
  text-align: center;
  color: white;
  -webkit-transition: background-color .5s; /* Safari */
  transition: background-color .5s;
  border: none;
  width: 100%;
}

.add-to-cart:hover {
  background-color: darkcyan;
}

.remove-from-cart {
  background-image: url('/img/btn/checkbox_cross.png');
  display: block;
  width: 32px;
  height: 32px;
  border: none;
}

.cardform {
  padding: 20px;
  background-image: url('/img/bg/cornsilk70.png');
  border: solid cornsilk 5px;
  font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
}

.cardlabels {
  float: left;
}

.cardinput {
  width: 100%;
  margin-bottom: 10px;
}

.narrowlabel {
  display: block;
  width: 100%;
}

.paybutton {
  border: none;
  padding: 10px;
  width: 90%;
  margin: 10px;
  background-color: darkgreen;
  color: white;
  -webkit-transition: background-color .5s; /* Safari */
  transition: background-color .5s;
}

.paybutton:hover {
  background-color: forestgreen;
}

.payback {
  border: solid 5px cornsilk;
  padding: 5px;
  background-image: url('/img/bg/cornsilk70.png');
}

.paymenterror {
  display: block;
  background-color: darkred;
  color: white;
  padding: 5px;
}

.paymenthappy {
  display: block;
  background-color: darkgreen;
  color: white;
  padding: 5px;
}

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.pageTitle {
  display: inline-block;
  margin: 0;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-grow: 1;
}

.allcontent {
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.googletrans {
  background-color: black;
  text-align: center;
  color: white;
  width: 100%;
  height: 30px;
}

.steelbluebutton {
  width: 100%;
  height: 40px;
  border: none;
  background-color: steelblue;
  color: white;
  font-weight: bold;
  -webkit-transition: background-color .5s; /* Safari */
   transition: background-color .5s;
}

.steelbluebutton:hover {
  background-color: darkgreen;
}

/* For button size: */
.btn-1 {width: 95%; padding-top: 95%;}
.btn-2 {width: 47.5%; padding-top: 47.5%;}
.btn-3 {width: 31.66%; padding-top: 31.66%;}
.btn-4 {width: 23.75%; padding-top: 23.75%;}
.btn-5 {width: 19%; padding-top: 19%;}
.btn-6 {width: 15.83%; padding-top: 15.85%;}
.btn-7 {width: 13.57%; padding-top: 13.57%;}
.btn-8 {width: 11.87%; padding-top: 11.87%;}
.btn-9 {width: 10.55%; padding-top: 10.55%;}
.btn-10 {width: 9.5%; padding-top: 9.5%;}
.btn-11 {width: 8.63%; padding-top: 8.63%;}
.btn-12 {width: 7.92%; padding-top: 7.92%;}

.item-1 {width: 95%; padding-top: 95%;}
.item-2 {width: 47.5%; padding-top: 47.5%;}
.item-3 {width: 31.66%; padding-top: 31.66%;}
.item-4 {width: 23.75%; padding-top: 23.75%;}
.item-5 {width: 19%; padding-top: 19%;}
.item-6 {width: 15%; padding-top: 15%;}
.item-7 {width: 13%; padding-top: 13%;}
.item-8 {width: 11%; padding-top: 11%;}
.item-9 {width: 10%; padding-top: 10%;}
.item-10 {width: 9%; padding-top: 9%;}
.item-11 {width: 8%; padding-top: 8%;}
.item-12 {width: 7.3%; padding-top: 7.3%;}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

#addToCartSnack {
   visibility: hidden;
   min-width: 250px;
   margin-left: -125px;
   background-color: #005000;
   color: #fff;
   text-align: center;
   border-radius: 2px;
   padding: 16px;
   position: fixed;
   z-index: 1;
   left: 50%;
   bottom: 30px;
   font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
   font-weight: bold;
}

#addToCartSnack.show {
   visibility: visible;
   -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#customSnack {
   visibility: hidden;
   min-width: 250px;
   margin-left: -125px;
   color: #fff;
   text-align: center;
   border-radius: 2px;
   padding: 16px;
   position: fixed;
   z-index: 1;
   left: 50%;
   bottom: 30px;
   font-family: "Work Sans","HelveticaNeue","Helvetica Neue",sans-serif;
   font-weight: bold;
}

#customSnack.show {
   visibility: visible;
}

/* The container */
.radiobutton-container {
    display: block;
    position: relative;
    padding-left: 40px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:2px;
    cursor: pointer;
    font-size: 20px;
    background-color: #000048;
    border-radius: 40px 20px 20px 40px;
  	color:#ffffff;
    height: 35px
}

/* Hide the browser's default radio button */
.radiobutton-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiobutton-checkmark {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 27px;
    width: 27px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobutton-container:hover input ~ .radiobutton-checkmark {
    background-color: #ccf;
}

/* When the radio button is checked, add a blue background */
.radiobutton-container input:checked ~ .radiobutton-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobutton-container input:checked ~ .radiobutton-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobutton-container .radiobutton-checkmark:after {
 	top: 5px;
	left: 5px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: white;
}

.variant-card-img {
    width: 75%;
    height: 75px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.variant-card {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.variant-card-container {
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.variant-card-container-content {
    padding: 10px;
    background-image: url('/img/bg/cornsilk70.png');
    border-radius: 0px 0px 20px 20px;
}

.variant-card-container-header {
    width: 100%;
    text-align: center;
    border-bottom: solid 2px burlywood;
}

.selected-variant-card-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.selected-variant-card-add {
    min-width: 95px;
    cursor: pointer;
}

.selected-variant-card-subtract {
    width: 30px;
    cursor: pointer;
}

@-webkit-keyframes fadein {
   from {bottom: 0; opacity: 0;}
   to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
   from {bottom: 0; opacity: 0;}
   to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
   from {bottom: 30px; opacity: 1;}
   to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
   from {bottom: 30px; opacity: 1;}
   to {bottom: 0; opacity: 0;}
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    #rightSide {
      display: none;
    }
    .btn-mob-1 {width: 95%; padding-top: 95%;}
    .btn-mob-2 {width: 47.5%; padding-top: 47.5%;}
    .btn-mob-3 {width: 31.66%; padding-top: 31.66%;}
    .btn-mob-4 {width: 23.75%; padding-top: 23.75%;}
    .btn-mob-5 {width: 19%; padding-top: 19%;}
    .btn-mob-6 {width: 15.83%; padding-top: 15.85%;}
    .btn-mob-7 {width: 13.57%; padding-top: 13.57%;}
    .btn-mob-8 {width: 11.87%; padding-top: 11.87%;}
    .btn-mob-9 {width: 10.55%; padding-top: 10.55%;}
    .btn-mob-10 {width: 9.5%; padding-top: 9.5%;}
    .btn-mob-11 {width: 8.63%; padding-top: 8.63%;}
    .btn-mob-12 {width: 7.92%; padding-top: 7.92%;}

    .item-mob-1 {width: 95%; padding-top: 95%;}
    .item-mob-2 {width: 47.5%; padding-top: 47.5%;}
    .item-mob-3 {width: 31.66%; padding-top: 31.66%;}
    .item-mob-4 {width: 23.75%; padding-top: 23.75%;}
    .item-mob-5 {width: 19%; padding-top: 19%;}
    .item-mob-6 {width: 15%; padding-top: 15%;}
    .item-mob-7 {width: 13%; padding-top: 13%;}
    .item-mob-8 {width: 11%; padding-top: 11%;}
    .item-mob-9 {width: 10%; padding-top: 10%;}
    .item-mob-10 {width: 9%; padding-top: 9%;}
    .item-mob-11 {width: 8%; padding-top: 8%;}
    .item-mob-12 {width: 7.3%; padding-top: 7.3%;}
}

@media (max-width: 860px) {

}
