* {
      font-family: 'Montserrat', sans-serif;
      padding: 0;
}

a {
  text-decoration: none;
  color: #03345a;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}


.fa-icon {
  font-size: 20px !important;
}

/* Extra small devices (portrait phones, less than 576px)
*/
#breadcrumbs {
  display: none;
}
#topNav {
  display: none; 
}
#topNavHack {
  margin-left: auto;
}

.home-logo {
  text-align: center;
}


#SEARCH_CART_COUNT {
  display: flex; 
  flex-direction: column;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; 
  text-align: center;
}

#SEARCH_CART_COUNT form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}


.shop-title h2{
   text-align: center;
   color: #7FB64B;
   font-size: 40px;
   font-weight: 800;
   margin: 0px;
   margin-top: 7px;
}


#SEARCH_CART_COUNT a {
  font-weight: 600;
}

#SEARCH_CART_COUNT .view-cart {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 3px;
  padding: 8px;
  text-align: center;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  
}

#SEARCH_CART_COUNT .view-cart:hover {
  background-color: #ff7e00;
}


#SEARCH_CART_COUNT .back-home-site {
  color: white;
  background-color: #80BC3E;
  margin: 8px;
  border-radius: 3px;
  padding: 8px;
  text-align: center;
  min-width: 210px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}


#SEARCH_CART_COUNT .back-home-site:hover {
  background-color: #70a536;
}



#NAVIGATION {
  display: block;
  clear: both;
}

#nav ul {
  display: flex;
  justify-content: space-evenly;
}

#nav ul li {
  text-align: center;
}

#nav ul li(:first-child) {
  padding-top: 25px;
  padding-bottom: 25px;
}

#nav ul a {
  padding:10px;
  color: white;
  background-color: #67a6fd;;
}

#nav ul a:hover {
  color: white;
  background-color: #558ad4;
}

.listHeader {
  background-color: #68A6FD;
  color: white;
  font-size: 1.17em;
  font-weight: bold;
}




#featured {
  text-align: center;
  padding-bottom: 15px;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  background-color: #fbfbfb;
}

#featured h3 {
   background-color: #68A6FD;
  color: white;
  
}



#productGrid .productGridOneCol {
  background-color: white;
  transition: all 0.3s ease-in-out;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  padding: 5px;
  box-shadow:0 0px 0px rgba(0,0,0,0.16), 0 0px 5px rgba(0,0,0,0.23);
}

#productGrid .productGridOneCol img {
  margin-top: 20px;
  border-radius: 50%;
}

#productGrid .productGridOneCol:hover {
  background-color: hsla(215, 97%, 70%, 0.6);
}


#PRODUCT_DETAIL {
  
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  text-align: center;
  padding: 15px;
}

.productTable {
  margin-left: auto;
  margin-right: auto;
}

.productTable tbody tr {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px
}

#productDetails a {
  color: white;
  background-color: #FAA00C;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}

#productDetails a:hover {
  background-color: #ff7e00;
}

#quantity {
  margin-top: 10px;
  height: 20px;
}

#CHECKOUT_LINKS_TOP  {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

#CHECKOUT_LINKS_TOP a {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

#CHECKOUT_LINKS_TOP a:hover {
  background-color: #ff7e00;
}

#BRIEF_PRODUCT_SUMMARY {
  padding-bottom: 50px;
  background-color: #fbfbfb;
}

#BRIEF_PRODUCT_SUMMARY * {
  padding: 15px;
}

#BRIEF_PRODUCT_SUMMARY img {
  padding: 0; 
  border-radius: 60%;
}

#BRIEF_PRODUCT_SUMMARY > div > table > tbody > tr:nth-child(2) {
  border: 5px solid black;
}

#BRIEF_PRODUCT_SUMMARY > div > table {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

table.billingTable {
  margin-left: auto;
  margin-right: auto;
}

#BILLING_ENTRY {
  margin-top: 20px;
}

#BILLING_ENTRY > table > tbody > tr:nth-child(1) > th {
  text-align: center;
  background-color: #4792fb;
  color: white;
  font-size: 30px;
}

