* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #121212;
}
footer ul li:nth-child(4):after {
    display: none;
}
.main {
  background-color: #d9e2e8;
  padding: 40px 0;
}
.main .bottles-item {
  background-image: url("images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.main .bottles-item:after {
  content: "";
  display: block;
  background-color: #4e2c70;
  width: 70%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  top: -19px;
}
.main .bottles-item:before {
  content: "";
  display: block;
  background-color: #4e2c70;
  width: 70%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  bottom: -19px;
}
.main .bottles-item h1 {
  font-size: 36px;
  color: #1e0c30;
  font-weight: 500;
  letter-spacing: 1px;
}
.main .bottles-item h2 {
  font-size: 30px;
  font-weight: 100;
}
.main .bottles-item h3 {
  font-size: 24px;
}
.main .bottles-item .line {
  text-decoration: line-through;
}
.main .bottles-item .red {
  color: #cc0000;
}
.main .bottles-item p {
  font-size: 18px;
}
.main .bottles-item h3 {
  font-size: 20px;
  font-weight: 100;
}
.main .bottles-item .price {
  margin: 20px auto;
}
.main .bottles-item .price.total {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 4px;
  background-color: #f6f5f6;
  padding: 8px 2px;
  max-width: 80%;
}
.main .bottles-item .price.total .big {
  font-size: 36px;
}
.main .bottles-item .price.total h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.main .bottles-item .price .big {
  display: block;
  font-size: 52px;
  font-weight: 800;
  margin: 0 10px;
}
.main .bottles-item .price .bold {
  font-weight: 600;
}
.main .bottles-item .price .italic {
  font-style: italic;
}
.main .bottles-item .price .small {
  position: relative;
  bottom: -7px;
  font-size: 16px;
  font-weight: 100;
}
.main .bottles-item .price .middle {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.main .bottles-item .button {
  border-width: 1px;
  border-color: gray;
  border-style: solid;
  background-image: -moz-linear-gradient(90deg, #ea9f10 0%, #ffcc00 100%);
  background-image: -webkit-linear-gradient(90deg, #ea9f10 0%, #ffcc00 100%);
  background-image: -ms-linear-gradient(90deg, #ea9f10 0%, #ffcc00 100%);
  font-size: 20px;
  display: block;
  border-radius: 40px;
  padding: 10px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  max-width: 220px;
}
.main .bottles-item .button:hover {
  background-image: -moz-linear-gradient(90deg, #f5bb4c 0%, #fad74c 100%);
  background-image: -webkit-linear-gradient(90deg, #f5bb4c 0%, #fad700 100%);
  background-image: -ms-linear-gradient(90deg, #f5bb4c 0%, #fad700 100%);
}

@font-face {
  font-family: "Georgia", sans-serif;
  src: url("/fonts/Georgia.woff2") format("woff2"), url("/fonts/Georgia.woff") format("woff"), url("/fonts/Georgia.eot") format("eot"), url("/fonts/Georgia.ttf") format("ttf"), url("/fonts/Georgia.svg") format("svg");
}
footer {
  padding: 30px;
  text-align: center;
}
footer p {
  font-size: 12px;
}
footer img {
  max-width: 200px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer ul li {
  position: relative;
  margin: 0 20px;
}
footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #006ddf;
  text-decoration: none;
}
@media (min-width: 767px) {
  footer ul li a {
    font-size: 14px;
  }
}
footer ul li:after {
  content: "";
  display: block;
  background-color: #006ddf;
  width: 2px;
  height: 40%;
  position: absolute;
  top: 6px;
  right: -19px;
}
@media (min-width: 767px) {
  footer ul li:after {
    height: 58%;
  }
}

/*# sourceMappingURL=style.css.map */
