.location-box {
    padding: 35px;
    border-radius: 15px;
    transition: all 0.4s;
    background: linear-gradient(145deg, #fff, #e6e6e6);
    box-shadow: 15px 15px 30px #d9d9d9, -15px -15px 30px #fff;
    margin-bottom: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin: 20px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 15px;
  }
  
  form.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  form.search-form input.search-field {
    padding: 7px;
    border: none;
  }
  form.search-form input.search-submit {
    padding: 10px;
    background: black;
    color: white;
    border: none;
    margin-left: 20px;
  }
  
  body {
    font-family: scandia-web, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
  }
  
  .container-home {
    min-height: 75vh;
    padding-top: 100px;
    text-align: center;
  }
  .container-home h1 {
    font-size: 70px;
    letter-spacing: 6px;
    color: #151435;
  }
  .container-home h2 {
    color: #F9322C;
    font-size: 32px;
  }
  .container-home p {
    font-size: 18px;
  }
  .container-home .btn-group a {
    text-decoration: none;
    cursor: pointer;
  }
  .container-home .btn-group a:nth-child(1) {
    margin-right: 20px;
    background: #F9322C;
    color: white;
    padding: 15px;
    border: none;
  }
  .container-home .btn-group a:nth-child(2) {
    margin-right: 20px;
    background: white;
    color: #F9322C;
    padding: 15px;
    border: 1px solid #F9322C;
  }
  
  span.number-header {
    display: flex;
  }
  span.number-header h1 {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
  span.number-header h1:nth-child(1) {
    color: #F9322C;
    font-size: 20px;
    font-family: "Roboto Mono", monospace;
    display: flex;
    align-items: flex-end;
  }
  span.number-header h1:nth-child(2) {
    font-size: 30px;
  }
  
  .number-wrapper {
    min-height: 40vh;
  }
  .number-wrapper img {
    width: 80%;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .number-wrapper .row div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .number-wrapper p {
    font-size: 18px;
  }
  
  .img {
    width: 500px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  @media (max-width: 768px) {
    .container-home h1 {
      font-size: 40px;
    }
    .container-home h2 {
      font-size: 25px;
    }
  
    span.number-header h1 {
      font-size: 24px !important;
    }
  }
  .doc-section {
    padding: 15px;
  }
  
  .nav-wrapper {
    background: linear-gradient(177deg, #f7f7fb 0%, #ffffff 100%);
    min-height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
  }
  
  @media (max-width: 768px) {
    .nav-wrapper {
      justify-content: center;
      min-height: unset;
    }
  
    .doc-section img {
      width: 100%;
    }
  }
  div#primary {
    min-height: 90vh;
  }
  
  li.woocommerce-MyAccount-navigation-link:nth-child(1) {
    border-top: 1px solid #151435;
  }
  
  li.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #151435;
    padding: 10px;
    text-align: center;
    list-style: none;
    color: black;
    border-right: 1px solid #151435;
    border-left: 1px solid #151435;
  }
  li.woocommerce-MyAccount-navigation-link a {
    color: black;
    text-decoration: none;
  }
  
  li.woocommerce-MyAccount-navigation-link:hover {
    background: #15143546;
  }
  
  #primary > #main {
    margin-top: 30px;
  }
  
  .woocommerce-product-gallery__image {
    width: 300px;
  }
  
  figure.woocommerce-product-gallery__wrapper {
    display: flex;
    justify-content: center;
  }
  
  .entry-summary p.price {
    color: black !important;
  }
  
  /* 2 Column WooCommerce Checkout */
  @media (min-width: 768px) {
    .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
      width: 90%;
    }
  
    #customer_details {
      display: flex;
      flex-flow: column nowrap;
      float: left;
      width: 50%;
    }
  
    #customer_details .col-2 {
      width: 90%;
      margin-top: 20px;
    }
  
    #order_review,
  #order_review_heading {
      width: 50%;
      float: left;
      clear: none;
    }
  }
  /**
      Change color on all pages
  */
  .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
    background: #151435 !important;
    color: white !important;
    text-shadow: transparent !important;
    border-color: #151435 !important;
  }
  
  .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: #151435c0 !important;
    background-color: #151435c0 !important;
    color: white !important;
    text-shadow: transparent !important;
    box-shadow: none;
    border-color: #151435c0 !important;
  }
  
  /*
      Coupon Code
  */
  #coupon_code {
    width: 200px;
  }
  
  .woocommerce-input-wrapper input {
    padding: 10px;
  }
  