/* .select
.select {
    position: relative;
    height: 52px;
    max-width: 100%;
    background: transparent;
    box-sizing: border-box;

	&::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 52px;
        background: url('../images/arrow-select-down.svg') right 20px center no-repeat;
        background-size: 20px;
        z-index: -1;
    }

    select {
        width: 100%;
        height: 52px;
        line-height: 50px;
        padding: 0 52px 0 26px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        background: transparent;
        border: 1px solid #565656;
        border-radius: 26px;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
*/
.book-page .product-top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
@media (min-width: 1200px) {
  .book-page .product-top-info {
    flex-direction: row;
  }
}
.book-page .product-top-info .main-box {
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 760px) {
  .book-page .product-top-info .main-box {
    flex-wrap: nowrap;
    gap: 32px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .book-page .product-top-info .main-box {
    position: sticky;
    top: 36px;
  }
}
.book-page .product-top-info .main-info-box {
  padding-left: 0;
}
.book-page .product-detail-box .tabs-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
}
.book-page .product-detail-box .tabs-box li + li {
  margin-left: 0;
}
.book-page .product-detail-info-box {
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .book-page .product-detail-info-box .container {
    padding: 0;
  }
}

.characteristics {
  display: flex;
  flex-direction: column;
}
@media (min-width: 830px) {
  .characteristics {
    display: table;
    width: 100%;
  }
}
.characteristics .item {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #F3F1F1;
}
@media (min-width: 830px) {
  .characteristics .item {
    display: table-row;
  }
}
.characteristics .item > * {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 830px) {
  .characteristics .item > * {
    display: table-cell;
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F3F1F1;
  }
}
.characteristics .label {
  font-size: 14px;
}
@media (min-width: 830px) {
  .characteristics .label {
    padding-top: 2px !important;
    padding-right: 12px;
  }
}
.characteristics .value {
  margin-left: auto;
}
@media (min-width: 830px) {
  .characteristics .value {
    text-align: right;
    line-height: 1.25;
  }
}

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