
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Mulish:300,700,600|Yeseva+One:400");

* {
  box-sizing: border-box;
}

/* Variables */

:root {
    --black: rgba(0, 0, 0, 1);
    --gunsmoke: rgba(133, 133, 133, 1);
    --mountain-mist: rgba(153, 153, 153, 0.741);
    --bright-red: rgba(174, 0, 1, 1);
    --silver: rgba(188, 188, 188, 1);
    --ebb: rgba(227, 227, 227, 1);
    --salmon-pearl: rgba(229, 75, 75, 1);
    --gallery: rgba(240, 240, 240, 1);
    --wild-sand: rgba(244, 244, 244, 1);
    --white: rgba(255, 255, 255, 1);
  
    --font-size-s: 10px;
    --font-size-m: 12px;
    --font-size-l: 14px;
    --font-size-xxxxl: 30px;
    --font-size-l2: 16px;
    --font-size-xl2: 18px;
    --font-size-xxl2: 20px;
  
    --font-family-mulish: "Mulish";
    --font-family-yeseva_one: "Yeseva One";
  }
  
  /* Classes */
  
  .mulish-bold-black-30px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-xxxxl);
    font-weight: 700;
    font-style: normal;
  }
  .yesevaone-normal-bright-red-20px {
    color: var(--bright-red);
    font-family: var(--font-family-yeseva_one);
    font-size: var(--font-size-xxl2);
    font-weight: 400;
    font-style: normal;
  }
  .border-0-8px-silver {
    border-width: 0.8px;
    border-style: solid;
    border-color: var(--silver);
  }
  .mulish-bold-black-18px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-xl2);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-bold-black-20px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-xxl2);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-bold-black-14px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-l);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-semi-bold-salmon-pearl-12px {
    color: var(--salmon-pearl);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
  }
  .mulish-semi-bold-silver-10px {
    color: var(--silver);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-s);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-semi-bold-black-12px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
  }
  .border-0-8px-gallery {
    border-width: 0.8px;
    border-style: solid;
    border-color: var(--gallery);
  }
  .border-0-8px-ebb {
    border-width: 0.8px;
    border-style: solid;
    border-color: var(--ebb);
  }
  .mulish-semi-bold-salmon-pearl-12px-2 {
    color: var(--salmon-pearl);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-bold-black-18px-2 {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-xl2);
  }
  .mulish-semi-bold-gunsmoke-10px-2 {
    color: var(--gunsmoke);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-s);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-bold-black-10px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-s);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-semi-bold-ebb-12px {
    color: var(--ebb);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-bold-white-12px {
    color: var(--white);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-bold-black-12px-2 {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
  }
  .mulish-semi-bold-black-10px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-s);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-bold-black-12px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-light-black-14px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-l);
    font-weight: 300;
    font-style: normal;
  }
  .mulish-bold-black-16px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-l2);
    font-weight: 700;
    font-style: normal;
  }
  .mulish-semi-bold-gunsmoke-10px {
    color: var(--gunsmoke);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-s);
  }
  .mulish-semi-bold-gunsmoke-12px {
    color: var(--gunsmoke);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-m);
    font-weight: 600;
    font-style: normal;
  }
  .mulish-bold-black-24px {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
  }



body {
    align-items: center;
    background-color: var(--wild-sand);
    display: flex;
    flex-direction: column;
    min-height: 725px;
    margin: 0;
}
main {
    align-items: center;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    min-height: 672px;
    width: 1152px;
    padding: 22px 50px 50px 50px;
}

.header {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 50px;
  max-width: 1152px;
  margin: auto;
}

.header .line {
  height: 1px;
  margin-top: 10px;
  width: 1152px;
}

.header .flex-row {
  align-items: flex-start;
  display: flex;
  height: 28px;
  margin-left: 50px;
  margin-top: 12px;
  min-width: 187px;
  justify-content: space-between;
}

.header .logo {
  letter-spacing: 0;
  line-height: 29px;
  height: 26px;
  width: 42px;
  object-fit: contain;
  object-position: left;
}

.header .logo-link {
  text-decoration: none;
}

.header .logo-text {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 24px;
  min-height: 20px;
  min-width: 122px;
  white-space: nowrap;
}

.breadcrambs {
  align-items: flex-end;
  display: flex;
  height: 13px;
  min-width: 111px;
  margin: auto auto auto 0;
}

