@media (min-width: 1200px) {
  .product_detail .container {
    width: 1065px;
  }
}

.product_detail .advantage {
  display: flex;
  align-items: normal;
  margin-top: 20px;
}

.product_detail .advantage>*:first-child {
  flex: 0 0 80px;
}

.product_detail .advantage .d_1 {
  position: relative;
}

.product_detail .advantage .d_1::before {
  content: "";
  width: 1px;
  height: calc(100% - 35px);
  background-color: var(--color-pink);
  display: block;
  position: absolute;
  left: 4px;
  top: 17px;
}

@media only screen and (max-width: 767px) {
  .product_detail .advantage .d_1::before {
    height: calc(100% - 50px);
    top: 4vw;
  }
}

@media only screen and (max-width: 380px) {
  .product_detail .advantage .d_1::before {
    height: calc(100% - 55px);
    top: 6vw;
  }
}

.product_detail .advantage .d_1 p {
  font-style: italic;
  position: relative;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .product_detail .advantage .d_1 p {
    font-size: 12px;
  }
}

.product_detail .advantage .d_1 p::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  background-color: var(--color-pink);
  position: relative;
  top: 15px;
  left: -15px;
}

@media (min-width: 1200px) {
  .product_detail .top_1 .container {
    width: 1230px;
  }
}

.product_detail .top_2 {
  color: #2F2F2F;
}

.product_detail .top_2 .carousel_4 {
  margin-top: 10px;
}

.product_detail .top_2 .carousel_4 .item {
  padding: 5px;
  background: var(--color-bblue);
  border: 1px solid var(--color-lblue);
  border-radius: 5px;
  cursor: pointer;
}

.product_detail .top_2 .carousel_4 .item:hover {
  border: 1px solid var(--color-dblue);
}

.product_detail .top_2 .carousel_4 .current .item {
  border: 1px solid var(--color-dblue);
}

.product_detail .top_2 .t_0 {
  font-size: 18px;
  margin: 8px 0px 25px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_2 .t_0 {
    font-size: 16px;
    margin: 20px 0px 30px;
  }
}

.product_detail .top_2 .bl_2 {
  margin-top: 20px;
}

.product_detail .top_2 .bl_2 .t_1 {
  color: #2F2F2F;
  text-decoration: line-through;
}

.product_detail .top_2 .bl_2 .t_2 {
  font-size: 20px;
  color: var(--color-dblue);
  font-family: var(--font-bold);
}

.product_detail .top_2 .bl_2 .t_3 {
  font-size: 14px;
  border-radius: 10px 0px 10px 0px;
}

.product_detail .top_2 .bl_2 p {
  margin: 0px;
}

.product_detail .top_2 .bl_2 .btn_1 {
  border-radius: 30px;
  border: 0px solid #252525;
  padding: 10px 15px;
  font-weight: 700;
  transition: all ease 0.5s;
  letter-spacing: 1px;
  gap: 5px;
  width: 100%;
  justify-content: center;
  background-color: var(--color-pink);
  font-family: var(--font-bold);
  color: #fff;
}

@media only screen and (max-width: 380px) {
  .product_detail .top_2 .bl_2 .btn_1 {
    font-size: 11px;
  }
}

.product_detail .top_2 .bl_2 .btn_1::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/pageone_8.svg);
  display: block;
  position: relative;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_2 .bl_2 .btn_1::before {
    width: 18px;
    height: 18px;
  }
}

.product_detail .top_2 .bl_2 .btn_2 {
  background-color: var(--color-dblue);
  padding: 10px 45px;
}

.product_detail .top_2 .bl_2 .btn_2::before {
  content: unset;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_2 .bl_3 {
    gap: 10px;
  }
}

.product_detail .top_2 hr {
  margin: 50px 0px 0px;
  border-top: 1px solid #777676;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_2 hr {
    margin: 40px 0px 0px;
  }
}

.product_detail .top_2 .bl_gift {
  background-color: #F5F5F5;
  margin-top: 20px;
  display: inline-block;
}

.product_detail .top_3 .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  gap: 15px;
}

.product_detail .top_3 .nav-pills::before,
.product_detail .top_3 .nav-pills::after {
  content: unset;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .nav-pills {
    gap: 10px;
  }
}

