  #image_slide1717570506621 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1717570506621 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1717570506621 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1717570506621 {
      
      
      padding-bottom: 40.98%;
    }

    @media screen and (max-width: 767px) {
      #slide-1717570506621 {
        
        
        padding-bottom: 75.00%;
      }
    }

    [data-section-id=image_slide1717570506621]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin: calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space);
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .home-slide-content {
    white-space: nowrap;
  }

  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */


    @media screen and (min-width:768px){
      #promo_product1717228201811 .swiper-slide{
        width: calc(100% / 4 - var(--v-space, 20px) * (4 - 1) / 4) ;
      }
    }
    #promo_product1717228201811 .promo-product-more {
      color:#fff;
      background-color:#FF3A00;
      border-color:#FF3A00;
    }

  /* index_css promo_product start */
  .flash-sale-image.img-box {
    --img-box-radius: 0;
    --img-box-padding-bottom: var(--product-img-pd);
  }

  .promo-product-top {
    position: relative;
    margin-bottom: 10px;
  }

  .promo-product-labels {
    display: flex;
    height: 80px;
    margin-bottom: 10px;
    background-color: #EAEAEA;
    color: #000000;
  }

  .promo-product-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    cursor: pointer;
  }

  .active.promo-product-label {
    background-color: var(--flash-sale-color);
    color: #fff;
  }

  .promo-product-day {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .promo-product-time {
    display: flex;
    line-height: 1.2;
  }
  
  .promo-product-content {
    display: flex;
  }

  .flashsale-page-content {
    flex-wrap: wrap;
  }

  .flash-sale-txt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
    color: var(--flash-sale-color);
  }

  .flashsale-info-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .flashsale-buy {
    width: 100px;
    height: 48px;
    margin-left: 30px;
    line-height: 48px;
    text-align: center;
    background-color: #707070;
    color: #fff;
    font-size: 16px;
    border-radius: var(--theme-border-radius,var(--border-radius, 0));
  }

  .today .buy.flashsale-buy {
    background-color: var(--flash-sale-color);
  }

  .next .flashsale-buy {
    pointer-events: none;
  }

  .flashsale-original-price {
    text-decoration: line-through;
  }

  .flashsale-perc-txt {
    padding-right: 4px;
    font-size: 14px;
  }

  .flashsale-info-left {
    flex: 1;
  }

  .flashsale-perc-row {
    display: flex;
    align-items: center;
  }

  .flashsale-perc-outterbar {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 10px;
    border-radius: 5px;
    background-color: #999999;
  }

  .flashsale-perc-inner {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: var(--flash-sale-color);
  }

  .promo-product-main .swiper-pagination {
    display:var(--promo-product-pagination, none);
  }
  .promo-product-more {
    width: fit-content;
    margin: var(--h-space, 20px) auto 0;
    text-align: center;
  }

  .flash-no-data {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
  }

  .mpromo-product-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background-color: var(--flash-sale-color);
    color: #fff;
  }
  .mpromo-product-left{
    display: flex;
    flex-direction: column;
  }
  .mpromo-label-txt {
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .mpromo-product-more {
    width: 65px;
    height: 36px;
    margin-left:5px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
  }

  .flashsale-price {
    --product-price-color: var(--flash-sale-color);
  }

  @media screen and (max-width: 1000px) {
    .promo-product-day{
      font-size: 20px;
      
    }
    .flashsale-info-bottom{
      flex-wrap: wrap;
    }
    .flashsale-buy{
      height: 35px;
      line-height: 35px;
    }
  }

  @media screen and (max-width: 767px) {
    .flashsale-end{
      font-size: 14px;
    }
    .flash-sale-card {
      --product-item-border: 0;
      --product-price-font-size: 16px;
      --product-price-right: 0;
    }
    .promo-product-main .promo-product-swiper.swiper {
      --swiper-padding-bottom: 0;
    }
    .promo-product-swiper .iconfont {
      display: none;
    }
    
    .flashsale-price-row {
      margin-top: 10px;
      flex-direction: column;
    }
  }
  /* index_css promo_product end */

    @media screen and (min-width: 768px) {
      #imgtxt_single1717557421939 .imgtxt-single-image{
        order:  1 ;
      }
      #imgtxt_single1717557421939 .imgtxt-single-text {
        order:  2 ;
      }
    }
  #imgtxt_single1717557421939 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(66.67% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single1717557421939 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 66.67%;
    }
  }
  #imgtxt_single1717557421939 .content-title{
    color: #1c49c2;
  }
   #imgtxt_single1717557421939 .imgtxt-single-content{
    color: #3e3e3e;
  }
  #imgtxt_single1717557421939 .button{
    color: #1c49c2;
    background-color:#f7f7f7;
    border-color:#ffc002;
  }

  @media screen and (min-width: 1200px){
    #imgtxt_single1717557421939 .content-title{
      font-size:40px;
    }
    #imgtxt_single1717557421939 .imgtxt-single-content{
      font-size:16px;
    }
    #imgtxt_single1717557421939 .button{
      font-size:16px;
    }
  }

   /* index_css imgtxt_single start */
  .imgtxt-single {
    display: flex;
    justify-content: space-between;
    align-items: var(--imgtxt-single-align-items, center);
  }

  .imgtxt-single-image {
    padding-bottom: var(--imgtxt-single-image-padding-bottom, 48%);
    width:var(--imgtxt-single-image-width, 50%);
  }

  .imgtxt-single-text {
    display: flex;
    flex-direction: column;
    justify-content: var(--imgtxt-single-body-justify-content, center);
    align-items: var(--imgtxt-single-body-align,flex-start);
    width:var(--imgtxt-single-text-width, 50%);
    padding : var(--imgtxt-single-body-slide-padding,60px 80px);
    line-height:var(--imgtxt-single-text-line-height, 1.5);
  }

  .imgtxt-single-text .content-title {
    margin-bottom: var(--imgtxt-single-title-bottom,40px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size: var(--section-title-size);
    font-weight: var(--imgtxt-single-text-weight, 700);
  }

  .imgtxt-single-text .imgtxt-single-content {
    width: 100%;
    margin-bottom: var(--imgtxt-single-text-bottom,50px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size:var(--imgtxt-single-text-size, 14px);
    white-space: pre-wrap;
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="imgtxt_single"] {
      --imgtxt-single-title-bottom: 10px;
      --imgtxt-single-text-bottom: 10px;
      --imgtxt-single-body-slide-padding: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="imgtxt_single"]{
      --imgtxt-single-image-padding-bottom: 100%;
      --imgtxt-single-title-bottom: 15px;
      --imgtxt-single-text-bottom: 15px;
      --imgtxt-single-body-slide-padding: 10px;
      --imgtxt-single-body-align: center;
      --imgtxt-single-text-align: center;
    }
    .imgtxt-single {
      --imgtxt-single-text-width: 100%;
      --imgtxt-single-image-width: 100%;
      flex-direction: column;
    }

    .imgtxt-single:not(:last-child) {
      margin-bottom: 32px;
    }
  
    .imgtxt-single-text .content-title {
      width: 100%;
    }

    .imgtxt-single-text .imgtxt-single-content {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:var(--imgtxt-single-text-line, 8);
      -webkit-box-orient: vertical;
    }
  }
  /* index_css imgtxt_single end */

    .imgtxt-single {
      --imgtxt-single-align-items: stretch;
    }

    .imgtxt-single-image {
      background-color: var(--theme-back-gray);
    }

    .imgtxt-single-text {
      --imgtxt-single-body-slide-padding: 40px;
      --imgtxt-single-text-line-height: 1.2;
      height: auto;
      border: 1px solid var(--theme-border-color);
      background-color: var(--theme-back-gray);
    }

    .imgtxt-single-text .content-title {
      --imgtxt-single-title-bottom: 25px;
    }

    .imgtxt-single-text .imgtxt-single-content {
      --imgtxt-single-text-bottom: 0;
      --rich-text-line-height: 2;
    }
    .imgtxt-single-text .button{
      margin-top: 10px;
    }
    @media screen and  (min-width: 767px) {
      .imgtxt-single-image {
        --imgtxt-single-image-width: 54%;
        --imgtxt-single-img-ratio: 0.54;
      }

      .imgtxt-single-text {
        flex: 1;
      }
    }

    @media screen and (max-width: 1200px) and (min-width: 767px){
      .imgtxt-single-text .rich-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
      }
    }

    @media screen and (max-width: 1200px){
      .imgtxt-single-text {
        --imgtxt-single-text-align:left;
        --imgtxt-single-body-slide-padding: 12px 18px;
      }

      .imgtxt-single-text .content-title {
        --imgtxt-single-title-bottom: 3px;
        line-height: 1.33333333;
      }

      .imgtxt-single-text .rich-text {
        --imgtxt-single-text-line:7;
        --imgtxt-single-text-size: 12px;
        line-height: 1.66666666;
      
      }
    }

  #product_cate1717570271007 .section-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717570271007 .section-sub-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717570271007 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1717570271007  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1717570271007 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1717570271007 .section-title{
      font-size:40px;
    }
    #product_cate1717570271007 .section-sub-title{
      font-size:16px;
    }
    #product_cate1717570271007 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1717570271007  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1717570271007  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  [data-section-type="product_cate"] {
    --product-item-4n-right:var(--v-space);
    --product-item-2n-right: var(--v-space);
  }

  #product_cate1717573145327 .section-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717573145327 .section-sub-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717573145327 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1717573145327  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1717573145327 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1717573145327 .section-title{
      font-size:40px;
    }
    #product_cate1717573145327 .section-sub-title{
      font-size:16px;
    }
    #product_cate1717573145327 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1717573145327  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1717573145327  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #product_cate1717570067254 .section-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717570067254 .section-sub-title{
    text-align:center;
    color:#333333;
  }
  #product_cate1717570067254 .product-list-btn{
    color: #00B277;
    background-color: #ffffff;
    border-color: #ffffff;
  }
  #product_cate1717570067254  .product-item{
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
  @media screen and (min-width:768px){
    #product_cate1717570067254 .product-item:nth-child(4n){
      margin-right: 0;
    }
  }
  @media screen and (min-width:1200px){
    #product_cate1717570067254 .section-title{
      font-size:40px;
    }
    #product_cate1717570067254 .section-sub-title{
      font-size:16px;
    }
    #product_cate1717570067254 .product-list-btn{
      font-size:16px;
    }
  }
  
  @media screen and (max-width: 767px){
    #product_cate1717570067254  .product-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2) ;
    }
    #product_cate1717570067254  .product-item:nth-child(2n){
      margin-right: 0;
    }
  }

  #image_slide1717557523707 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1717557523707 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1717557523707 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1717557523708 {
      
      
      padding-bottom: 37.50%;
    }

    @media screen and (max-width: 767px) {
      #slide-1717557523708 {
        
        
        padding-bottom: 93.33%;
      }
    }

    [data-section-id=image_slide1717557523707]{
      max-width: var(--max-width);
      padding: 0 var(--side-padding);
      margin: auto;
      width: 100%;
    }