.breadcrambs .text-5 {
  letter-spacing: 0;
  line-height: 10px;
  margin-bottom: -3.5px;
  min-height: 15px;
  min-width: 42px;
  white-space: nowrap;
  text-decoration: none;
}

.breadcrambs .arrow {
  align-self: center;
  height: 6px;
  margin-left: 10px;
  margin-top: 0;
  width: 3px;
}

.breadcrambs .text-6 {
  letter-spacing: 0;
  line-height: 10px;
  margin-bottom: -3.5px;
  margin-left: 12px;
  min-height: 15px;
  min-width: 44px;
  white-space: nowrap;
  text-decoration: none;
}

.h1.text-1-1 {
    color: var(--black);
    font-family: var(--font-family-mulish);
    font-size: var(--font-size-xxxxl);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    margin: 34px auto auto 0;
    min-height: 40px;
    white-space: nowrap;
  }

section.content {
    display: flex;
    gap: 26px;
}

.product-index {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  min-height: 372px;
  width: 694px;
}

.product-index .button-back {
  align-items: flex-end;
  display: flex;
  height: 18px;
  margin-top: 35px;
  min-width: 129px;
  cursor: pointer;
}

.product-index .overlap-group {
  height: 17px;
  margin-bottom: -1px;
  position: relative;
  width: 129px;
}

.product-index .text-15 {
  left: 0;
  letter-spacing: 0;
  line-height: 12px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.product-index .underline {
  height: 1px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 127px;
}

.product-index .line-1 {
  height: 1px;
  margin-top: 16px;
  width: 694px;
}

.product-index .line-3 {
  height: 1px;
  margin-top: 36px;
  width: 692px;
}

.product-index .product {
  align-items: center;
  display: flex;
  margin-top: 35px;
  width: 664px;
}

.product-index .image {
  height: 70px;
  width: 70px;
}

.product-index .delete {
  height: 8px;
  margin-left: 58px;
  margin-top: 1px;
  width: 8px;
  cursor: pointer;
}

.product-index .product-quantity {
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  height: 39px;
  justify-content: flex-end;
  margin-left: 67px;
  margin-top: 1px;
  min-width: 103px;
  padding: 9.3px 10.8px;
}

.product-index .text-11 {
  letter-spacing: 0;
  line-height: 12px;
  /* margin-left: 28px; */
  min-height: 17px;
  min-width: 9px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.product-index .number {
    letter-spacing: 0;
    line-height: 12px;
    /* margin-left: 28px; */
    width: 40px;
    min-height: 17px;
    /* min-width: 9px; */
    white-space: nowrap;
    text-align: center;
    border: none;
    margin: auto;
}

.product-index .text-1 {
  letter-spacing: 0;
  line-height: 12px;
  min-height: 17px;
  min-width: 7px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.product-index .premium100 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 30px;
  margin-top: 16px;
  min-height: 37px;
  min-width: 123px;
  white-space: unset;
}

.product-index .address-1 {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 60px;
  min-height: 17px;
  min-width: 44px;
  white-space: nowrap;
}

.product-index .address {
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 58px;
  min-height: 17px;
  min-width: 44px;
  white-space: nowrap;
}

.product-index .number-1 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 28px;
  min-height: 17px;
  min-width: 9px;
  white-space: nowrap;
}

.product-index .text-13 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 28px;
  min-height: 17px;
  min-width: 9px;
  white-space: nowrap;
}

.product-index .line-2 {
  height: 1px;
  margin-top: 36px;
  width: 694px;
}

.product-index .text-container {
  align-items: flex-start;
  display: flex;
  height: 17px;
  margin-top: 2px;
  min-width: 585px;
}

.product-index .text-9 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 58px;
  min-height: 17px;
  min-width: 57px;
  white-space: nowrap;
}

.product-index .text-8 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 241px;
  min-height: 17px;
  min-width: 53px;
  white-space: nowrap;
}

.product-index .text-10 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 106px;
  min-height: 17px;
  white-space: nowrap;
}

.product-index .text-7 {
  letter-spacing: 0;
  line-height: 12px;
  min-height: 17px;
  min-width: 40px;
  white-space: nowrap;
}


.cart-totals {
  align-items: flex-end;
  background-color: var(--wild-sand);
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 31px 22px;
  width: 336px;
}

.cart-totals .button-1 {
  align-self: center;
  background: var(--color_accent);
  border-radius: 4px;
  display: flex;
  height: 39px;
  margin-top: 31px;
  width: 288px;
  cursor: pointer;
  text-decoration: none;
}

