.path-ti {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  padding-left: 24px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F17F04;
}
.path-ti::before {
  position: absolute;
  content: "";
  left: 20px;
  top: -12px;
  background: url(../images/icon_title.webp) no-repeat center/18px;
  width: 18px;
  height: 20px;
}
@media (max-width: 768px) {
  .path-ti {
    font-size: 1.25rem;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}

.wheretobuy-item {
  margin-top: 100px;
}
.wheretobuy-item .container {
  max-width: 1168px;
}
.wheretobuy-item .path-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wheretobuy-item .path-bx ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wheretobuy-item .path-bx ul li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .wheretobuy-item .path-bx ul li {
    width: calc((100% - 138px) / 4);
  }
  .wheretobuy-item .path-bx ul li:not(:nth-child(4n)) {
    margin-right: 46px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .wheretobuy-item .path-bx ul li {
    width: calc((100% - 92px) / 3);
  }
  .wheretobuy-item .path-bx ul li:not(:nth-child(3n)) {
    margin-right: 46px;
  }
}
@media (max-width: 768px) {
  .wheretobuy-item .path-bx ul li {
    width: 48%;
  }
  .wheretobuy-item .path-bx ul li:not(:nth-child(4n)) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .wheretobuy-item .path-bx ul li a:hover .img-bx img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .wheretobuy-item .path-bx ul li a:hover .des-ti {
    color: #F17F04;
  }
}
.wheretobuy-item .path-bx ul li .img-bx {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.wheretobuy-item .path-bx ul li .img-bx img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 100%;
}
.wheretobuy-item .path-bx ul li .des-ti {
  margin-top: 22px;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .wheretobuy-item .path-bx ul li .des-ti {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.wheretobuy-item .en-pathbx {
  margin-top: 100px;
}
.wheretobuy-item .en-pathbx ul li:not(:last-child) {
  margin-bottom: 15px;
}
.wheretobuy-item .en-pathbx ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.wheretobuy-item .en-pathbx ul li a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FED002), to(#F17F04));
  background-image: linear-gradient(to right, #FED002, #F17F04);
  z-index: 1;
}
@media (min-width: 768px) {
  .wheretobuy-item .en-pathbx ul li a:hover > div, .wheretobuy-item .en-pathbx ul li a:hover a {
    color: #fff;
  }
  .wheretobuy-item .en-pathbx ul li a:hover::after {
    opacity: 1;
  }
}
.wheretobuy-item .en-pathbx ul li div {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #000;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.wheretobuy-item .en-pathbx ul li .d1 {
  width: 25%;
  padding-right: 1%;
}
.wheretobuy-item .en-pathbx ul li .d2 {
  width: 13%;
}
.wheretobuy-item .en-pathbx ul li .d3 {
  width: 37%;
  padding-left: 1%;
  padding-right: 1%;
}
.wheretobuy-item .en-pathbx ul li .d4 {
  width: 25%;
}
@media (max-width: 991px) {
  .wheretobuy-item .en-pathbx {
    margin-top: 50px;
  }
  .wheretobuy-item .en-pathbx ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 23px 15px;
    border-radius: 16px;
  }
  .wheretobuy-item .en-pathbx ul li div {
    line-height: 1.8;
  }
  .wheretobuy-item .en-pathbx ul li .d1 {
    padding-right: 0;
    width: 65%;
  }
  .wheretobuy-item .en-pathbx ul li .d2 {
    width: 35%;
  }
  .wheretobuy-item .en-pathbx ul li .d3 {
    width: 65%;
    padding-right: 0;
    padding-left: 0;
  }
  .wheretobuy-item .en-pathbx ul li .d4 {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .wheretobuy-item .en-pathbx {
    margin-top: 50px;
  }
  .wheretobuy-item .en-pathbx ul li {
    display: block;
  }
  .wheretobuy-item .en-pathbx ul li .d1 {
    width: 100%;
  }
  .wheretobuy-item .en-pathbx ul li .d2 {
    width: 100%;
  }
  .wheretobuy-item .en-pathbx ul li .d3 {
    width: 100%;
  }
  .wheretobuy-item .en-pathbx ul li .d4 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wheretobuy-item {
    margin-top: 50px;
  }
}