.gardensun-goods-read {
  padding: 100px 0 0;
  background-color: #F6F5F1;
}

.gardensun-goods-read .tit {
  position: relative;
  text-align: left !important;
  margin-bottom: 80px;
}

.gardensun-goods-read .col-lg-6{
  max-width: 48%;
}

::-webkit-scrollbar {display: none;}

.gardensun-goods-read .tit p {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.gardensun-goods-read .product-title {
  font-size: 46px;
  font-family: var(--font-family);
  line-height: 70px;
  font-weight: 600;
  color: #221815;
}

.gardensun-goods-read .product-pics .left-view {
  display: flex;
  flex-direction: column;
  gap: 54px;
  height: auto;
  margin-right: 120px;
}

.gardensun-goods-read .swiper-slide i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.gardensun-goods-read .t-s .swiper-slide i:hover {
  opacity: 1;
}

.gardensun-goods-read .t-s .swiper-slide i {
  font-size: 100px;
}

.gardensun-goods-read .d-s .swiper-slide i {
  font-size: 30px;
}

.gardensun-goods-read .top-view .left-view .swiper.t-s {
  width: 610px;
  height: 608px;
  position: relative;
  overflow: hidden;
}

.gardensun-goods-read .top-view .left-view .swiper.t-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev,
.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  color: #fff;
}

.gardensun-goods-read .top-view .left-view .swiper.t-s:hover .swiper-button-prev,
.gardensun-goods-read .top-view .left-view .swiper.t-s:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev:hover,
.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev:after,
.gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}

.gardensun-goods-read .product-pics .left-view .d-s {
  width: 108%;
  height: 114px;
}

.gardensun-goods-read .product-pics .left-view .d-s img {
  cursor: pointer;
  width: 114px;
  /* height: 114px; */
}

.gardensun-goods-read .product-pics .left-view .d-s .swiper-wrapper {
  height: auto !important;
}

.gardensun-goods-read .top-view .left-view .swiper.d-s {
  height: 114px;
  overflow: hidden;
}

.gardensun-goods-read .top-view .left-view .swiper.d-s .swiper-slide {
  width: 114px !important;
  height: 114px !important;
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.gardensun-goods-read .top-view .left-view .swiper.d-s .swiper-slide.swiper-slide-thumb-active {
  /* border: 3px solid; */
  /* border-image: linear-gradient(0deg, var(--color-primary), var(--color-second)) 3 3; */
}

.gardensun-goods-read .product-details-content {
  display: flex;
  flex-direction: column;
}

.gardensun-goods-read .pro-scroll {
  padding: 2rem 0;
}

.gardensun-goods-read .pro-scroll#gd2 {
  background: var(--bg-color);
  position: relative;
}

.gardensun-goods-read .pro-scroll .content-wrapper {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.gardensun-goods-read .pro-scroll .content-wrapper .rich-text {
  flex: 1;
  overflow: hidden;
}
.rich-text table,.rich-text tbody{
  display: block;
  height: auto !important;
}
.rich-text table tr{
  height: auto !important;
  display: flex;
  justify-content: space-around;
}
.rich-text table tr td {
  width: 33.3333%;
    padding: 0 30px;
    border: none !important;
    height: auto !important;
}
.rich-text table tr td img{
    width: 300px;
    height: auto;
    /* aspect-ratio: 1; */
    /* height:300px; */
}
.rich-text table tr td span{
  display: inline-block !important;
  /* width: 300px; */
  line-height: 20px;
}

.gardensun-goods-read .pro-scroll .content-wrapper>img {
  width: 25%;
  object-fit: cover;
}

.gardensun-goods-read .pro-scroll .product-display {
  margin-top: 2rem;
}

.gardensun-goods-read .pro-scroll .product-display img {
  aspect-ratio: 5 /3;
  object-fit: cover;
}

.gardensun-goods-read .pro-scroll .swiper-button-prev,
.gardensun-goods-read .pro-scroll .swiper-button-next {
  transform: translateY(50px);
}

.gardensun-goods-read .pro-scroll .swiper-button-prev:after,
.gardensun-goods-read .pro-scroll .swiper-button-next:after {
  content: none;
}

.gardensun-goods-read .pro-scroll .swiper-button-prev i,
.gardensun-goods-read .pro-scroll .swiper-button-next i {
  font-size: 14px;
  color: var(--title-text-color);
}

.gardensun-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 80px;
  z-index: 100;
}

