/*--------------------------------------------------------------------------------
PRODUCT DETAIL
--------------------------------------------------------------------------------*/
.layout-productDetail .productDetail-main {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  @media (min-width: 992px) {
    .layout-productDetail .productDetail-main {
      flex-direction: row;
      margin-bottom: 56px; }
      .layout-productDetail .productDetail-main .product-gallery {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .layout-productDetail .productDetail-main .product-info {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 50px; } }

.layout-productDetail .product-gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.layout-productDetail .product-gallery__slide img {
  border-radius: 8px; }

.layout-productDetail .product-gallery__slide .boxlazy-img__insert {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden; }

.layout-productDetail .product-gallery__slide .boxlazy-img__aspect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .layout-productDetail .product-gallery__slide .boxlazy-img__aspect iframe {
    max-height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    overflow: hidden; }

.layout-productDetail .product-gallery__slide .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  background-color: none;
  outline: none; }
  .layout-productDetail .product-gallery__slide .slick-arrow.slick-prev {
    left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 511.993 511.993' style='transform: rotate(180deg);'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.292,235.408H20.59c-11.372,0-20.59,9.224-20.59,20.59c0,11.366,9.217,20.59,20.59,20.59h466.702 c11.372,0,20.59-9.217,20.59-20.59C507.882,244.625,498.665,235.408,487.292,235.408z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.96,241.434L304.187,39.653c-8.044-8.037-21.07-8.037-29.114,0c-8.044,8.044-8.044,21.084,0,29.121l187.216,187.223 L275.073,443.221c-8.044,8.037-8.044,21.077,0,29.114c4.022,4.022,9.286,6.033,14.557,6.033s10.535-2.011,14.557-6.033	l201.773-201.78C514.004,262.511,514.004,249.47,505.96,241.434z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .layout-productDetail .product-gallery__slide .slick-arrow.slick-next {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 511.993 511.993'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.292,235.408H20.59c-11.372,0-20.59,9.224-20.59,20.59c0,11.366,9.217,20.59,20.59,20.59h466.702 c11.372,0,20.59-9.217,20.59-20.59C507.882,244.625,498.665,235.408,487.292,235.408z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M505.96,241.434L304.187,39.653c-8.044-8.037-21.07-8.037-29.114,0c-8.044,8.044-8.044,21.084,0,29.121l187.216,187.223 L275.073,443.221c-8.044,8.037-8.044,21.077,0,29.114c4.022,4.022,9.286,6.033,14.557,6.033s10.535-2.011,14.557-6.033	l201.773-201.78C514.004,262.511,514.004,249.47,505.96,241.434z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-productDetail .product-gallery__slide:not(.slick-initialized) {
  display: flex; }
  .layout-productDetail .product-gallery__slide:not(.slick-initialized) .product-gallery__photo {
    flex: 0 0 100%;
    max-width: 100%; }

.layout-productDetail .product-gallery__thumb {
  display: none; }
  .layout-productDetail .product-gallery__thumb .slick-slide {
    margin: 5px 0;
    overflow: hidden;
    border-radius: 8px; }
  .layout-productDetail .product-gallery__thumb .slick-slide.slick-current {
    border: 1px solid #33383C; }
  .layout-productDetail .product-gallery__thumb .product-thumb__link {
    display: block; }
  .layout-productDetail .product-gallery__thumb:not(.slick-initialized) {
    display: flex;
    flex-direction: column;
    height: 580px; }
    .layout-productDetail .product-gallery__thumb:not(.slick-initialized) .product-thumb {
      flex: 0 0 100%;
      max-width: 100%; }

.layout-productDetail .product-info {
  position: relative; }
  .layout-productDetail .product-info .info-header {
    margin-bottom: 16px; }
  .layout-productDetail .product-info .info-body {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .layout-productDetail .product-info .product-name {
    margin-bottom: 8px; }
    .layout-productDetail .product-info .product-name h1 {
      font-size: 20px;
      margin: 0;
      font-weight: 700; }
  .layout-productDetail .product-info .product-meta {
    font-size: 12px; }
    .layout-productDetail .product-info .product-meta span + span:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 10px;
      background: var(--shop-color-border);
      margin: 0 7px; }
  .layout-productDetail .product-info .product-price {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .layout-productDetail .product-info .product-price .pro-box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px; }
    .layout-productDetail .product-info .product-price .pro-price {
      font-size: 20px;
      font-weight: 700; }
      .layout-productDetail .product-info .product-price .pro-price.highlight {
        color: #A70F17; }
    .layout-productDetail .product-info .product-price .pro-percent {
      display: inline-flex;
      min-width: 40px;
      padding: 2px 4px;
      margin-left: 18px;
      background: #A70F17;
      color: #fff;
      text-align: center;
      font-weight: 600;
      font-size: 10px;
      border-radius: 4px;
      white-space: nowrap; }
    .layout-productDetail .product-info .product-price .pro-compare {
      font-size: 14px;
      color: #7B8487;
      font-weight: 400; }
  .layout-productDetail .product-info .product-variants {
    position: relative;
    z-index: 1; }
    .layout-productDetail .product-info .product-variants .select-swatch {
      gap: 8px; }
    .layout-productDetail .product-info .product-variants .select-swatch .swatch .select-title {
      font-size: 16px; }
  .layout-productDetail .product-info .product-quantity {
    --size: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .layout-productDetail .product-info .product-quantity .pro-qty {
      display: inline-flex;
      align-items: center; }
    .layout-productDetail .product-info .product-quantity .qty-value {
      background: transparent;
      color: #33383C;
      font-weight: 500;
      font-size: 18px;
      height: var(--size);
      line-height: var(--size);
      width: calc(var(--size)*2);
      padding: 0;
      text-align: center;
      border: 1px solid #33383C;
      border-left: none;
      border-right: none;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .layout-productDetail .product-info .product-quantity .qty-value:focus {
        outline: none; }
    .layout-productDetail .product-info .product-quantity .qty-btn {
      background: transparent;
      border: 1px solid #33383C;
      cursor: pointer;
      font-weight: 500;
      font-size: 18px;
      outline: none;
      height: var(--size);
      line-height: var(--size);
      width: var(--size);
      text-align: center;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .layout-productDetail .product-info .product-quantity .qty-btn svg {
        display: block;
        width: 12px;
        height: 100%;
        margin: 0 auto;
        fill: #33383C;
        transition: all .2s ease-in-out; }
      .layout-productDetail .product-info .product-quantity .qty-btn[aria-label="minus-quantity"] {
        border-radius: 8px 0 0 8px; }
      .layout-productDetail .product-info .product-quantity .qty-btn[aria-label="plus-quantity"] {
        border-radius: 0 8px 8px 0; }
      .layout-productDetail .product-info .product-quantity .qty-btn:hover svg {
        fill: #33383C; }
  .layout-productDetail .product-info .size-guide .btn-size-guide {
    font-size: 14px;
    color: #7B8487;
    font-weight: 500;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    text-decoration: underline; }
  .layout-productDetail .product-info .product-actions {
    margin-top: 8px; }
    .layout-productDetail .product-info .product-actions .action-buys {
      display: flex;
      gap: 10px; }
      .layout-productDetail .product-info .product-actions .action-buys button {
        width: 100%; }
    .layout-productDetail .product-info .product-actions .action-link .link-voucher {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 50px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
    .layout-productDetail .product-info .product-actions .action-link .link-voucher.disabled {
      opacity: .7;
      pointer-events: none; }
  .layout-productDetail .product-info .pro-title {
    font-size: 16px;
    font-weight: 500; }
  .layout-productDetail .product-info .product-stores .product-stores--head a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #A70F17;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #33383C;
    padding: 6px 40px 6px 12px;
    position: relative; }
  .layout-productDetail .product-info .product-stores .product-stores--head a span {
    text-decoration: underline; }
  .layout-productDetail .product-info .product-stores .product-stores--head a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00065 3.33331V12.6666M3.33398 7.99998H12.6673' stroke='%2333383C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .layout-productDetail .product-info .product-stores .product-stores--head.active a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 8H12.6673' stroke='%2333383C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .layout-productDetail .product-info .product-stores .product-stores--body {
    display: none; }
  .layout-productDetail .product-info .product-stores .inventory-location-box {
    margin-top: 12px;
    border: 1px dashed #33383C;
    padding: 12px; }
    .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list {
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item {
        font-size: 12px;
        font-weight: 400;
        display: flex;
        gap: 4px;
        flex-direction: column; }
        .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item > div {
          display: flex;
          align-items: center;
          gap: 4px; }
        .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item .info {
          gap: 82px;
          margin-top: 4px; }
          .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item .info div, .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item .info a {
            display: flex;
            align-items: center;
            gap: 4px; }
          .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item .info .linkmap {
            color: #fff;
            background: #33383c;
            border-radius: 8px;
            padding: 5px 6px;
            font-size: 12px;
            font-weight: 600; }
        .layout-productDetail .product-info .product-stores .inventory-location-box .stock-list .stock-item .province {
          font-weight: 700;
          font-size: 14px; }
    .layout-productDetail .product-info .product-stores .inventory-location-box.error {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #F06455;
      border: 1px dashed #f88d81; }
    .layout-productDetail .product-info .product-stores .inventory-location-box.moredata .stock-list {
      max-height: 300px;
      overflow: hidden;
      overflow-y: scroll;
      padding: 0 15px 0 0; }
      .layout-productDetail .product-info .product-stores .inventory-location-box.moredata .stock-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 15px;
        background-color: #F5F5F5; }
      .layout-productDetail .product-info .product-stores .inventory-location-box.moredata .stock-list::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5; }
      .layout-productDetail .product-info .product-stores .inventory-location-box.moredata .stock-list::-webkit-scrollbar-thumb {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #555; }
  .layout-productDetail .product-info .product-promonotify {
    margin-top: 8px; }
    .layout-productDetail .product-info .product-promonotify .product-promonotify--box {
      padding: 16px;
      border: 2px dashed #A70F17;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      background: #fff; }
      .layout-productDetail .product-info .product-promonotify .product-promonotify--box .product-promonotify--head {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #A70F17;
        font-weight: 500;
        font-size: 16px; }
      .layout-productDetail .product-info .product-promonotify .product-promonotify--box .product-promonotify--list {
        margin-bottom: 8px; }
        .layout-productDetail .product-info .product-promonotify .product-promonotify--box .product-promonotify--list ul {
          display: flex;
          flex-direction: column;
          gap: 2px;
          padding: 0;
          list-style: none;
          margin: 0; }
          .layout-productDetail .product-info .product-promonotify .product-promonotify--box .product-promonotify--list ul li {
            padding-left: 32px;
            position: relative; }
          .layout-productDetail .product-info .product-promonotify .product-promonotify--box .product-promonotify--list ul li:before {
            content: "";
            position: absolute;
            top: 11px;
            left: 10px;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: #33383C; }
  .layout-productDetail .product-info .product-promotion .product-appcombo {
    padding: 16px;
    background: #eeeeee;
    margin-top: 16px; }
    .layout-productDetail .product-info .product-promotion .product-appcombo .combo-info {
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .layout-productDetail .product-info .product-promotion .product-appcombo .combo-info .combo-info--title {
        font-weight: 700;
        font-size: 16px;
        color: #A70F17;
        margin-bottom: 0; }
  .layout-productDetail .product-info .product-promotion .product-buyxgety {
    padding: 16px;
    border: 2px dashed #A70F17;
    border-radius: 16px;
    background: #fff; }

.layout-productDetail .product-tabs {
  margin-top: 32px;
  margin-bottom: 32px; }
  .layout-productDetail .product-tabs .product-desc ul {
    padding-left: 15px;
    margin-bottom: 15px;
    list-style: inherit; }
  .layout-productDetail .product-tabs .tab-title {
    margin-bottom: 24px;
    gap: 24px; }
    .layout-productDetail .product-tabs .tab-title li {
      white-space: nowrap; }
    .layout-productDetail .product-tabs .tab-title .title-link {
      border: 0;
      border-bottom: 1px solid #33383C;
      background: transparent;
      color: #33383C;
      font-size: 20px;
      font-weight: 700;
      position: relative;
      padding: 8px 0;
      transition: all 300ms ease;
      opacity: 0.25; }
      .layout-productDetail .product-tabs .tab-title .title-link.active {
        color: #33383C;
        opacity: 1; }
  .layout-productDetail .product-tabs .expandable-toggle_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid;
    padding: 7px 15px;
    position: relative;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    z-index: 1;
    outline: none;
    position: relative; }
    .layout-productDetail .product-tabs .expandable-toggle_btn-icon {
      position: relative;
      margin-right: 15px;
      width: 10px;
      height: 10px;
      -webkit-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }
    .layout-productDetail .product-tabs .expandable-toggle_btn-icon:before, .layout-productDetail .product-tabs .expandable-toggle_btn-icon:after {
      content: "";
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      top: 50%;
      left: 50%; }
    .layout-productDetail .product-tabs .expandable-toggle_btn-icon:before {
      width: 2px;
      height: 10px; }
    .layout-productDetail .product-tabs .expandable-toggle_btn-icon:after {
      width: 10px;
      height: 2px; }
    .layout-productDetail .product-tabs .expandable-toggle_btn.btn-closemore .expandable-content_toggle-icon:before {
      content: none; }
  .layout-productDetail .product-tabs .description-btn {
    position: relative; }
    .layout-productDetail .product-tabs .description-btn:before {
      content: none;
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }
    .layout-productDetail .product-tabs .description-btn.is-show:before {
      display: none; }
    .layout-productDetail .product-tabs .description-btn button {
      border: none;
      border-radius: 0;
      background: transparent;
      padding: 8px;
      outline: none; }
  .layout-productDetail .product-tabs .expandable-toggle.opened .desc-content {
    max-height: 400px;
    overflow: hidden; }

.layout-productDetail .productDetail-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 32px; }
  @media (min-width: 992px) {
    .layout-productDetail .productDetail-sub .coll-left, .layout-productDetail .productDetail-sub .coll-right {
      -ms-flex: 0 0 calc((100% - 24px) / 2);
      flex: 0 0 calc((100% - 24px) / 2);
      max-width: calc((100% - 24px) / 2); } }

.layout-productDetail .product-box {
  display: flex;
  gap: 16px;
  flex-direction: column; }
  .layout-productDetail .product-box .head {
    font-size: 20px;
    font-weight: 700; }
  .layout-productDetail .product-box .body {
    background: #EEEEEE;
    font-size: 12px;
    font-weight: 600; }
  .layout-productDetail .product-box .box {
    display: flex;
    gap: 4px;
    align-items: center; }
    .layout-productDetail .product-box .box .text {
      flex: 1 1 auto; }
      .layout-productDetail .product-box .box .text > div {
        position: relative;
        padding-left: 24px; }
        .layout-productDetail .product-box .box .text > div:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 10px;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #33383C; }
  .layout-productDetail .product-box .progress-line {
    display: flex;
    gap: 24px; }
    .layout-productDetail .product-box .progress-line .item {
      width: calc((100% - (24px*3)) / 4); }
      .layout-productDetail .product-box .progress-line .item .card {
        background: transparent;
        border: none;
        text-align: center;
        display: flex;
        gap: 8px;
        flex-direction: column;
        position: relative; }
        .layout-productDetail .product-box .progress-line .item .card .number {
          position: relative;
          z-index: 2; }
          .layout-productDetail .product-box .progress-line .item .card .number span {
            border-radius: 50%;
            display: inline-block;
            line-height: 24px;
            width: 24px;
            height: 24px;
            background: #A70F17;
            color: #fff; }
      .layout-productDetail .product-box .progress-line .item:not(:last-child) .card:before {
        content: "";
        position: absolute;
        width: calc(100% + 24px);
        height: 1px;
        background: #33383C;
        left: 50%;
        top: 11px; }
  .layout-productDetail .product-box.product-certify .body {
    padding: 31px 24px; }
  .layout-productDetail .product-box.product-policy .body {
    padding: 24px 24px; }

.layout-productDetail .productDetail-group {
  padding-bottom: 32px; }
  .layout-productDetail .productDetail-group h2 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px; }
  .layout-productDetail .productDetail-group .list-product-slide:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    gap: 16px; }
    .layout-productDetail .productDetail-group .list-product-slide:not(.slick-initialized) .proloop-block {
      -ms-flex: 0 0 calc((100% - 16px ) / 2);
      flex: 0 0 calc((100% - 16px ) / 2);
      max-width: calc((100% - 16px ) / 2); }

.layout-productDetail .combo-info--vertical .combo-item:not(:last-child) .combo-item--images:before {
  content: none; }

.layout-productDetail .combo-info--vertical .combo-content--total {
  border-top: 1px solid #fff;
  padding-top: 24px;
  margin-top: 24px; }
  .layout-productDetail .combo-info--vertical .combo-content--total .wrapbox-total {
    align-items: center;
    gap: 16px;
    width: 100%; }
  .layout-productDetail .combo-info--vertical .combo-content--total .wrapbox-total .combo-total {
    margin-right: 0; }

.layout-productDetail .combo-info--vertical .combo-content--list .list-combos {
  gap: 24px 10px; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item {
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 30px; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item--images {
  margin-bottom: 0; }
  .layout-productDetail .combo-info--vertical .combo-content--list .combo-item--images a {
    border: 1px solid #dfdfdf;
    width: 46px;
    display: block;
    padding-bottom: 180%;
    position: relative; }
    .layout-productDetail .combo-info--vertical .combo-content--list .combo-item--images a img {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item--title {
  position: initial; }
  .layout-productDetail .combo-info--vertical .combo-content--list .combo-item--title input {
    margin-right: 0;
    cursor: pointer;
    vertical-align: 0;
    position: absolute;
    left: 2px;
    top: 37px; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item--detail {
  padding: 0; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item--option {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px; }

.layout-productDetail .combo-info--vertical .combo-content--list .combo-item--price .price-tt {
  display: none; }

@media (min-width: 992px) {
  .layout-productDetail .combo-info--vertical .combo-info--content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .layout-productDetail .combo-info--vertical .combo-content--name {
    flex: 0 0 100%;
    max-width: 100%; }
  .layout-productDetail .combo-info--vertical .combo-item:not(:last-child) .combo-item--images:before {
    left: 150px;
    content: none; }
  .layout-productDetail .combo-info--vertical .combo-content--list .list-combos {
    gap: 10px; }
    .layout-productDetail .combo-info--vertical .combo-content--list .list-combos .combo-item {
      flex: 0 0 calc((100% - 10px) / 2);
      max-width: calc((100% - 10px) / 2); }
  .layout-productDetail .product-gallery__inner {
    overflow: hidden;
    position: relative;
    flex-direction: row; }
  .layout-productDetail .product-gallery__thumb {
    display: block;
    flex: 0 0 auto;
    width: 100px;
    max-width: 100px;
    margin: -4px 0;
    order: -1; }
    .layout-productDetail .product-gallery__thumb .product-thumb {
      width: 100%;
      margin: 0 auto; }
    .layout-productDetail .product-gallery__thumb .product-thumb__link {
      display: contents; }
  .layout-productDetail .product-gallery__slide {
    flex: 0 0 auto;
    width: calc(100% - 116px);
    max-width: calc(100% - 116px); }
    .layout-productDetail .product-gallery__slide .slick-arrow {
      opacity: 0;
      visibility: hidden; }
    .layout-productDetail .product-gallery__slide:hover .slick-arrow {
      opacity: 1;
      visibility: visible; }
  .layout-productDetail .product-info .info-header {
    margin-bottom: 32px; }
  .layout-productDetail .product-info .info-body {
    gap: 16px; }
  .layout-productDetail .product-info .product-name {
    margin-bottom: 16px; }
    .layout-productDetail .product-info .product-name h1 {
      font-size: 24px; }
  .layout-productDetail .product-info .product-meta {
    font-size: 18px; }
    .layout-productDetail .product-info .product-meta span strong {
      color: #7B8487;
      font-weight: 500; }
  .layout-productDetail .product-info .product-price {
    margin-bottom: 16px; }
    .layout-productDetail .product-info .product-price .pro-price {
      font-size: 28px; }
    .layout-productDetail .product-info .product-price .pro-compare {
      font-size: 18px; }
  .layout-productDetail .product-info .product-variants .select-swatch {
    gap: 16px; }
  .layout-productDetail .product-info .product-variants .select-swatch .swatch .select-title {
    font-size: 18px; }
  .layout-productDetail .product-info .product-actions {
    margin-top: 16px; }
    .layout-productDetail .product-info .product-actions .action-buys {
      gap: 24px; }
  .layout-productDetail .product-info .pro-title {
    font-size: 18px; }
  .layout-productDetail .product-info .product-promonotify {
    margin-top: 16px; }
  .layout-productDetail .productDetail-sub {
    padding-bottom: 56px; }
  .layout-productDetail .productDetail-group {
    padding-bottom: 56px; }
    .layout-productDetail .productDetail-group h2 {
      font-size: 28px;
      margin-bottom: 24px; }
    .layout-productDetail .productDetail-group .list-product-slide:not(.slick-initialized) {
      gap: 24px; }
      .layout-productDetail .productDetail-group .list-product-slide:not(.slick-initialized) .proloop-block {
        -ms-flex: 0 0 calc((100% - (24px*3)) / 4);
        flex: 0 0 calc((100% - (24px*3)) / 4);
        max-width: calc((100% - (24px*3)) / 4); } }
