.centers{
    display: block;
    margin: auto;
    width: 25%;
}
.btn{
    font-size: 1.2em !important;
}
html{
    padding: 20px;
    background-color: #f0f0f2;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;

}
.cards{
    max-width: 50%;
    margin: auto;
}
.clear{
    border: none;
    background-color: white;
}
.colorMe{
    background-color: white;
}
.colorMe2{
    background-color: #04d9c4;
}
.container-fluid{
    background-color: #f0f0f2;
}
.sizer {
    padding: 10px !important;
    font-weight: bold;
}
.sizer i{
    font-size: 1em;
}
.cart td{
    padding-right: 10px;
    padding-left: 10px;
}
.transparent{
    background-color: white;
    border: none;
    border-radius: 25px;
}
nav{
    font-size: 1.25em;
    padding: 0 !important;
    width: 100%;
    position: relative;
}
nav div div ul {
    margin: 0 auto;
    width: 100%;
    color: white;
}
.navbar-toggler{
    background-color: #5b48d9 !important;
}
.centerMe{
    display: block;
    margin: auto;
}
.accounts a{
    font-size: 2em;
    color: #000;

}
.accounts li{
    margin-top: 30px;
}
.fixed-top{
    position: relative !important;
    width: 103.25%;
    left: -30px !important;
    right: -30px !important;
}
nav{
    z-index: 0 !important;
}
.bg-color{
    background-color: #5b48d9;
}
.white{
    color: white !important;
}
nav div{
    padding: 0 !important;
}
nav div div ul li{
    background-color: #5b48d9;
    width: 100%;
    padding: 0 !important;

}
.filters{
    font-size: 1.2em;
}
nav div div ul li a{
    padding: 0 !important;
    color: #f0f0f2 !important;
}
.stupid{
    background-color: #cef2f2;
    padding: 1%;
    max-width: 90%;
    margin: auto;
    display: block;
}
.colors label{
    margin-top: 10px;
}
@media only screen and (max-width: 600px){
    .fixed-bottom{
        width: 100%;
        text-align: center;
        position: static  !important;
    }
}
.fixed-bottom{
    width: 100%;
    text-align: center;
    background-color: #5b48d9 !important;
    
}
.fixed-bottom a{
    color: #f0f0f2;
}
.footer-li{
    list-style-type: none;
}
button.filters{
    outline: 1px gray solid;
}
.carousel-images{
    width: 100%;
}
/* Buttons */