#product_catelist1717570988136 .product-catelist-btn{
  color: #00B277;
  background-color: #ffffff;
  border-color: #ffffff;
}

#product_catelist1717570988136 .product-item{
  width: calc((100%  - var(--v-space) * (4 - 1) )/ 4 );
}
@media screen and (min-width: 768px) {
  #product_catelist1717570988136 .product-item:nth-child(4n){
    margin-right:0;
  }
}
@media screen and (min-width: 1200px){
  #product_catelist1717570988136 .product-catelist-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #product_catelist1717570988136 .product-item{
    width: calc((100%  - var(--v-space) * (2 - 1)) / 2 );
  }
  #product_catelist1717570988136 .product-item:nth-child(2n){
    margin-right:0;
  }
}
  @media screen and (min-width: 1200px) {
    #product_catelist1717570988136 [data-id='1717570988137'] {
      font-size:24px;
    }
  }
  #product_catelist1717570988136 [data-id='1717570988137']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1717570988136 [data-id='1717570988138'] {
      font-size:24px;
    }
  }
  #product_catelist1717570988136 [data-id='1717570988138']{
      color:#333333;
  }
  @media screen and (min-width: 1200px) {
    #product_catelist1717570988136 [data-id='1717571033206'] {
      font-size:24px;
    }
  }
  #product_catelist1717570988136 [data-id='1717571033206']{
      color:#333333;
  }

  /* index_css category_list start */
  [data-section-type="product_catelist"] {
    --product-item-4n-right:var(--v-space);
  }

  .product-catelist-labels {
    display: flex;
    justify-content: var(--product-catelist-labels-justify-content, center);
    margin:var(--product-catelist-labels-margin, -10px 0 25px);
  }

  .product-catelist-label {
    margin: var(--product-catelist-label-margin, 0 20px);
    font-size:var(--product-catelist-label-size, 20px);
    font-weight:var(--product-catelist-label-weight, 700);
    opacity: var(--product-catelist-label-inactive-opacity, 1);
    cursor: pointer;
  }

  .product-catelist-label.active {
    opacity: var(--product-catelist-label-active-opacity, 1);
    border-bottom:var(--product-catelist-label-border-bottom, 2px solid var(--highlight-font-color));
  }

  .product-catelist-tab {
    display: none;
    position: relative;
  }

  .product-catelist-tab.active {
    display: block;
  }

  @media screen and (max-width: 767px) {
    [data-section-type="product_catelist"]{
      --product-catelist-labels-margin:-2px 0 14px;
      --product-catelist-label-size:20px;
      --product-catelist-label-margin:0 10px;
    }
    .product-catelist-labels {
      overflow-x: scroll;
    }

    .product-catelist-labels::-webkit-scrollbar {
      display: none;
    }
    .product-catelist-label {
      white-space: nowrap;
    }

  }
  /* index_css category_list end */

  @media screen and (min-width: 768px) {
    #content_choicereview1717571534635 .choicereview-item {
      width: calc((100% -  * var(--v-space)) / );
    }
    #content_choicereview1717571534635 .choicereview-item:nth-child(n) {
      margin-right: 0;
    }
  }

  /* index_css review_gallery start */
  .choicereview-list {
    display: flex;
    flex-wrap:var(--choicereview-list-wrap, wrap);
  }

  .choicereview-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: var(--h-space);
  }

  .choicereview-info {
    margin:var(--choicereview-body-top-padding,14px) var(--choicereview-body-side-padding, 14px) var(--choicereview-info-bottom-padding, 14px);
    display: flex;
    align-items: center;
    justify-content:var(--choicereview-info-justify-content, space-between);
  }

  .choicereview-info-right {
    display: flex;
    align-items: center;
  }

  .choicereview-origin {
    font-weight: var(--choicereview-name-weight, 700);
    font-size: var(--choicereview-name-size, 16px);
  }

  .choicereview-stars {
    display: flex;
    justify-content: start;
    margin-right:var(--choicereview-stars-right, 6px);
  }

  .choicereview-stars li {
    margin-right: var(--choicereview-star-right, 4px);
    font-size: var(--choicereview-star-size, 14px);
  }

  .choicereview-time {
    padding-top: 3px;
    font-size: var(--choicereview-time-size, 14px);
    line-height:calc(var(--choicereview-time-size, 14px) + 8px);
    color: var(--theme-font-color-sub);
  }

  .choicereview-content {
    padding: 0 var(--choicereview-body-side-padding, 14px) ;
    margin-bottom: var(--choicereview-body-bottom-padding,10px);
    width: 100%;
    font-size: var(--choicereview-content-size, 14px);
  }

  .choicereview-bottom {
    display: flex;
    align-items: center;
    padding: var(--choicereview-product-padding, 6px);
    height: var(--choicereview-product-height, 60px);
    color: var(--theme-font-color);
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
    transition: .3s border-color ease;
    overflow: hidden;
  }

  .choicereview-item:hover .choicereview-bottom {
    border-color:var(--choicereview-hover-border-color, var(--highlight-font-color));
  }

  .choicereview-product-image {
    margin-right: 16px;
    height:100%;
  }

  .choicereview-product-image img {
    height: 100%;
    object-fit: contain;
    font-size: 0;
  }

  .choicereview-product-name {
    flex: 1;
    font-size: var(--choicereview-product-size, 16px);
  }

  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .choicereview-info{
      flex-direction: column;
      align-items: flex-start;
    }
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="content_choicereview"] {
      --choicereview-body-side-padding: 10px;
      --choicereview-body-top-padding: 10px;
      --choicereview-info-bottom-padding: 10px;
      --choicereview-product-height: 50px;
      --choicereview-product-padding: 5px;
      --choicereview-name-size: 14px;
      --choicereview-star-size: 12px;
      --choicereview-product-size: 14px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    [data-section-type="content_choicereview"] {
      --choicereview-body-bottom-padding: 8px;
      --choicereview-time-size: 12px;
      --choicereview-product-size: 12px;
    }
    .choicereview-stars li{
      margin-right: 2px;
    }
  }

  @media screen and (max-width: 767px) {
    .choicereview .prev-btn,.choicereview .next-btn{
      display:var(--choicereview-m-navigation-display, none) ;
    }
    .choicereview-list{
      --choicereview-list-wrap:nowrap ;
    }
    .choicereview-item {
      width: 100%;
    }

    .choicereview-more{
      margin-top:var(--choicereview-more-top, var(--h-space));
    }
  }

  @media screen and (min-width: 768px) {
    .choicereview-item {
      margin-right: var(--v-space);
    }

  }
  /* index_css review_gallery end */

    .choicereview .section-title {
      color: var(--main-color);
    }

    .choicereview-item-top{
      flex: 1;
      background-color: var(--theme-back-gray);
    }

    .choicereview-info{
      --choicereview-info-justify-content: flex-start;
      --choicereview-body-top-padding: 0;
      --choicereview-body-side-padding:0;
      --choicereview-info-bottom-padding:0;
    }

    .choicereview-origin {
      --choicereview-name-weight: normal;
      line-height: 20px;
    }

    .choicereview-time {
      --choicereview-time-size: 12px;
      margin-right: 9px;
    }

    .choicereview-stars li {
      --choicereview-star-size: 12px;
      zoom: 0.83333333;
    }

    .choicereview-content {
      --choicereview-body-side-padding: 0;
      --choicereview-body-bottom-padding: 0;
      line-height: 22px;
    }

    .choicereview-bottom {
      --choicereview-product-padding:4px;
      margin-top: 4px;
    }

    .choicereview-middle {
      padding: 10px 20px;
    }

    .choicereview-middle .learn-more {
      display: inline-block;
      margin-top: 4px;
      color: var(--main-color);
      font-size: 12px;
      line-height: 20px;
      text-decoration: underline;
    }

    .choicereview-middle .learn-more:hover {
      color: var(--highlight-font-color);
    }

    .choicereview-item:hover .choicereview-bottom {
      --choicereview-hover-border-color: var(--theme-border-color);
    }

    @media screen and (max-width: 767px) {
      .choicereview-middle {
        padding: 10px 35px;
      }
      
      .choicereview .swiper {
        padding-bottom: 5px;
      }
    }

