*, :after, :before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

::selection {
  color: #fff;
  background-color: #0066fb;
}

body {
  color: #555;
  background-color: #f7f7f7;
  font-family: Figtree-Regular, Figtree, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.heading-primary {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: 4.5rem;
}

.paragraph {
  color: #1a3760;
  letter-spacing: .5px;
  margin-bottom: .4rem;
}

.paragraph__small {
  letter-spacing: .9px;
  opacity: .8;
  margin-top: .2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading__static {
  color: #1a3760;
  opacity: .8;
  margin-bottom: .8rem;
  font-size: 3.6rem;
  font-weight: 500;
}

.heading__static--sub {
  margin-top: 1.2rem;
  font-size: 3rem;
}

strong {
  font-weight: 500;
}

.icon {
  fill: #1a3760;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.tag {
  letter-spacing: .8px;
  text-transform: capitalize;
  color: #1a3760;
  background-color: #b1ead89f;
  border-radius: 5px;
  padding: 0 .8rem;
  font-weight: 600;
  display: inline-block;
}

.address {
  background-color: #fcd0711a;
  border-radius: 7px;
  padding: .2rem .8rem;
}

.opacity--1 {
  opacity: .1 !important;
}

.opacity--2 {
  opacity: .2 !important;
}

.opacity--3 {
  opacity: .3 !important;
}

.opacity--4 {
  opacity: .4 !important;
}

.opacity--5 {
  opacity: .5 !important;
}

.opacity--6 {
  opacity: .6 !important;
}

.opacity--7 {
  opacity: .7 !important;
}

.opacity--8 {
  opacity: .8 !important;
}

.opacity--9 {
  opacity: .9 !important;
}

.margin__left--2px {
  margin-left: .2rem !important;
}

.margin__left--4px {
  margin-left: .4rem !important;
}

.margin__left--8px {
  margin-left: .8rem !important;
}

.btn {
  letter-spacing: .8px;
  cursor: pointer;
  border: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
}

.btn--signup {
  color: #fff;
  background-color: #0066fb;
}

@media only screen and (width <= 22.5em) {
  .btn--signup {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}

.btn--login {
  color: #fff;
  background-color: #05bf92;
}

@media only screen and (width <= 22.5em) {
  .btn--login {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}

.btn--new-pass {
  color: #555;
  background-color: #fbbb32;
}

@media only screen and (width <= 22.5em) {
  .btn--new-pass {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}

.btn--cart {
  color: #fff;
  background-color: #3c8bff;
  font-size: 2rem;
}

.btn--wishlist {
  background-color: inherit;
  padding: .8rem 1.2rem;
  font-size: 2.4rem;
}

.btn--link:link, .btn--link:visited {
  color: inherit;
  text-decoration: none;
}

.label-input {
  flex-direction: column;
  padding: 1.2rem;
  display: flex;
  position: relative;
}

.label-input:before {
  content: "";
  opacity: .2;
  background-color: #555;
  width: .2rem;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

label {
  text-transform: uppercase;
  color: #1a3760;
  letter-spacing: .1rem;
  opacity: .9;
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (width <= 22.5em) {
  label {
    font-size: 1.4rem;
  }
}

input {
  color: #1a3760;
  border: none;
  outline: none;
  width: 100%;
  height: 5rem;
  padding: .4rem .8rem;
  font-family: inherit;
  font-size: 2rem;
  transition: all .3s;
}

@media only screen and (width <= 22.5em) {
  input {
    font-size: 1.8rem;
  }
}

input:focus {
  outline: 0 2rem 6rem #0000004d;
}

input::placeholder {
  color: #1a3760;
  opacity: .15;
}

input:disabled {
  background-color: #fff;
}

select {
  color: #1a3760;
  letter-spacing: .5px;
  background-color: #fff;
  border: none;
  padding: .4rem .8rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
}

select:focus {
  outline: none;
}

option {
  font-size: inherit;
  color: #1a3760;
  letter-spacing: .5px;
  background-color: #fcd071;
  outline: none;
  padding: .2rem;
  font-family: inherit;
  font-weight: 500;
}

.link:link, .link:visited {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.menu {
  z-index: 10;
  opacity: .98;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2.4rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2rem 8rem #0000000a;
}

@media only screen and (width <= 48em) {
  .menu {
    justify-content: center;
    height: 6rem;
  }
}

.menu__sb {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 8rem;
  margin-bottom: 2.4rem;
}

@media only screen and (width <= 48em) {
  .menu__sb {
    height: 6rem;
  }

  .menu__container {
    z-index: 10;
    opacity: .95;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 4.8rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.menu__items {
  gap: 2.4rem;
  list-style: none;
  display: flex;
}

@media only screen and (width <= 48em) {
  .menu__items {
    gap: 4.8rem;
  }
}

.menu__item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu__item--link:link, .menu__item--link:visited {
  color: #1a3760;
  opacity: .9;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  font-size: 2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.menu__item--link:hover, .menu__item--link:active {
  color: #0066fb;
}

.menu__item--link:hover .menu__icon, .menu__item--link:active .menu__icon {
  fill: #0066fb;
}

.menu--active .menu__item--link {
  color: #0066fb;
}

.menu--active .menu__item--link .menu__icon {
  fill: #0066fb;
}

.menu__icon {
  fill: #1a3760;
  opacity: .8;
}

@media only screen and (width <= 48em) {
  .menu__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .menu__name {
    display: none;
  }

  .logo__img {
    height: 4.4rem;
  }
}

.logo__img img {
  height: 5.2rem;
}

@media only screen and (width <= 48em) {
  .logo__img img {
    height: 4.4rem;
  }
}

.spinner {
  text-align: center;
  margin: 5rem auto;
}

.spinner svg {
  fill: #1a3760;
  width: 6rem;
  height: 6rem;
  animation: 2s linear infinite rotate;
}

@keyframes rotate {
  0% {
    opacity: .7;
    transform: rotate(0);
  }

  50% {
    opacity: .9;
  }

  100% {
    opacity: .7;
    transform: rotate(360deg);
  }
}

.message, .error {
  max-width: 40rem;
  margin: 0 auto;
  padding: 5rem 4rem;
  display: flex;
}

.message svg, .error svg {
  fill: #1a3760;
  opacity: .8;
  width: 3rem;
  height: 3rem;
  transform: translateY(-.3rem);
}

.message p, .error p {
  margin-left: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer {
  color: #faf9f9;
  background-color: #1a3760;
  padding: 12.8rem 9.6rem;
}

@media only screen and (width <= 75em) {
  .footer {
    padding: 9.6rem 4.8rem;
  }
}

@media only screen and (width <= 68.75em) {
  .footer {
    padding: 9.6rem 2.4rem;
  }
}

@media only screen and (width <= 41.87em) {
  .footer {
    padding: 6.4rem 1.6rem;
  }
}

@media only screen and (width <= 31.25em) {
  .footer {
    padding: 4.8rem 1.6rem;
  }
}

.footer .container {
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4rem;
  display: grid;
}

@media only screen and (width <= 68.75em) {
  .footer .container {
    grid-template-rows: repeat(2, 1fr);
  }
}

@media only screen and (width <= 41.87em) {
  .footer .container {
    gap: .8rem;
  }
}

@media only screen and (width <= 31.25em) {
  .footer .container {
    padding: 0 1.6rem;
  }
}

@media only screen and (width <= 21.25em) {
  .footer .container {
    padding: 0;
  }
}

.footer__about {
  flex-direction: column;
  grid-column: 1 / 3;
  display: flex;
}

@media only screen and (width <= 68.75em) {
  .footer__about {
    grid-column: 1 / -1;
    margin-bottom: 3.2rem;
  }
}

.footer__about--title {
  letter-spacing: .6px;
  margin-bottom: 4.8rem;
  font-size: 3rem;
  font-weight: 500;
}

@media only screen and (width <= 68.75em) {
  .footer__about--title {
    margin-bottom: 2.4rem;
  }
}

.footer__about--description {
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.footer__address {
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
}

.footer__store {
  grid-column: 3 / 8;
  gap: 2.4rem;
  display: flex;
}

@media only screen and (width <= 68.75em) {
  .footer__store {
    grid-area: 2 / 1 / 3 / -1;
  }
}

@media only screen and (width <= 31.25em) {
  .footer__store {
    flex-direction: column;
  }
}

.footer__pages--policy {
  grid-column: 3 / 5;
}

@media only screen and (width <= 64em) {
  .footer__pages--policy {
    grid-area: 2 / 1 / 3 / 4;
  }
}

.footer__pages--price {
  grid-column: 5 / 7;
}

@media only screen and (width <= 64em) {
  .footer__pages--price {
    grid-area: 2 / 4 / 3 / 7;
  }
}

.footer__icon {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}

.phone {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.btn--footer {
  align-items: center;
  gap: .8rem;
  width: 100%;
  display: flex;
}

.row {
  width: 100%;
  max-width: 120rem;
  margin: 2.4rem auto 6.4rem;
  padding: 0 1rem;
}

.main {
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 8rem);
  margin-top: -2.4rem;
  display: flex;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

@media only screen and (width <= 75em) {
  .container {
    padding: 0 3.2rem;
  }
}

@media only screen and (width <= 21.25em) {
  .container {
    padding: 0 1.6rem;
  }
}

.grid {
  gap: 9.6rem 6.4rem;
  display: grid;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--5-cols {
  grid-template-columns: repeat(5, 1fr);
}

.grid--center-v {
  align-items: center;
}

@media only screen and (width <= 55.63em) {
  .section-signup {
    padding: 0;
  }
}

.section__heading {
  text-transform: uppercase;
  letter-spacing: .75px;
  text-align: center;
  color: #4e84da;
  margin-bottom: 4.8rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.section__hero {
  background-image: linear-gradient(to top, #faf9f9, #4e84da1a), url("hero-min.4ce459ea.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 8rem);
  position: relative;
}

@media only screen and (width <= 35.62em) {
  .section__hero {
    height: calc(80vh - 5.8rem);
  }
}

.section__affiliate {
  background-color: var(--color-grey-light-1);
  padding: 4.8rem 0 3.2rem;
}

@media only screen and (width <= 68.75em) {
  .section__affiliate {
    padding: 4.8rem 0 3.2rem;
  }
}

@media only screen and (width <= 35.62em) {
  .section__affiliate {
    padding: 3.2rem 0 2.4rem;
  }
}

.section__services {
  background-image: linear-gradient(to top, #fcd07126, #faf9f9);
  padding: 4.8rem 0;
}

@media only screen and (width <= 68.75em) {
  .section__services {
    padding: 4.8rem 0 3.2rem;
  }
}

@media only screen and (width <= 35.62em) {
  .section__services {
    padding: 3.2rem 0;
  }
}

.section__feature {
  background-image: linear-gradient(to top, #4e84da1a, #fcd07126);
  padding: 6.4rem 0 4.8rem;
}

@media only screen and (width <= 68.75em) {
  .section__feature {
    padding: 4.8rem 0 3.2rem;
  }
}

@media only screen and (width <= 35.62em) {
  .section__feature {
    padding: 3.2rem 0;
  }
}

.section__review {
  background-color: #4e84da1a;
  padding: 6.4rem 0;
}

@media only screen and (width <= 68.75em) {
  .section__review {
    padding: 4.8rem 0 3.2rem;
  }
}

@media only screen and (width <= 35.62em) {
  .section__review {
    padding: 3.2rem 0;
  }
}

.affiliate {
  column-gap: 3.6rem;
}

@media only screen and (width <= 50em) {
  .affiliate {
    column-gap: .2rem;
  }
}

@media only screen and (width <= 41.87em) {
  .affiliate {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    display: flex;
  }
}

.affiliate__heading--clients {
  color: #4e84da;
}

.affiliate__logo {
  justify-content: end;
  align-items: center;
  display: flex;
}

@media only screen and (width <= 50em) {
  .affiliate__logo {
    justify-content: center;
  }
}

.affiliate__logo img {
  height: 12.5rem;
}

@media only screen and (width <= 50em) {
  .affiliate__logo img {
    height: 14rem;
  }
}

@media only screen and (width <= 41.87em) {
  .affiliate__logo img {
    height: 16rem;
  }
}

.affiliate__details {
  flex-direction: column;
  grid-column: 2 / 4;
  justify-content: center;
  display: flex;
}

@media only screen and (width <= 41.87em) {
  .affiliate__details {
    align-items: center;
  }
}

.affiliate:nth-child(2n) .affiliate__details {
  grid-column: 1 / 3;
}

.affiliate:nth-child(2n) .affiliate__logo {
  grid-area: 1 / 3 / 2 / 4;
}

.affiliate__cap {
  text-transform: uppercase;
  letter-spacing: .8px;
  opacity: .5;
  font-size: 1.4rem;
  font-weight: 500;
}

.affiliate__name {
  letter-spacing: .4px;
  color: #1a3760;
  margin-bottom: .8rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

@media only screen and (width <= 45em) {
  .affiliate__name {
    font-size: 2.8rem;
  }
}

@media only screen and (width <= 35.62em) {
  .affiliate__name {
    font-size: 2.8rem;
  }
}

@media only screen and (width <= 31.25em) {
  .affiliate__name {
    font-size: 2.4rem;
  }
}

@media only screen and (width <= 27.5em) {
  .affiliate__name {
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.affiliate__description {
  letter-spacing: .3px;
  opacity: .9;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (width <= 27.5em) {
  .affiliate__description {
    letter-spacing: .4px;
    font-size: 1.6rem;
  }
}

.feature {
  column-gap: 4.8rem;
}

@media only screen and (width <= 68.75em) {
  .feature {
    column-gap: 1.2rem;
  }
}

@media only screen and (width <= 64em) {
  .feature.grid {
    row-gap: 3.2rem;
  }
}

.feature__image {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media only screen and (width <= 64em) {
  .feature__image {
    grid-area: 1 / 1 / -4 / 2;
  }
}

@media only screen and (width <= 50em) {
  .feature__image {
    grid-area: 1 / 1 / 2 / -1;
  }
}

.feature__image img {
  height: 45rem;
}

@media only screen and (width <= 75em) {
  .feature__image img {
    height: 40rem;
  }
}

@media only screen and (width <= 68.75em) {
  .feature__image img {
    height: 37rem;
  }
}

@media only screen and (width <= 64em) {
  .feature__image img {
    height: 44rem;
  }
}

@media only screen and (width <= 54.75em) {
  .feature__image img {
    height: 42rem;
  }
}

@media only screen and (width <= 27.5em) {
  .feature__image img {
    height: 36rem;
  }
}

@media only screen and (width <= 21.25em) {
  .feature__image img {
    height: 32rem;
  }
}

.feature__details {
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
  display: flex;
}

@media only screen and (width <= 64em) {
  .feature__details {
    grid-column: 2 / -1;
  }
}

@media only screen and (width <= 50em) {
  .feature__details {
    grid-column: 1 / -1;
  }
}

.feature__title {
  letter-spacing: .4px;
  color: #1a3760;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.feature__icon {
  fill: #1a3760;
  opacity: .8;
  width: 2.4rem;
  height: 2.4rem;
}

.feature__description {
  font-size: 1.6rem;
  line-height: 1.5;
}

.hero__text--container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.2rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (width <= 35.62em) {
  .hero__text--container {
    padding: 3.2rem 1.6rem;
  }
}

.hero__heading {
  letter-spacing: .3px;
  text-align: center;
  color: #1a3760;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (width <= 68.75em) {
  .hero__heading {
    font-size: 4.4rem;
  }
}

@media only screen and (width <= 50em) {
  .hero__heading {
    font-size: 3.6rem;
  }
}

@media only screen and (width <= 41.87em) {
  .hero__heading {
    font-size: 3rem;
  }
}

@media only screen and (width <= 35.62em) {
  .hero__heading {
    font-size: 2.8rem;
  }
}

@media only screen and (width <= 31.25em) {
  .hero__heading {
    font-size: 2.4rem;
  }
}

@media only screen and (width <= 27.5em) {
  .hero__heading {
    font-size: 1.8rem;
  }
}

@media only screen and (width <= 21.25em) {
  .hero__heading {
    font-size: 1.6rem;
  }
}

@media only screen and (width <= 27.5em) {
  .hero__heading:nth-child(2) {
    margin-top: .4rem;
    font-size: 3rem;
  }
}

.hero__heading--container {
  letter-spacing: .7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8rem;
  display: flex;
}

@media only screen and (width <= 35.62em) {
  .hero__heading--container {
    width: 100%;
  }
}

@media only screen and (width <= 31.25em) {
  .hero__heading--container {
    margin-bottom: 3.2rem;
  }
}

.hero__description {
  color: #3c8bff;
  letter-spacing: .8px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (width <= 68.75em) {
  .hero__description {
    font-size: 1.8 rem;
  }
}

@media only screen and (width <= 50em) {
  .hero__description {
    font-size: 1.6rem;
  }
}

@media only screen and (width <= 41.87em) {
  .hero__description {
    font-size: 1.6rem;
  }
}

@media only screen and (width <= 35.62em) {
  .hero__description {
    font-size: 1.4 rem;
  }
}

@media only screen and (width <= 31.25em) {
  .hero__description {
    font-size: 1.8rem;
  }
}

@media only screen and (width <= 27.5em) {
  .hero__description {
    font-size: 1.4rem;
  }
}

.hero__btn {
  background-color: #0066fb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  padding: 1.4rem 2.8rem;
  font-size: 2rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

@media only screen and (width <= 68.75em) {
  .hero__btn {
    padding: 1.2rem 2.4rem;
    font-size: 1.8rem;
  }
}

@media only screen and (width <= 41.87em) {
  .hero__btn {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
  }
}

@media only screen and (width <= 27.5em) {
  .hero__btn {
    padding: .8rem 1.2rem;
    font-size: 1.4rem;
  }
}

.hero__btn .icon {
  fill: #fff;
  opacity: 1;
  width: 2rem;
  height: 2rem;
}

.hero__btn--container {
  gap: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
}

@media only screen and (width <= 31.25em) {
  .hero__btn--container {
    margin-bottom: 1.8rem;
  }
}

@media only screen and (width <= 27.5em) {
  .hero__btn--container {
    gap: 1.6rem;
  }
}

.hero__btn:hover {
  background-color: #3c8bff;
  transform: translateY(-3px);
  box-shadow: 0 2rem 5rem #0000000f;
}

.hero__btn:hover .icon, .hero__btn:hover .icon p {
  color: #1a3760;
}

.hero__btn:active {
  transform: translateY(-2px);
  box-shadow: 0 2rem 6rem #0000004d;
}

.hero__btn .icon {
  color: #faf9f9;
  width: 2.4rem;
  height: 2.4rem;
  transition: all .2s;
}

.hero__btn p {
  color: #faf9f9;
  transition: all .2s;
}

@media only screen and (width <= 21.25em) {
  .hero__heading {
    font-size: 1.6rem;
  }
}

.popup {
  z-index: 1000;
  background-color: #fff;
  border-radius: 9px;
  width: 100rem;
  max-width: 100%;
  max-height: 100%;
  margin: .8rem;
  padding: 5rem 6rem;
  transition: all .5s;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  box-shadow: 0 4rem 6rem #00000040;
}

@media only screen and (width <= 48em) {
  .popup {
    padding: 0;
  }
}

.popup .btn--close-modal {
  color: #1a3760;
  opacity: .6;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 3.5rem;
  position: absolute;
  top: .5rem;
  right: 1.6rem;
}

.popup__container {
  width: 0;
  height: 0;
}

.overlay {
  backdrop-filter: blur(4px);
  z-index: 100;
  background-color: #0006;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.reviews__user {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  display: grid;
}

@media only screen and (width <= 41.87em) {
  .reviews__user {
    flex-direction: column;
    display: flex;
  }
}

.review {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2rem 5rem #0000000f;
}

.review__text {
  z-index: 10;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

.review__user {
  align-items: center;
  display: flex;
}

.review__photo {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
}

.review__user--box {
  margin-right: auto;
}

.review__user--name {
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.review__user--date {
  color: #999;
  font-size: 1rem;
}

.review__rating {
  color: #0066fb;
  font-size: 2.2rem;
  font-weight: 300;
}

.review:before {
  content: "“";
  color: #f4f2f2;
  z-index: 1;
  font-family: sans-serif;
  font-size: 20rem;
  line-height: 1;
  position: absolute;
  top: -2.75rem;
  left: -1rem;
}

.services {
  justify-content: space-around;
  align-items: center;
  gap: 6.4rem;
  display: flex;
}

@media only screen and (width <= 75em) {
  .services {
    gap: 4.8rem;
  }
}

@media only screen and (width <= 68.75em) {
  .services {
    gap: 4.8rem;
  }
}

@media only screen and (width <= 64em) {
  .services {
    gap: 3.2rem;
  }
}

@media only screen and (width <= 50em) {
  .services {
    flex-direction: column;
  }
}

.service {
  border-radius: 9px;
  padding: 4.8rem;
  box-shadow: 0 2rem 5rem #0000000f;
}

@media only screen and (width <= 68.75em) {
  .service {
    padding: 3.2rem;
  }
}

@media only screen and (width <= 64em) {
  .service {
    padding: 2.4rem;
  }
}

@media only screen and (width <= 50em) {
  .service {
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    width: 100%;
    padding: 3.2rem;
    display: grid;
  }
}

@media only screen and (width <= 41.87em) {
  .service {
    flex-direction: column;
    align-items: start;
    display: flex;
  }
}

@media only screen and (width <= 27.5em) {
  .service {
    padding: 2.4rem;
  }
}

.service__img {
  background-color: #fcd07185;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4rem;
  height: 7.4rem;
  margin-bottom: 2.4rem;
  padding: 4.8rem;
  display: flex;
}

@media only screen and (width <= 68.75em) {
  .service__img {
    width: 6.2rem;
    height: 6.2rem;
  }
}

@media only screen and (width <= 50em) {
  .service__img {
    margin-bottom: 0;
  }
}

@media only screen and (width <= 41.87em) {
  .service__img {
    margin-bottom: 2.4rem;
  }
}

.service__img img {
  width: 5.2rem;
  height: 5.2rem;
}

@media only screen and (width <= 50em) {
  .service__detail {
    grid-column: 2 / -1;
  }
}

@media only screen and (width <= 41.87em) {
  .service__detail {
    grid-column: 2 / -1;
  }
}

.service__title {
  letter-spacing: .4px;
  color: #1a3760;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.service__description {
  font-size: 1.6rem;
  line-height: 1.5;
}

.nologin__container {
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding: 2.4rem;
  display: flex;
}

.nologin__message {
  color: #1a3760;
  opacity: .9;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
}

.nologin__btn--container {
  width: 100%;
  mask-border-repeat: .8rem;
  gap: 1.2rem;
  display: flex;
}

.nologin__link {
  color: #1a3760;
  opacity: .75;
  font-weight: 600;
}

.cart {
  padding: 1.2rem;
}

.cart__heading {
  letter-spacing: .7px;
  color: #1a3760;
  opacity: .8;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4rem;
  padding-bottom: .4rem;
  font-size: 4.4rem;
}

@media only screen and (width <= 48.13em) {
  .cart__heading {
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 4rem;
  }
}

@media only screen and (width <= 26.25em) {
  .cart__heading {
    font-size: 3rem;
  }
}

.cart__container, .cart__payment--container {
  align-items: start;
  gap: 1.2rem;
  display: flex;
}

@media only screen and (width <= 48.13em) {
  .cart__container, .cart__payment--container {
    flex-direction: column;
  }
}

.cart__label-value {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart__label, .cart__value {
  opacity: .9;
  letter-spacing: .2px;
}

.cart__input {
  width: 40%;
  height: auto;
  padding: none;
  text-align: right;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  font-size: 1.8rem;
}

.cart__size {
  padding: .6rem 1.2rem;
  font-size: 1.4rem;
}

.cart__items {
  flex-direction: column;
  gap: 1.2rem;
  list-style-type: none;
  display: flex;
}

.cart__items--container {
  width: 65%;
}

@media only screen and (width <= 56.25em) {
  .cart__items--container {
    width: 60%;
  }
}

@media only screen and (width <= 48.13em) {
  .cart__items--container {
    width: 100%;
  }
}

.cart__items--container-single {
  width: 100%;
  margin-bottom: 1.8rem;
}

.cart__item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  align-items: center;
  gap: .8rem;
  padding: 1.2rem;
  display: flex;
  position: relative;
}

.cart__item--delete-btn {
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: .4rem;
  position: absolute;
  top: 1%;
  left: 1%;
}

.cart__item--delete-icon {
  opacity: .4;
}

.cart__item--img {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  overflow: hidden;
}

.cart__item--img img {
  width: 100%;
  height: 100%;
}

.cart__item--img {
  width: auto;
  height: 12rem;
  margin: 0;
}

.cart__item--detail {
  width: 100%;
  display: flex;
}

@media only screen and (width <= 56.25em) {
  .cart__item--detail {
    flex-direction: column;
    gap: .8rem;
  }
}

.cart__item--title {
  letter-spacing: .6px;
  color: #1a3760;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
}

@media only screen and (width <= 26.25em) {
  .cart__item--title {
    margin-bottom: .2rem;
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

.cart__item--tag {
  letter-spacing: .3px;
  opacity: .8;
  color: #1a3760;
  text-wrap: wrap;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (width <= 26.25em) {
  .cart__item--tag {
    font-size: 1.4rem;
  }
}

.cart__item--price {
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  display: flex;
}

@media only screen and (width <= 56.25em) {
  .cart__item--price {
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin-left: 0;
  }
}

.cart__item--discounted-price {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (width <= 26.25em) {
  .cart__item--discounted-price {
    font-size: 1.4rem;
  }
}

.cart__item--mrp {
  color: #1a3760;
  opacity: .6;
  font-size: 1.6rem;
  text-decoration: line-through;
}

@media only screen and (width <= 26.25em) {
  .cart__item--mrp {
    font-size: 1.2rem;
  }
}

.cart__item--discount-percent {
  color: #05bf92;
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (width <= 26.25em) {
  .cart__item--discount-percent {
    font-size: 1.2rem;
  }
}

.cart__detail {
  color: #1a3760;
  border: 1px solid #ccc;
  border-radius: 7px;
  flex-direction: column;
  gap: 1.2rem;
  width: 35%;
  padding: .8rem;
  display: flex;
}

@media only screen and (width <= 56.25em) {
  .cart__detail {
    width: 40%;
  }
}

@media only screen and (width <= 48.13em) {
  .cart__detail {
    width: 100%;
  }
}

.cart__price--container, .cart__address--container {
  background-color: #fff;
  border-radius: 5px;
  padding: .8rem;
}

.cart__discount--total-value {
  color: #05bf92;
}

.cart__tax {
  margin-bottom: .8rem;
}

.cart__price--total {
  border-top: 1px dashed #ddd;
  padding-top: .8rem;
}

.cart__price--total-label {
  letter-spacing: .2px;
  font-size: 1.8rem;
  font-weight: 600;
}

.cart__price--total-value {
  font-size: 1.8rem;
}

.cart__cta--container {
  flex-direction: column;
  gap: .8rem;
  display: flex;
}

.cart__cta--btn {
  text-transform: none;
  background-color: #05bf92;
  width: 100%;
}

.cart__payment--address {
  flex-direction: column;
  gap: 1.2rem;
  width: 65%;
  padding: .4rem;
  display: flex;
}

.cart__payment--address .label-input {
  flex-direction: row;
  align-items: center;
  gap: .8rem;
  padding: 0;
}

.cart__payment--address .label-input input {
  width: auto;
  height: auto;
}

.cart__payment--address .label-input label {
  text-transform: none;
  opacity: .75;
  width: auto;
  font-weight: 600;
}

@media only screen and (width <= 56.25em) {
  .cart__payment--address {
    width: 60%;
  }
}

@media only screen and (width <= 48.13em) {
  .cart__payment--address {
    width: 100%;
  }
}

@media only screen and (width <= 26.25em) {
  .cart__payment--address {
    gap: 1.6rem;
  }
}

.cart__payment--heading {
  text-transform: uppercase;
  color: #1a3760;
  margin-bottom: -.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.cart__payment--method {
  opacity: .5;
  margin: 0 .8rem .8rem;
}

.cart__payment--lab-in {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.cart__payment--lab-in label {
  font-size: 1.6 rem;
  text-transform: none;
  opacity: .8;
  font-weight: 500;
}

.cart__payment--lab-in input {
  opacity: .9;
  border-radius: 5px;
  height: 3.6rem;
  font-size: 1.8rem;
}

.cart__payment--lab-in-2 {
  justify-content: space-between;
  gap: .8rem;
  display: flex;
}

.cart__payment--lab-in-2 .cart__payment--lab-in {
  width: 100%;
}

@media only screen and (width <= 26.25em) {
  .cart__payment--lab-in-2 {
    flex-direction: column;
  }
}

.cart__payment--options {
  flex-direction: column;
  gap: .8rem;
  list-style: none;
  display: flex;
}

.cart__payment--options-container {
  background-color: #fff;
  border-radius: 5px;
  margin: .8rem 0;
  padding: .8rem .4rem;
}

.cart__payment--option label {
  cursor: pointer;
  border-radius: 5rem;
  padding: .8rem;
  font-weight: 600;
}

.cart__payment--option-radio {
  visibility: hidden;
  width: 0;
  height: 0;
  transition: all .3s;
}

.cart__payment--option-radio:checked + label {
  color: #0066fb;
}

.product {
  margin: 3.2rem auto;
  position: relative;
}

.product__admin--control {
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product__upload {
  color: #1a3760;
  cursor: pointer;
  letter-spacing: .5px;
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 2.4rem;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.product__upload--add {
  background-color: #56d9b9;
}

.product__upload--update {
  background-color: #fcd071;
}

.product__upload .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.product__form--upload {
  border: 1px solid #ccc;
  border-radius: 7px;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;
  display: flex;
}

.product__form--upload--btn {
  background-color: #56d9b9;
}

.product__form--upload--btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product__form--update--btn {
  background-color: #fcd071;
}

.product__form--fields {
  border: 1px dashed #ccc;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  padding: .8rem;
  display: flex;
}

.product__form--fields input {
  border-radius: 5px;
  height: auto;
}

.product__form--fields p {
  justify-content: space-between;
  align-items: center;
  gap: .2rem;
  display: flex;
}

.product__search--results {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  gap: 1.6rem;
  width: 100%;
  list-style: none;
  display: flex;
}

.product__search--result {
  background-color: #fff;
  border-radius: 7px;
  padding: 1.2rem;
}

.product__search--img {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  overflow: hidden;
}

.product__search--img img {
  width: 100%;
  height: 100%;
}

.product__search--brand {
  letter-spacing: .6px;
  color: #1a3760;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
  overflow: hidden;
}

.product__search--tag {
  letter-spacing: .3px;
  opacity: .8;
  color: #1a3760;
  text-wrap: wrap;
  margin-bottom: .6rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.product__search--discounted-price {
  font-size: 1.4rem;
  font-weight: 700;
}

.product__search--mrp {
  color: #1a3760;
  opacity: .6;
  font-size: 1.2rem;
  text-decoration: line-through;
}

.product__search--discount-percent {
  color: #05bf92;
  font-size: 1.2rem;
  font-weight: 400;
}

.product__single {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  margin: 3.2rem auto;
  padding: 1.2rem;
  display: flex;
}

.product__img--container {
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
  overflow-x: scroll;
}

.product__img--container::-webkit-scrollbar {
  height: 1rem;
}

.product__img--container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  transition: all .3s;
}

.product__img {
  border: 1px solid #f5f5f6;
  border-radius: 7px;
  width: 36rem;
  max-width: 100%;
  height: 52rem;
  max-height: 100%;
  overflow: hidden;
}

@media only screen and (width <= 25em) {
  .product__img {
    width: 29.5rem;
    height: 44rem;
  }
}

.product__img img {
  width: 100%;
  height: 100%;
}

.product__img--inner {
  flex-wrap: nowrap;
  gap: .4rem;
  display: flex;
}

.product__detail--container {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

.product__price--container {
  border-top: 1px solid #ccc;
  margin-bottom: -.4rem;
  padding-top: 1.4rem;
}

.product__title {
  color: #1a3760;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (width <= 33.75em) {
  .product__title {
    margin-bottom: .8rem;
    font-size: 2rem;
  }
}

@media only screen and (width <= 30em) {
  .product__title {
    font-size: 1.8rem;
  }
}

.product__tag {
  color: #1a3760;
  opacity: .7;
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 400;
}

@media only screen and (width <= 33.75em) {
  .product__tag {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.product__price {
  color: #1a3760;
  font-size: 2.4rem;
  font-weight: 700;
}

.product__mrp {
  color: #1a3760;
  opacity: .5;
  font-size: 2rem;
  font-weight: 400;
}

.product__discount {
  color: #e9a005;
  letter-spacing: .5px;
  font-size: 2rem;
  font-weight: 700;
}

.product__tax-info {
  font-weight: 1.4rem;
  color: #05bf92;
  font-weight: 700;
}

.product__size--container {
  flex-direction: column;
  gap: 1.6rem;
  display: flex;
}

.product__size--title {
  text-transform: uppercase;
  color: #1a3760;
  font-size: 1.6rem;
  font-weight: 700;
}

.product__size--buttons {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  gap: 1.2rem;
  display: flex;
}

.product__size--btn {
  cursor: pointer;
  background-color: inherit;
  color: #1a3760;
  border: 1px solid #ccc;
  border-radius: 5rem;
  padding: 1.2rem 2rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  transition: all .3s;
}

.product__size--btn:hover, .product__size--btn-selected {
  color: #0066fb;
  border: 1px solid #0066fb;
}

.product__cta--container {
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.product__cta--cart, .product__cta--wishlist {
  align-items: center;
  display: flex;
}

.product__cta--buy-now {
  background-color: #05bf92;
}

.product__feature {
  color: #1a3760;
  opacity: .9;
}

.product__details {
  border-top: 1px solid #ccc;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 2.4rem;
  display: flex;
}

.product__details--title {
  text-transform: uppercase;
  color: #1a3760;
  font-size: 1.6rem;
  font-weight: 700;
}

.product__details--description {
  color: #1a3760;
  opacity: .9;
}

.product__specs {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}

.product__spec--title {
  text-transform: uppercase;
  color: #1a3760;
  text-transform: none;
  opacity: .9;
  font-size: 1.6rem;
  font-weight: 700;
}

.orderlist {
  margin: 1.6rem auto 6.4rem;
}

.orderlist__link {
  color: inherit;
  text-decoration: none;
}

.orderlist__heading {
  letter-spacing: .7px;
  color: #1a3760;
  opacity: .8;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4rem;
  padding-bottom: .4rem;
  font-size: 4.4rem;
}

@media only screen and (width <= 48.13em) {
  .orderlist__heading {
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 4rem;
  }
}

@media only screen and (width <= 26.25em) {
  .orderlist__heading {
    font-size: 3rem;
  }
}

.orderlist__items {
  flex-direction: column;
  gap: 1.2rem;
  list-style: none;
  display: flex;
}

.orderlist__items--container {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 1.2rem;
}

.orderlist__size {
  padding: .6rem 1.2rem;
  font-size: 1.4rem;
}

.orderlist__status {
  color: #1a3760;
  letter-spacing: .4px;
  background-color: #fcd07170;
  border-radius: 3px;
  padding: 0 .8rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.orderlist__status--delivered {
  background-color: #56d9b870;
}

.orderlist__status--due {
  background-color: #fd424b49;
}

.orderlist__search--form {
  flex-direction: column;
  gap: .8rem;
  padding: .8rem;
  display: flex;
}

.orderlist__search--terms {
  gap: 1.2rem;
  display: flex;
}

@media only screen and (width <= 25.57em) {
  .orderlist__search--terms {
    flex-direction: column;
  }
}

.orderlist__search--props {
  flex-direction: column;
  gap: .8rem;
  width: 100%;
  display: flex;
}

.orderlist__search--status {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.orderlist__search--btn-container {
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  display: flex;
}

.orderlist__search--btn {
  background-color: #fbbb32;
}

.orderlist__admin {
  font-size: 2rem;
}

.orderList__item--container {
  gap: 1.2rem;
  display: flex;
}

.orderlist__item, .productlist__item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  gap: .4rem;
  padding: .8rem;
  display: flex;
  overflow: hidden;
}

.orderlist__item--img, .productlist__item--img {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  overflow: hidden;
}

.orderlist__item--img img, .productlist__item--img img {
  width: 100%;
  height: 100%;
}

.orderlist__item--img, .productlist__item--img {
  width: auto;
  height: 12rem;
  margin: 0;
}

.orderlist__item--detail, .productlist__item--detail {
  width: 100%;
  display: flex;
}

@media only screen and (width <= 56.25em) {
  .orderlist__item--detail, .productlist__item--detail {
    flex-direction: column;
    gap: .8rem;
  }
}

.orderlist__item--title, .productlist__item--title {
  letter-spacing: .6px;
  color: #1a3760;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
}

@media only screen and (width <= 26.25em) {
  .orderlist__item--title, .productlist__item--title {
    margin-bottom: .2rem;
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

.orderlist__item--tag, .productlist__item--tag {
  letter-spacing: .3px;
  opacity: .8;
  color: #1a3760;
  text-wrap: wrap;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (width <= 26.25em) {
  .orderlist__item--tag, .productlist__item--tag {
    font-size: 1.4rem;
  }
}

.orderlist__item--price, .productlist__item--price {
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  display: flex;
}

@media only screen and (width <= 56.25em) {
  .orderlist__item--price, .productlist__item--price {
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    margin-left: 0;
  }
}

.orderlist__item--discounted-price, .productlist__item--discounted-price {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (width <= 26.25em) {
  .orderlist__item--discounted-price, .productlist__item--discounted-price {
    font-size: 1.4rem;
  }
}

.orderlist__item--mrp, .productlist__item--mrp {
  color: #1a3760;
  opacity: .6;
  font-size: 1.6rem;
  text-decoration: line-through;
}

@media only screen and (width <= 26.25em) {
  .orderlist__item--mrp, .productlist__item--mrp {
    font-size: 1.2rem;
  }
}

.orderlist__item--discount-percent, .productlist__item--discount-percent {
  color: #05bf92;
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (width <= 26.25em) {
  .orderlist__item--discount-percent, .productlist__item--discount-percent {
    font-size: 1.2rem;
  }
}

.orderlist-product {
  margin: 1.6rem auto 6.4rem;
}

.order__heading {
  letter-spacing: .7px;
  color: #1a3760;
  opacity: .8;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4rem;
  padding-bottom: .4rem;
  font-size: 4.4rem;
}

@media only screen and (width <= 48.13em) {
  .order__heading {
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 4rem;
  }
}

@media only screen and (width <= 26.25em) {
  .order__heading {
    font-size: 3rem;
  }
}

.order__heading {
  font-size: 1.8rem;
}

.order__detail {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;
  display: flex;
}

.order__item--container {
  gap: 2.4rem;
  display: flex;
}

.order__item--title {
  text-transform: uppercase;
  color: #1a3760;
  font-size: 1.6rem;
  font-weight: 700;
}

.order__item--tag {
  color: #1a3760;
  opacity: .9;
  margin-bottom: 2.4rem;
}

.order__image {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 1.2rem;
  display: flex;
  overflow: hidden;
}

.order__image img {
  width: 100%;
  height: 100%;
}

.order__image {
  width: auto;
  height: 18rem;
}

.order__image img {
  height: 100%;
}

.order__spec--detail {
  margin: 0;
}

.order__spec--detail-admin {
  padding: 0;
}

.order__label {
  text-transform: none;
  opacity: .85;
}

.order__quantity {
  font-size: 1.6rem;
}

.order__admin--new {
  background-color: #56d9b9;
}

.order__admin--list {
  background-color: #fcd071;
}

.order__admin--btn-update-pay, .order__admin--btn-pay {
  background-color: #3c8bff;
}

.user-cred {
  background-color: #fff;
  border-radius: 9px;
  padding: 3rem;
}

.user-cred__head {
  text-align: center;
}

.user-cred__heading {
  color: #1a3760;
  opacity: .9;
  font-size: 3rem;
  font-weight: 500;
}

@media only screen and (width <= 22.5em) {
  .user-cred__heading {
    font-size: 2.4rem;
  }
}

.user-cred__container {
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  display: grid;
}

@media only screen and (width <= 65em) {
  .user-cred__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media only screen and (width <= 36.25em) {
  .user-cred__container {
    gap: 3.2rem;
  }
}

.user-cred__description {
  letter-spacing: .8px;
  color: #1a3760;
  opacity: .2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (width <= 22.5em) {
  .user-cred__description {
    font-size: 1.2rem;
  }
}

.user-cred__logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 6rem 3rem 3rem;
  display: flex;
}

@media only screen and (width <= 65em) {
  .user-cred__logo {
    padding-right: 5rem;
  }
}

@media only screen and (width <= 55.63em) {
  .user-cred__logo {
    padding: 0 2rem 0 0;
  }
}

@media only screen and (width <= 36.25em) {
  .user-cred__logo {
    display: none;
  }
}

.user-cred__logo {
  position: relative;
}

.user-cred__logo--img img {
  width: 20rem;
}

.user-cred__logo--img {
  margin-bottom: 1.2rem;
}

.user-cred__logo:after {
  content: "";
  opacity: .1;
  background-color: #1a3760;
  width: 2px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

@media only screen and (width <= 36.25em) {
  .user-cred__logo:after {
    width: 60%;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
}

.user-cred__title {
  color: #1a3760;
  opacity: .9;
  font-size: 3rem;
  font-weight: 500;
}

.user-cred__form--container {
  padding: 3rem;
}

@media only screen and (width <= 55.63em) {
  .user-cred__form--container {
    padding: 0;
  }
}

@media only screen and (width <= 36.25em) {
  .user-cred__form--container {
    grid-area: 1 / 1 / auto / 3;
  }
}

.user-cred__form {
  flex-direction: column;
  display: flex;
}

.user-cred__terms {
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.user-cred__terms--check {
  width: auto;
  height: 1.4rem;
}

.user-cred__terms--label {
  text-transform: none;
  letter-spacing: .5px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (width <= 22.5em) {
  .user-cred__terms--label {
    font-size: 1.2rem;
  }
}

.user-cred__btn--container {
  align-items: center;
  gap: 3rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.user-cred__footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

@media only screen and (width <= 22.5em) {
  .user-cred__footer p {
    font-size: 1.4rem;
  }
}

.user-cred__footer--link:link, .user-cred__footer--link:visited {
  color: #3c8bff;
}

.user-cred__footer--link:hover, .user-cred__footer--link:active {
  color: #1a3760;
}

.profile {
  border: 1px dashed #ccc;
  border-radius: 7px;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  padding: 1.2rem;
  display: flex;
}

.profile__container {
  background-color: #fff;
  border-radius: 9px;
  gap: 2.4rem;
  width: 100%;
  padding: 1.2rem;
}

.profile__container .label-input {
  gap: .8rem;
}

.profile__container .label-input label, .profile__container .label-input input {
  height: auto;
}

.profile__details {
  grid-template-columns: 1fr 3fr;
  gap: 1.2rem;
  padding: 1.2rem;
  display: grid;
}

@media only screen and (width <= 48.2em) {
  .profile__details {
    flex-direction: column;
    display: flex;
  }
}

.profile__cta {
  flex-direction: column;
  gap: 2.4rem;
  min-height: 100%;
  padding: .4rem;
  display: flex;
}

@media only screen and (width <= 48.2em) {
  .profile__cta {
    margin-top: 0;
  }
}

.profile__cta--container {
  margin-top: auto;
}

.profile__role {
  border: 1px solid #038163;
  border-radius: 50rem;
  padding: .8rem 1.6rem;
}

.profile__heading {
  letter-spacing: .7px;
  color: #1a3760;
  opacity: .8;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4rem;
  padding-bottom: .4rem;
  font-size: 4.4rem;
}

@media only screen and (width <= 48.13em) {
  .profile__heading {
    margin-bottom: 2rem;
    padding-bottom: 0;
    font-size: 4rem;
  }
}

@media only screen and (width <= 26.25em) {
  .profile__heading {
    font-size: 3rem;
  }
}

@media only screen and (width <= 48.2em) {
  .profile__heading {
    font-size: 3rem;
  }
}

.profile__heading--sub {
  color: #038163;
  opacity: .7;
  letter-spacing: .3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile__password {
  border: 1px dashed #ccc;
  border-radius: 7px;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  padding: 1.2rem;
  display: flex;
}

.profile__btn--logout {
  color: #fff;
  background-color: #fd424b;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  display: flex;
}

.profile__btn--logout .icon {
  fill: #fff;
  width: 2.4rem;
  height: 2.4rem;
}

.profile__btn--save {
  background-color: #56d9b9;
}

.profile__detail {
  border-left: 1px dashed #ccc;
  flex-direction: column;
  gap: 1.2rem;
  height: 78vh;
  padding: .4rem;
  display: flex;
  overflow: scroll;
}

.profile__update {
  background-color: #fcd071;
}

.about, .contact {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}

.contact__icon {
  fill: #1a3760;
  opacity: .7;
}

.contact__address--container {
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  display: flex;
}

@media only screen and (width <= 48em) {
  .contact__address--container {
    flex-direction: column;
  }
}

.terms, .refund, .disclaimer {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}
/*# sourceMappingURL=repo.2631fadb.css.map */
