/*

COLOR STYLES

*/

/* Typography */

h1 {
font-family: 'Roboto', sans-serif;
font-size: 2rem !important;
font-weight: bold;
}


h2 {
font-family: 'Roboto', sans-serif;
font-size: 1.5rem !important;
font-weight: bold;
}

h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.2rem !important;
font-weight: bold;
}

h4 {
font-family: 'Roboto', sans-serif;
font-size: 1rem !important;
font-weight: bold;
}

h5 {
font-family: 'Roboto', sans-serif;
font-size: .75rem !important;
font-weight: bold;
}


body {
margin:0 !important;
}

.login .waves-button-input{
color:white;
}

#memberSection {
background:url('/img/ember-slate-grey-mark.png');
background-size: auto;
background-position: center right;
background-repeat: no-repeat;
background-color: rgba(255,255,255,0.9);
background-blend-mode: overlay;
}

.btn, .btn-large{
transition: 0.5s;
flex: 1 1 auto;
background-size: 200% auto;
/* background-image: -webkit-linear-gradient(left, #ff8951 0%, #ff0047 100%);
background-image: -o-linear-gradient(left, #ff8951 0%, #ff0047 100%);
background-image: linear-gradient(to right, #ff8951 0%, #ff0047 100%); */
/* background-color: #01579b !important; */
}
.btn, .btn-large{
transition: 0.5s;
flex: 1 1 auto;
background-size: 200% auto;
/* background-image: -webkit-linear-gradient(left, #01579b 0%, #013c6b 100%);
background-image: -o-linear-gradient(left, #01579b 0%, #013c6b 100%);
background-image: linear-gradient(to right, #01579b 0%, #013c6b 100%); */
/* background-color: #01579b !important; */
}

.btn:hover, .btn-large:hover {
/* background-color: #014e8b !important; */
background-position: right center;
}

blockquote p {
font-family: 'Roboto', sans-serif;
font-size: 1.1rem;
color: #868686;
font-weight: normal;
line-height: 1.75rem;
}


.brand-logo img {
max-height: 64px!important;
padding: 15px 0!important;
}

.store-card hr {
background: #01579b;
display: block;
width: 100%;
height: 1px;
margin-top: 0;
border: 0px;
}

.store-column-title {
font-weight: bold;
text-transform: uppercase;
color: #447faf;
padding-top: 4px;
padding-bottom: 12px;
}


.checkout {
/* background: #01579b !important; */
text-align: center;
color: white;
/* padding: 16px 20px; */
text-transform: uppercase;
/* width: 300px; */
/* float: right; */
font-weight: bold;
}

.view-item, .checkout-payment, .full-details{
transition: 0.5s;
width:100%;
padding:20px;
text-align:center;
/* background:#01579b !important; */
color:white;
text-transform:uppercase;
font-weight:bold;
background:#01579b;
background-size: 100% auto;
background-image: -webkit-linear-gradient(left, #01579b 0%, #013c6b 100%);
background-image: -o-linear-gradient(left, #01579b 0%, #013c6b 100%);
background-image: linear-gradient(to right, #01579b 0%, #013c6b 100%);
transition: 1s !important;
border-top:1px solid white;
}

blockquote {
margin: 20px 0;
padding-left: 1.5rem;
/* border-left: 5px solid #01579b; */
border-left: 5px solid linear-gradient(to right, #ff8951 0%, #ff0047 100%);
}

.view-item:hover {
background: #013c6b;
}

.store-logo{
width:100px;
}
.store-header{
width:100%;
height: 90px;
position: fixed;
/* background:#3C3C3C; */
text-align:center;
display:block;
top:0px;
z-index:9999;
}
.items-counter{
font-weight:bold;
padding:0px;
position: absolute;
left: 50%;
transform: translateX(-50%);
height:20px;
max-width:200px;
margin:auto;
}
.product{
padding:0px;
}
.row .col{
/* float:none;
display:inline-block; */
}
.card.product{

text-align:left;
}
.pre-footer {
text-align: center;
height: 110px;
width: 100%;
margin-top:70px;
}
.footer{
background:#222222;
height:auto;
padding:10px 2px;
width:100%;
text-align:center;
}
.payment-icons{
width:200px;
}
.store-welcome-message{
font-size:1.2em;
margin:16px 0px;
}
.card.product{
min-height:390px;
}
.view-item:hover{
cursor:pointer;
}
.checkout:hover{
cursor:pointer;
}
.product-display .row .col{
float:left;
}

#add-product-to-cart .input-field label{
color:black;
text-transform:uppercase;
}

#add-product-to-cart .dropdown-content{
max-height:180px;
}
.add-to-cart-btn{
position:relative;
top:8px;
}

#product-close{
position:absolute;
right:0px;
font-size:30px;
/*color:#32af28;*/
color:#D32F2F !important;
margin:12px 18px;
transform: rotate(45deg);
}

#product-close:hover{
cursor:pointer;
}

.product-image{
width:100%;
height:300px;
background-position:center center !important;
background-size:contain !important;
}

.product-description{
padding:18px;
height:90px;
}

.donation-page-link{
background:#023761;
}

.store-column-title{
font-size:20px;
font-weight:bold;
}

.store-column-description{
color:#dfdfdf;
}
.donation-selection input{
border:1px solid green;
}

.cart-item div{
/* padding:10px; */
}

.tabs .tab a:focus, .tabs .tab a:focus.active{
background-color:white;
color:black !important;
}

.tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a{
color:#424242 !important;
}

.tabs .indicator{
background-color:#424242 !important;
}

img.header-logo{
  max-width: 200px;
  margin-top:4px;
}

.datepicker-date-display, .datepicker-table td.is-selected {
    color: #ffffff !important;
}






@media all and (max-width: 1470px) and (min-width:1000px) {

}

@media all and (max-width: 999px) and (min-width:600px) {
  .container{
    max-width:100% !important;
  }
}

@media all and (max-width: 600px) and (min-width:200px) {
  .container{
    max-width:100% !important;
  }
  nav .brand-logo {
    left: 50px !important;
    margin-left: 10px;
    top: 10px;
    }
    .item-count-checkout {
      position: absolute !important;
      bottom: 28px;
      right: 0px;
    }
}


.swal2-container .select-wrapper {
  display: none !important;
}