/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: shipping
Compile-Dependencies: 
*/

.shipping-section-top,
.shipping-section-bottom {

    width: 95.5% !important;
    margin: 10px auto !important;
}

.shipping-section-top img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  border-radius: 16px;
}

.shipping-path-con {
  position: absolute;
  top: 30%;
  left: 2.5%;
}

.shipping-path-con a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  color: #F2F0EA;
}

.shipping-text {
  position: absolute;
  top: 50%;
  left: 2.5%;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #F2F0EA;
}

.shipping-section-bottom-left {
  width: 32%;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.shipping-search-form {
  width: 70%;
  border-bottom: 1px solid #383634;
  padding: 10px;
}

.shipping-section-bottom-left .side-nav {
  width: 50%;
  padding-top: 30px;
}

.shipping-section-bottom-left .side-nav a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #383634;
}

.shipping-search-form input[type="search"]{
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

.shipping-search-form button {
  border: none;
  outline: none;
}

/* .shipping-section-bottom-right {
  width: 60%;
} */

.shipping-section-bottom-right ul li {
  list-style-type: inherit;
}

.shipping-section-bottom-right > div {
  width: 74%;
  margin: 0 auto;
}

.shipping-section-bottom-right .headings.main-heading {
  font-size: 2.75rem !important;
  font-weight: bolder;
  text-align: center;
}

.shipping-section-bottom-right .headings {
  font-family: 'RefregratorDx', sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  padding-top: 30px;
  letter-spacing: .18rem;
}

.shipping-section-bottom-right .description {
  color: #4d4d4d !important;
}

@media (min-width: 576px) and (max-width: 768px) {
  .shipping-section-bottom-left .side-nav {
    display: none;
  }

  .shipping-section-bottom-left {
    display: none;
  }

  .shipping-section-bottom-right {
    width: 95.5%;
  }

  .shipping-section-bottom-right > div {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .shipping-section-bottom-left .side-nav {
    display: none;
  }

  .shipping-section-bottom-left {
    display: none;
  }

  .shipping-section-bottom-right {
    width: 95.5%;
  }

  .shipping-section-bottom-right > div {
    width: 100%;
  }
}