.product-detail-section {
  margin-top: 32px;
}

.product-detail {
  margin-top: 14px;
}

.product-detail-wrapper {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
}

.product-detail-section .swiper-wrapper-list-wrapper {
  display: flex;
  align-items: center;
  height: 335px;
}

.product-detail-section .swiper-wrapper-list {
  position: relative;
}

.product-detail-section .vertical-slide-arrow {
  position: absolute;
  left: 0;
  background: none;
  right: 0;
  border: none;
  font-size: 18px;
}

.product-detail-image {
  width: 50%;
  /* float: left; */
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}

.product-thumb-item {
  width: 100%;
}

.product-detail-info.product-id {
  width: 100%;
}

.product-detail-info .product-detai-sale-price {
  display: flex;
  align-items: center;
  position: relative;
}

.product-detail-title > .row {
  justify-content: space-between;
  height: 48px;
  position: relative;
}

.product-detail-info .product-detail-sale-price .percent-discount {
  color: #ffff;
  font-size: 12px;
  padding: 4px;
  border-radius: 10px;
  background: #4db8ff;
  height: 24px;
  position: absolute;
  right: -33px;
  top: -1px;
}

.product-detail-info .product-brand a {
  text-decoration: none;
  color: #6B84AD !important;
  font-size: 0.875rem;
}

