.breadcrumb {
  margin: 0 0 16px;
  padding: unset;
  border: unset;
  background-color: unset;
  border-radius: unset;
  display: flex;
  align-items: center;
}
.breadcrumb > li {
  text-shadow: unset;
  padding: unset;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-height: 45px;
}
@media screen and (max-width: 1600px) {
  .breadcrumb > li {
    min-height: 35px;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb > li {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb > li.breadcrumb-first {
    display: flex;
  }
}
.breadcrumb > li.breadcrumb-first a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 8px;
  border: 2px solid var(--color-primary-20);
}
@media screen and (max-width: 1600px) {
  .breadcrumb > li.breadcrumb-first a {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.breadcrumb > li.breadcrumb-first a svg path {
  transition: 0.3s all ease-in-out;
}
.breadcrumb > li.breadcrumb-first a:hover svg path {
  fill: var(--color-default);
}
.breadcrumb > li.breadcrumb-separator {
  margin: 0 4px;
}
@media screen and (max-width: 650px) {
  .breadcrumb > li.breadcrumb-separator__last {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb > li.breadcrumb-separator__mobile {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb > li.breadcrumb-last {
    display: none;
  }
}
.breadcrumb > li a, .breadcrumb > li span {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .breadcrumb > li a, .breadcrumb > li span {
    font-size: 14px;
    padding: 6px 8px;
  }
}
.breadcrumb > li a {
  border: 2px solid var(--color-primary-20);
  transition: 0.3s all ease-in-out;
  color: var(--color-grey-70);
}
.breadcrumb > li span {
  background: var(--color-primary-20);
  color: var(--color-primary-100);
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  padding: 12px 8px;
}
@media screen and (max-width: 1600px) {
  .breadcrumb > li span {
    padding: 10px 8px;
  }
}
.breadcrumb > li a:hover {
  background: var(--color-primary-90);
  border-color: var(--color-primary-90);
  color: var(--color-default);
}
.breadcrumb > li::after {
  display: none;
}
.breadcrumb > li:last-child::after {
  display: none;
}
@media screen and (max-width: 650px) {
  .breadcrumb > li.breadcrumb-mobile {
    display: flex;
  }
}

#content {
  min-height: unset;
}

.rud-shipping {
  width: 100%;
  position: relative;
  font-family: "Manrope";
}
.rud-shipping__mt {
  padding: 48px 0 0;
  margin: 144px 0 0;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__mt {
    margin: 140px 0 0;
    padding: 36px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__mt {
    margin: 74px 0 0;
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__mt {
    margin: 110px 0 0;
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .rud-shipping__mt {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 1920px) {
  .rud-shipping .container {
    padding: 0 150px;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1600px) {
  .rud-shipping .container {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1366px) {
  .rud-shipping .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping .container {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping .container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 650px) {
  .rud-shipping .container {
    padding: 0 20px;
  }
}
.rud-shipping__title {
  color: var(--color-dark-80);
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  margin: unset;
  padding: 0 0 36px;
  margin: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__title {
    font-size: 48px;
    padding: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__title {
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-shipping__title {
    font-size: 28px;
    padding: 0 0 16px;
  }
}
.rud-shipping__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-image: url(../../image/rud-info/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}
.rud-shipping__general {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general {
    display: block;
  }
}
.rud-shipping__general:last-child {
  margin: unset;
}
.rud-shipping__general__info {
  background: var(--color-primary-20);
  border-radius: 12px;
  border: 2px solid var(--color-primary-90);
  width: calc(50% - 40px);
  padding: 36px;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__info {
    width: calc(50% - 64px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__info {
    width: calc(50% - 48px);
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general__info {
    width: 100%;
    margin: 0 0 36px;
    display: flex;
    align-items: flex-start;
    padding: 16px;
  }
}
.rud-shipping__general__info__icon {
  background: var(--color-primary-90);
  width: 64px;
  height: 64px;
  border-radius: 8px;
  margin: 0 0 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__info__icon {
    margin: 0 0 42px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__info__icon {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general__info__icon {
    margin: 0 16px 0 0;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.rud-shipping__general__info__text {
  color: var(--color-dark);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.rud-shipping__general__info__text span {
  color: var(--color-primary-90);
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__info__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__info__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general__info__text {
    font-size: 16px;
  }
}
.rud-shipping__general--title {
  position: relative;
  width: calc(50% - 40px);
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general--title {
    width: calc(50% - 64px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general--title {
    width: calc(50% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general--title {
    width: 100%;
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-shipping__general--title {
    padding: 0 0 16px;
    margin: 0 0 24px;
  }
}
.rud-shipping__general--title span {
  color: var(--color-dark-80);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  padding: 0 24px 0 0;
  background-color: var(--color-default);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general--title span {
    font-size: 36px;
  }
}
@media screen and (max-width: 650px) {
  .rud-shipping__general--title span {
    font-size: 28px;
    padding: unset;
    background: transparent;
  }
}
.rud-shipping__general--title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../../image/rud-info/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rud-shipping__general__delivery {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general__delivery {
    width: 100%;
  }
}
.rud-shipping__general__delivery__title {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-dark);
  margin: 0 0 36px;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .rud-shipping__general__delivery__title {
    margin: 0 0 24px;
  }
}
.rud-shipping__general__delivery__list {
  border: 2px solid var(--color-primary-20);
  border-radius: 12px;
  padding: 36px;
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__delivery__list {
    padding: 24px;
  }
}
.rud-shipping__general__delivery__list__item {
  border-bottom: 2px solid var(--color-primary-20);
  margin: 0 0 24px;
  padding: 0 0 24px;
}
.rud-shipping__general__delivery__list__item:last-child {
  border: unset;
  margin: unset;
  padding: unset;
}
@media screen and (max-width: 1280px) {
  .rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item__head span,
  .rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item__head p {
    padding: unset;
  }
  .rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item__head span {
    margin: 0 0 16px;
  }
  .rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item__head::after {
    bottom: unset;
    top: 50%;
    transform: translateY(50%);
  }
}
.rud-shipping__general__delivery__list__item:last-child .rud-shipping__general__delivery__list__item--list__item:last-child::before {
  display: none;
}
.rud-shipping__general__delivery__list__item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  position: relative;
}
.rud-shipping__general__delivery__list__item__head span {
  color: var(--color-primary-90);
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding: 0 24px 0 0;
  background: var(--color-default);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery__list__item__head span {
    font-size: 20px;
  }
}
.rud-shipping__general__delivery__list__item__head p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-grey-70);
  margin: 0;
  padding: 0 0 0 24px;
  background: var(--color-default);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery__list__item__head p {
    font-size: 16px;
  }
}
.rud-shipping__general__delivery__list__item__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(../../image/rud-info/line-head.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rud-shipping__general__delivery__list__item--list__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery__list__item--list__item {
    font-size: 16px;
  }
}
.rud-shipping__general__delivery__list__item--list__item:last-child {
  margin: unset;
}
.rud-shipping__general__delivery__list__item--list__item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #33A8E2;
  margin-right: 12px;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery__list__item--list__item::before {
    width: 10px;
    height: 10px;
  }
}
.rud-shipping__general__delivery__list__item--list.rud-none .rud-shipping__general__delivery__list__item--list__item::before {
  display: none;
}
.rud-shipping__general__delivery--info {
  padding: 16px !important;
  border-radius: 12px;
  border: 2px solid var(--color-primary-20);
  background: var(--color-primary-90);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__delivery--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rud-shipping__general__delivery--info__icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--color-primary-80);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .rud-shipping__general__delivery--info__icon {
    margin: 0 0 16px;
  }
}
.rud-shipping__general__delivery--info__text {
  display: flex;
  flex-direction: column;
  color: var(--color-default);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery--info__text {
    font-size: 16px;
  }
}
.rud-shipping__general__delivery--info__text span {
  margin: 0 0 6px;
  display: block;
  color: var(--color-default);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .rud-shipping__general__delivery--info__text span {
    font-size: 20px;
  }
}/*# sourceMappingURL=rud-shipping.css.map */