.product_detail .top_3 .nav-pills li a {
  padding: 10px 40px;
  border: 1px solid #777676;
  border-radius: 46px;
  color: #2F2F2F;
  font-family: var(--font-bold);
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .nav-pills li a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 380px) {
  .product_detail .top_3 .nav-pills li a {
    font-size: 12px;
  }
}

.product_detail .top_3 .nav-pills .active a {
  color: var(--color-dblue);
  background: var(--color-bblue);
  border-radius: 46px;
  border: 1px solid var(--color-dblue);
}

.product_detail .top_3 .tab-content iframe {
  max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content iframe {
    height: 366px !important;
  }
}

.product_detail .top_3 .tab-content img {
  max-width: 100% !important;
  height: auto !important;
}

.product_detail .top_3 .tab-content ul li::marker {
  color: #777676;
}

.product_detail .top_3 .tab-content .t_1 {
  text-align: center;
  font-style: italic;
  margin: 20px auto;
  width: 80%;
}

.product_detail .top_3 .tab-content .d-flex {
  align-items: normal;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .d-flex {
    flex-direction: column;
    gap: 20px;
  }
}

.product_detail .top_3 .tab-content .d-flex>*:first-child {
  flex: 0 0 200px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .d-flex>*:first-child {
    flex: unset;
  }
}

.product_detail .top_3 .tab-content .bl_1 {
  border: 1px solid #FFA3CE;
  border-radius: 10px;
  margin-top: 30px;
}

.product_detail .top_3 .tab-content .bl_1 .t_2 {
  font-size: 16px;
  font-family: var(--font-bold);
  padding: 7px 0px;
  width: 100%;
  background-color: #FAC8CD;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.product_detail .top_3 .tab-content .bl_1 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 50px 10px 90px;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .bl_1 ul {
    padding: 10px 10px 10px 40px;
  }
}

.product_detail .top_3 .tab-content .bl_1 ul li {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 8px 0px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .bl_1 ul li {
    flex: 0 0 50%;
  }
}

.product_detail .top_3 .tab-content .img_1 {
  width: 100%;
  margin-top: 40px;
}

.product_detail .top_3 .tab-content .bl_2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .bl_2 {
    flex-direction: column-reverse;
  }
}

.product_detail .top_3 .tab-content .t_3 {
  font-size: 16px;
  width: 100%;
  font-family: var(--font-bold);
  background-color: #D9D9D9;
  padding: 7px 0px;
  text-align: center;
  margin: 40px 0px 20px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .bl_3 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .product_detail .top_3 .tab-content .bl_3 .d_1 {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

.product_detail .top_3 .tab-content .bl_3 .d_1 img {
  margin-bottom: 10px;
}

.product_detail .top_2 #combo .checkbox {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
  padding-left: 0px;
  position: absolute;
  z-index: 1;
  width: -webkit-fill-available;

}

.product_detail .top_2 #combo .combo-checkbox {
  margin-left: 0px;
  display: none;
}

.product_detail .top_2 #combo .checkbox input[type=checkbox]+span.ico {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/check-off.svg);
  vertical-align: middle;
  color: #a6a6a6;
  margin-right: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_detail .top_2 #combo .checkbox input[type=checkbox]:checked+span.ico {
  background-image: url(../images/check-on.svg);
}

.product_detail .top_2 #combo .total {
  margin-top: 10px;
}

.product_detail .top_2 #combo .total_price {
  color: #bf1e2d;
  font-weight: bold;
}

.product_detail .top_2 #combo .add_combo {
  background: #ff313d;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  padding: 6px 10px 5px;
  outline: none;
}

.product_detail .top_2 #combo {
  border-radius: 10px;
  background-color: #F4F5F7;
  padding: 15px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  width: 90%;
  position: relative;
  margin: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .product_detail .top_2 #combo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 8px;
  }
}

.product_detail .top_2 #combo .img_3 {
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.product_detail .top_2 #combo .img_4 {
  width: 40px;
  float: left;
  border-radius: 6px;
  border: 1px solid var(--color-lblue);
  margin: 0px 10px 0px 30px;
}

.product_detail .top_2 #combo p {
  margin-bottom: 5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_detail .top_2 #combo .t_10 {
  font-weight: normal;
  margin-right: 5px;
}

.product_detail .top_2 #combo .t_11 {
  color: #BE1E2D;
}

.product_detail .top_2 #combo .t_12 {
  margin-left: 10px;
  text-decoration: line-through;
  font-weight: unset;
  color: #2F2F2F;
}