.cart-totals .text-17 {
  flex: 1;
  height: 17px;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 70px;
  margin-right: 67px;
  margin-top: 11px;
  
}

.cart-totals .price {
  align-items: flex-end;
  display: flex;
  height: 25px;
  justify-content: space-between;
  width: 290px;
}

.cart-totals .text-16 {
  height: 17px;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: -3.2px;
  white-space: nowrap;
  width: 53px;
}

.cart-totals .address-2 {
  letter-spacing: 0;
  line-height: 16px;
  /* margin-bottom: -6.5px; */
  margin-right: -2px;
  /* margin-top: 4.5px; */
  white-space: nowrap;
  /* width: 67px; */
}

.separation {
    align-items: center;
    display: flex;
    height: 18px;
    margin-top: 16px;
    min-width: 336px;
  }
  
  .separation .text-4 {
    align-self: flex-end;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: -4px;
    margin-left: 24px;
    min-height: 20px;
    min-width: 26px;
    white-space: nowrap;
  }
  
  .separation .line-5 {
    height: 1px;
    margin-left: 22px;
    margin-top: 0.2px;
    width: 132px;
  }
  
  .separation .line-4 {
    height: 1px;
    margin-top: 0.2px;
    width: 132px;
  }

  .card-order-1 {
    align-items: flex-start;
    background-color: var(--white);
    display: flex;
    height: 96px;
    justify-content: flex-end;
    margin-top: 16px;
    min-width: 336px;
    padding: 25.7px 80.8px;
  }
  
  .card-order-1 .text {
    display: flex;
    flex-direction: column;
    height: 43px;
    justify-content: space-between;
    width: 174px;
  }
  
  .card-order-1 .phone {
    flex: 1;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 1px auto;
    max-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color_accent);
  }
  
  .card-order-1 .text-2 {
    flex: 1;
    height: 17px;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: -2px;
    margin-top: -2.5px;
    max-height: 17px;
    white-space: nowrap;
  }

  .card-order-2 {
    align-items: flex-start;
    display: flex;
    height: 96px;
    justify-content: flex-end;
    margin-top: 16px;
    min-width: 336px;
    padding: 23.2px 74.8px;
  }
  
  .card-order-2 .text-3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 49px;
    width: 186px;
  }
  
  .card-order-2 .text-3-1 {
    height: 17px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: -3px;
    margin-top: -4px;
    text-align: center;
    white-space: nowrap;
    width: 186px;
  }
  
  .card-order-2 .flex-row-1 {
    align-items: flex-start;
    display: flex;
    margin-right: 2px;
    margin-top: 18px;
    min-width: 43px;
  }
  
  .card-order-2 .social-network {
    height: 18px;
    width: 18px;
    object-fit: contain;
    margin: auto 8px;
  }
  .card-order-2 .social-network img {
    height: 18px;
    width: 18px;
    object-fit: contain;
  }
  
  /* .card-order-2 .instagram {
    align-self: flex-end;
    height: 18px;
    margin-left: 16px;
    width: 18px;
  } */

.order {
  background-color: var(--wild-sand);
  display: flex;
  /* height: 482px; */
  width: 336px;
  margin-top: 30px;
}

.order .order-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 50px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 36px;
  min-height: calc(100% - 86px);
  width: 288px;
}

.order .text-25 {
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 2px;
  min-height: 25px;
  white-space: nowrap;
}

.order .total {
  align-items: flex-end;
  display: flex;
  height: 25px;
  justify-content: space-between;
  margin-top: 50px;
  width: 290px;
}

.order .address-3 {
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: -6.5px;
  margin-right: -2px;
  margin-top: 4.5px;
  white-space: nowrap;
  width: 67px;
}

.order .text-24 {
  height: 17px;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: -3.2px;
  white-space: nowrap;
  width: 53px;
}

.order .order-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  min-height: 192px;
  width: 290px;
}

.order .flex-row {
  align-items: center;
  display: flex;
  height: fit-content;
  margin-left: 1px;
  margin-top: 13px;
  min-width: 289px;
  justify-content: space-between;
}

.order .text-28 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  min-width: 59px;
  max-width: 80px;
  white-space: unset;
}

.order .address-2 {
  letter-spacing: 0;
  line-height: 20px;
  /* margin-left: 194px; */
  min-height: 17px;
  white-space: nowrap;
}

.order .line {
  height: 1px;
  margin-top: 16px;
  width: 288px;
}

