.specials_text span {
  font-size: 1.375rem;
  color: #ce9261;
}
.specials_text h1 {
  font-size: 3.25rem;
  font-weight: 600;
  color: #333333;
}
.specials_text p {
  font-size: 1.0625rem;
  color: #7f7f7f;
  line-height: 28px;
}
.specials_text h2 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #333333;
}
.specials_banner {
  height: 855px;
  background: url(../img/specials_banner.jpg) no-repeat center top -80px;
}
.specials_banner .left {
  padding-top: 160px;
}
.specials_banner .left h1 {
  margin: 20px 0 25px;
}
.specials_banner .left p {
  line-height: 32px;
}
.specials_banner .left > div:last-child {
  padding-top: 60px;
}
.specials_banner .left > div:last-child div div {
  height: 270px;
}
.specials_banner .left > div:last-child div:first-child div {
  position: relative;
  top: 15px;
}
.specials_banner .left > div:last-child div:first-child p {
  padding-right: 35px;
}
.specials_banner .left > div:last-child div:last-child {
  flex: 1;
}
.specials_banner .left > div:last-child div:last-child div {
  width: 247px;
  margin: 0 55px 0 auto;
}
.specials_banner .left > div:last-child p {
  text-align: right;
  font-size: 1.25rem;
  color: #614a30;
  font-weight: 500;
  padding-top: 15px;
}
.specials_banner .right {
  flex: 1;
  margin-left: 15px;
  background: url(../img/specials_banner_line.svg) no-repeat right bottom 110px;
  background-size: 87%;
  position: relative;
  left: 60px;
  height: 855px;
}
.specials_banner .right div {
  position: absolute;
  top: 260px;
  left: -35px;
  border-radius: 50%;
  background-color: #ce9260;
  width: 164px;
  height: 164px;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;
  z-index: 9;
  transition: all 0.8s;
}
.specials_banner .right div span {
  font-size: 12px;
  font-weight: 500;
  color: #fff9eb;
  display: block;
}
.specials_banner .right div strong {
  font-size: 5rem;
  line-height: 5.4rem;
  color: #fff9eb;
  font-weight: 500;
  position: relative;
}
.specials_banner .right div strong::after {
  content: '%';
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: 600;
  font-size: 1.3125rem;
  color: #fff9eb;
}
.specials_banner .right img {
  position: relative;
  top: 50px;
  left: 50px;
  transition: all 1s;
}
.specials_items {
  padding: 190px 0 270px;
}
.specials_items h2 {
  padding-top: 20px;
}
.specials_items .specials_text + div li a{
  padding: 15px 30px;
  font-size: 1.15rem;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  transition: all 0.3s;
  margin-left: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.specials_items .specials_text + div li:hover a, .specials_items .specials_text + div li.active a{
  background-color: #ce9260;
  color: #fff;
}
.specials_items .products {
  padding-top: 65px;
}
.specials_items .products li {
  width: 32%;
  margin-bottom: 70px;
}
.specials_items .products li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.specials_items .products li a:hover img {
  transform: scale(1.1);
}
.specials_items .products li div {
  width: 100%;
  height: 388px;
  overflow: hidden;
}
.specials_items .products li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.specials_items .products li p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  margin: 25px 0 15px;
}
.specials_items .products li strong {
  font-size: 1.25rem;
  font-weight: normal;
  color: #333333;
}
.specials_items button {
  padding: 15px 55px;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.specials_items button:hover {
  background-color: #d69962;
  color: #fff;
  border-color: #d69962;
}

