body.template__product {
    background: #f6f6f6;
}
.coupon-image-bg {
    text-align: center;
    margin: 20px auto;
}
.product-detail__title.hidden-empty.title3.text-left {
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
}
.product-detail-wrapper {
  /* background-color: rgba(var(--color-background, var(--color-page-background))); */
}
.product-detail-wrapper>.page-width{
    max-width: 1200px;
}
.product-detail__price .price__sale {
    display: flex;
    flex-flow: column;
}
.product-detail__info.product-detail__col>* {
    margin: 15px 0;
}
.sku-review.product-infos__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 0px;
}
span.product-label-item {
    padding: 1px 10px;
    border-radius: 20px;
    display: inline-block;
    background: #ffe42b;
    color: #000;
    font-size: 12px;
    margin: 2px 2px 2px 0;
}
.product-price--main {
    display: flex;
    justify-content: space-between;
}
.product-detail__info.product-detail__col .product-price--main {
    margin-top: 0;
}
.my-review-list-con .my-review-sum {
    color: #aaa;
}
.product-detail__price .price__sale span.product-price__item {
    color: #e31673;
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
}
.product-detail__price .notranslate {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    background-color: #e31673;
    margin: 10px 0 0 5px;
    padding: 0 8px;
    border-radius: 20px;
}
.product-detail__price .price__sale span.product-price__item--compare {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}
.sku-review-left {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #11111170;
    font-weight: 500;
}
.sku-review-left .product-detail__variant-sku {
    font-size: 12px;
    font-weight: 500;
}
span.product-infos__line-skutext {
    padding-right: 5px;
}

.product-detail {
    justify-content: space-between;
  /* background-color: rgba(var(--color-background, var(--color-page-background))); */
}
.pd-tap-share {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.pd-tap-share-icon svg {
    height: 22px;
    width: 22px;
    fill: #11111170;
}

small.pd-tap-share-t {
    font-size: 12px;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 10px;
    font-style: normal;
    color: #111;
    background-color: #ffdf00;
    zoom: .9;
    margin-right: 8px;
    white-space: nowrap;
}

.pb-base-share-link-wrapper .a2a_default_style:not(.a2a_flex_style) a {
    width: 22px;
    height: 22px;
    display: block;
    opacity: 0;
    float: unset;
    overflow: hidden;
}

.pb-base-share-link-wrapper .a2a_kit {
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 8px;
    border: 1px solid #efefef;
    position: relative;
}

.pb-base-share-link-wrapper .share-custom-img {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 22px;
    height: 22px;
}

.pb-base-share-link-wrapper .a2a_kit:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -6px;
    transform: rotate(45deg) translateZ(1px);
    border: 1px solid #efefef;
    border-radius: 2px;
    border-top: none;
    border-left: none;
    background-color: #fff;
    pointer-events: none;
}

.share-btn-icon {
    position: relative;
    margin-right: 8px;
}

.pb-base-share-link-wrapper {
    display: none;
    position: absolute;
    right: -62px;
    top: -54px;
    padding: 8px;
    z-index: 2;
}

.pd-tap-share:hover .pb-base-share-link-wrapper {
    display: block;
}
.v2-info-box {
    width: 100%;
}

.v2-info-box .info-input-collapse {
    display: none;
}

.v2-info-box .info-box {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 8px;
}

.v2-info-box .info-box label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v2-info-box .info-box>h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    font-weight: 400;
    margin: 0;
    color: #111;
}

.v2-info-box .info-box label h2 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    font-weight: 400;
    margin: 0;
    color: #111;
}

.v2-info-box .info-box label span {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    max-height: 100px;
}

.v2-info-box .info-box label .collapse-minus {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: #111;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    max-height: 100px;
    display: none;
}

.v2-info-box .info-box .info-box-body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 0;
    transition: all .5s ease;
}

.v2-info-box .info-box .info-box-body .info-box-content {
    box-shadow: 0 1px #11111114 inset;
    padding: 16px 0;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}

.v2-info-box .info-box .info-box-body .info-box-content p {
    margin: 0;
    padding: 0;
}

.v2-info-box .info-box .info-box-body .info-box-content strong {
    font-weight: 400;
    color: #0068b7;
}

.v2-info-box .info-input-collapse:nth-child(1):checked~article:nth-of-type(1) .collapse-plus,
.v2-info-box .info-input-collapse:nth-child(2):checked~article:nth-of-type(2) .collapse-plus,
.v2-info-box .info-input-collapse:nth-child(3):checked~article:nth-of-type(3) .collapse-plus {
    display: none;
}

.v2-info-box .info-input-collapse:nth-child(1):checked~article:nth-of-type(1) .collapse-minus,
.v2-info-box .info-input-collapse:nth-child(2):checked~article:nth-of-type(2) .collapse-minus,
.v2-info-box .info-input-collapse:nth-child(3):checked~article:nth-of-type(3) .collapse-minus {
    display: block;
}