.order .flex-row-2 {
  align-items: flex-start;
  display: flex;
  height: fit-content;
  margin-left: 1px;
  margin-top: 23px;
  min-width: 289px;
  justify-content: space-between;
}

.order .premium100-x-1 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 37px;
  min-width: 123px;
  /* white-space: nowrap; */
}
.order .offer-name {
  white-space: unset;
}

.order .address {
  letter-spacing: 0;
  line-height: 20px;
  /* margin-left: 122px; */
  min-height: 17px;
  white-space: nowrap;
}

.order .line-3 {
  height: 1px;
  margin-top: 6px;
  width: 288px;
}

.order .text-container {
  align-items: flex-start;
  display: flex;
  height: 17px;
  margin-top: 2px;
  min-width: 283px;
}

.order .text-27 {
  letter-spacing: 0;
  line-height: 12px;
  margin-left: 213px;
  min-height: 17px;
  white-space: nowrap;
}

.order .text-26 {
  letter-spacing: 0;
  line-height: 12px;
  min-height: 17px;
  min-width: 40px;
  white-space: nowrap;
}

.order .address-1 {
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 102px;
  min-height: 17px;
  white-space: nowrap;
}

.order .premium-x-1 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  min-width: 143px;
  white-space: nowrap;
}

.order .line-2 {
  height: 1px;
  margin-top: 12px;
  width: 288px;
}

.order .button-2 {
  align-items: center;
  background: var(--color_accent);
  border-radius: 4px;
  display: flex;
  height: 39px;
  justify-content: flex-end;
  margin-top: 31px;
  min-width: 288px;
  padding: 0 72px;
  cursor: pointer;
}

.order .button-2.to_order.disabled {
  background: #707070;
  cursor: not-allowed;
  pointer-events: none;
}

.order .button-2.to_order.no-input {
  cursor: not-allowed;
  pointer-events: none;
}

.minimal_order_notice {
  display: block;
  margin-top: 32px;
  display: none;
}
.minimal_order_notice > span {
  color: #BF6D6D;
  font-family: var(--font-family-mulish);
  font-size: var(--font-size-l);
  font-weight: 800;
}
.minimal_order_notice.visible {
  display: flex;
}

.order .text-29 {
  letter-spacing: 0;
  line-height: 14px;
  min-height: 17px;
  width: 142px;
}


.billing-detail {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  min-height: 827px;
  padding: 35.2px 27.2px;
  width: 690px;
}

.billing-detail .comment {
  display: flex;
  flex-direction: column;
  height: 177px;
  margin-top: 36px;
  width: 634px;
}

.billing-detail .text-21 {
  height: 22px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 2px;
  white-space: nowrap;
  width: 91px;
}

.billing-detail .input-4 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16px;
}

.billing-detail .text-23 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 60px;
}

.billing-detail .input-5 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  flex: 1;
  height: 114px;
  max-height: 114px;
  min-width: 100%;
  padding: 8.7px 15.2px;
}

.billing-detail .text-22 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .delivery {
  align-items: center;
  display: flex;
  height: 184px;
  margin-top: 36px;
  min-width: 634px;
}

.billing-detail .flex-col {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  min-height: 182px;
  width: 304px;
}

.billing-detail .select-1 {
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: space-between;
  margin-top: 20px;
  width: 304px;
}

.billing-detail .text-17 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 92px;
}

.billing-detail .select {
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  flex: 1;
  height: 39px;
  justify-content: space-between;
  max-height: 39px;
}

.billing-detail .down {
  height: 4px;
  margin-right: 16px;
  margin-top: -2px;
  width: 7px;
}

.billing-detail .text-16 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 16px;
  margin-top: -7.3px;
  white-space: nowrap;
  width: 72px;
}

.billing-detail .text {
  letter-spacing: 0;
  line-height: 16px;
  min-height: 22px;
  white-space: nowrap;
}

.billing-detail .input {
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: space-between;
  margin-top: 16px;
  width: 304px;
}

.billing-detail .input-1 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  flex: 1;
  height: 39px;
  max-height: 39px;
  min-width: 100%;
  padding: 8.7px 15.2px;
}

.billing-detail .text-12 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .text-13 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 43px;
}

.billing-detail .input-2 {
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: space-between;
  margin-bottom: 42px;
  margin-left: 26px;
  width: 304px;
}

.billing-detail .text-14 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .text-15 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 55px;
}

.billing-detail .pay {
  display: flex;
  flex-direction: column;
  height: 102px;
  justify-content: space-between;
  margin-top: 36px;
  width: 304px;
}