#BILLING_ENTRY  table  {
  background-color: #fbfbfb;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#PAYMENT_SELECTION  table {
  margin-top: 20px;
  background: #fbfbfb;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#PAYMENT_SELECTION {
  text-align: center;
}

table.paymentMethodTable {
  margin-left: auto;
  margin-right: auto;
}

#PAYMENT_SELECTION > table > tbody > tr:nth-child(1) > th {
  color: white;
  background: #67a6fd;
  font-size: 30px;
}
.cartProduct {
  margin-top: 50px;
}

#BRIEF_PRODUCT_SUMMARY div table tbody tr td p.cartProduct {
  padding-bottom: 0;
}

#BRIEF_PRODUCT_SUMMARY > div > table > tbody > tr:nth-child(2) > td.centerAlign {
  text-align: center;
}

#BRIEF_PRODUCT_SUMMARY a{
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}


#BRIEF_PRODUCT_SUMMARY div table > tbody tr th{
  font-size: 27px;
  color: #193d5a;
}

.updateCart {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  margin-top: 0px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

a.updateCart {
  margin-top: 30px;
}

.codeButton {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

.codeButton:hover {
  background-color: #ff7e00;
}

.continueButton {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

.continueButton:hover {
  background-color: #ff7e00;
}



#BRIEF_PRODUCT_SUMMARY h1{
  color: white;
  background-color: #68A6FD;
  text-align: center;
}

#BRIEF_PRODUCT_SUMMARY input {
  margin-bottom: 20px;
}

.viewCart {
  background: white;
  max-width: 960px;
  width: 100%;
}

.centerAlign {
  text-align: center;
}


.tableContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  
}

.promoCode { 
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}

.checkoutLinksBottom {
  display: flex;
  justify-content: center;
}

.continueButton {
  cursor: pointer;
}

#customFooter {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; 
}

#IMAGE {
  display: none;
}

#PROMO_CODE {
 display: none; 
}

#BILLING_ENTRY,
#SHIPPING_ENTRY,
#PAYMENT_SELECTION,
#BILL_SHIP_PAYMENT_SUMMARY,
#BILLING_ENTRY *,
#SHIPPING_ENTRY *,
#PAYMENT_SELECTION *,
#BILL_SHIP_PAYMENT_SUMMARY * {
  box-sizing: border-box;
}

#BILLING_ENTRY table,
#SHIPPING_ENTRY table,
#PAYMENT_SELECTION table,
#BILL_SHIP_PAYMENT_SUMMARY table {
  border-spacing: 0;
}

#BILLING_ENTRY > table > tbody > tr:nth-child(1) > th,
#SHIPPING_ENTRY > table > tbody > tr:nth-child(1) > th,
#PAYMENT_SELECTION > table > tbody > tr:nth-child(1) > th,
#BILL_SHIP_PAYMENT_SUMMARY table > tbody > tr:nth-child(1) > th {
  padding: 10px;
  color: white;
  background: #67a6fd;
  font-size: 30px;
  text-align: center;
}

#BILLING_ENTRY table td,
#SHIPPING_ENTRY table td,
#PAYMENT_SELECTION table td,
#BILL_SHIP_PAYMENT_SUMMARY table td {
  padding: 5px 15px;
}

#BILLING_ENTRY table > tbody > tr:nth-child(2) > td,
#SHIPPING_ENTRY table > tbody > tr:nth-child(2) > td,
#PAYMENT_SELECTION table > tbody > tr:nth-child(2) > td,
#BILL_SHIP_PAYMENT_SUMMARY table > tbody > tr:nth-child(2) > td {
  padding-top: 20px;
}

#BILLING_ENTRY table input,
#SHIPPING_ENTRY table input,
#PAYMENT_SELECTION table input,
#BILLING_ENTRY table select,
#SHIPPING_ENTRY table select,
#PAYMENT_SELECTION table select {
  padding: 10px 5px;
}

#BILLING_ENTRY table input,
#SHIPPING_ENTRY table input,
#BILLING_ENTRY table select,
#SHIPPING_ENTRY table select {
  width: 100%;
}

