.detail-page {
  border-radius: 0 0 8px 8px;
  padding: 16px;
  margin-bottom: 8px;
}
.detail-page .main-box {
  margin: 0 0 30px;
  display: flex;
  gap: 20px;
}
.detail-page .main-box .image-box-show {
  width: 53%;
  min-width: 53%;
}
.detail-page .main-box .image-box-show .image-tab {
  display: flex;
  gap: 10px;
}
.detail-page .main-box .image-box-show .image-tab .left {
  width: 55px;
}
.detail-page .main-box .image-box-show .image-tab .left .slick-vertical .slick-slide {
  width: 100% !important;
  margin-bottom: 10px;
  border: none;
}
.detail-page .main-box .image-box-show .image-tab .left .slick-vertical .slick-slide img {
  margin: 0;
  padding: 0px;
}
.detail-page .main-box .image-box-show .image-tab .left .slick-vertical:last-child {
  margin-bottom: 0;
}
.detail-page .main-box .image-box-show .image-tab .left .slick-vertical .slick-current {
  border: solid 2px #f15928 !important;
}
.detail-page .main-box .image-box-show .image-tab .left .slick-vertical .slick-arrow {
  display: none !important;
}
.detail-page .main-box .image-box-show .image-tab .right {
  width: calc(100% - 10px - 55px);
}
.detail-page .main-box .image-box-show .image-tab .slider-for .slick-slide {
  margin-bottom: 16px;
}
.detail-page .main-box .image-box-show .image-tab .slider-for .slick-slide img {
  border-radius: 8px;
}
.detail-page .main-box .image-box-show .detail-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.detail-page .main-box .image-box-show .detail-content .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.detail-page .main-box .image-box-show .detail-content .content {
  height: 400px;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
  -webkit-mask-image: -webkit-linear-gradient(top, #000 60%, transparent);
}
.detail-page .main-box .image-box-show .detail-content .content p {
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
}
.detail-page .main-box .image-box-show .detail-content .content p:last-child {
  margin-bottom: 0;
}
.detail-page .main-box .image-box-show .detail-content .content p img {
  width: 100% !important;
  height: auto !important;
}
.detail-page .main-box .image-box-show .detail-content .content.active {
  height: auto;
  -webkit-mask-image: unset;
  padding-bottom: 60px;
}
.detail-page .main-box .image-box-show .detail-content .see_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detail-page .main-box .image-box-show .detail-content .see_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: solid 1px #666666;
  border-radius: 8px;
  width: 240px;
  padding: 10px 0;
  margin: 20px auto;
  cursor: pointer;
}
.detail-page .main-box .prd-info {
  width: 47%;
}
.detail-page .main-box .prd-info .sticky-box {
  position: sticky;
  top: 120px;
}
.detail-page .main-box .prd-info .top-right {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.detail-page .main-box .prd-info .prd_name {
  color: #000;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
}
.detail-page .main-box .prd-info .section-code {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.detail-page .main-box .prd-info .section-code .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-page .main-box .prd-info .section-code .item p {
  margin-bottom: 0;
}
.detail-page .main-box .prd-info .section-code .added {
  background: #f15928;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}
.detail-page .main-box .prd-info .section-code .added svg path {
  stroke: #fff;
}
.detail-page .main-box .prd-info .section-price {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}
.detail-page .main-box .prd-info .section-price .price {
  font-size: 24px;
  font-weight: 600;
  color: #db000e;
}
.detail-page .main-box .prd-info .section-price .price u {
  margin-right: 5px;
}
.detail-page .main-box .prd-info .section-price .price-old {
  font-size: 16px;
  font-weight: 400;
  color: #a3a3a3;
  text-decoration: line-through;
}
.detail-page .main-box .prd-info .viewer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.detail-page .main-box .prd-info .viewer span {
  font-size: 14px;
  color: #000;
}
.detail-page .main-box .prd-info .section-color {
  margin-bottom: 20px;
}
.detail-page .main-box .prd-info .section-color .color-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.detail-page .main-box .prd-info .section-color .list-color-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.detail-page .main-box .prd-info .section-color .list-color-item .color-item {
  display: block;
  border-radius: 100%;
}
.detail-page .main-box .prd-info .section-color .list-color-item .color-item img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-page .main-box .prd-info .section-color .list-color-item .color-item .color-span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.detail-page .main-box .prd-info .section-color .list-color-item .active {
  border: solid 2px #f15928;
}
.detail-page .main-box .prd-info .section-color .list-color-item .active img,
.detail-page .main-box .prd-info .section-color .list-color-item .active .color-span {
  width: 42px;
  height: 42px;
  padding: 2px;
}
.detail-page .main-box .prd-info .section-size {
  margin-bottom: 20px;
}
.detail-page .main-box .prd-info .section-size .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.detail-page .main-box .prd-info .section-size .top .title_size {
  margin-bottom: 0;
}
.detail-page .main-box .prd-info .section-size .top a {
  cursor: pointer;
}
.detail-page .main-box .prd-info .section-size .top a span {
  color: #0e6dfd;
}
.detail-page .main-box .prd-info .section-size .list-size-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.detail-page .main-box .prd-info .section-size .list-size-item .size_item {
  height: 40px;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  color: #000;
  text-align: center;
  position: relative;
}
.detail-page .main-box .prd-info .section-size .list-size-item .active {
  background: #f15928;
  border: 1px solid #f15928;
  color: #fff;
}
.detail-page .main-box .prd-info .section-size .list-size-item .disable {
  color: #dedede;
  pointer-events: none;
}
.detail-page .main-box .prd-info .section-size .list-size-item .disable::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.detail-page .main-box .prd-info .section-cart {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.detail-page .main-box .prd-info .section-cart .quantity-box {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 48px;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .title {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #757575;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number {
  display: flex;
  align-items: center;
  border: solid 1px #dedede;
  border-radius: 8px;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number .toggle-quantity button {
  border: none;
  background: none;
  padding: 18px 10px;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number input {
  width: 50px;
  height: 48px;
  border: none;
  text-align: center;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 600;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number input:focus, .detail-page .main-box .prd-info .section-cart .quantity-box .count-number input:focus-visible {
  outline: none;
  box-shadow: none;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number input[type=number]::-webkit-inner-spin-button,
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.detail-page .main-box .prd-info .section-cart .quantity-box .count-number input[type=number] {
  -moz-appearance: textfield;
}
.detail-page .main-box .prd-info .section-cart .box-add-cart .addCart {
  display: none;
  background: #f15928;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  cursor: pointer;
}
.detail-page .main-box .prd-info .section-cart .box-add-cart .addCart .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-page .main-box .prd-info .section-cart .box-add-cart .active {
  display: flex;
}
.detail-page .main-box .prd-info .section-cart .box-buy-now .buyNow {
  display: none;
  background: #fff;
  border-radius: 8px;
  color: #f15928;
  border: solid 1px #f15928;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 48px;
  cursor: pointer;
}
.detail-page .main-box .prd-info .section-cart .box-buy-now .active {
  display: flex;
}
.detail-page .main-box .prd-info .out-of-stock-message {
  display: none;
  font-size: 18px;
  color: #db000e;
  font-weight: 600;
  font-style: italic;
}
.detail-page .main-box .prd-info .section-description {
  font-size: 14px;
  color: #000;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.detail-page .main-box .prd-info .section-description .config_des p {
  font-size: 14px;
  color: #000;
  padding: 8px 0;
}
.detail-page .main-box .prd-info .section-description .config_des p:last-child {
  margin-bottom: 0;
}
.detail-page .main-box .prd-info .section-description .des {
  margin-top: 16px;
}
.detail-page .main-box .prd-info .section-description .des .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 600;
}
.detail-page .main-box .prd-info .section-description .des p:last-child {
  margin-bottom: 0;
}
.detail-page .seen-box .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.detail-page .seen-box .prd_list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.detail-page .seen-box .prd_list_item .prd_item {
  display: block;
  position: relative;
  width: calc((100% - 48px) / 5);
  border-radius: 8px;
  background: #fff;
}
.detail-page .seen-box .prd_list_item .prd_item .img_prd {
  padding: 8px;
  transition: ease-in-out 0.3s;
  position: relative;
}
.detail-page .seen-box .prd_list_item .prd_item .img_prd img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
}
.detail-page .seen-box .prd_list_item .prd_item .img_prd .img-consume {
  height: auto !important;
}
.detail-page .seen-box .prd_list_item .prd_item .img_prd .img_discount {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  right: 16px;
  width: 43px;
  height: 43px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom {
  padding: 12px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .title_prd {
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  line-height: normal;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left {
  height: 35px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left p {
  margin-bottom: 0;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left .price {
  font-size: 16px;
  font-weight: 700;
  color: #f15928;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left .price u {
  font-size: 12px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left del {
  color: #a3a3a3;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .left del .price_old {
  color: #a3a3a3;
  font-size: 12px;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .addCart {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 36px;
  height: 36px;
  background: #feeeea;
  border-radius: 100%;
  position: absolute;
  right: 12px;
  z-index: 9;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .addCart:hover {
  background: #f15928;
}
.detail-page .seen-box .prd_list_item .prd_item .bottom .func .addCart:hover svg g path {
  stroke: #fff;
}
.detail-page .seen-box .prd_list_item .prd_item .discount {
  position: absolute;
  top: 8px;
  left: 8px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #f15928;
  border-radius: 12px;
  padding: 3px 8px;
}
.detail-page .seen-box .prd_list_item .prd_item:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.detail-page .seen-box .prd_list_item .prd_item:hover .img_prd {
  padding: 0;
  transition: ease-in-out 0.3s;
}
.detail-page .seen-box .prd_list_item .prd_item:hover .img_prd .img-prd {
  height: 296px;
  transition: ease-in-out 0.3s;
}

.menu-store .popup_block {
  position: absolute;
  top: 60px;
  right: 0;
}
.menu-store .popup_block .popup_cart {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  width: 430px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.menu-store .popup_block .popup_cart .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-store .popup_block .popup_cart .top .left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-store .popup_block .popup_cart .top .left span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.menu-store .popup_block .popup_cart .top .close-cart {
  font-size: 16px;
}
.menu-store .popup_block .popup_cart .popup-item {
  margin: 16px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
}
.menu-store .popup_block .popup_cart .popup-item .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-store .popup_block .popup_cart .popup-item .detail p {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}
.menu-store .popup_block .popup_cart .popup-item .detail .prd_name {
  color: #000;
}
.menu-store .popup_block .popup_cart .popup-item .detail .color_name,
.menu-store .popup_block .popup_cart .popup-item .detail .size_name {
  color: #3b3b3b;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box {
  display: flex;
  justify-content: space-between;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .left .price {
  font-size: 16px;
  color: #f15928;
  font-weight: 600;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .left .price u {
  margin-right: 4px;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .left .price_old {
  font-size: 14px;
  color: #a3a3a3;
  font-weight: 500;
  text-decoration: line-through;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .left .price_old u {
  text-decoration: line-through;
}
.menu-store .popup_block .popup_cart .popup-item .detail .price_box .quantity {
  color: #3b3b3b;
}
.menu-store .popup_block .popup_cart .bottom a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #f15928;
  height: 48px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.menu-store .popup_block .popup_cart .bottom .btn-cart {
  margin-top: 10px;
  color: #f15928;
  background: #fff;
}
.menu-store .popup_block .popup_cart .bottom .btn-cart:hover {
  color: #fff;
  background: #f15928;
}

.size_chart .modal-dialog {
  max-width: 800px;
}
.size_chart .modal-header {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}
.size_chart .modal-header .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #3b3b3b;
}
.size_chart .modal-header button.close {
  right: 15px;
  top: 15px;
  padding: 0;
  border: none;
  opacity: 0.2;
  background: none;
}
.size_chart .modal-header::before, .size_chart .modal-header::after {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 0 !important;
  }
  .detail-page {
    margin-top: 0 !important;
  }
  .detail-page .main-box {
    display: unset !important;
  }
  .detail-page .main-box .image-box-show {
    width: 100% !important;
  }
  .detail-page .main-box .image-box-show .image-tab {
    align-items: center;
    flex-direction: column-reverse !important;
    gap: 0;
  }
  .detail-page .main-box .image-box-show .image-tab .left {
    width: 100% !important;
  }
  .detail-page .main-box .image-box-show .image-tab .left .image {
    width: 55px !important;
  }
  .detail-page .main-box .image-box-show .image-tab .left .slick-track {
    display: flex;
    justify-content: space-between;
  }
  .detail-page .main-box .image-box-show .image-tab .left .slick-slide {
    margin-bottom: 5px !important;
  }
  .detail-page .main-box .image-box-show .image-tab .left .slick-current {
    border: 2px solid #f15928 !important;
  }
  .detail-page .main-box .prd-info {
    width: 100% !important;
  }
  .detail-page .main-box .prd-info .section-cart {
    flex-direction: column;
    align-items: normal;
  }
  .detail-page .main-box .prd-info .section-cart .quantity-box {
    margin-bottom: 12px;
  }
  .detail-page .main-box .prd-info .section-cart .quantity-box .title {
    font-size: 12px !important;
  }
  .detail-page .main-box .prd-info .section-cart .layout-add-cart .box-add-cart .item {
    font-size: 12px !important;
  }
  .detail-page .main-box .prd-info .prd_name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .detail-page .main-box .prd-info .section-code {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .detail-page .main-box .prd-info .section-price {
    margin-bottom: 10px;
  }
  .detail-page .main-box .prd-info .section-color {
    margin-bottom: 10px;
  }
  .detail-page .main-box .prd-info .section-size {
    margin-bottom: 10px;
  }
  .detail-page .main-box .prd-info .section-cart .layout-add-cart {
    justify-content: center;
  }
  .detail-page .seen-box .title {
    margin-bottom: 15px;
  }
  .detail-page .seen-box .prd_list_item .prd_item .img_prd img,
  .detail-page .seen-box .prd_list_item .prd_item .img_prd .img-prd {
    height: auto;
  }
  .detail-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
  }
  .detail-content .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .detail-content .content {
    height: 400px;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
    -webkit-mask-image: -webkit-linear-gradient(top, #000 60%, transparent);
  }
  .detail-content .content p {
    color: #000;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .detail-content .content p:last-child {
    margin-bottom: 0;
  }
  .detail-content .content p img {
    width: 100% !important;
    height: auto !important;
  }
  .detail-content .content.active {
    height: auto;
    -webkit-mask-image: unset;
    padding-bottom: 60px;
  }
  .detail-content .see_more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .detail-content .see_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border: solid 1px #666666;
    border-radius: 8px;
    width: 120px;
    padding: 10px 0;
    margin: 20px auto;
    cursor: pointer;
  }
  .seen-box {
    margin-top: 20px;
  }
  .seen-box .title span {
    font-size: 20px !important;
  }
  .seen-box .prd_list_item {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .seen-box .prd_list_item .prd_item {
    width: unset !important;
  }
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumbs .row {
  margin: 0 !important;
}
body .breadcrumb {
  border-radius: 10px 10px 0 0;
  padding: 16px 0;
  max-width: 1200px;
  margin: auto;
  gap: 8px;
}
body .breadcrumb .breadcumbs-first a span {
  color: #000000;
}
body .breadcrumb .fl-left a span {
  color: #000000;
}
@media (max-width: 767px) {
  body .breadcrumb .fl-left a span {
    font-size: 14px !important;
  }
}
body .breadcrumb i {
  font-size: 20px !important;
}/*# sourceMappingURL=detail_fashion.css.map */