.shop-item-head #item_image {
  width: 100%;
}

@media (min-width: 768px) {

  .shop-item-head .item-image,
  .shop-item-head .item-thumb {
    width: calc(100% - 80px);
  }
}

.shop-item-head .nl-item-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E5EB;
  margin-bottom: 25px;
}

.shop-item-head .nl-item-price {
  display: flex;
  align-items: end;
}

.shop-item-head .nl-item-price * {
  margin-bottom: 0 !important;
}

.shop-item-head .nl-item-price ._currency {
  display: inline;
  font-size: 25px;
  font-weight: 400;
  line-height: 36.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-left: 3px;
}

.shop-item-head .nl-item-price ._regular-price {
  color: #A1A1A1;
  font-size: 22px;
  font-weight: 600;
  text-align: left;

}

.shop-item-head .nl-item-price ._discount {
  color: #ff3131;
  text-align: left;
  margin-left: 24px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.shop-item-head .nl-item-price ._sale-price {
  color: #1D1D1D;
  font-family: Noto Sans KR;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-left: 9px;
}

.shop-item-head .nl-item-price.has-sale ._regular-price {
  text-decoration: line-through;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.shop-item-head .nl-item-price.has-sale ._regular-price ._currency {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  text-align: left;
}

.shop-item-head .nl-item-price:not(.has-sale) ._regular-price {
  color: #1D1D1D;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.44px;
  text-align: left;
}

.shop-item-head .nl-item-price h1 {
  text-wrap: auto;
}

.shop-item-head ._btn-download {
  width: 113.24px;
  height: 29px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #E2E5EB;
}

.shop-item-head ._btn-download span {
  display: block;
  width: calc(100% - 32px);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
}

.shop-item-head ._btn-download ._icon {
  width: 32px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF3131;
}

.shop-item-head ._item-info .nl-left {
  width: 115px !important;
}

.shop-item-head ._item-info .nl-left .nl-lbl {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 5px;
}

.shop-item-head ._item-info .nl-right .nl-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 5px;
}

.shop-item-head ._description {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.62px;
  text-align: left;
}

.shop-item-head ._collection {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #E2E5EB;
  border-bottom: 1px solid #E2E5EB;
}

.shop-item-head ._collection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-item-head ._collection-head>span:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
  text-align: left;
}

.shop-item-head ._collection ._collection-btn-open-list svg {
  transition: all 0.3s ease-in-out;
}

.shop-item-head ._collection ._collection-btn-open-list.is-show svg {
  transform: rotateZ(180deg);
}

.shop-item-head ._collection-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #E2E5EB;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  background-color: #fff;
}

.shop-item-head ._collection-list.is-show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.shop-item-head ._collection-list ul {
  margin-bottom: 0;
}

.shop-item-head ._collection-list ._collection-item {
  padding: 8px 25px;
  border-bottom: 1px solid #E2E5EB;
  cursor: pointer;
}

.shop-item-head ._collection-list ._collection-item:last-child {
  border-bottom: none;
}

.shop-item-head ._collection-list ._collection-item.is-checked {
  background-color: #F6F6F6;
}

.shop-item-head ._collection-list ._collection-item div:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  text-align: left;
}

.shop-item-head ._collection-list ._collection-item div:last-child {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  color: rgba(75, 75, 75, 0.8);
}

.shop-item-head .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shop-item-head .list-group-item .nl-lbl {
  margin-bottom: 0;
  margin-top: 4px;
}

.shop-item-head ._options-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  margin-bottom: 30px;
}

.shop-item-head ._options-list label {
  font-size: 17px;
  font-weight: 400;
  line-height: 24.62px;
  text-align: left;
}

.shop-item-head ._options-list .form-control {
  box-shadow: none;
  height: 38px;
  border: 1px solid #E2E5EB;
}

.shop-item-head ._options-list tr th,
.shop-item-head ._options-list tr td {
  border-top: none;
}

.shop-item-head .nl-sel-option .row .col-sm-7 label {
  margin-top: 5px;
}

.shop-item-head .nl-sel-option tbody>tr>th:first-child {
  width: 75px;
}

.shop-item-head .nl-sel-option .list-group-item {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #E2E5EB;
}

.shop-item-head .nl-sel-option .list-group-item .col-sm-5 .input-group {
  display: block;
  float: right;
  text-align: right;
  width: 165px;
}

.shop-item-head .nl-sel-option .list-group-item .col-sm-5 .input-group>input {
  display: block;
  box-shadow: none;
  border: 1px solid #E2E5EB;
  border-right: none;
  height: 36px;
  text-align: center;
  width: 60px;
}

.shop-item-head .nl-sel-option .list-group-item .btn.btn-sm.btn-lightgray {
  padding: 8px 10px;
  color: #878787 !important;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.shop-item-head .nl-sel-option .list-group-item .btn.btn-sm.btn-lightgray:hover {
  color: #2F3488 !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li {
  border: 1px solid #E2E5EB;
  border-top-width: 2px;
  border-top-color: #1D1D1D !important;
  background-color: #fff !important;
  display: table-cell;
  width: 1%;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li:not(:last-child) {
  border-right: none !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 15px;
  border-bottom: none !important;
  color: #1D1D1D !important;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .shop-item-main.tabs.trans-top ul.nav-tabs li>a {
    padding: 12px 12px;
    font-size: 10px;
  }
}

