.breadcrumb-category {
  margin-top: 50px;
}

.special .container {
  max-width: 80%;
}

.breadcrumb-category .breadcrumb-item {
  color: var(--black-222);
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 20px;
}

/* .breadcrumb-category .breadcrumb-item + .breadcrumb-item {
  padding-left: 20px;
} */
.breadcrumb-category .breadcrumb-item.symbol::before {
  content: "";
  float: unset;
  font-size: 14px;
  padding-right: 20px;
  color: var(--black-222);
}

.product-detail .breadcrumb-category {
  padding: 50px 0 35px 0;
  margin-top: var(--header-height);
}

.product-detail .breadcrumb-category .container {
  max-width: 80%;
}

.view {
  position: relative;
}

.view-type .gift {
  color: #eb5757;
  font-size: 55px;
  margin-left: 10px;
}

.view__icon {
  width: 100%;
  max-width: 583px;
}

.view__icon-col {
  width: 50%;
  margin-top: 20px;
}

.view__icon img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.view__icon .item-link {
  gap: 10px;
  width: fit-content;
}

.view__icon .item-link span {
  font-size: 15px;
}

.view__icon .item-link+.item-link {
  margin-top: 15px;
}

.type-item {
  background: #eb5757;
  color: var(--white-color);
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  border-radius: 3px;
  min-width: 160px;
  padding: 7px 15px;
  text-align: center;
  margin-top: auto;
}

.type-item+.type-item {
  margin-left: 10px;
}

.view__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  word-break: break-all;
}

.view__desc {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.view__info-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  line-height: 24px;
}

.view__info-note-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  line-height: 24px;
  width: 100%;
}

.view__info-value {
  font-size: 15px;
  word-break: break-word;
}

.view__info-price {
  font-size: 20px;
  font-weight: 600;
  color: #636363;
}

.view__info-regular_price {
  font-size: 20px;
  font-weight: 600;
  font-weight: normal;
  text-decoration: line-through;
  font-weight: normal;
  color: #bdbdbd;
}

.view__button {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.view__button-item {
  background-color: #111;
  color: var(--white-color);
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 44px;
  white-space: nowrap;
  min-width: 173px
}

.view__button-item:hover {
  opacity: 0.8;
}

.view-top {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.view-technology {
  gap: 15px;
  margin-top: 20px;
}

.view-technology .title {
  background: #111;
  color: var(--white-color);
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  padding: 11px 36px;
}

.view-technology .symbol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.view-technology .symbol img {
  width: 30px;
}

.view-technology .award img {
  width: 70px;
  height: 36px;
  object-fit: contain;
}

.view-banner {
  margin-top: 45px;
}

.view::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 55px);
  top: 55px;
  background: var(--border-color);
  left: 50%;
  transform: translateX(-50%);
}

.view .right {
  padding-left: 45px;
}

.title-section {
  background: #111;
  color: var(--white-color);
  padding: 11px 36px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  width: max-content;
}

.title-special {
  background: #111;
  color: var(--white-color);
  padding: 11px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  width: 30%;
  float: left;
  margin-right: 50px;
  width: 164px;
}

/* detail */
.detail {
  margin-top: 80px;
}

.detail__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: 50px;
}

.detail__feature {
  display: flex;
  flex-direction: column;
}

.detail__feature-content {
  width: 100%;
}

.detail__feature-content .info .title {
  font-weight: 600;
}

.detail__feature-content ul.dot {
  list-style: disc;
  list-style-position: inside;
}

.detail__feature-content {
  margin-top: 15px;
  position: relative;
  /* max-height: 308px; */
  overflow: hidden;
}

.detail__feature-content p strong {
  font-weight: 600;
}

.detail__feature-content .content-button {
  padding-top: 100px;
  cursor: initial;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}

.detail__feature-content .content-button button {
  padding: 8px 15px;
  border: 2px solid var(--black-222);
  background-color: var(--white-color);
  user-select: none;
  color: var(--black-222);
  font-size: 15px;
  font-weight: 600;
  font-size: 15px;
  font-weight: 600;
}

.detail__feature-content .content-button button:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.doc-item-content img {
  margin-right: 30px;
  width: 40px;
}

.doc-item-content span {
  word-break: break-word;
}

.doc-item-content span {
  word-break: break-word;
}

.detail__feature .item+.item {
  margin-top: 16px;
}

.doc-item {
  margin-top: 20px;
  word-break: break-all;
}

.content-button {
  position: absolute;
  text-align: center;
  padding: 300px 0 10px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #fff 20%, rgba(34, 34, 34, 0) 100%);
  z-index: 2;
  cursor: pointer;
}

.content-button span {
  text-decoration: underline;
}

.detail__desc-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 40px 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  max-height: 800px;
  overflow-y: hidden;
  position: relative;
}

.detail__desc-content strong {
  font-weight: 600;
}

.detail__desc-content h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}

.detail__desc-content p {
  margin-bottom: 15px;
}

.detail__desc-content p strong {
  font-weight: 600;
}

.detail__desc-content .iframe {
  height: 550px;
  width: 100%;
}

.detail__desc-content .iframe iframe {
  width: 100%;
  height: 100%;
}

.detail__desc-content a:hover {
  text-decoration: underline;
}

/* product filter */
.product-similar {
  margin-bottom: 35px;
  margin-top: 50px;
}

.product-similar .title-section {
  font-size: 20px;
  padding: 20px 36px;
  font-weight: 400;
}

.product-similar .product-filter {
  margin-top: 10px;
}

.list-filter {
  margin-top: 18px;
}

.list-filter .info {
  min-height: 184px;
}