.v2-info-box .info-input-collapse:nth-child(1):checked~article:nth-of-type(1) h2,
.v2-info-box .info-input-collapse:nth-child(2):checked~article:nth-of-type(2) h2,
.v2-info-box .info-input-collapse:nth-child(3):checked~article:nth-of-type(3) h2 {
    font-weight: 600;
}

.v2-info-box .info-input-collapse:nth-child(1):checked~article:nth-of-type(1) .info-box-body,
.v2-info-box .info-input-collapse:nth-child(2):checked~article:nth-of-type(2) .info-box-body,
.v2-info-box .info-input-collapse:nth-child(3):checked~article:nth-of-type(3) .info-box-body {
    max-height: 1000px;
}
.description-tabs .global-dropdown-list .global-dropdown-list__head {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    font-size: 12px;
    color: #999;
    padding: 0 20px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.description-tabs .global-dropdown-list.is-open .global-dropdown-list__head {
    color: #000;
}

.description-tabs .global-dropdown-list__main {
    padding: 0 5px 0 30px;
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

.description-tabs .global-dropdown-list__head .symbol {
    position: absolute;
    width: 40px;
    height: 30px;
    display: block;
    top: 25%;
    right: 2%;
}

.description-tabs .global-dropdown-list__head .symbol:before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #999;
    position: absolute;
    left: 10px;
    top: 11px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.description-tabs .global-dropdown-list__head .symbol:after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #999;
    position: absolute;
    right: 18px;
    top: 11px;
    transform: rotate(180deg);
}

.description-tabs .global-dropdown-list.is-open .symbol:before {
    transform: rotate(180deg);
    background: #000;
}

.description-tabs .global-dropdown-list.is-open .symbol:after {
    background: #000;
}

.product-detail__info .description-tabs strong {
    font-weight: 400;
    color: #0068b7;
}

.product-detail__info .description-tabs p {
    margin: 4px 0;
}

.product-detail__info .description-tabs a {
    color: #007aff;
}
@media (max-width:749.98px) {
    .pb-base-share-link-wrapper {
        right: -12px;
    }

    .pb-base-share-link-wrapper .a2a_kit:after {
        right: 10px;
    }

    .products-button-wrap {
        text-align: center;
    }

    .product-block-item {
        margin: 10px 0;
    }
}
.product-detail__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#lf-quick-add-modal-content {
  padding-inline: var(--page-padding);
}
.sku-review-right {
    transform: translateY(-1px);
    margin: 5px 0 2px;
}

@media (min-width: 960px) {
  .product-detail__info {
    width: 460px;
    background: #fff;
    padding: 15px 32px;
    border-radius: 8px;
    margin-bottom: 8px;
  }

  .product-detail[data-desktop-direction="row"] {
    z-index: var(--z-index-focus);
  }
  .product-detail[data-desktop-direction="row"] .product-detail__info,
  .product-detail[data-desktop-direction="row"] .product-detail__media {
    position: sticky;
    inset-block-start: var(--detail-padding-block-start, 0);
    z-index: var(--z-index-hover);
  }
  .product-detail[data-desktop-direction="row"] .product-detail__col--small {
    width: 34%;
  }

  .product-detail[data-desktop-direction="row"]
    .product-detail__col--small
    + .product-detail__col {
    width: 66%;
  }

  .product-detail[data-desktop-direction="row"] .product-detail__col--medium {
    width: 50%;
  }

  .product-detail[data-desktop-direction="row"]
    .product-detail__col--medium
    + .product-detail__col {
    width: 50%;
  }

  .product-detail[data-desktop-direction="row"] .product-detail__col--large {
    width: 66%;
  }

  .product-detail[data-desktop-direction="row"]
    .product-detail__col--large
    + .product-detail__col {
    width: 34%;
  }
}

@media (max-width: 959px) {
    .product-detail__info {
        width: 100%;
        padding: 0 10px;
    }

    .product-detail__title.hidden-empty.title3.text-left {
        border-top: 1px solid rgba(17, 17, 17, .04);
        padding: 10px 0 5px;
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
    }

    .product-detail-wrapper>.page-width {
        padding: 0;
    }

    theme-product-detail {
        padding-top: 0 !important;
    }

    .product-detail__price .notranslate {
        padding-left: 10px;
    }

    .global-dropdown-list-main {
        padding: 10px 5px 10px 15px;
    }
    nav.b2-breadcrumbs {
        display: none;
    }
    .coupon-image-bg{
        margin: 0;
    }
    .product-detail{
        row-gap: 0;
    }
    .my-review-list-con {
        text-align: right;
    }.product-detail-wrapper {
        background-color: #ffffff;
    }
}