.thank_you {
  padding: 80px 0;
}
.thank_you_header .logo img {
  width: 400px;
  height: auto;
}
.thank_you_header .logo {
  margin-bottom: 60px;
}
.thank_you_header h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 72px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 25px;
}
.thank_you_header p {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  color: #393939;
  font-weight: 400;
}

.thank_pd_price {
  padding: 10px 0;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 2px solid #393939;
}
.thank_pd_price h4 {
  font-family: "PT Sans", sans-serif;
  font-size: 38px;
  color: #393939;
  font-weight: bold;
}

.thank_pd_price h3 {
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  color: #393939;
  font-weight: bold;
}
.thank_pd_meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.thank_pd_meta ul li {
  padding-bottom: 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
}
.thank_pd_meta {
  margin-bottom: 40px;
}
.thank_you_products .products {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.thank_you_products .products .products_iteams {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #393939;
}
.thank_you_products .products .products_iteams:last-child {
  border-bottom: none;
}
.product_dec .product_img {
  position: relative;
}
.product_dec .product_img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.product_dec .col-2 {
  width: 12%;
}
.product_dec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_dec ul li {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
}
.product_dec ul li .procudt_title {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}
.price_cal {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 2px solid #393939;
}

.price_cal {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
  font-weight: 400;
}
.price_cal .ordresum {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
  font-weight: bold;
}
.thank_you_footer {
  padding: 120px 0;
  background-color: #15335b;
}
.thank_you_footer .social {
  display: flex;
  justify-content: center;
}
.thank_you_footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.thank_you_footer ul li {
  padding: 10px;
}
.thank_you_footer ul li span {
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.thank_you_footer ul li img {
  width: 65px;
  transition: 0.5s;
}
.thank_you_footer ul li img:hover {
  transform: scale(1.1);
}
.all_message {
  width: 65%;
  margin: 0 auto;
}
.all_message p {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #393939;
  font-weight: 400;
}
.woner_message h5 {
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
}
.woner_message p {
  font-size: 20px;
}
.note p {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #393939;
  font-style: italic;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .thank_you_header .logo img {
    width: 250px;
    height: auto;
  }
  .thank_you_header .logo {
    margin-bottom: 30px;
  }
  .thank_you_header h2 {
    font-size: 58px;
  }
  .thank_you {
    padding: 50px 0;
  }
  .thank_pd_price {
    text-align: left !important;
  }
  .thank_pd_price h3 {
    text-align: left !important;
  }
  .product_dec .col-2 {
    width: 35%;
  }
  .product_dec .col-10 {
    width: 65%;
  }
  .thank_you_footer {
    padding: 80px 0;
    background-color: #15335b;
  }
  .thank_you_footer ul li img {
    width: 45px;
  }
  .thank_you_footer ul li {
    padding: 8px;
  }
  .all_message {
    width: 100%;
    margin: 0 auto;
  }
  .note p {
    width: 90%;
  }
}