.billing-detail .text-18 {
  height: 22px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 2px;
  white-space: nowrap;
  width: 62px;
}

.billing-detail .select-2 {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 62px;
  justify-content: space-between;
  max-height: 62px;
}

.billing-detail .text-19 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 16px;
  margin-top: -7.3px;
  white-space: nowrap;
  width: 44px;
}

.billing-detail .text-20 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 79px;
}

.billing-detail .contact {
  align-items: center;
  display: flex;
  height: 184px;
  min-width: 634px;
}

.billing-detail .text-7 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 31px;
}

.billing-detail .text-6 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .input-3 {
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: space-between;
  margin-top: 20px;
  width: 304px;
}

.billing-detail .text-10 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 50px;
}

.billing-detail .mailemailcom {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .text-8 {
  letter-spacing: 0;
  line-height: 20px;
  min-height: 17px;
  white-space: nowrap;
}

.billing-detail .text-9 {
  height: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: -2.5px;
  white-space: nowrap;
  width: 62px;
}

.billing-detail div.post_office_number,
.billing-detail div.input.city,
.billing-detail div.input-2.delivery_adress {
  display: none;
}


.back-to-cart.text-2 {
  left: 0;
  letter-spacing: 0;
  line-height: 12px;
  position: relative;
  top: 0;
  white-space: nowrap;
  display: block;
  margin-top: 40px;
}

div.notice {
  padding: 16px;
  /* background: #fafafa; */
  background: var(--wild-sand);
  border-radius: 4px;
  margin-top: 24px;
}
div.notice.age > span {
  grid-column: 1/3;
  color: #BF6D6D;
  font-family: var(--font-family-mulish);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}
div.notice.cutlery > span {
  grid-column: 1/3;
  color: var(--black);
  font-family: var(--font-family-mulish);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

main.error {
  align-items: flex-start;
}
.error .h1.text-1-1 {
  margin-bottom: 32px;
}
main.success .h1.text-1-1 {
  margin: 40px auto 20px auto;
  color: #84BA7B;
}
main.success .additional-information {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  text-align: center;

  color: #000000;
}
main.success .content {
  flex-direction: column;
}
main.success .go-back-to-site {
  display: block;
  background: #000000;
  border-radius: 4px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  text-decoration: none;
  text-align: center;
  padding: 8px;
  width: 275px;
  color: #FFFFFF;
  margin: 36px auto;
}

.error .error-information {
  color: var(--black);
  font-family: var(--font-family-mulish);
  font-size: var(--font-size-xl);
  line-height: 32px;
}

  footer.copyright {
      padding: 22px;
  }
  footer.copyright a {
      text-decoration: none;
  }


  @media(max-width: 1200px) {
    main {
      width: 100%;
    }
    .header {
      max-width: unset;
      width: 100%;
    }
    .header .line {
      width: 100%;
    }
    section.content {
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  @media(max-width: 800px) {
    main {
      width: 100%;
    }
    .header {
      max-width: unset;
      width: 100%;
    }
    .header .line {
      width: 100%;
    }
    section.content {
      flex-wrap: wrap;
      justify-content: center;
    }

    .product:not(body) {
      align-items: flex-start;
      display: flex;
      height: 140px;
      margin-top: 19px;
      min-width: 343px;
    }

    .billing-detail {
      width: 100%;
    }

    .billing-detail .contact,
    .billing-detail .delivery,
    .billing-detail .pay,
    .billing-detail .comment {
      flex-wrap: wrap;
      min-width: unset;
      width: 100%;
      flex-direction: row;
      height: fit-content;
    }
    .billing-detail .contact .flex-col .text,
    .billing-detail .delivery .flex-col .text,
    .billing-detail .pay .text-18,
    .billing-detail .comment .text-21 {
      width: 100%;
    }

    .billing-detail .input-2 {
      margin-left: unset;
      margin-top: 20px;
    }

    .product-index {
      width: 100vw;
      overflow: scroll;
      padding: 18px;
    }
    .product-index .text-container {
      min-width: unset;
    }
    .product-index .product {
      width: 100%;
      
    }
    .product-index .line-1 {
      width: unset;
    }
    .product-index .line-2 {
      width: unset;
    }
  }

  @media(max-width: 450px) {
    .h1.text-1-1 {
      white-space: unset;
    }
    .billing-detail {
      padding: 34px 18px;
    }
  }