h1.product-detail-name {
  font-family: Montserrat, arial, helvetica, clean, sans-serif;
  font-size: 1.5rem !important;
  line-height: 1.625em;
  font-weight: bold;
  color: #1D3571 !important;
  max-width: 530px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.product-detail-section .align-cent {
  display: flex;
  align-items: center !important;
  height: 48px;
}

.product-detail-section .text-right {
  display: flex;
  align-items: center !important;
  width: fit-content;
  height: 48px;
  overflow: hidden;
  right: 0;
  position: absolute;
}

.product-detail-share .share-social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product-detail .share-social ul {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.product-detail .share-social li {
  width: 42px;
  height: 42px;
}

.product-detail .share-social img {
  width: 100%;
  height: 100%;
}

.product-detail .swiper-wrapper-list .slick-track {
  /* display: flex;
  flex-direction: column; */
}

.product-detail-share {
  display: flex;
  justify-content: right;
}

.product-detail .share-label {
  margin-right: -12px;
}

.product-detail-share ul {
  max-width: 100px;
}

.product-detail .detail-saleoff {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
  color: red;
}

.qty-section .sub-qty {
  display: flex;
  margin-top: 12px;
  justify-content: flex-start;
  column-gap: 20px;
  align-items: end;
  width: 100%;
}

.qty-section .sub-qty .sub-qty-block {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 0px;
  height: 32px;
}

.qty-section .check-real-block {
  width: 50%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 0px;
  height: 32px;
}

.qty-section .check-real-block .product-real {
  padding: 4px 8px;
  border-radius: 6px;
  background: #8bc4ed5c;
  height: fit-content;
  font-size: 12px;
}

.product-detail .qty-cart {
  max-width: 120px;
}

.product-detail .qty-cart svg {
  width: 50%;
}

.product-detail .add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #3C90CD !important;
  color: #fff !important;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  border: none;
  text-decoration: none;
  padding: 16px 14px;
  border-radius: 6px;
}

.product-detail .buy-now {
  background: #3C90CD !important;
  color: #fff !important;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  padding: 22px 20px;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  padding: 16px 14px;
  border-radius: 6px;
}

.product-detail-content {
  margin: 20px 0;
}

main {
  padding-top: 0px;
}

.product-detail-main-content-wrapper {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}

.product-detail-tab {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 57px;
}

.product-detail-tab-item {
  width: 33.3%;
  float: left;
  text-align: center;
}

.product-detai .product-detail-title {
  width: 100%;
}

.product-detail-tab-item a {
  padding: 15px 30px 15px;
  display: block;
  color: #1D3571 !important;
}

.product-detail-tab-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.pd-tabitem-link.active, .submenu-product-item-link.active {
  border-bottom: 2px solid #1D3571;
  color: #1D3571;
  font-weight: bold;
  height: 100%;
}

.product-detail-description.active {
  display: block;
}

.product-detail-description p {
  display: block;
  width: 100%;
}

.product-detail-description ul {
  margin-bottom: 20px;
}

.content .title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail-description.descrip-3.active {
  display: flex;
}

.product-detail-description-list {
  background: #fff;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.product-detail-description-list img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
}

.product-detail-description-list .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.product-detail-description-list .aligncenter p {
  text-align: center;
}

.product-detail-description-list > h4,
.product-detail-description-list > h2,
.product-detail-description-list > h3 {
  padding-bottom: 10px;
  border-bottom: 4px solid #1D3571;
  border-radius: 6px;
  margin-bottom: 30px;
}

.product-detail-description-list a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.product-detail-description-list .specifications-wrapper .specifications ul {
  padding: 0;
  border: 2px solid #1D3571;
  max-width: 100%;
  border-radius: 8px;
  padding-left: 0px;
}

.product-detail-description-list .specifications li {
  max-width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
}

.specifications li p {
  width: 240px;
  max-width: 50%;
  margin: 0;
}

.specifications ul {
  padding-left: 0px !important;
}

.specifications .detail-value {
  width: 50%;
}

.product-detail-description-list a:hover {
  text-decoration: underline;
}

.product-detail-description {
  display: none;
}

/* .product-detail-description:not(:first-child) {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
} */
.product-detail .swiper-wrapper-list {
  width: 78px !important;
}

.product-detail .swiper-wrapper-list .slick-list {
  height: 400px;
}

.product-detail .swiper-wrapper-list .slick-list .slick-track {
  width: 100% !important;
  height: 400px !important;
}

.product-detail .swiper-wrapper-list .slick-list .slick-track .product-thumb-item {
  width: 100% !important;
  margin-bottom: 15px;
  height: 70px !important;
}

.product-detail .swiper-wrapper-list-big {
  width: 75%;
  margin-right: 20px;
  position: relative;
}

.product-detail-section .horizontal-slide-arrow.prev-arrow {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 100px;
  height: 30px;
  width: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  color: #7e8286;
}

.product-detail-section .horizontal-slide-arrow:hover {
  opacity: 0.5;
}

.product-detail-section .horizontal-slide-arrow.next-arrow {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  right: 60px;
  height: 30px;
  width: 30px;
  border: 1px solid #f4f4f4;
  border-radius: 100%;
  text-align: center;
  padding: 0;
  color: #7e8286;
}

.product-detail .swiper-wrapper-list-big .slick-track {
  width: 100%;
}

.product-detail .swiper-wrapper-list-big .product-thumb-item img {
  width: 100%;
}

.swiper-wrapper-list-big .slick-dots button {
  font-size: 0;
  overflow: hidden;
}

.swiper-wrapper-list-big .slick-dots {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  position: absolute;
  /* bottom: 0; */
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.swiper-wrapper-list-big .slick-dots button {
  background: 0ff;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 4px;
  width: 20px;
  height: 6px;
  border: none;
  background-color: gray;
}

.swiper-wrapper-list-big .slick-dots .slick-active button {
  background-color: #1D3571;
}

.product-detail-related-product .product-panel {
  position: relative;
}

.product-detail-related-product .product-note {
  position: absolute;
  color: #ffff;
  top: 10px;
  left: 10%;
  /* width: 15%; */
  z-index: 5;
  /* max-height: 28px; */
}

.product-detail-related-product .product-note img {
  max-height: 28px;
  height: auto;
  width: 100%;
}

.product-detail-related-product .product-panel .product-link {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.product-detail-related-product .product-panel .content {
  padding: 30px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.16);
  background-color: white;
  margin: 10px 15px;
}

/* .product-detail-related-product .product-panel img{
  width: 80%;
  margin: auto;
} */
.product-detail-related-product .product-panel .title {
  text-align: center;
  margin-top: 24px;
  min-height: 84px;
}

.product-detail-related-product .product-panel .title .desc {
  color: #6B84AD;
  font-size: 0.75rem;
}

.product-detail-related-product .product-panel .title h5 {
  color: #1D3571;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-detail-related-product .product-panel .price {
  display: flex;
  color: #1D3571;
  justify-content: space-between;
  margin-top: 10px;
  text-align: center;
  align-items: flex-end;
}

.product-detail-related-product .product-panel .sub-price {
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-detail-related-product .product-panel .discount-price {
  display: flex;
  flex-direction: row;
  position: relative;
}

.product-detail-related-product .product-panel span.percent-discount {
  margin-left: 3px;
  margin-top: 5px;
  padding-right: 2px;
  border: none;
  border-radius: 10px;
  padding-left: 2px;
  background-color: #4db8ff;
  color: #ffff;
  width: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 0.7rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.product-detail .percent-discount {
  margin-left: 3px;
  padding-right: 2px;
  border: none;
  border-radius: 10px;
  padding-left: 2px;
  background-color: #4db8ff;
  color: #ffff;
  width: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 0.7rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: absolute;
  right: -40px;
  top: -4px;
}

.product-detail-related-product .product-panel .price span {
  font-weight: 500;
  font-size: 1rem;
}

.product-detail-related-product .strikethrough {
  text-decoration: line-through;
  font-size: 0.875rem !important;
  color: #666;
}

.product-detail-image {
  position: relative;
}

.product-detail-related-product .slide-arrow {
  position: absolute;
  background: transparent;
  border: none;
  z-index: 5;
  font-size: 32px;
  top: calc(50% - 32px);
}

.product-detail-related-product .next-arrow {
  right: 10px;
}

.product-detail-related-product .prev-arrow {
  left: 10px;
}

.product-detail-related-product .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 6px;
  margin: auto;
}

.product-detail-related-product .square-dot {
  width: 20px;
  height: 5px;
  content: "";
  background-color: #dadada;
  border-radius: 5px;
  margin-top: 12px;
  opacity: 0.5;
  cursor: pointer;
}

.product-detail-related-product .slick-dots .slick-active .square-dot {
  background-color: #1D3571;
  opacity: 1;
}

.product-detail-related-project .loop-list {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.product-detail-related-project .project-list__item-link {
  margin-right: 20px;
}

.product-detail-related-project .project-list__item-info-content {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  transform: translateY(-173px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  color: #fff !important;
  padding: 40px 15px 30px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, #1d3571 100%);
}

.product-detail-related-project .project-list__item-wrapper:hover .project-list__item-info-content {
  opacity: 1;
  visibility: visible;
  top: 0;
  cursor: pointer;
}

.product-detail-related-project .image {
  width: 99%;
}

.product-detail-related-project .project-list__item-info {
  position: relative;
}

.product-detail-related-project .project-list__item-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  color: #1D3571;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.product-detail-related-project .project-list__item-title {
  font-size: 1rem;
  color: #fff !important;
}

.product-detail-related-project .project-list__item-wrapper {
  position: relative;
}

.product-detail-sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 600;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 5px 1px #eee;
  opacity: 0;
  pointer-events: none;
}

.submenu-product-item {
  cursor: pointer;
}

.submenu-product-item a {
  cursor: pointer;
  padding: 5px 15px;
  display: block;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.submenu-product-list {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.product-detail-sticky.active {
  opacity: 1;
  pointer-events: all;
}

.pd-tabitem-link {
  cursor: pointer;
}

.product-detail-sticky-col1 {
  display: flex;
}

.product-detail-sticky-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-detail-sticky-content .product-detail-name h1 {
  font-family: Montserrat, arial, helvetica, clean, sans-serif;
  font-size: 1rem !important;
  font-weight: bold;
  color: #1D3571 !important;
  max-width: 530px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail-sticky-content .product-brand a {
  text-decoration: none;
  color: #6B84AD !important;
  font-size: 0.875rem;
}

.product-detail-submit {
  margin-top: 15px;
  height: max-content;
  width: 150px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  padding: 17px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background: #3C90CD !important;
  color: #fff !important;
  text-decoration: none;
}

.product-detail-sticky-info .col-5 {
  display: flex;
  justify-content: right;
}

.related-project {
  margin-top: 50px;
}

.related-product .section-site-map-title-product {
  line-height: 1.625em;
  font-weight: 600;
  color: #1D3571 !important;
}

.related-project .section-sitemap-title {
  line-height: 1.625em;
  font-weight: 600;
  color: #1D3571 !important;
}

.popup-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.show-popup {
  display: flex !important;
}

.popup-cart .popup-outer {
  position: relative;
  padding: 60px;
}

.popup-cart .popup-wrapper {
  background-color: #ffff;
  max-width: 720px;
  max-height: 80vh;
  padding: 30px;
  overflow-y: auto;
  border-radius: 16px;
}

.popup-cart .popup-container {
  display: flex;
  flex-direction: row;
}

.popup-cart .title-left-popup {
  color: #1D3571 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
  font-family: Montserrat, arial, helvetica, clean, sans-serif;
}

.popup-cart .left-popup {
  float: left;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #e3e3e3;
}

.popup-cart .left-bottom-popup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.popup-cart .left-bottom-popup img {
  width: 40%;
  aspect-ratio: 1/1;
}

.popup-cart .left-bottom-popup p {
  margin-bottom: 10px;
}

.popup-cart .left-bottom-popup-content {
  width: 55%;
}

.popup-cart .left-bottom-popup-content .title {
  color: #1D3571 !important;
  font-size: 1rem;
  line-height: 1.42em;
  font-weight: 600;
  margin-bottom: 10px;
}

.popup-cart .checked-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
}

.popup-cart .left-bottom-popup-content .saled-price {
  color: red;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.popup-cart .right-popup {
  width: 50%;
  float: right;
  padding-left: 20px;
}

.popup-cart .right-popup-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.popup-cart .right-popup-2, .popup-cart .right-popup-3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.popup-cart .right-popup-3 {
  margin-top: 0;
  padding-top: 8px;
  font-weight: 600;
  border-top: 1px solid #e3e3e3;
}

.popup-cart .sub-desc {
  color: #666;
  font-size: 0.75rem;
}

.popup-cart .right-popup h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  color: #1D3571 !important;
}

.popup-cart .popup-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.popup-cart .popup-button-wrapper a {
  background: #3C90CD !important;
  color: #fff !important;
  max-width: 250px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  padding: 17px 20px;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  text-decoration: none;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.popup-image-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  display: none;
}

.popup-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-image-wrapper .preview-image {
  display: block;
  width: 410px;
  height: 410px;
  display: none;
}

.popup-image-wrapper .preview-image:first-child {
  display: block;
  width: 410px;
  height: 410px;
}

.popup-image-wrapper .preview-image img {
  width: 100%;
}

.product-detail .product-detail-summary {
  display: flex;
  flex-direction: column;
  max-height: 222px;
  height: 222px;
  overflow: auto;
}

.product-detail .line {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-bottom: 12px;
  margin-top: 12px;
}

.fancybox__thumbs .carousel__slide {
  width: 80px !important;
  height: 80px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb {
  padding-top: 0;
  width: 80px !important;
  height: 80px !important;
}

.fancybox__thumbs .carousel__slide {
  padding: 0 !important;
  margin: 8px 3px !important;
}

.product-detail-description-list table {
  margin-bottom: 15px;
}

@media (min-width: 1500px) {
  .product-detail .swiper-wrapper-list-wrapper {
    height: 390px;
  }

  .product-detail-related-product .product-note img {
    width: 100%;
    max-height: 28px;
    height: auto;
  }

  .product-detail .swiper-wrapper-list .slick-list {
    margin: -27px 0;
  }

  .product-detail .swiper-wrapper-list .slick-slide.product-thumb-item {
    margin: 27px 0;
  }

  .product-detail .product-detail-summary {
    display: flex;
    flex-direction: column;
    max-height: 222px;
    height: 222px;
    overflow: auto;
  }
}
@media (max-width: 1200px) {
  .product-detail-tab-item a {
    padding: 16px 0px;
  }

  .product-detail .product-detail-summary {
    display: flex;
    flex-direction: column;
    max-height: 106px;
    overflow: auto;
  }
}
@media (max-width: 1024px) {
  .product-detail-title {
    margin-top: 35px;
  }

  .product-detail-image {
    width: 100%;
    justify-content: center;
    position: relative;
  }

  .product-detail-wrapper {
    flex-direction: column;
  }

  .product-detail-section .swiper-wrapper-list-wrapper {
    display: none;
  }

  .swiper-wrapper-list {
    display: none;
  }

  .swiper-wrapper-list-big .slick-dots button {
    font-size: 0;
  }

  .swiper-wrapper-list-big .slick-dots {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    position: absolute;
  }

  .swiper-wrapper-list-big .slick-dots button {
    background: #0000ff;
    border-radius: 5px;
    transition: 0.3s;
    width: 20px;
    height: 6px;
    border: none;
    background-color: gray;
  }

  .swiper-wrapper-list-big .slick-dots .slick-active button {
    background-color: #1D3571;
  }

  .product-detail-summary {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .product-detail-tab-item a {
    padding: 14px 0px;
  }

  .product-detail .swiper-wrapper-list-big {
    width: 90%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .fancybox__container {
    z-index: 99999999 !important;
  }

  .qty-section {
    padding: 0 15px;
  }

  .product-detail-tab-item a {
    padding: 7px 0px;
  }

  .product-detail .swiper-wrapper-list-big {
    max-width: 390px;
  }

  .submenu-product-list {
    flex-wrap: wrap;
  }

  .qty-section .sub-qty {
    margin-top: 12px;
    justify-content: flex-start;
    column-gap: 20px;
  }

  .product-detail-description-list img {
    width: 100%;
    height: auto;
  }

  .qty-section .sub-qty .sub-qty-block {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    height: auto;
  }

  .qty-section .check-real-block {
    align-items: end;
  }

  .product-detail-section .horizontal-slide-arrow.next-arrow {
    bottom: 15px;
    right: 40px;
  }

  .product-detail-section .horizontal-slide-arrow.prev-arrow {
    bottom: 15px;
    right: 75px;
  }
}
@media (max-width: 640px) {
  .product-detail-description-list iframe {
    width: 100%;
  }

  .table-responsive table {
    min-width: 320px;
  }
}
@media (max-width: 576px) {
  .product-detail .swiper-wrapper-list-big {
    max-width: 390px;
  }

  main {
    padding-top: 0px;
  }

  .product-detail-description-list {
    padding: 20px !important;
  }

  .product-detail-description-list .specifications li {
    align-items: start;
  }

  .swiper-wrapper-list {
    display: none;
  }

  .product-detail-image {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slick-slide img {
    width: 340px;
  }

  .popup-cart .popup-container {
    flex-direction: column;
  }

  .popup-cart .popup-outer {
    padding: 60px 10px;
  }

  .popup-cart .left-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0px;
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
  }

  .popup-cart .right-popup {
    width: 100%;
    padding-left: 0px;
  }

  .popup-cart .close {
    right: 8px;
  }

  .product-detail .add-to-cart,
.product-detail .buy-now {
    padding: 14px;
    font-size: 0.7rem;
    width: 50%;
    height: 40px;
    font-size: 14px;
  }

  .product-detail-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 575px) {
  .product-detail-section .horizontal-slide-arrow.next-arrow {
    right: 60px;
  }

  .product-detail-section .horizontal-slide-arrow.prev-arrow {
    right: 100px;
  }
}
@media (max-width: 510px) {
  .product-detail-section .horizontal-slide-arrow.next-arrow {
    right: 7%;
  }

  .product-detail-section .horizontal-slide-arrow.prev-arrow {
    right: 15%;
  }
}
@media (max-width: 420px) {
  .product-detail-section .horizontal-slide-arrow.next-arrow {
    right: 7%;
  }

  .product-detail-section .horizontal-slide-arrow.prev-arrow {
    right: 17%;
  }
}
@media (max-width: 400px) {
  .product-detail-section .text-right {
    position: relative;
  }

  .slick-slide img {
    width: 250px;
  }

  .product-detail-title > .row {
    height: 80px;
  }
}
@media (max-width: 350px) {
  .product-detail-section .horizontal-slide-arrow.next-arrow {
    right: 7%;
  }

  .product-detail-section .horizontal-slide-arrow.prev-arrow {
    right: 20%;
  }
}
/* .swipe-list {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.slick-slide{
  img {
    width: 100%;
  } */

/*# sourceMappingURL=product-detail.css.map */