.gardensun-goods-read .pro_tab ul {
  height: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.gardensun-goods-read .pro_tab ul li {
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.gardensun-goods-read .desc-rich-text{
  background: #FFF;
  padding: 10px 0;
}

.gardensun-goods-read .desc-rich-text video{
  width: 100%;
  height: 100%;
}

.gardensun-goods-read .pro_tab ul li::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
}

.gardensun-goods-read .pro_tab ul li.active {
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex-lg-row-reverse{
  justify-content: flex-end!important;
}

.gardensun-goods-read .pro_tab ul li.active::after {
  width: 100%;
}

.gardensun-goods-read .product-details-content .color-mode {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.gardensun-goods-read .product-details-content .color-mode .color-tag {
  color: #181818;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.gardensun-goods-read .product-details-content .color-mode .color-cus {
  background: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.gardensun-goods-read .product-details-content .theme-btn {
  display: block;
  width: 212px;
  height: 42px;
  padding: 8px 20px;
  margin-top: 60px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  color: #fff;
  font-size: 18px;
  font-family: var(--font-family);
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.gardensun-goods-read .product-details-content .theme-btn svg {
  margin-right: 10px;
}

.gardensun-goods-read .product-details-content .theme-btn:hover {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}

.gardensun-goods-read .product-details-content .theme-btn span {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  margin-left: 9px;
}

.gardensun-goods-read .product-details-content .theme-btn span i {
  color: var(--color-primary);
  line-height: 34px;
}

.gardensun-goods-read .product-review-section {
  background: #fff;
  /* margin-bottom: 50px; */
}

.gardensun-goods-read .product_sku{
  background: #FFF;
  padding: 20px;
  margin-top: 40px;
}

.gardensun-goods-read .review-title {
  color: #221815;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.gardensun-goods-read .review-content {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.gardensun-goods-read .review-content li {
  list-style: disc;
}

.gardensun-goods-read .review-item:not(:last-child) {
  margin-bottom: 80px;
}
.gardensun-goods-read .review-item .pr100 {
  padding-right: 100px;
}
.gardensun-goods-read .review-item .pr100-reverse {
  padding-left: 100px;
}

.product-info-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(102, 102, 102, 0.50);
  padding: 10px 0 10px;
}
.product-info-item-row:first-child {
  padding-top: 0;
}
.product-info-label {
  min-width: 90px;
  color: #221815;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.product-info-value {
  color: #221815;
  text-align: right;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.gardensun-goods-read .product-pics {
   padding-bottom: 100px;
}

.product-detail-gallery-section {
  background: #fff;
  padding: 100px 0;
}

.product-detail-gallery-section .gallery-header {
  text-align: center;
  margin-bottom: 32px;
}

.product-detail-gallery-section .gallery-title {
  color: #221815;
  text-align: center;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.product-detail-gallery-section .gallery-desc {
  color: #221815;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.product-detail-gallery-section .gallery-slider-wrapper {
  position: relative;
}

.product-detail-gallery-swiper {
  width: 100%;
  padding-bottom: 10px;
}

.product-detail-gallery-swiper .swiper-slide {
  height: auto;
}

.product-detail-gallery-swiper .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-detail-gallery-section .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 10px;
}

.product-detail-gallery-section .gallery-img-desc {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

@media (max-width: 991px) {
  .product-detail-gallery-section .gallery-item img {
    aspect-ratio: 4 / 3;
    min-height: 200px;
  }
  .product-detail-gallery-section .gallery-img-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .product-detail-gallery-section .gallery-item img {
    aspect-ratio: 3 / 2;
    min-height: 180px;
  }
  .product-detail-gallery-section .gallery-img-desc {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 640px) {
  .product-detail-gallery-section .gallery-item img {
    aspect-ratio: 3 / 2;
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .product-detail-gallery-section .gallery-item img {
    aspect-ratio: 16 / 10;
    min-height: 140px;
  }
  .product-detail-gallery-section .gallery-img-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1440px) {
  .gardensun-goods-read .product-pics .left-view{
    margin-right: 90px;
  }
  .gardensun-goods-read .top-view .left-view .swiper.t-s{
    width: 410px;
    height: 410px;
  }
}
@media (max-width: 991px) {
  .product-detail-gallery-swiper .swiper-slide {
    width: 140px;
  }
  .product-detail-gallery-section .gallery-item {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .product-detail-gallery-section {
    padding: 60px 0;
  }
  .product-detail-gallery-section .gallery-header {
    margin-bottom: 40px;
  }
  .product-detail-gallery-section .gallery-title {
    font-size: 28px;
    line-height: normal;
  }
  .product-detail-gallery-section .gallery-img-desc{
    font-size: 16px;
    line-height: normal;
  }
  .product-detail-gallery-section .gallery-desc {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
  .product-detail-gallery-section .gallery-slider-wrapper {
    gap: 12px;
  }
  .product-detail-gallery-section .gallery-item {
    width: 45vw;
    min-width: 120px;
    max-width: 160px;
  }
  .product-detail-gallery-swiper .swiper-slide {
    width: 45vw;
    min-width: 120px;
    max-width: 160px;
    padding: 8px 2px;
  }
  .product-detail-gallery-swiper .swiper-slide img {
    height: 60px;
  }
  .gardensun-goods-read .review-item .pr100{
    padding-right: 15px;
  }
  .gardensun-goods-read .review-item .pr100-reverse{
    padding-left: 15px;
  }
  .gardensun-goods-read .review-title{
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .gardensun-goods-read .review-content{
    font-size: 14px;
    line-height: normal;
  }
  .gardensun-goods-read .review-item{
    margin-bottom: 60px;
  }
}

.product-detail-gallery-section .gallery-slider-wrapper.no-swiper-scroll {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f6f5f1;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gardensun-goods-read {
    padding: 60px 0 0;
  }

  .gardensun-goods-read .product-pics .left-view{
    margin-right: 0;
  }

  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev,
  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next{
    opacity: 1;
    visibility: visible;
  }

  .gardensun-goods-read .top-view .left-view .swiper.t-s {
    width: 333px;
    height: 300px;
  }

  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev,
  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next {
    width: 27px;
    height: 27px;
  }

  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-prev:after,
  .gardensun-goods-read .top-view .left-view .swiper.t-s .swiper-button-next:after {
    font-size: 14px;
  }

  .gardensun-goods-read .product-pics {
    padding-bottom: 60px;
  }

  .gardensun-goods-read .product-pics .left-view .d-s {
    height: 60px;
  }

  .gardensun-goods-read .top-view .left-view .swiper.d-s .swiper-slide {
    width: 60px !important;
    height: 60px !important;
  }

  .gardensun-goods-read .pro-scroll .content-wrapper {
    flex-direction: column;
  }

  .gardensun-goods-read .pro-scroll .content-wrapper>img {
    width: 100%;
  }

  .gardensun-goods-read .product-details-content .theme-btn {
    margin-top: 40px;
    line-height: 27px;
  }
}


@media (max-width: 991px) {
  .product-detail-gallery-section .gallery-slider-wrapper.no-swiper-scroll {
    width: 608px; /* 140*4+32*3 */
  }
  .gardensun-goods-read .col-lg-6{
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-detail-gallery-section .gallery-slider-wrapper.no-swiper-scroll {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
  .product-detail-gallery-section .gallery-item {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 20px;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gardensun-goods-read .product-title{
    font-size: 28px;
    line-height: normal;
  }

  .gardensun-goods-read .top-view .left-view .swiper.t-s img{
    height: auto;
  }

  .gardensun-goods-read .product-info-label{
    font-size: 14px;
    line-height: normal;
  }
  .gardensun-goods-read .product-info-value{
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 480px) {
  .product-detail-gallery-section {
    padding: 60px 0;
  }
  .product-detail-gallery-section .gallery-title {
    font-size: 28px;
    line-height: 40px;
  }
  .product-detail-gallery-section .gallery-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .product-detail-gallery-swiper .gallery-item {
    width: 100%;
    max-width: 100%;
  }
  .product-detail-gallery-section .gallery-item img {
    height: 200px;
  }
  .product-detail-gallery-section .gallery-img-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 640px) {
  .product-detail-gallery-swiper .gallery-item {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
  .product-detail-gallery-section .gallery-item img {
    height: 160px;
  }
}

@media (max-width: 991px) {
  .product-detail-gallery-swiper .gallery-item {
    width: calc(33.333% - 12px);
  }
  .product-detail-gallery-section .gallery-item img {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .product-detail-gallery-swiper .gallery-item {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
  .product-detail-gallery-section .gallery-item img {
    height: 160px;
  }
}

@media (max-width: 1440px) {
  .product-detail-gallery-swiper .swiper-slide {
    margin-right: 20px;
  }
}

@media (max-width: 798px) {
  .product-detail-gallery-swiper .swiper-slide {
    margin-right: 18px;
  }
}

@media (max-width: 640px) {
  .product-detail-gallery-swiper .swiper-slide {
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .product-detail-gallery-swiper .swiper-slide {
    margin-right: 16px;
  }
}

.product-review-section .review-content {
  color: #221815;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}


.ak_det_area {
  padding: 0 0 135px 0;
  background: #FFF;
}
.ak_det_area .product-slider-prev,
.ak_det_area .product-slider-next{
  display: none;
}
.ak_det_area .details_cont {
  margin: 32px 0 0 0;
  height: 690px;
  overflow-y: scroll;
}
.ak_det_area .witr_section_title_inner p {
  width: 80%;
}
.ak_det_area .witr_section_title {
  margin-bottom: 45px;
}
.ak_det_area .em-service2.sleft {
  text-align: left;
  margin: 0 60px 20px 0;
}
.ak_det_area .witr_s_flex {
  display: flex;
  align-items: center;
}
.ak_det_area .service_top_text {
  display: block;
}
.ak_det_area .em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
  width: 210px;
}
.ak_det_area .em-service-icon img {
  margin-bottom: 15px;
}
.ak_det_area .em-service2 .em-service-inner {
  overflow: hidden;
  width: 100%;
  width: 210px;
}
.ak_det_area .em-service-title h4 {
  padding: 0;
  transition: 0.5s;
  margin-bottom: 8px;
}
.ak_det_area .text_box {
  padding: 0;
}
.ak_det_area .witr_bbtn {
  padding: 10px 50px 10px 50px;
  margin-top: 25px;
}
.ak_det_area .bar_mar30 {
  margin: 30px 0 30px 0;
}
.ak_det_area .witr_bar_inner {
  height: 3px;
  width: 90px;
  background: #e5e5e5;
  position: relative;
  border-radius: 30px;
  margin: 0;
}
.ak_det_area .witr_section_title_inner h2 {
  font-size: 48px;
  margin: auto;
}
.ak_det_area .witr_section_title_inner h3 {
  width: 100%;
  padding: 0 0 0 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.ak_det_area .witr_bbtn {
  border-style: solid;
  border-color: #ebebeb;
  border-radius: var(--button-radius);
  font-size: 18px;
  font-weight: 500;
  padding: 16px 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  transition: 1s;
  color: var(--color-primary);
  border-width: 2px;
  display: inline-block;
}
.ak_det_area .witr_bbtn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-second);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ak_det_area .single_image {
    left: 0 !important;
  }
  .ak_det_area .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ak_det_area .witr_section_title_inner.text-left h3 {
    width: 100%;
  }

  .ak_det_area .witr_section_title_inner h2 {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ak_det_area .details_cont {
    margin: 0;
  }
  .ak_det_area .details_cont .em-service2.sleft {
    margin: 0 30px 20px 0;
  }
  .ak_det_area .witr_section_title_inner h2 {
    font-size: 30px;
  }
  .ak_det_area .witr_section_title_inner h3 {
    width: 100%;
  }
  .ak_det_area .single_image {
    left: 0 !important;
  }
  .ak_det_area .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .ak_det_area .single_image {
    left: 0 !important;
  }
  .ak_det_area .single_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ak_det_area .witr_section_title {
    text-align: center;
  }

  .ak_det_area .witr_section_title_inner.text-left h3 {
    width: 100%;
  }

  .ak_det_area .witr_section_title_inner h2 {
    font-size: 21px;
  }

  .ak_det_area .witr_bbtn {
    margin-top: 20px;
  }
  .ak_det_area .witr_button_area {
    margin-top: 0;
  }

  .ak_det_area .detail_witr {
    margin-top: 30px;
  }
  .gardensun-goods-read .product-pics .left-view .d-s{
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ak_det_area .witr_section_title_inner.text-left h3 {
    width: 91%;
  }

  .ak_det_area .witr_section_title_inner h2 {
    font-size: 25px;
  }

  .ak_det_area .em-service2 {
    padding: 0 20px 0 0;
  }

  .ak_det_area .witr_s_flex {
    display: inherit;
  }
}

@media screen and (max-width: 575px){
  .rich-text table tr td{
    padding: 0 10px;
  }
}
@media (max-width: 992px){
  .gardensun-goods-read{
    padding: 60px 0;
  }
}
