@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-md {
  font-size: 150px; }

.material-icons.md-lg {
  font-size: 200px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

@media print {
  a[href]:after {
    content: none; } }
/* Customized style changes from stock bootstrap 4 */
.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-toggle::after {
  display: none; }

.bg-light {
  background-color: #fff !important; }

.bg-dark {
  background-color: #000 !important; }

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70, 70, 70, 0.25); }

.carousel-indicators .active {
  background-color: #444; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel {
  padding-bottom: 40px; }

.btn {
  border-radius: 0rem; }

.breadcrumb {
  background-color: #fff; }

#topNav input {
  border: none;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
#topNav button.searchSubmit {
  border: 0px !important; }

.dropdown-menu {
  border: 1px solid #000;
  background-color: #fff !important;
  margin: 0;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 1px solid #000;
  border-top: 0px solid #ffffff; }

.carousel-item img {
  width: 100%;
  xxx-max-height: 400px;
  align: center; }

body {
  font-family: 'Montserrat', sans-serif;
}

#productImageCarousel img {
  max-width: 400px;
  max-height: 400px; }

#navbarNavDropdown, #mainMenu {
  font-weight: bold; }
  #navbarNavDropdown .dropdown-item, #mainMenu .dropdown-item {
    font-weight: bold; }

#mainMenu a.dropdown-item {
  font-size: small; }

.line-height-18 {
  line-height: 18px; }

.btn {
  font-weight: 700; }

.btn-secondary {
  color: #fff;
  background-color: #a2a4a5;
  border-color: #a2a4a5; }

a:link, a:visited {
  color: #000; }

a:link.btn-dark, a:visited.btn-dark {
  color: #fff; }

#mainMenu .nav-link {
  padding: .5rem 1.8rem; }

button.btn-link, button.btn-link:hover, a.nav-link {
  color: #000; }

section {
  padding: 40px 0; }

.redBullet {
  margin: 25px 0px;
  padding: 0px 0px 0px 15px; }

.welcomeMessage {
  text-align: center; }
  .welcomeMessage h1.heading {
    font-weight: bold; }
  .welcomeMessage h1.headingXS {
    font-weight: 700;
    font-size: 1.8rem; }
  .welcomeMessage .subheading {
    font-size: 160%; }
    
.agree {
    background-color: #000;
    color: #fff;
    padding: 15px;
}

.agree input {
    margin-left: 10px;
    width: 22px;
}

.agree div {
    display: flex;
    align-items: center;
}

#homeCards .card {
  text-align: center;
  border: 0; }

#footNav {
  font-size: .8rem;
  padding: 10px 0px;
  font-weight: 700; }
  #footNav .navDivider {
    padding: 0px 20px; }

#footNavXS {
  font-size: .8rem;
  padding: 10px 0px;
  font-weight: 700; }

.material-icons.cartSize {
  font-size: x-large !important; }

.notesBox {
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 25px; }

footer {
  border-top: 0px solid #000;
  padding: 15px 0px;
  background-color: #fff;
  color: #000;
  font-size: smaller; }
  footer a:link, footer a:visited {
    color: #000; }
  footer .copyright {
    font-size: 80%; }

/* PRODUCT STYLINGS */
.prodBox {
  font-weight: bold;
  line-height: 16px;
  font-size: 90%;
  padding-bottom: 50px;
  position: relative; }

.flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px; }

.prodTitle {
  padding: 7px 0px; }

.prodPrice {
  color: #000; }

.prodTitleDetail {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000; }

.prodInfoDetail {
  font-weight: bold;
  padding: 10px 0px;
  font-size: 120%; }

.prodFormControlsDetail {
  font-weight: bold;
  margin: 15px 0px; }

/*# sourceMappingURL=master.css.map */