#CHECKOUT_LINKS {
  margin: 30px 0;
}

#PAYMENT_SELECTION .cellLow > td {
  width: 100%;
  /* Fallback */
  display: block;
  display: flex;
  text-align: left;
  align-items: center;
}

#PAYMENT_SELECTION .cellLow > td > *:first-child {
  padding: 5px 15px;
  width: 140px;
}

#PAYMENT_SELECTION .cellLow > td > *:nth-child(n+2) {
  margin: 0 15px;
  flex-grow: 1;
}

#BILLING_ENTRY > table,
#SHIPPING_ENTRY > table,
#PAYMENT_SELECTION > table,
#BILL_SHIP_PAYMENT_SUMMARY table {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  background-color: #fbfbfb;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#PAYMENT_SELECTION table .pay4 {
  padding-bottom: 30px;
}

label[for="creditCardType"] .smallHeader {
  margin-left: 10px;
  vertical-align: top;
}

#FULL_PRODUCT_SUMMARY {
  padding-bottom: 50px;
  background-color: #fbfbfb;
}

#FULL_PRODUCT_SUMMARY * {
  padding: 15px;
}

#FULL_PRODUCT_SUMMARY > table {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#FULL_PRODUCT_SUMMARY table > tbody tr th {
    font-size: 27px;
    color: #193d5a;
}

#FULL_PRODUCT_SUMMARY table > tbody > tr:nth-child(2) {
    border: 5px solid black;
}

#FULL_PRODUCT_SUMMARY img {
    padding: 0;
    border-radius: 60%;
}

#FULL_PRODUCT_SUMMARY table tbody tr td p.cartProduct {
  padding-bottom: 0;
}

#FULL_PRODUCT_SUMMARY a {
  color: white;
  background-color: #FAA00C;
  margin: 8px;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
}

.summaryCart {
    background: white;
    max-width: 960px;
    width: 100%;
}

.billingInfo span,
.shippingInfo span {
  margin-bottom: 15px;
  display: block;
}

.billingInfo br,
.shippingInfo br {
  display: none;
}

.billingInfo .tableHeader {
  font-weight: 700;
}

#BILL_SHIP_PAYMENT_SUMMARY .paymentInfo td {
  padding-bottom: 30px;
}

#checkoutLinks {
  display: flex;
}

#checkoutLinks > a {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  padding: 15px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px)  { 
  
  
  
  #SEARCH_CART_COUNT {
      width: 287px;
  }
  
  #SEARCH_CART_COUNT form{
      margin-left: auto;
  }
  
  
  
  #wrapper {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  
 
  
  .listHeader {
    margin-bottom: 30px;
  }

  #nav ul {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  } 
  #nav ul li a {
 
  }
 
  
  #SEARCH_CART_COUNT  {   
    margin-right: 0;
  }
  
  #SEARCH_CART_COUNT .view-cart {
    margin-right: 0px;
  }
  
  #SEARCH_CART_COUNT .back-home-site {
    margin-right: 0px;
  }
  
  #PRODUCT_DETAIL {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 500px;
  }
  
  #PRODUCT_DETAIL img{
    border-radius: 50%;
  }
  
  #topNavHack {
  margin-left: auto;
}
  .home-logo {
  float: left;
  min-width:200px;
  text-align: left;
}
  .shop-title {
  }
  
  .shop-title h2 {
    margin-top: 44px;
  }
  
  #customHeader {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row /* works with row or column */ flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
  }
  
  #productGrid {
     display: -webkit-flex;
     display: flex;
    
     flex-direction: wrap;
     flex-flow: row wrap;
  }
  
  #productGrid .productGridOneCol {
    width: 30%;
    min-height: 430px;
  }
  
  .productDetails p {
    margin: 15px;
  }
  
  .priceBold {
    font-size: 40px;
  }
  
  .productName {
    font-weight: 800;
    font-size: 25px;
  }
}

/* Large devices (desktops, 992px and up)
@media (min-width: 992px) */{ ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