.btn-outline-primary.browns{
    color: black;
    border-color: brown;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.browns:checked, .btn-outline-primary.browns:hover{
    background-color: #f0f0f2;
    color: black;
    border-color: brown;

}
.btn-check.browns2:active+.btn-outline-primary.browns, .btn-check.browns2:checked+.btn-outline-primary.browns, .btn-outline-primary.browns.active, .btn-outline-primary.browns.dropdown-toggle.show, .btn-outline-primary.browns:active{
    background-color: brown !important;
    color: white;
}


.btn-outline-primary.tans{
    color: black;
    border-color: tan;
    background-color: #f0f0f2 ;
}
.btn-outline-primary.tans:checked, .btn-outline-primary.tans:hover{
    background-color: #f0f0f2;
    color: black;
    border-color: tan;

}
.btn-check.tans2:active+.btn-outline-primary.tans, .btn-check.tans2:checked+.btn-outline-primary.tans, .btn-outline-primary.tans.active, .btn-outline-primary.tans.dropdown-toggle.show, .btn-outline-primary.tans:active{
    background-color: tan !important;
    color: black;
}

.btn-outline-primary.purples{
    color: black;
    border-color: purple;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.purples:checked, .btn-outline-primary.purples:hover{
    background-color: purple;
    border-color: purple;
    color: white;
}
.btn-check.purples2:active+.btn-outline-primary.purples, .btn-check.purples2:checked+.btn-outline-primary.purples, .btn-outline-primary.purples.active, .btn-outline-primary.purples.dropdown-toggle.show, .btn-outline-primary.purples:active{
    background-color: purple !important;
    color: white;
}

.btn-outline-primary.oranges{
    color: black;
    border-color: orange;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.oranges:checked, .btn-outline-primary.oranges:hover{
    background-color: #f0f0f2;
    color: black;
    border-color: orange;
}
.btn-check.oranges2:active+.btn-outline-primary.oranges, .btn-check.oranges2:checked+.btn-outline-primary.oranges, .btn-outline-primary.oranges.active, .btn-outline-primary.oranges.dropdown-toggle.show, .btn-outline-primary.oranges:active{
    background-color: orange !important;
    color: black;
}


.btn-outline-primary.pinks{
    color: black;
    border-color: pink;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.pinks:checked, .btn-outline-primary.pinks:hover{
    background-color: pink;
    color: black;
    border-color: pink;
}
.btn-check.pinks2:active+.btn-outline-primary.pinks, .btn-check.pinks2:checked+.btn-outline-primary.pinks, .btn-outline-primary.pinks.active, .btn-outline-primary.pinks.dropdown-toggle.show, .btn-outline-primary.pinks:active{
    background-color: pink !important;
    color: black;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
     color: black; 
     background-color: pink; 
     border-color: pink;

}
.btn-outline-primary.whites{
    color: black;
    border-color: #D5D5D5;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.whites:checked, .btn-outline-primary.whites:hover{
    background-color: #D5D5D5;
    color: black;
    border-color: #D5D5D5;
}
.btn-check.whites2:active+.btn-outline-primary.whites, .btn-check.whites2:checked+.btn-outline-primary.whites, .btn-outline-primary.whites.active, .btn-outline-primary.whites.dropdown-toggle.show, .btn-outline-primary.whites:active{
    background-color: #D5D5D5 !important;
    color: black;
}
.btn-check.whites2:focus+.btn-outline-primary.whites,.btn-outline-primary.whites:focus{
    box-shadow:0 0 0 .25rem #D5D5D5;
}



.btn-outline-danger.reds{
    color: black;
    border-color: red;
    background-color: #f0f0f2 ;

}
.btn-outline-danger.reds:checked, .btn-outline-danger.reds:hover{
    background-color: red;
    color: black;
    border-color: red;
}
.btn-check.reds2:active+.btn-outline-danger.reds, .btn-check.reds2:checked+.btn-outline-danger.reds, .btn-outline-danger.reds.active, .btn-outline-danger.reds.dropdown-toggle.show, .btn-outline-danger.reds:active{
    background-color: red !important;
    color: white;
}

.btn-outline-warning.yellows{
    color: black;
    border-color: yellow;
    background-color: #f0f0f2 ;

}
.btn-outline-warning.yellows:checked, .btn-outline-warning.yellows:hover{
    background-color: yellow;
    color: black;
    border-color: yellow;
}
.btn-check.yellows2:active+.btn-outline-warning.yellows, .btn-check.yellows2:checked+.btn-outline-warning.yellows, .btn-outline-warning.yellows.active, .btn-outline-warning.yellows.dropdown-toggle.show, .btn-outline-warning.yellows:active{
    background-color: yellow !important;
    color: black;
}

.btn-outline-success.greens{
    color: black;
    border-color: green;
    background-color: #f0f0f2 ;

}
.btn-outline-success.greens:checked, .btn-outline-success.greens:hover{
    background-color: green;
    color: black;
    border-color: green;
}
.btn-check.greens2:active+.btn-outline-success.greens, .btn-check.greens2:checked+.btn-outline-success.greens, .btn-outline-success.greens.active, .btn-outline-success.greens.dropdown-toggle.show, .btn-outline-success.greens:active{
    background-color: green !important;
    color: white;
}

.btn-outline-primary.blues{
    color: black;
    border-color: #0d6efd;
    background-color: #f0f0f2 ;

}
.btn-outline-primary.blues:checked, .btn-outline-primary.blues:hover{
    background-color: #D5D5D5;
    color: black;
    border-color: #0d6efd;
}
.btn-check.blues2:active+.btn-outline-primary.blues, .btn-check.blues2:checked+.btn-outline-primary.blues, .btn-outline-primary.blues.active, .btn-outline-primary.blues.dropdown-toggle.show, .btn-outline-primary.blues:active{
    background-color: #0d6efd !important;
    color: white;
}


.btn-outline-dark.blacks{
    color: black;
    border-color: black;
    background-color: #f0f0f2 !important;

}
.btn-outline-dark.blacks:checked, .btn-outline-dark.blacks:hover{
    background-color: #D5D5D5;
    color: black;
    border-color: black;
}
.btn-check.blacks2:active+.btn-outline-dark.blacks, .btn-check.blacks2:checked+.btn-outline-dark.blacks, .btn-outline-dark.blacks.active, .btn-outline-dark.blacks.dropdown-toggle.show, .btn-outline-dark.blacks:active{
    background-color: black !important;
    color: white;
}

.btn-outline-secondary.grays{
    color: black;
    border-color: gray;
    background-color: #f0f0f2 !important;

}
.btn-outline-secondary.grays:checked, .btn-outline-secondary.grays:hover{
    background-color: gray;
    color: black;
    border-color: gray;
}
.btn-check.grays2:active+.btn-outline-secondary.grays, .btn-check.grays2:checked+.btn-outline-secondary.grays, .btn-outline-secondary.grays.active, .btn-outline-secondary.grays.dropdown-toggle.show, .btn-outline-secondary.grays:active{
    background-color: rgb(69, 69, 69) !important;
    color: black;
}


.btn-outline-secondary.multis{
    color: black;
    border-color: gray;
    background-color: #f0f0f2 !important;

}
.btn-outline-secondary.multis:checked, .btn-outline-secondary.multis:hover{
    background-color: gray;
    color: black;
    border-color: gray;
}
.btn-check.multis2:active+.btn-outline-secondary.multis, .btn-check.multis2:checked+.btn-outline-secondary.multis, .btn-outline-secondary.multis.active, .btn-outline-secondary.multis.dropdown-toggle.show, .btn-outline-secondary.multis:active{
    background-color: gray !important;
    color: white;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: lightBlue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.add{
    position: fixed;
    bottom: 15%;
    left: 20%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: lightBlue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.checkout_btn{
    position: fixed;
    top: 35%;
    left: 5%;
    z-index: 99;
    font-size: 1.2em !important;
    border: none;
    outline: none;
    background-color: lightBlue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.ui-menu{
    
  z-index: 100;
}
.stupider{
    max-width: 60% !important;
}
.add_card{
    position: fixed;
    top: 25%;
    left: 5%;
    z-index: 99;
    font-size: 1.2em !important;
    border: none;
    outline: none;
    background-color: lightBlue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.carousel-inner img{
    border-radius: 15px;
}
.saved{
    float: right;
    right: 10%;
    position: relative;
}
.indicators img{
    border-radius: 15px;
    margin-top: 5px;
}
#search{
    font-size: 1.7em; 
    height: 40px;
    width: 70%;
    border-radius: 15px;
}
.spaces label{
    left: 50%;
}
.admin-nav li{
    background-color: #F20519   !important;
}
/* Style all input fields */
input.form {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
  }
  
  /* The message box is shown when the user clicks on the password field */
  #message {
    display:none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
  }
  
  #message p {
    padding: 10px 35px;
    font-size: 18px;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  .centered{
      display: block;
      margin: auto;
      position: relative;
      max-width: 50%;

  }
  .centered tr th{
    min-width: 100px;    
    padding: 2px;
}
.centered tr td{
    min-width: 100px;    
    padding-right: 20px;
  padding-bottom: 5px;

}
.centered2{
    display: block;
    margin: auto;
    position: relative;
    max-width: 30%;

}
.centered2 tr th{
  min-width: 100px;    
  padding: 2px;
}
.centered2 tr td{
  min-width: 100px;    
  padding-right: 20px;
  padding-bottom: 5px;
}.centered3{
    display: block;
    margin: auto;
    position: relative;
    max-width: 50%;

}
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: #F20519  ;
  }
  .centerUs{
      display: block;
      margin: auto;
      text-align: center;
      position: relative;
      left: 5%;
  }
  @media only screen and (max-width: 1000px){
    .centerUs{
        display: block;
        margin: auto;
        text-align: center;
        position: relative;
        left: 0%;
    }
}
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }
  #message{
      display: block;
      width: 20%;
  }