:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --header-height: 12rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

.shipping {
  margin: 16rem 0rem 16rem;
}
@media screen and (max-width: 991px) {
  .shipping {
    margin: 6rem 0rem;
  }
}
.shipping-heading {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .shipping-heading {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .shipping-heading {
    gap: 1.2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .shipping-heading .title-w-desc {
    text-align: center;
  }
  .shipping-heading .title-w-desc .text-20 {
    margin: 0 auto;
  }
}
.shipping-heading_desc {
  text-align: right;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .shipping-heading_desc {
    max-width: 61.4rem;
  }
}
@media screen and (max-width: 991px) {
  .shipping-heading_desc {
    max-width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .shipping-heading_desc {
    margin: 0 auto;
    text-align: center;
  }
}
.shipping-form {
  padding: 1rem 2.4rem;
  border-radius: var(--radius-max);
  border: 0.1rem solid rgba(36, 36, 36, 0.2);
}
@media screen and (min-width: 768px) {
  .shipping-form {
    margin: 0 auto;
    max-width: 100rem;
  }
}
@media screen and (max-width: 1200px) {
  .shipping-form {
    padding: 1rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .shipping-form {
    width: 100%;
    overflow: auto hidden;
  }
}
.shipping-form form input,
.shipping-form form select {
  border: 0;
  padding: 0;
  height: auto;
}
.shipping-form form select {
  padding-right: 2.4rem;
}
.shipping-form form .form-list {
  margin: 0 calc(-1 * var(--pi-16));
}
.shipping-form form .form-item {
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 767px) {
  .shipping-form form .form-item {
    flex-shrink: 0;
  }
}
.shipping-form form .form-item:not(:last-child) {
  border-right: 0.1rem solid #D4D4D4;
}
.shipping-form form .form-select {
  max-width: 18rem;
}
@media screen and (max-width: 1200px) {
  .shipping-form form .form-select {
    max-width: 14rem;
  }
}
.shipping-form form .form-select::before {
  right: 0;
}
@media screen and (max-width: 1200px) {
  .shipping-form form .form-select::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .shipping-form form .form-select select {
    font-size: 1.4rem;
  }
}
.shipping-form form .form-search {
  gap: 2.4rem;
}
.shipping-form form .form-search input {
  width: 100%;
}
.shipping-form form .form-search button {
  width: 2.4rem;
  height: 2.4rem;
}
.shipping-form form .form-search button img {
  filter: var(--filter-sec);
}
.shipping-form form .form-list,
.shipping-form form .form-search {
  display: flex;
  align-items: center;
}
.shipping-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-20));
  margin: 0 calc(-1 * var(--pi-20));
}
.shipping-item {
  width: 25%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .shipping-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .shipping-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .shipping-content {
    gap: 1.2rem;
  }
}
.shipping-content > * {
  line-height: 150%;
}
.shipping-content .text-16 {
  color: #000;
}
.shipping-content .title-24 {
  color: #004594;
}
@media screen and (max-width: 576px) {
  .shipping-content .title-24 {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=page-shipping.css.map */