.shop-item-main.tabs.trans-top ul.nav-tabs li>a * {
  color: #1D1D1D !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li.active {
  border: 1px solid #E2E5EB !important;
  border-top-color: #1D1D1D !important;
  border-top-width: 2px;
  background-color: #4B4B4B !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li.active>a {
  color: #fff !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li.active+li {
  border-left: none !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li.active>a {
  color: #fff !important;
}

.shop-item-main.tabs.trans-top ul.nav-tabs li.active>a * {
  color: #fff !important;
}

.shop-item-main ._tab-content ._btn-seemore {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(47, 52, 136, 0.8);
  outline: none !important;
  width: 100%;
  height: 44px;
  color: #2F3488;
  border-radius: 3px;
}

.shop-item-main ._tab-content ._btn-seemore span {
  font-size: 16px;
  font-weight: 500;
  line-height: 23.17px;
  text-align: center;
  margin-right: 15px;
}

.shop-item-main ._tab-content ._content-inner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.shop-item-main ._tab-content ._content-inner:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  display: block;
  z-index: 1;
}

.shop-item-main ._tab-content ._content-inner.is-full {
  height: auto;
  position: static;
}

.shop-item-main ._tab-content ._content-inner.is-full::after {
  opacity: 0;
}

.shop-item-main ._main-sidebar {
  position: sticky;
  top: 165px;
  z-index: 10;
  display: none;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .shop-item-main ._main-sidebar {
    display: block;
  }
}

.shop-item-main ._main-sidebar ._label {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  margin-top: 0;
  margin-bottom: 30px;
}

.shop-item-main ._main-sidebar .nl-row.nl-group-btn input:first-child {
  margin-right: 5px;
}

.shop-item-main ._main-sidebar .nl-row.nl-group-btn input:last-child {
  margin-left: 5px;
}

.shop-item-main .nl-review-board {
  border-top: 1px solid #E2E5EB;
  border-bottom: 1px solid #E2E5EB;
  margin-bottom: 20px;
}

.shop-item-main .nl-review-filter {
  padding: 40px 25px;
}

.shop-item-main .media>.pull-left {
  margin-right: 19px !important;
}

.shop-item-main .media-info {
  margin-bottom: 16px;
}

.shop-item-main .media-info ._info-left {
  width: calc(100% - 120px);
}

.shop-item-main .media-info ._info-right {
  float: right;
  width: 120px;
  margin-top: -19px;
}

.shop-item-main .media-info .fa-star {
  font-size: 15px;
  margin-right: 1px;
  color: #EEBE19 !important;
}

.shop-item-main .media-info ._display-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
}

.shop-item-main .media-info ._user_happy {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
}

.shop-item-main ._user-happy-2 {
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.shop-item-main ._user-happy-2 .__icon {
  margin-right: 8px;
}

.shop-item-main ._user-happy-2 .__icon:hover svg path {
  fill: #EEBE19 !important;
}

.shop-item-main ._user-happy-2 span:last-child {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: left;
}

.shop-item-main .media-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

@media (max-width: 576px) {
  .shop-item-slider {
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .shop-item-slider {
    width: calc(100% - 80px);
  }
}

.shop-item-slider .swiper-slide {
  overflow: hidden;
}

@media (min-width: 768px) {
  .shop-item-slider .swiper-slide {
    border-radius: 8px;
  }
}

.shop-item-slider .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.shop-item-slider ._slider-thumbnail {
  margin-top: 26px;
  position: relative;
  padding: 0 42px;
}

@media (max-width: 576px) {
  .shop-item-slider ._slider-thumbnail {
    padding: 0 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.shop-item-slider ._slider-thumbnail .swiper-slide {
  opacity: 1;
  cursor: pointer;
  border-radius: 8px;
}

.shop-item-slider ._slider-thumbnail ._btn-prev,
.shop-item-slider ._slider-thumbnail ._btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 576px) {

  .shop-item-slider ._slider-thumbnail ._btn-prev,
  .shop-item-slider ._slider-thumbnail ._btn-next {
    width: 8px;
    display: flex;
    align-items: center;
  }

  .shop-item-slider ._slider-thumbnail ._btn-prev svg,
  .shop-item-slider ._slider-thumbnail ._btn-next svg {
    width: 100%;
  }
}

.shop-item-slider ._slider-thumbnail ._btn-prev {
  left: 0;
}

@media (max-width: 576px) {
  .shop-item-slider ._slider-thumbnail ._btn-prev {
    left: 15px;
  }
}

.shop-item-slider ._slider-thumbnail ._btn-next {
  right: 0;
}

@media (max-width: 576px) {
  .shop-item-slider ._slider-thumbnail ._btn-next {
    right: 15px;
  }
}

/*# sourceMappingURL=shop_item.css.map */