.list-filter .item .wrapper {
  padding: 10px;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* .list-filter .item .wrapper img {
  min-height: 209px;
  object-fit: contain;
} */

.list-filter .item .wrapper .img {
  margin-top: auto;
}


.list-filter .item .name {
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}

.list-filter .item .name a:hover {
  text-decoration: underline;
}

.list-filter .item .desc {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}

.list-filter .item .price {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 16px;
}

.list-filter .item .price .regular {
  text-decoration: line-through;
  font-weight: normal;
  color: #bdbdbd;
}

.list_price {
  font-size: 20px;
  font-weight: 600;
  font-weight: normal;
  text-decoration: line-through;
  font-weight: normal;
  color: #bdbdbd;
}

.sale_price {
  color: #eb5757;
  font-size: 20px;
  font-weight: 600;
}

.list-filter .slick-slide {
  margin: 0 10px;
}

.list-filter .slick-slide>div {
  height: 100%;
}

.list-filter .slick-slide>div .item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.list-filter .slick-list {
  margin: 0 0 0 -10px
}

.list-content i.arrow {
  display: block !important;
  z-index: 1;
}

.list-filter .item .title {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px;
  border-top: 1px solid var(--border-color);
  margin: 0 -10px;
}

.list-filter .item .title img {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 24px;
  object-fit: cover;
}

.compate-btn {
  cursor: pointer;
  width: max-content;
  margin: 0 auto;
}

.compate-btn a {
  margin-left: 10px;
}

.compate-btn a:hover {
  text-decoration: underline;
}

/* compare board */
.compare-board {
  position: fixed;
  z-index: 2;
  top: var(--header-height);
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 5px;
  background: var(--white-color);
  display: none;
}

.compare-board.active {
  display: block;
}

.compare-board .title {
  background: #13449d;
}

.compare-board .title .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}

.compare-board .content {
  max-width: 962px;
  padding: 15px;
  margin: 0 auto;
  gap: 45px;
}

.compare-board .content .item {
  --gap: 30px;
  box-shadow: 0 0 10px 2px #cfcfcf;
  border: 2px solid #cfcfcf;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  width: calc((100% - var(--gap) * 2) / 3);
  overflow: hidden;
  position: relative;
}

.compare-board .content .content-wrap {
  flex: 1;
  gap: 30px;
}

.compare-board .content .delete {
  color: var(--black-666);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.compare-board .compare-btn-all {
  display: block;
  background: var(--black-222);
  color: var(--white-color);
  width: 30%;
  margin: 15px auto 20px auto;
  padding: 8px 15px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.2s;
  border: 2px solid var(--black-222);
}

.compare-board .compare-btn:hover {
  background-color: var(--white-color);
  color: var(--black-222);
  border-color: #595959;
}

.compare-board .content-wrapper .container {
  position: relative;
}

.compare-board .content-wrapper .delete {
  position: absolute;
  right: 0px;
}

.content-wrap .item .detail-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  display: none;
}

.content-wrap .item.active .detail-close {
  display: block;
}

.content-wrap .detail-product {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.content-wrap .detail-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-board .title .icon {
  cursor: pointer;
}

.compare-board .title.active .icon {
  transform: rotate(180deg);
}

.embed-container iframe {
  width: 100%;
  height: 256px;
}

.view-slider {
  white-space: nowrap;
  overflow: hidden;
}

/* added */
.view-slider .slick-prev, .view-slider-nav .slick-prev{
  left: 12px;
  z-index: 1;
}

/* added */
.view-slider .slick-next, .view-slider-nav .slick-next{
  right: 12px;
}

/* added */
.view-slider .slick-prev::before, .view-slider .slick-next::before, .view-slider-nav .slick-prev::before, .view-slider-nav .slick-next::before{
  color: black
}

/* added */
.view-slider-nav {
  padding: 0 46px;
}


/* .product-filter .list-filter .slick-slide > div {
  height: 100%;
}
.product-filter .list-filter .slick-slide > div .item {
  height: 100%;
    display: flex;
    flex-direction: column;
} */

@media only screen and (min-width: 1900px) {
  .product-detail .breadcrumb-category {
    margin-top: var(--header-height-large);
  }

  .compare-board {
    top: var(--header-height-large);
  }
}

@media only screen and (max-width: 1024px) {
  .view__button-item {
    padding: 5px 28px;
  }
}

@media only screen and (max-width: 992px) {
  .compare-board .content {
    max-width: 555px;
  }

  .view__title {
    margin-bottom: 20px;
  }

  .view__button-item {
    padding: 5px 15px;
  }

  .title-special {
    float: unset;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .compare-board .content {
    max-width: 707px;
  }

  .compare-board .content-wrapper .delete {
    bottom: 0;
  }

  .view::before {
    display: none;
  }

  .special .container {
    max-width: initial;
  }

  .view .right {
    padding: 0;
  }

  .detail__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .detail__feature {
    order: 1;
  }

  .detail__desc {
    order: 2;
  }

  .embed-container iframe {
    max-width: 440px;
    height: 320px;
  }

  .title-special {
    float: left;
  }

  .container {
    padding: 0 30px;
  }

  .detail__desc-content p,
  .detail__feature-content {
    font-size: 15px;
    line-height: 24px;
    float: left;
  }

  .container {
    padding: 0 30px;
  }

  .detail__desc-content p,
  .detail__feature-content {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .view__button-item {
    min-width: unset;
  }

  .title-special {
    float: unset;
  }

  .view-technology .symbol {
    gap: 15px;
  }

  /* add margin product details */
  .view__info-title {
    margin-right: 8px;
  }

  /* breadcrumb responsive */
  .breadcrumb-category .container {
    padding: 0;
  }

  .breadcrumb-category .breadcrumb-item {
    padding-left: 8px
  }

  .breadcrumb-category .breadcrumb-item.symbol::before {
    padding-right: 8px;
  }
}