.top_body {
  grid-template-columns: 1fr 40%;
  grid-gap: 40px;
}
.top_body .price {
  background: #FAFAFA;
}
.top_body .price span {
  color: rgba(0, 0, 0, 0.48);
}
.top_body .price .price-new {
  font-size: 30px;
  margin-left: 90px;
  color: var(--color-main);
}

.lSSlideOuter.vertical {
  padding: 0 100px 0 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  width: 104px !important;
  left: unset !important;
  right: 0 !important;
  margin: 0 0 0 12px !important;
}
.lSSlideOuter.vertical .lSAction > a {
  right: -48px;
  margin-right: -14px;
  left: unset !important;
  margin-left: 0 !important;
}
.lSSlideOuter.vertical .lSPager.lSGallery li {
  border-radius: 5px;
  overflow: hidden;
}

.lSPager.lSGallery li.active, .lSPager.lSGallery li:hover {
  border: 1px solid var(--color-main) !important;
}

.text_a {
  color: rgba(0, 0, 0, 0.48);
}

.quan .btn-web {
  padding: 22px 10px;
}
.quan input {
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-top: none;
  border-bottom: none;
  width: 60px;
  height: 36px;
  appearance: textfield;
  color: #000;
  font-size: 15px;
  box-shadow: none;
  border-radius: 0px;
  line-height: 22px;
  outline: none;
  text-align: center;
}
.quan input::-webkit-outer-spin-button, .quan input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quan .number-input {
  display: inline-flex;
  position: relative;
  border: 1px solid #ededed;
  border-radius: 3px;
  background: #fff;
}
.quan button {
  outline: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0;
  background-color: unset;
}
.quan button:hover:before, .quan button:hover:after {
  background-color: #333333;
}
.quan button:before, .quan button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 12px;
  height: 3px;
  background-color: #CCCCCC;
  transform: translate(-50%, -50%);
}
.quan button.plus {
  top: 0;
}
.quan button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.quan button.down {
  bottom: 0;
}

.slick-list {
  margin: 0 -20px;
}
.slick-list .itemProduct {
  padding: 0 20px;
}

.slick-arrow {
  top: 40%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  top: 35%;
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.modal .modal-dialog {
  width: 41% !important;
  max-width: 100%;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 21px 24px;
  background: var(--color-main);
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background: unset;
}
.modal .modal-dialog .modal-content .modal-body textarea {
  height: auto;
}
.modal .modal-dialog .modal-content .modal-body .row-modal {
  margin: 0 -12px;
}
.modal .modal-dialog .modal-content .modal-body .row-modal .col {
  padding: 0 12px;
}
.modal .modal-dialog .modal-content .modal-body .row-modal .col .info {
  grid-template-columns: 100px 1fr;
  grid-gap: 12px;
}
.modal .modal-dialog .modal-content .modal-body .row-form {
  margin: 0 -6px;
}
.modal .modal-dialog .modal-content .modal-body .row-form .col-form {
  padding: 0 6px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .top_body {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .top_body .price {
    background: #FAFAFA;
  }
  .top_body .price span {
    color: rgba(0, 0, 0, 0.48);
  }
  .top_body .price .price-new {
    font-size: 30px;
    margin-left: 90px;
    color: var(--color-main);
  }
  .lSSlideOuter .lSAction > a {
    background: #fff !important;
    display: grid;
    place-items: center;
  }
  .lSSlideOuter .lSAction > a i {
    color: #000;
  }
  .slick-list {
    margin: 0 -5px;
  }
  .slick-list .itemProduct {
    padding: 0 5px;
  }
  .modal .modal-dialog {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

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