@charset "UTF-8";
.productdetail-layout #main-slider .swiper-button-nav {
  display: none; }
  @media (max-width: 767px) {
    .productdetail-layout #main-slider .swiper-button-nav {
      display: block;
      bottom: 40%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 100%;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 15px; }
      .productdetail-layout #main-slider .swiper-button-nav .swiper-button-prev {
        border: 1px solid #fff;
        background: #fff; }
      .productdetail-layout #main-slider .swiper-button-nav .swiper-button-next {
        border: 1px solid #fff;
        background: #fff; } }

.productdetail-layout .selector-wrapper, .productdetail-layout .select {
  display: none; }

.productdetail-layout .select-swatch {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 11px; }
  .productdetail-layout .select-swatch .swatch {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .productdetail-layout .select-swatch .swatch input {
      display: none; }
    .productdetail-layout .select-swatch .swatch .swatch-element.no-img--loading label {
      background: #f6f6f6 !important;
      border: none !important;
      padding: 0 !important; }
    .productdetail-layout .select-swatch .swatch.swatch-color {
      margin-bottom: 28px; }
    .productdetail-layout .select-swatch .swatch .swatch-header.color {
      font-size: 16px; }
      .productdetail-layout .select-swatch .swatch .swatch-header.color > span.title {
        display: flex;
        gap: 8px;
        align-items: center; }
      .productdetail-layout .select-swatch .swatch .swatch-header.color > span > span:first-child {
        color: #3D3D3D;
        font-weight: 600;
        display: none; }
      .productdetail-layout .select-swatch .swatch .swatch-header.color > span > span:last-child {
        color: #434245;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px; }
      @media (max-width: 991px) {
        .productdetail-layout .select-swatch .swatch .swatch-header.color > span.title {
          justify-content: flex-end; } }
    .productdetail-layout .select-swatch .swatch .swatch-header.size {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 11px; }
      .productdetail-layout .select-swatch .swatch .swatch-header.size .title, .productdetail-layout .select-swatch .swatch .swatch-header.size .btn-sizeguide {
        text-decoration: underline;
        cursor: pointer;
        font-size: 12px;
        line-height: 18px;
        color: #110E11;
        font-weight: 400; }
      .productdetail-layout .select-swatch .swatch .swatch-header.size .btn-sizeguide svg {
        margin-left: 7px; }
    .productdetail-layout .select-swatch .swatch .select-swap {
      align-content: center;
      display: flex;
      flex-wrap: wrap;
      list-style: none; }
      .productdetail-layout .select-swatch .swatch .select-swap .swatch-element label {
        cursor: pointer;
        margin: 0; }
      .productdetail-layout .select-swatch .swatch .select-swap .swatch-element label.soldout, .productdetail-layout .select-swatch .swatch .select-swap .swatch-element label.hidebarcode {
        pointer-events: none; }
      .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color {
        gap: 16px; }
        .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element {
          -ms-flex-align: center;
          align-items: center;
          border: 2px solid rgba(176, 176, 176, 0);
          border-radius: 4px;
          display: -ms-flexbox;
          display: flex;
          height: 40px;
          width: 40px;
          position: relative; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element span {
            display: none; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label {
            position: relative;
            width: 40px;
            height: 40px;
            background: #f6f6f6;
            border-radius: 4px;
            left: 0px;
            top: 0px;
            position: absolute;
            display: block; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label:not(.default) {
              background-size: 90px;
              background-position: center; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.default {
              background-size: contain; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label img {
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
              height: 100%;
              border-radius: 4px;
              object-fit: contain; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.sd {
            -ms-flex-pack: center;
            justify-content: center;
            box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #3B3B3B; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai {
            box-shadow: none;
            border: 2px solid #B0B0B0;
            overflow: hidden; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label.unavai:before {
              content: ' ';
              display: block;
              height: 100%;
              left: 0;
              margin: 0;
              position: absolute;
              top: 0;
              width: 100%;
              background: linear-gradient(to top left, transparent calc(50% - 2px), #B0B0B0, transparent calc(50% + 2px)); }
        @media (max-width: 991px) {
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color {
            gap: 12px;
            justify-content: flex-end; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element {
              height: 24px;
              width: 24px; }
              .productdetail-layout .select-swatch .swatch .select-swap.select-swap--color .swatch-element label {
                width: 24px;
                height: 24px; } }
      .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size {
        gap: 8px;
        justify-content: flex-start; }
        .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element {
          height: auto;
          width: 73px; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element label {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 14px;
            line-height: 24px;
            border: 1px solid #262626;
            box-shadow: unset;
            position: relative;
            color: #262626;
            font-weight: 600; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.sd {
            background-color: #262626;
            border-color: #262626;
            color: #fff; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element:hover label:not(.soldout, .sd) {
            border: 1px solid #262626;
            background-color: #262626;
            color: #fff; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.soldout {
            background-color: #F6F6F6;
            color: #B0B0B0;
            border: 1px solid #f6f6f6;
            overflow: hidden;
            position: relative; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element label.soldout:before {
              content: ' ';
              display: block;
              height: calc(100% - 2px);
              left: 1px;
              margin: 0;
              position: absolute;
              top: 1px;
              width: calc(100% - 2px);
              background: linear-gradient(to top left, transparent calc(50% - 1px), #B0B0B0, transparent calc(50% + 1px)); }
        @media (max-width: 480px) {
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--size .swatch-element {
            /*height: 44px; width: calc((100% - (8px*2)) / 3) ;*/ } }
      .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd {
        gap: 8px;
        justify-content: flex-start; }
        .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element {
          height: 48px;
          width: 72px; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element label {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 16px;
            border: 1px solid #262626;
            box-shadow: unset;
            position: relative;
            color: #262626;
            font-weight: 600; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element label.sd {
            background-color: #262626;
            border-color: #262626;
            color: #fff; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element:hover label:not(.soldout, .sd) {
            border: 1px solid #262626;
            background-color: #262626;
            color: #fff; }
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element label.soldout {
            background-color: #F6F6F6;
            color: #B0B0B0;
            border: 1px solid #f6f6f6;
            overflow: hidden;
            position: relative; }
            .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element label.soldout:before {
              content: ' ';
              display: block;
              height: calc(100% - 2px);
              left: 1px;
              margin: 0;
              position: absolute;
              top: 1px;
              width: calc(100% - 2px);
              background: linear-gradient(to top left, transparent calc(50% - 1px), #B0B0B0, transparent calc(50% + 1px)); }
        @media (max-width: 480px) {
          .productdetail-layout .select-swatch .swatch .select-swap.select-swap--3rd .swatch-element {
            height: 44px;
            width: calc((100% - (8px*2)) / 3); } }
  @media (max-width: 991px) {
    .productdetail-layout .select-swatch .swatch-color {
      position: absolute;
      top: -20px;
      right: 0;
      margin-bottom: 0; } }

.productdetail-layout .productdetail--row {
  display: flex;
  gap: 24px;
  flex-direction: column; }
  .productdetail-layout .productdetail--row .productdetail--left,
  .productdetail-layout .productdetail--row .productdetail--right {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .productdetail-layout .productdetail--row .productdetail-info {
    position: relative; }
    .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper {
      display: flex;
      flex-direction: column; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews {
      display: flex;
      gap: 15px;
      align-items: flex-end; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--number {
      display: flex;
      align-items: center;
      gap: 4px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--number .number-rate {
      font-weight: 600;
      font-size: 12px;
      line-height: 18px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--number .number-rv {
      color: #6B6C6D;
      font-size: 12px;
      line-height: 18px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--btn a {
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      text-decoration: underline; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--star {
      position: relative;
      height: 20px;
      display: flex;
      align-items: center; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate {
      height: 20px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-fill {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0;
      overflow: hidden;
      white-space: nowrap;
      opacity: 1; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate span {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-size: cover;
      margin-right: 4px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate span:last-child {
      margin-right: 0; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate span.ic-star {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.40205 2.8778C9.59412 2.48869 9.69015 2.29413 9.82053 2.23197C9.93396 2.17789 10.0657 2.17789 10.1792 2.23197C10.3095 2.29413 10.4056 2.48869 10.5977 2.8778L12.4199 6.56944C12.4766 6.68432 12.5049 6.74176 12.5464 6.78635C12.5831 6.82584 12.6271 6.85783 12.6759 6.88056C12.7311 6.90623 12.7945 6.91549 12.9213 6.93402L16.9973 7.5298C17.4266 7.59253 17.6412 7.6239 17.7405 7.72874C17.8269 7.81995 17.8675 7.94529 17.8511 8.06985C17.8322 8.21302 17.6768 8.36436 17.3661 8.66702L14.4177 11.5387C14.3258 11.6282 14.2798 11.673 14.2502 11.7263C14.2239 11.7734 14.2071 11.8252 14.2006 11.8788C14.1933 11.9393 14.2041 12.0025 14.2258 12.129L14.9215 16.1851C14.9948 16.6129 15.0315 16.8269 14.9626 16.9538C14.9026 17.0642 14.796 17.1417 14.6724 17.1646C14.5304 17.1909 14.3383 17.0899 13.9541 16.8879L10.3102 14.9716C10.1966 14.9119 10.1398 14.882 10.08 14.8703C10.0271 14.8599 9.97262 14.8599 9.91966 14.8703C9.85986 14.882 9.80309 14.9119 9.68955 14.9716L6.04561 16.8879C5.66143 17.0899 5.46935 17.1909 5.32731 17.1646C5.20374 17.1417 5.09711 17.0642 5.03712 16.9538C4.96817 16.8269 5.00486 16.6129 5.07823 16.1851L5.77391 12.129C5.7956 12.0025 5.80644 11.9393 5.7991 11.8788C5.79261 11.8252 5.77576 11.7734 5.74951 11.7263C5.71986 11.673 5.6739 11.6282 5.58199 11.5387L2.63364 8.66702C2.32289 8.36436 2.16752 8.21302 2.14861 8.06985C2.13216 7.94529 2.1728 7.81995 2.25921 7.72874C2.35853 7.6239 2.57315 7.59253 3.00237 7.5298L7.07843 6.93402C7.20519 6.91549 7.26857 6.90623 7.32377 6.88056C7.37264 6.85783 7.41664 6.82584 7.45332 6.78635C7.49476 6.74176 7.52311 6.68432 7.57982 6.56944L9.40205 2.8778Z' fill='%23ffffff' stroke='%23D0B999' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate span.ic-star-fill {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.40205 2.8778C9.59412 2.48869 9.69015 2.29413 9.82053 2.23197C9.93396 2.17789 10.0657 2.17789 10.1792 2.23197C10.3095 2.29413 10.4056 2.48869 10.5977 2.8778L12.4199 6.56944C12.4766 6.68432 12.5049 6.74176 12.5464 6.78635C12.5831 6.82584 12.6271 6.85783 12.6759 6.88056C12.7311 6.90623 12.7945 6.91549 12.9213 6.93402L16.9973 7.5298C17.4266 7.59253 17.6412 7.6239 17.7405 7.72874C17.8269 7.81995 17.8675 7.94529 17.8511 8.06985C17.8322 8.21302 17.6768 8.36436 17.3661 8.66702L14.4177 11.5387C14.3258 11.6282 14.2798 11.673 14.2502 11.7263C14.2239 11.7734 14.2071 11.8252 14.2006 11.8788C14.1933 11.9393 14.2041 12.0025 14.2258 12.129L14.9215 16.1851C14.9948 16.6129 15.0315 16.8269 14.9626 16.9538C14.9026 17.0642 14.796 17.1417 14.6724 17.1646C14.5304 17.1909 14.3383 17.0899 13.9541 16.8879L10.3102 14.9716C10.1966 14.9119 10.1398 14.882 10.08 14.8703C10.0271 14.8599 9.97262 14.8599 9.91966 14.8703C9.85986 14.882 9.80309 14.9119 9.68955 14.9716L6.04561 16.8879C5.66143 17.0899 5.46935 17.1909 5.32731 17.1646C5.20374 17.1417 5.09711 17.0642 5.03712 16.9538C4.96817 16.8269 5.00486 16.6129 5.07823 16.1851L5.77391 12.129C5.7956 12.0025 5.80644 11.9393 5.7991 11.8788C5.79261 11.8252 5.77576 11.7734 5.74951 11.7263C5.71986 11.673 5.6739 11.6282 5.58199 11.5387L2.63364 8.66702C2.32289 8.36436 2.16752 8.21302 2.14861 8.06985C2.13216 7.94529 2.1728 7.81995 2.25921 7.72874C2.35853 7.6239 2.57315 7.59253 3.00237 7.5298L7.07843 6.93402C7.20519 6.91549 7.26857 6.90623 7.32377 6.88056C7.37264 6.85783 7.41664 6.82584 7.45332 6.78635C7.49476 6.74176 7.52311 6.68432 7.57982 6.56944L9.40205 2.8778Z' fill='%230DBC6E' stroke='%23D0B999' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-left {
      display: flex;
      gap: 12px;
      align-items: flex-end; }
    @media (max-width: 350px) {
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .pr-reviews--star {
        height: 14px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate {
        height: 18px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews .star-rate span {
        width: 14px;
        height: 14px;
        margin-right: 2px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews * {
        font-size: 12px; } }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--banners {
      margin: 0 0 16px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .pr-vendor {
      color: var(--skin-text-color-2);
      display: inline-block;
      font-size: 12px;
      font-weight: 400; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .status_label {
      padding: 3px 6px;
      font-size: 12px;
      font-weight: 600;
      line-height: 10px;
      margin-left: 15px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .status_label.online_online {
        background: linear-gradient(90deg, #E7DAAF 0%, #EAD8AF 55%, #D0B999 100%); }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .status_label.coming_soon {
        background: #de3024;
        color: #fff; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .status_label.pre_order {
        background: #de3024;
        color: #fff;
        position: relative; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .status_label.pre_order:after {
          content: "";
          width: 18px;
          height: 100%;
          background: #de3124;
          display: inline-block;
          position: absolute;
          top: 0;
          left: 100%;
          border-radius: 0 0 100% 0; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .pr-title {
      font-size: 16px;
      font-weight: 500;
      margin: 4px 0 5px;
      /*text-transform: uppercase;*/ }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices * {
        display: inline-flex;
        align-items: center; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .pr-price {
        display: flex;
        align-items: flex-end;
        gap: 12px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price {
        font-size: 14px;
        font-weight: 500; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price-compare {
        font-size: 12px;
        font-weight: 400;
        color: #ABAAAC;
        padding-bottom: 2px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price-percent {
        font-size: 12px;
        font-weight: 400;
        color: #027A4A;
        padding-bottom: 2px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price-promo {
        color: #3D3D3D;
        font-weight: 500; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .pr-vat {
        font-size: 10px;
        line-height: 16px;
        color: #2C292C; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions button {
      width: 100%;
      outline: none;
      height: 48px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-controls {
      display: flex;
      gap: 8px; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart {
      width: calc(100% - 8px - 48px);
      font-size: 10px;
      padding: 16px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart:not(.disabled):hover {
        background-color: #262626;
        border-color: #262626;
        color: #ffffff; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.disabled {
        background: #E7E7E7;
        border-color: #E7E7E7;
        color: #8C8C8C;
        cursor: not-allowed; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.disabled svg path {
          stroke: #8C8C8C; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.btnred {
        background: #c60a00;
        border-color: #c60a00;
        color: #fff; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.loading {
        background-color: #262626;
        position: relative;
        border-color: #262626; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.loading:before {
          content: "";
          animation: load .8s linear 0s infinite;
          border: 2px solid transparent;
          border-left: 2px solid #fff;
          border-radius: 50%;
          border-top: 2px solid #fff;
          height: 20px;
          left: 50%;
          margin: 0;
          position: absolute;
          top: 25%;
          width: 20px;
          z-index: 2; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.loading:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: #262626;
          z-index: 1; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.loading:hover {
          background-color: #ffcad4;
          border-color: #ffcad4; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.loading span {
          display: none; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added {
        position: relative;
        background-color: #27251f;
        animation: addedToBag 3s ease-in-out;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added:before {
          content: "";
          border: 3px solid #ffffff;
          border-right: 0;
          border-top: 0;
          height: 8px;
          position: relative;
          top: -3px;
          transform: rotate(-47deg);
          width: 17px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added:after {
          content: "Đã thêm";
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added:hover {
          background-color: #27251f;
          border-color: #27251f;
          color: #fff; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added span, .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .add-cart.added svg {
          display: none; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .btn-store:not(.disabled):hover {
      background-color: var(--skin-secondary-bgbtn-color);
      border-color: var(--skin-secondary-bgbtn-color);
      color: #fff; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .btn-store.disabled {
      cursor: not-allowed; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      justify-content: center;
      background: #fff;
      border: 1px solid #262626;
      padding: 0;
      outline: none;
      width: 48px;
      height: 48px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist svg {
        width: 20px;
        height: 20px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist span {
        text-decoration: underline; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist svg.filled {
        display: none; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist.active svg:not(.filled) {
        display: none; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--actions .pr-button-wishlist.active svg.filled {
        display: block;
        fill: #110E11; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo {
      margin: 28px 0; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo * {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo .pr-extrainfo {
        display: flex;
        gap: 0px; }
      .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo .pr-estdelivery {
        flex: 1 1 auto; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo .pr-estdelivery .title {
          font-weight: 400; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--extrainfo .pr-estdelivery .datetime {
          color: #434245; }
    .productdetail-layout .productdetail--row .productdetail-info .pr-infos--disclaimer .pr-disclaimer {
      padding: 0px 16px;
      background: #F6F6F6;
      font-size: 10px;
      line-height: 16px; }
  .productdetail-layout .productdetail--row .productdetail-gallery .pr-gallery--item > .pr-gallery--aspect-ratio {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: flex; }
    .productdetail-layout .productdetail--row .productdetail-gallery .pr-gallery--item > .pr-gallery--aspect-ratio img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-color: #f6f6f6;
      z-index: 1; }
  .productdetail-layout .productdetail--row .pr-gallery--list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 -16px; }
    .productdetail-layout .productdetail--row .pr-gallery--list .pr-gallery--item {
      flex: 0 0 auto;
      width: 100vw;
      /*
          -webkit-flex: 0 0 calc((100% - (4px*1))/2);
          flex: 0 0 calc((100% - (4px*1))/2);
          max-width: calc((100% - (4px*1))/2);
        
          &.i-1, &.i-2 {
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
          }
          &.i-1 {order:1}
          &.i-3 {order:2}
          &.i-4 {order:3}
          &.i-2 {order:4}
          &.i-5 {order:5}
          &.i-6 {order:6}
        */ }
  @media (min-width: 992px) {
    .productdetail-layout .productdetail--row {
      flex-direction: row;
      gap: 40px; }
      .productdetail-layout .productdetail--row .productdetail--left {
        -webkit-flex: 0 0 calc(63% - 40px);
        flex: 0 0 calc(63% - 40px);
        max-width: calc(63% - 40px); }
      .productdetail-layout .productdetail--row .productdetail--right {
        -webkit-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%; }
      .productdetail-layout .productdetail--row .pr-gallery--list {
        gap: 16px;
        margin: 0; }
        .productdetail-layout .productdetail--row .pr-gallery--list .pr-gallery--item {
          -webkit-flex: 0 0 calc((100% - (16px*3))/4);
          flex: 0 0 calc((100% - (16px*3))/4);
          max-width: calc((100% - (16px*3))/4);
          order: 1 !important; }
          .productdetail-layout .productdetail--row .pr-gallery--list .pr-gallery--item.i-1, .productdetail-layout .productdetail--row .pr-gallery--list .pr-gallery--item.i-2 {
            -webkit-flex: 0 0 calc((100% - 16px)/2);
            flex: 0 0 calc((100% - 16px)/2);
            max-width: calc((100% - 16px)/2); }
      .productdetail-layout .productdetail--row .productdetail-gallery {
        padding: 24px 0 40px; }
      .productdetail-layout .productdetail--row .productdetail-info {
        padding: 24px 0 40px; }
        .productdetail-layout .productdetail--row .productdetail-info .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
          padding: 0 0 15px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .pr-cate {
          font-size: 14px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--heading .pr-title {
          font-size: 20px;
          line-height: 30px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .pr-price {
          gap: 16px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price {
          font-size: 20px;
          line-height: 30px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price-compare {
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          padding-bottom: 0px; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--prices .price-percent {
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          padding-bottom: 0px; }
        .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper {
          gap: 5px; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper > [class*="pr-infos--"] {
            order: 0;
            width: 100%; }
        .productdetail-layout .productdetail--row .productdetail-info .pr-infos--reviews {
          margin: 28px 0 16px; } }
  @media (max-width: 991px) {
    .productdetail-layout .productdetail--row {
      /*
      .swatch-size:not(.open){
        display: none;
      }
      .swatch-size.open{
        margin: 0 0 24px;
      }
      */ }
      .productdetail-layout .productdetail--row .productdetail-info {
        position: relative; }
        .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper {
          gap: 0; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--heading {
            order: 0;
            width: 100%;
            margin-top: 10.5px; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--prices {
            margin-bottom: 13.5px;
            gap: 4px; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--variants {
            order: 2; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--actions {
            order: 3;
            padding-bottom: 8px; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--reviews {
            order: 4; }
            .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--reviews .pr-reviews {
              justify-content: space-between; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--banners {
            order: 1; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--extrainfo {
            order: 5; }
          .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--disclaimer {
            order: 6; }
            .productdetail-layout .productdetail--row .productdetail-info .detail-wrapper .pr-infos--disclaimer .pr-disclaimer {
              padding: 20px 16px; } }
  @media (max-width: 767px) {
    .productdetail-layout .productdetail--row #main-slider {
      margin: 0 -16px; }
      .productdetail-layout .productdetail--row #main-slider:not(.swiper-initialized) {
        overflow: unset !important; }
        .productdetail-layout .productdetail--row #main-slider:not(.swiper-initialized) .pr-gallery--list {
          flex-wrap: nowrap;
          gap: 0;
          overflow: hidden;
          margin: 0;
          width: 100%; }
      .productdetail-layout .productdetail--row #main-slider.swiper-initialized .pr-gallery--list {
        flex-wrap: nowrap;
        gap: 0;
        margin: 0; }
      .productdetail-layout .productdetail--row #main-slider.swiper-initialized .swiper-pagination {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        gap: 5px;
        bottom: 20px; }
        .productdetail-layout .productdetail--row #main-slider.swiper-initialized .swiper-pagination .swiper-pagination-bullet {
          flex: 0 1 auto;
          width: 25px;
          border-radius: 0;
          height: 2px;
          background: #000;
          opacity: 0.3; }
          .productdetail-layout .productdetail--row #main-slider.swiper-initialized .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
            background: #fff; }
    .productdetail-layout .productdetail--row .detail-wrapper.sticky {
      position: fixed;
      z-index: 90;
      background: #fff;
      left: 0;
      bottom: 0;
      padding: 24px 20px;
      border-top: 1px solid #110E11; }
      .productdetail-layout .productdetail--row .detail-wrapper.sticky .select-swatch .swatch-color {
        top: 20px;
        right: 20px; }
      .productdetail-layout .productdetail--row .detail-wrapper.sticky .pr-infos--prices {
        margin-bottom: 5px; }
      .productdetail-layout .productdetail--row .detail-wrapper.sticky .pr-infos--actions {
        padding-bottom: 0; }
    .productdetail-layout .productdetail--row .detail-wrapper.sticky > div:not(.sticky_show) {
      display: none; }
    .productdetail-layout .productdetail--row .detail-wrapper .pr-controls {
      position: fixed;
      left: 0;
      bottom: 0;
      background: #fff;
      padding: 5px 16px;
      width: 100vw;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      z-index: 90; } }

.productdetail-layout .description-content.review {
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-top: none; }

.productdetail-layout .description-productdetail img {
  width: 100%;
  height: auto; }

.productdetail-layout .description-productdetail table {
  min-width: initial !important; }

.productdetail-layout .detail--expandable .expandable--inner {
  position: relative;
  overflow: hidden; }
  .productdetail-layout .detail--expandable .expandable--inner:after {
    content: '';
    transition-property: top;
    transition-duration: 300ms;
    display: none;
    transition-timing-function: ease-in-out;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 100%);
    position: absolute;
    top: calc(100% - 6.25em);
    left: 0;
    height: 6.25em;
    width: 100%; }
  .productdetail-layout .detail--expandable .expandable--inner * {
    max-width: 100% !important;
    font-size: 12px;
    line-height: 20px; }
  .productdetail-layout .detail--expandable .expandable--inner ul {
    list-style: initial;
    padding-left: 20px;
    list-style-position: inside; }
  .productdetail-layout .detail--expandable .expandable--inner ol {
    list-style-type: decimal;
    padding-left: 20px; }
  .productdetail-layout .detail--expandable .expandable--inner ul ul {
    list-style-type: circle; }
  .productdetail-layout .detail--expandable .expandable--inner ul ul ul {
    list-style-type: square; }
  .productdetail-layout .detail--expandable .expandable--inner > hr:last-child {
    display: none; }
  .productdetail-layout .detail--expandable .expandable--inner a {
    color: #007bff; }
    .productdetail-layout .detail--expandable .expandable--inner a:hover {
      color: #000; }

.productdetail-layout .detail--expandable .expandable--trigger .btn-viewmore, .productdetail-layout .detail--expandable .expandable--trigger .btn-closemore {
  display: inline-block;
  outline: none;
  padding: 6px 20px;
  color: var(--maincolor);
  background: #fff;
  border: 1px solid transparent; }
  .productdetail-layout .detail--expandable .expandable--trigger .btn-viewmore span, .productdetail-layout .detail--expandable .expandable--trigger .btn-closemore span {
    background-image: linear-gradient(to right, transparent 0%, transparent 100%);
    background-size: 100% 1px;
    background-position: 0px 90%;
    background-repeat: no-repeat; }

.productdetail-layout .detail--expandable .expandable--trigger .btn-viewmore {
  border-color: var(--maincolor); }
  .productdetail-layout .detail--expandable .expandable--trigger .btn-viewmore:hover, .productdetail-layout .detail--expandable .expandable--trigger .btn-viewmore:focus {
    color: #ffffff;
    background: var(--maincolor); }

.productdetail-layout .detail--expandable .expandable--trigger .btn-closemore {
  padding-left: 0;
  padding-right: 0; }
  .productdetail-layout .detail--expandable .expandable--trigger .btn-closemore span {
    background-image: linear-gradient(to right, var(--maincolor) 0%, var(--maincolor) 100%);
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }

.productdetail-layout .detail--expandable .expandable--trigger .btn-hidemore {
  visibility: hidden; }

.productdetail-layout .detail--expandable .expandable--inner.opened {
  height: 300px; }
  .productdetail-layout .detail--expandable .expandable--inner.opened:after {
    display: block; }

.productdetail-layout .detail--expandable .expandable--inner.expanded + .expandable--trigger {
  display: block; }

.productdetail-layout .pr-infos--tabs .tabs-nav {
  position: relative;
  z-index: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px; }
  .productdetail-layout .pr-infos--tabs .tabs-nav li a {
    font-size: 16px;
    border-bottom: 1px solid transparent;
    display: block;
    padding: 12px 54px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #5D5D5B;
    font-size: 12px;
    line-height: 18px; }
  .productdetail-layout .pr-infos--tabs .tabs-nav li.tab-active a {
    border-bottom: 1px solid #757164;
    color: #2C292C;
    cursor: default; }

.productdetail-layout .pr-infos--tabs .tabs-stage {
  clear: both;
  padding: 32px 0;
  position: relative;
  top: 0px;
  border-top: 1px solid #D1D1D1; }
  .productdetail-layout .pr-infos--tabs .tabs-stage > div {
    display: none; }
    .productdetail-layout .pr-infos--tabs .tabs-stage > div.active {
      display: block; }

@media (max-width: 991px) {
  .productdetail-layout .pr-infos--tabs {
    margin-top: 24px; }
    .productdetail-layout .pr-infos--tabs .tabs-nav {
      overflow-x: scroll;
      white-space: nowrap; }
      .productdetail-layout .pr-infos--tabs .tabs-nav::-webkit-scrollbar {
        display: none; }
      .productdetail-layout .pr-infos--tabs .tabs-nav li a {
        font-size: 14px;
        padding: 12px 0px; } }

.productdetail-layout .section-collection-s2 {
  margin-bottom: 48px; }

@media (max-width: 991px) {
  .productdetail-layout .section-collection-s2 {
    margin-bottom: 0; } }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: #ffffff;
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px; }
  .fancybox__container .fancybox__toolbar {
    --f-button-width: 44px;
    --f-button-height: 44px;
    --f-button-color: #262626;
    --f-button-hover-color: #262626;
    --f-button-bg: #ffffff;
    --f-button-hover-bg: #ffffff;
    --f-button-active-bg: #ffffff;
    animation: none !important; }
    .fancybox__container .fancybox__toolbar .f-button {
      box-shadow: none; }
      .fancybox__container .fancybox__toolbar .f-button svg {
        filter: none; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-left button {
      position: fixed;
      top: 0;
      bottom: 0;
      margin: auto; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-left button[data-fancybox-prev] {
      left: 32px; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-left button[data-fancybox-next] {
      right: 32px; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-middle {
      position: fixed;
      bottom: 24px;
      left: 0;
      right: 0;
      margin: auto;
      justify-content: center;
      gap: 8px; }
      .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-middle button[data-panzoom-action="zoomIn"] {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4998 4.16663V15.8333M4.6665 9.99996H16.3332' stroke='%23262626' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
        .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-middle button[data-panzoom-action="zoomIn"] svg {
          display: none; }
      .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-middle button[data-panzoom-action="zoomOut"] {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.6665 10H16.3332' stroke='%238C8C8C' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
        .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-middle button[data-panzoom-action="zoomOut"] svg {
          display: none; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-right button:nth-child(1), .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-right button:nth-child(2) {
      display: none !important; }
    .fancybox__container .fancybox__toolbar .fancybox__toolbar__column.is-right button[data-fancybox-close] {
      position: absolute;
      right: 32px;
      top: 32px; }
  .fancybox__container .fancybox__nav {
    animation: none !important; }
  .fancybox__container .fancybox__footer {
    display: none !important; }

.hrv-crv-rating__group-right {
  display: none; }
  .hrv-crv-rating__group-right.done {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hrv-crv-rating__group-right.done > div:not(#start_rating) {
      display: none; }

#start_rating {
  height: 56px;
  background: #fff;
  padding: 16px 22px;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px; }

.crv-hrvmodal.open {
  width: 90%; }
  @media (min-width: 768px) {
    .crv-hrvmodal.open {
      width: 632px; } }

.crv-hrvmodal-base--list {
  padding: 0;
  height: auto; }

.crv-hrvmodal--header__title {
  font-size: 0 !important;
  font-weight: 700;
  text-transform: uppercase; }

.crv-hrvmodal--header__title:after {
  content: "Viết bài đánh giá";
  font-size: 20px !important;
  line-height: 25px; }

.crv-hrvmodal--content {
  padding: 40px; }
  @media (max-width: 767px) {
    .crv-hrvmodal--content {
      padding: 20px; } }

.crv-hrvmodal--header + hr {
  display: none; }

.crv-hrvmodal--body {
  margin-top: 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px; }
  .crv-hrvmodal--body > div {
    width: 100%;
    align-items: flex-start; }
  .crv-hrvmodal--body .crv-hrvmodal--body-header {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    order: 0; }
    .crv-hrvmodal--body .crv-hrvmodal--body-header:before {
      content: "Đánh giá tổng quan";
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
  @media (max-width: 767px) {
    .crv-hrvmodal--body {
      padding: 20px 5px 20px 0; } }

.hrv-crv-ritem__img-preview-product {
  display: none; }

.crv-hrvmodal--body-pproduct__title {
  display: none; }

.crv-hrvmodal--body-preview-product {
  display: none !important; }

.hrv-crv-rating__groups {
  gap: 12px; }

.hrv-crv-rating__box {
  border: none !important;
  max-width: unset !important;
  min-width: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  width: 32px;
  height: 32px; }
  .hrv-crv-rating__box svg {
    width: 100%;
    height: 100%; }
  .hrv-crv-rating__box.active {
    border: none !important;
    background: none !important; }
    .hrv-crv-rating__box.active svg * {
      stroke: #000 !important;
      fill: #000 !important; }

.crv-hrvmodal--header__range-label {
  width: 100%;
  font-size: 12px;
  color: #6b6c6d; }

.hrv-crv-rating-question-groups:not(.question_cus) {
  order: 3;
  flex-direction: column-reverse; }

.hrv-crv-rating-question-groups.question_cus {
  order: 1;
  flex-direction: column-reverse !important; }
  .hrv-crv-rating-question-groups.question_cus .hrv-crv-rating-question-item_answer-groups {
    flex-wrap: wrap; }
    .hrv-crv-rating-question-groups.question_cus .hrv-crv-rating-question-item_answer-groups .hrv-crv-rating-question-item_question {
      width: 100%; }

.hrv-crv-rating-question-item_question {
  font-weight: 700; }

.hrv-crv-customer-groups-content {
  order: 2; }
  .hrv-crv-customer-groups-content .crv-hrvmodal-label-groups {
    flex-wrap: wrap;
    margin-bottom: 12px; }
    .hrv-crv-customer-groups-content .crv-hrvmodal-label-groups .crv-label {
      font-size: 0; }
      .hrv-crv-customer-groups-content .crv-hrvmodal-label-groups .crv-label:before {
        content: "Chia sẻ thêm về trải nghiệm của bạn";
        font-size: 14px !important;
        line-height: 20px;
        font-weight: bold; }
    .hrv-crv-customer-groups-content .crv-hrvmodal-label-groups:after {
      content: "Hãy kể cho người khác về sản phẩm này. Bạn cảm thấy như thế nào về chất lượng, độ thoải mái?";
      font-size: 14px !important;
      line-height: 20px; }
  .hrv-crv-customer-groups-content #crv-hrvmodal--content-rating {
    min-height: 160px; }

.hrv-crv-rating-question-item[data-type="circle"],
.hrv-crv-rating-question-item[data-type="star"] {
  flex-direction: row;
  flex-wrap: wrap; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups {
  width: calc((100% - 20px) / 5);
  flex-wrap: wrap; }

.hrv-crv-rating-question-item[data-type="circle"] > div {
  flex: 0 0 auto; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_question,
.hrv-crv-rating-question-item[data-type="star"] .hrv-crv-rating-question-item_question {
  width: 100%; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups:nth-child(2):after {
  content: "";
  position: absolute;
  width: calc(100% * 5 - 70px);
  height: 2px;
  background: #000;
  left: 5px;
  top: 30px; }
  @media (max-width: 767px) {
    .hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups:nth-child(2):after {
      width: calc(100% * 5 - 20px); } }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups {
  position: relative;
  padding-top: 20px; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups input {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups > * {
  flex: 0 0 auto; }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups > label {
  width: 24px;
  font-size: 0;
  position: absolute;
  background: transparent;
  height: 24px;
  border-radius: 50%;
  z-index: 2; }

.hrv-crv-rating-question-item[data-type="circle"][data-question="size"] .hrv-crv-rating-question-item_answer-groups:nth-child(2):before {
  content: "Quá chật";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 12px; }

.hrv-crv-rating-question-item[data-type="circle"][data-question="size"] .hrv-crv-rating-question-item_answer-groups:nth-child(4):before {
  content: "Hoàn hảo";
  position: absolute;
  left: -50%;
  top: -5px;
  font-size: 12px;
  transform: translateX(50%); }

.hrv-crv-rating-question-item[data-type="circle"][data-question="size"] .hrv-crv-rating-question-item_answer-groups:nth-child(6):before {
  content: "Quá rộng";
  position: absolute;
  left: -50%;
  top: -5px;
  font-size: 12px;
  transform: translateX(50%); }

.hrv-crv-rating-question-item[data-type="circle"][data-question="width"] .hrv-crv-rating-question-item_answer-groups:nth-child(2):before {
  content: "Quá nhỏ";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 12px; }

.hrv-crv-rating-question-item[data-type="circle"][data-question="width"] .hrv-crv-rating-question-item_answer-groups:nth-child(4):before {
  content: "Hoàn hảo";
  position: absolute;
  left: -50%;
  top: -5px;
  font-size: 12px;
  transform: translateX(50%); }

.hrv-crv-rating-question-item[data-type="circle"][data-question="width"] .hrv-crv-rating-question-item_answer-groups:nth-child(6):before {
  content: "Quá lớn";
  position: absolute;
  left: -50%;
  top: -5px;
  font-size: 12px;
  transform: translateX(50%); }

.hrv-crv-rating-question-item[data-type="circle"] .hrv-crv-rating-question-item_answer-groups > input:checked + label {
  background: #000;
  background-image: url("https://file.hstatic.net/200000887901/file/check.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center; }

.hrv-crv-rating-question-item[data-type="star"] .hrv-crv-rating-question-item_answer-groups {
  width: 32px;
  height: 32px;
  flex-wrap: wrap;
  position: relative; }

.hrv-crv-rating-question-item[data-type="star"] .hrv-crv-rating-question-item_answer-groups input {
  width: 32px;
  height: 32px;
  opacity: 0; }

.hrv-crv-rating-question-item[data-type="star"] .hrv-crv-rating-question-item_answer-groups label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url("https://file.hstatic.net/200000887901/file/star_nomal.png") no-repeat; }

.hrv-crv-rating-question-item[data-type="star"] .hrv-crv-rating-question-item_answer-groups.active label {
  background: url(https://file.hstatic.net/200000887901/file/star_active.png) no-repeat; }

.crv-hrvmodal-choose-image {
  order: 5; }

.hrv-crv-modal__actions {
  order: 6; }

.crv-choose-image__input {
  border-color: #000 !important; }

.crv-choose-image__input svg * {
  fill: #000; }

.hrv-crv-button.hrv-crv-button--send-rating.primary {
  background-color: #000 !important;
  border-color: #000 !important; }
