@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");

.header-hamb{
    margin-left: auto;
}

.cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 180px 0 0;
  margin-bottom: 140px;
}

@media (max-width: 1100px) {
  .cart {
    padding-top: 120px;
  }
}

.cart .breadcrumbs {
  margin-bottom: 70px;
}

.cart-container {
  width: 1520px;
}

@media (max-width: 1600px) {
  .cart-container {
    width: 95%;
  }
}

.cart-container h2.h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  margin-bottom: 70px;
}

@media (max-width: 600px) {
  .cart-container h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.cart-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1300px) {
  .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cart-item__image {
  width: 300px;
}

.cart-item__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-item__desc {
  width: calc(100% - 300px);
  padding: 30px 80px;
  background: rgba(69, 83, 104, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  .cart-item__desc {
    padding: 30px;
  }
}

@media (max-width: 1300px) {
  .cart-item__desc {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .cart-item__desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cart-item__desc__text {
  width: 50%;
  padding: 30px 0;
}

@media (max-width: 1000px) {
  .cart-item__desc__text {
    width: 100%;
  }
}

.cart-item__desc__text h3.h3 {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.cart-item__desc__text p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.cart-item__desc__text p b {
  color: #fff;
}

.cart-item__desc__price {
  margin-left: auto;
}

.cart-item__desc__price, .cart-item__desc__count, .cart-item__desc__summ {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .cart-item__desc__price, .cart-item__desc__count, .cart-item__desc__summ {
    width: calc(100%/3);
  }
}

@media (max-width: 650px) {
  .cart-item__desc__price, .cart-item__desc__count, .cart-item__desc__summ {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

.cart-item__desc__price p, .cart-item__desc__count p, .cart-item__desc__summ p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 650px) {
  .cart-item__desc__price p, .cart-item__desc__count p, .cart-item__desc__summ p {
    margin-bottom: 10px;
  }
}

.cart-item__desc__price b, .cart-item__desc__count b, .cart-item__desc__summ b {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.cart-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 600px) {
  .cart-footer {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.cart-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .cart-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            align-items: center;
  }
}

.cart-footer__item p {
  font-size: 26px;
  line-height: 34px;
  text-align: right;
}

@media (max-width: 600px) {
  .cart-footer__item p {
    text-align: center;
  }
}

.cart-footer__item b {
  font-size: 26px;
  line-height: 34px;
  min-width: 140px;
  text-align: right;
  margin-left: 150px;
}

@media (max-width: 600px) {
  .cart-footer__item b {
    text-align: left;
    min-width: 1px;
    margin-left: 0;
  }
}

.cart-footer__item.total {
  margin-top: 20px;
  margin-bottom: 40px;
}

.cart-footer__item.total p, .cart-footer__item.total b {
  font-weight: 600;
}

.cart-footer a {
  width: 300px;
  height: 70px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.cart-footer a::after {
  position: absolute;
  content: '';
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  z-index: -1;
  opacity: 0;
}

.cart-footer a:hover {
  background: #fff;
  color: #3d3d3d;
}

.cart-footer a:hover::after {
  opacity: 1;
}

.order-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0;
  background-image: url(../img/order-form-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}

@media (max-width: 1700px) {
  .order-form {
    background-position-x: 170%;
  }
}

@media (max-width: 1300px) {
  .order-form {
    background-position-x: 320%;
  }
}

@media (max-width: 1200px) {
  .order-form {
    background-image: none;
  }
}

.order-form::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00999C), to(#009496)), -webkit-gradient(linear, right top, left top, from(#009A9C), to(#009A9C));
  background: linear-gradient(180deg, #00999C 0%, #009496 100%), linear-gradient(270deg, #009A9C 0%, #009A9C 100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 350px 0 0 350px;
}

@media (max-width: 1700px) {
  .order-form::before {
    border-radius: 0;
  }
}

.order-form-container {
  width: 1520px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1600px) {
  .order-form-container {
    width: 95%;
  }
}

.order-form-content {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .order-form-content {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .order-form-content {
    width: 100%;
  }
}

.order-form-content h2.h2 {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 70px;
  font-family: 'Nunito', sans-serif;
}

@media (max-width: 700px) {
  .order-form-content h2.h2 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .order-form-content h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.order-form-content form {
  width: 100%;
}

.order-form-content form input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #3d3d3d;
}

.order-form-content form input::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.order-form-content form input:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.order-form-content form input::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.8);
}

.order-form-content form input::placeholder {
  color: rgba(61, 61, 61, 0.8);
}

@media (max-width: 400px) {
  .order-form-content form input {
    font-size: 20px;
  }
}

.order-form-content form textarea {
  width: 100%;
  min-height: 200px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  margin-bottom: 30px;
  resize: none;
  max-height: 400px;
}

@media (max-width: 400px) {
  .order-form-content form textarea {
    font-size: 20px;
  }
}

.order-form-content form button {
  width: 380px;
  height: 80px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin: 40px auto 0;
}

@media (max-width: 450px) {
  .order-form-content form button {
    width: 280px;
    height: 60px;
    font-size: 22px;
    margin-top: 20px;
  }
}

.order-form .select2 {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.order-form .select2-selection {
  background-color: rgba(255, 255, 255, 0.7) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  border-radius: 10px 10px 30px 10px !important;
  height: 60px !important;
  border: none !important;
}

.order-form .select2-selection__rendered {
  height: 60px !important;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #3d3d3d;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 0 30px !important;
}

@media (max-width: 400px) {
  .order-form .select2-selection__rendered {
    font-size: 20px !important;
  }
}

.order-form .select2-selection__arrow {
  width: 80px !important;
  height: 60px !important;
  background: #FFFFFF;
  border-radius: 30px 0px;
  -webkit-transform: translate(1px, -1px);
          transform: translate(1px, -1px);
  position: relative;
}

.order-form .select2-selection__arrow b {
  display: none;
}

.order-form .select2-selection__arrow::before {
  position: absolute;
  content: url(../img/arrow-black.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.order-form .select2-selection[aria-expanded=true] {
  border-radius: 10px 10px 0 0 !important;
}

.order-form .select2-selection[aria-expanded=true] .select2-selection__arrow {
  border-radius: 30px 0 0 0;
}

a.delete {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.delete::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

a.delete::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.order-result {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.5);
  z-index: 25;
  display: none;
}

.order-result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.order-result-content {
  max-width: 600px;
  background-color: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin: 0 20px;
}

.order-result-content h2.h2 {
  font-size: 42px;
  line-height: 42px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}

.order-result-content p {
  margin-bottom: 30px;
  text-align: center;
}

.order-result-content a {
  width: 150px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#02AAB0), to(#00CDAC));
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 400px){
    a.delete::before {
      background-color: rgba(69, 83, 104, 1);
    }
    
    a.delete::after {
      background-color: rgba(69, 83, 104, 1);
    }
}
