@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: right;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide img {
  border-radius: 5px;
  opacity: 0.35;
  transition: all 300ms linear;
}
.product-gallery__thumbnail .slick-list .slick-track .slick-slide img:hover {
  cursor: pointer;
  opacity: 0.55;
}

.product-gallery__thumbnail .slick-list .slick-track .slick-slide.slick-center img {
  opacity: 1;
}

.product-gallery__thumbnail .slick-slide {
  margin: 0 5px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1000000000;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #dca04c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms linear;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\e978";
}
[dir=ltr] .slick-prev:before {
  display: inline-block;
  transform: rotate(-180deg);
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\e977";
}
[dir=ltr] .slick-next:before {
  display: inline-block;
  transform: rotate(-180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #dca04c;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #dca04c;
  opacity: 0.75;
}

/* ---------------------------------------- common ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------- main ---------------------------------------- */
.quantity {
  position: relative;
  border-radius: 10px;
  border: 1px dashed #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  /* quantity input */
  /* quantity button */
}
.quantity input {
  height: 100%;
  min-width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #737373;
  font-weight: 300;
  line-height: 1.65;
  font-size: 16.5px;
}
.quantity-button {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d9aa8;
  background-color: whitesmoke;
  width: 30px;
  height: 30px;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* quantity button quantity up */
  /* quantity button quantity down */
}
.quantity-button.quantity-up {
  right: -18px;
}
.quantity-button.quantity-down {
  left: -18px;
}

/* quantity */
.product-section {
  /* product section add to cart */
  /* show more wrapper */
  /* product section quantity */
}
.product-section .add-to-cart {
  padding: 17px 25px;
  background-color: #2bad3b;
  margin-right: auto;
  /* add to cart hover */
  /* add to cart main btn text and icon */
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .product-section .add-to-cart {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-section .add-to-cart {
    width: 100%;
  }
}
.product-section .add-to-cart:hover {
  background-color: #3CCF4E;
}
.product-section .add-to-cart .main-btn__text,
.product-section .add-to-cart .main-btn__icon {
  color: #fff;
}
.product-section .show-more-wrapper {
  text-align: left;
  /* show more wrapper show more link */
}
.product-section .show-more-wrapper .show-more-link {
  color: #1870ce;
  font-size: 12px;
}
.product-section .quantity {
  margin-left: 15px;
}

/* product section */
.modal .modal-header {
  border: none;
}

.header-list {
  /* header list item  */
  /* header list link  */
}
@media only screen and (max-width: 575.98px) {
  .header-list {
    flex-direction: column;
    gap: 6px 0;
  }
}
.header-list__item {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* item last child */
  /* item after */
}
.header-list__item:last-child::after {
  display: none;
}
.header-list__item::after {
  content: "";
  display: block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #8d9aa8;
  margin-right: 15px;
}
.header-list__link {
  font-size: 13px;
  /* link title */
  /* link text */
}
.header-list__link .title {
  font-weight: 300;
  color: #737373;
  margin-left: 5px;
}
.header-list__link .text {
  font-weight: 400;
  color: #4a4a4a;
}

/* header list */
.info-list {
  /* info list vertical */
  /* info list desc */
  /* info list item  */
  /* info list text */
  /* info list title  */
}
.info-list.vertical {
  flex-direction: column;
  /* vertical info list item */
}
.info-list.vertical .info-list__item {
  margin: 0;
  margin-bottom: 7px;
}
.info-list.desc {
  margin-top: 20px;
}
.info-list.desc .info-list__item {
  margin-bottom: 15px;
}
.info-list.desc .info-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.info-list.desc .info-list__text {
  font-size: 16px;
  margin-left: 15px;
}
.info-list__item {
  margin-left: 15px;
}
.info-list__text {
  font-size: 15px;
  font-weight: 300;
  color: #4a4a4a;
  margin-left: 5px;
  flex: 0 0 auto;
  width: auto;
}
.info-list__title {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  transition: all 300ms linear;
}

/* info list */
.product-info {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 45px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  margin-bottom: 45px;
  /* product info header */
  /* product info title */
  /* product info sub title  */
  /* product info actions */
  /* product info price */
  /* product info price wrapper */
  /* product info discount */
  /* product info box */
  /* product info item */
  /* product info link */
}
.product-info__header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-info__title {
  font-size: 21.5px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.product-info__subtitle {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.product-info__actions {
  margin-top: 15px;
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
  height: 90%;
}
@media only screen and (max-width: 575.98px) {
  .product-info__actions {
    gap: 15px 0;
  }
}
.product-info__price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  /* price old price */
  /* price span */
}
.product-info__price.old-price {
  font-size: 14px;
  font-weight: 300;
  color: #737373;
  text-decoration: line-through;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price.old-price {
    width: 100%;
  }
}
.product-info__price.old-price span {
  margin: 0;
}
.product-info__price span {
  font-size: 12px;
  font-weight: 300;
  color: #737373;
  margin-right: 4px;
}
.product-info__price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .product-info__price-wrapper {
    gap: 10px 15px;
    margin-bottom: 10px;
  }
}
.product-info__discount {
  padding: 4px 13px;
  background-color: #dca04c;
  border-radius: 10px;
  color: #fff;
}
.product-info__box {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-info__item {
  margin-bottom: 10px;
}
.product-info__link {
  /* link hover */
  /* link icon */
}
.product-info__link:hover i[class^=icon-] {
  color: #dca04c;
}
.product-info__link i[class^=icon-] {
  color: #8d9aa8;
  font-size: 20px;
  transition: all 300ms linear;
}

/* product info */
.select-option {
  /* select option custom select */
  /* select option product */
  /* select option color */
}
.select-option .custom-select {
  border-radius: 5px;
}
.select-option.product {
  width: 250px;
}
@media only screen and (max-width: 575.98px) {
  .select-option.product {
    width: 100%;
  }
}
.select-option.color {
  /* color select selected */
  /* color select items div after */
}
.select-option.color .select-selected.active::before {
  opacity: 1;
}
.select-option.color .select-selected::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 10px;
  right: auto;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  background-color: var(--main-color);
  opacity: 0;
  transition: all 300ms linear;
}
.select-option.color .select-items div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  border: 2px solid #fff;
  background-color: var(--product-color);
  z-index: 2;
}

/* select option */
.select-items {
  /* select item div */
}
.select-items div {
  color: #737373;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  /* div hover */
}
.select-items div:hover {
  background-color: #dca04c;
  color: #fff !important;
  border-radius: 0 !important;
}

/* select items */
.product-gallery {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all 300ms linear;
}

/* product gallery */
.p-s-i-m-w {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 10px;
}

/* p-s-i-m-w */
.image-slider-wrapper {
  padding-bottom: 5px;
}

/* image slider wrapper */
.img-w {
  display: inline-flex;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #fff;
  /* img-w is poster */
  /* img-w active img */
  /* img-w img */
}
@media screen and (max-width: 992px) {
  .img-w {
    width: 75px;
    height: 75px;
  }
}
.img-w:nth-child(1) {
  margin-right: 0;
}
.img-w:last-child {
  margin-left: 0;
}
.img-w.is-poster {
  align-items: center;
  justify-content: center;
}
.img-w.active img {
  opacity: 1;
  border: 1.5px solid #dca04c;
}
.img-w img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  border-radius: 5px;
  transition: all 300ms linear;
}
.img-w img:hover {
  opacity: 0.9;
}

/* img-w */
.product-description {
  padding: 30px 45px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 16px;
  margin-bottom: 30px;
  /* product description tab content */
  /* product description property */
  /* product description info shop */
}
@media only screen and (max-width: 575.98px) {
  .product-description {
    padding: 25px;
  }
}
.product-description .tab-content {
  margin-top: 35px;
}
.product-description__property p {
  color: #737373;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.product-description__property img {
  max-width: 100%;
}
.product-description .info-shop {
  /* info shop title */
  /* info shop desc p */
}
.product-description .info-shop__title {
  padding: 12px 15px;
  background: #ececec;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  font-weight: 400;
}
.product-description .info-shop__desc p {
  padding: 12px 15px;
  background: #f6f6f6;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 10px;
}

/* product description */

/*# sourceMappingURL=product-detail.css.map */
