/*!
Styles For Single Product
Version: 1.5.7
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
 .woocommerce button.single_add_to_cart_button {
  background-color: #fff;
  border-color: #fff;
  color: #313131;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 19px;
  margin: 1rem auto 0;
  min-width: 16.875rem;
  text-decoration: underline;
  text-transform: uppercase;
  width: 70%;
}

.woocommerce .button {
  background-color: #0B2D3D;
  border: 0.125rem solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 19px;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce .button.sunrise_pink {
  background-color: #e9867f;
}
@media print, screen and (min-width: 40em) {
  .woocommerce .button {
    width: auto;
  }
}
.woocommerce .button:hover {
  background-color: #fff;
  border-color: #0B2D3D;
  color: #0B2D3D;
  text-decoration: none;
}

.woocommerce .woocommerce-button,
.woocommerce button[type=submit] {
  background-color: #0B2D3D;
  border-color: #fff;
  border-radius: 0;
  border-width: 0.125rem;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.8125rem 1.1875rem;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  line-height: normal;
}
.woocommerce .woocommerce-button:hover,
.woocommerce button[type=submit]:hover {
  color: #666;
  border-color: #fff;
  background-color: #fff;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-notice {
  background-color: #f7f6f7;
  border-top: 3px solid #0B2D3D;
  box-sizing: border-box;
  box-shadow: 5px 10px 12px #888888;
  color: #515151;
  list-style: none outside;
  margin: 1rem auto 2rem;
  max-width: 62.5rem;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: 90%;
  word-wrap: break-word;
}
@media print, screen and (min-width: 40em) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-notice {
    width: auto;
  }
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-notice--info {
  border-top-color: #4B7C8C;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-notice--error {
  border-top-color: #b81c23;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-notice--success {
  border-top-color: #8fae1b;
}

@media screen and (max-width: 39.99875em) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}