/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */
 body {
 /*background:  url(images/bg.jpg); */
 background: #cac187;
  color: #000;
  margin: 0px;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
}
.bg-body-secondary {
background-color: rgb(202, 193, 135) !important;
}

.socialicons {
  text-align: center;
  margin: 5px auto;
  padding: 10px 0px;
}

.socialiconsmobile {display:block;margin: 0px auto;padding: 5px;text-align:center;}
.breadcrumb {font-size:10px;}
.display-4 {
font-family: 'Bubblegum Sans', cursive;
font-size: 36px;
margin: 0;
padding-bottom: 5px;
color: #00457f;
}

.terms {display: block;padding: 5px; text-align:center;}
.terms a, .terms {color: #fff;font-size:.75rem;}
h1 { 
font-family: 'Bubblegum Sans', cursive;
  font-size: 36px;
  margin: 0;
  padding-bottom: 5px;
  color: #00457f;
 /*color: #39c820; */
 /*font-style:italic; */
}
#bodyContent {
background: #fff;
padding: 15px;
border-radius: 15px;
}

.btn, .btn-success, .btn-lg {
background: #00457f;
color:#fff;
border-radius: 15px;
}
footer {
font-size: 10px;
color: #ffffff;
font-weight: bold;
}
.pi-qty-input {
max-width: 200px;
float: right;}
.pi-buy-button {
max-width: 200px;
}
.productPrice {
}
.justify-content-between {
justify-content: right !important;
}
.text-sm-end {
text-align: left!important;
}