.main_nav_wrapper {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  background-color: white;
  padding: 0;
  .logo {
    padding-left: 20px;
    width: 16%;
    float: left;
    text-align: left;
    img {
      padding-top: 22px !important;
      padding-bottom: 2px !important;
      display: block;
      margin-top: -1px;
      width: 125px;
    }
  }
  .nav {
    height: 70px;
    width: 84%;
    float: left;

    .menu {
      margin: 0 20px;
      text-align: center;
      list-style: none;
      border: none;
      padding: 0;
      display: flex;
      flex-direction: row;
      .vertical_menu {
        padding-left: 14rem;
        padding-right: 15px;
        padding-top: 1.5rem;
        font-size: 18px;
        color: #565656;
        display: flex;
        gap: 2rem;
      }
      .search_container {
        margin-left: 17rem;
        float: right;
        padding-top: 12px;
        border-bottom: 1px solid #565656;

        span {
          float: right;
          img {
            height: 20px;
            margin-top: 4px;
          }
        }
        input {
          padding: 8px 0px;
          border: none;
          color: #565656;
          font-size: 15px;
        }
        input::placeholder {
          color: #dbdbdb;
        }
        input:focus {
          outline: none;
        }
      }
    }
  }
}
.shopify-section {
  margin-top: 100px;
  .container {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    .columns {
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      box-sizing: border-box;
      width: calc(100% - 20px);
      .homepage_content {
        margin: 10px 0;
        text-align: center;
        .title {
          font-size: 40px !important;
          margin-bottom: 20px !important;
          color: #000 !important;
          letter-spacing: inherit !important;
          line-height: 1.5;
          font-weight: 500 !important;
        }
        .featured_text {
          font-size: 18px;
          line-height: 36px;
          p {
            font-size: 20px !important;
            line-height: 28px !important;
            font-weight: 100 !important;
            margin-bottom: 30px !important;
          }
          .action_button {
            font-size: 18px !important;
            letter-spacing: 0.75px !important;
            text-transform: none !important;
            background: #000;
            color: #fff;
            border: 1px solid #000000;
            padding: 0 20px;
            text-align: center;
            cursor: pointer;
            min-height: 44px;
            height: 40px;
            line-height: 1.2;
            vertical-align: top;
            font-weight: 100;
            font-style: normal;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
            text-decoration: none;
          }
        }
      }
    }
  }
}

.shopify_columns {
  margin-top: 50px;
  display: inline-flex;

  .container {
    margin: 0 auto;
    padding: 0px 0;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    .columns {
      margin-bottom: 25px;
      float: left;
      display: inline;
      margin-left: 10px;
      margin-right: 10px;
      box-sizing: border-box;
      width: calc(50% - 20px);
      .content {
        text-align: left;
        .image-element_wrap {
          max-width: 2500px;
          overflow: hidden;
          margin-left: auto;
          margin-right: auto;
          img {
            height: auto;
            max-width: 100%;
          }
        }
        p {
          font-weight: 300 !important;
          font-size: 18px !important;
          color: #000 !important;
        }
        .regular_text {
          color: #000 !important;
          font-weight: 500 !important;
          font-size: 30px !important;
          letter-spacing: 0.5px !important;
          line-height: 26px !important;
          margin: 10px auto 15px 0;
        }
        .rte-setting {
          margin: 0 0 15px;
          font-style: normal;
          line-height: 1.6em;
        }
      }
    }
  }
}
.frame-container {
  margin-top: 40px;
  height: calc(100vh - 60px);
}
.slider_section {
  margin-top: 120px;
}
