/* site */
.hr--large, .hr--small {
  display: none; 
}
.grid-product__sold-out {
    color: #ffffff;
    border: 0;
  background-color: #112d50;
}
.grid-product__sold-out p, .grid-product__on-sale p {
    padding: 12px 8px 10px 9px;
    margin: 0;
    letter-spacing: 1px;
}
.grid-product__sold-out, .grid-product__on-sale {
    font-family: "Fjalla One", Montserrat,sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    min-width: 50px;
    border-radius: 0;
}
.grid-product__title {
    font-size: 16px;
}
icon.icon-plus.grid-product__price-min .supports-fontface .icon:before {
  display: none; 
}
input, textarea, select {
  font-size: 15px; 
}
.grid-product__image-link {
    background-color: #ffffff;
}







/* header */
.header-wrapper header {
  background-color: #112d50;
}
.site-header {
    padding: 24px 0 24px;
}
.site-nav__link {
    font-family: "Fjalla One", Montserrat,sans-serif;
    letter-spacing: 0.84px;
    font-size: 14px;
    color: #ffffff;
  font-weight: 400;
  margin: 0 .618em;
    padding: .618em 0;
}
header a:hover {
    color: rgba(255,255,255,.4);
}





/* footer */
#shopify-section-footer {
  background-color: #112d50;   
  padding-top: 50px;
}
#centered-footer {
  display: block;
  width: 900px;
  margin: 0 auto; 
  text-align: center;
  color: #ffffff;
}
#paidfor {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 10px;
  letter-spacing: 0.9px;
  line-height: 30px;
  margin-bottom: 40px;
}
.site-footer a {
    color: #52c2c8;
}
.site-footer__linklist {
  text-align: center; 
  margin-bottom: 25px;
}
.site-footer__linklist li {
  display: inline; 
    padding: 0 20px;
    white-space: nowrap;
}
#shopify-section-footer .one-half {
  width: 100%; 
}
.social-icons {
  text-align: center; 
  margin-bottom: 30px;
}
.social-icons li {
    display: inline;
    padding: 0 20px;
    white-space: nowrap;
}






/* product */
h1.product-single__title {
  color: #e01d10 !important; 
}
.price-container {
  margin-bottom: 35px; 
}
.single-option-radio__label {
  background: #112d50;
  padding: 10px;
  color: #ffffff;
}




/* cart */
#your-shopping-cart h1, #CollectionSection h1, #PageContainer h1 {
  color: #112d50;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
}
.additional_checkout_buttons {
  display: none; 
}
#additionalinfo {
  font-size: 11px; 
}
#additionalinfo h3 {
  fonts-ize: 14px; 
}
#additionalinfo input {
    background-color: #dae7f9;
  margin-left: 10px;
}
#additionalinfo {
  background-color: #f6f6f6; 
  padding: 10px;
}
.subsub {
  text-align: right;
  margin-top: 10px;
}




/* ADAPTABILITY */
@media all and (max-width: 950px ) {
#centered-footer {
    width: 98%;
    margin: 0 1% 0 1%;

  }
  .burger-icon {
    background: #ffffff;
}
}


@media only screen and (min-width: 769px) {
#shopify-section-footer .large--text-right {
    text-align: center !important;
}
}