.topProductWrap{
  background: url('/assets/images/review/bg400.png') 0 0 no-repeat;
  background-size:100% auto;
  padding: 72px 32px 59px 32px;
}

.topProductWrap .title{
  color:#000000E5;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  font-family: 'NunitoSans-ExtraBold';
  margin:0px;
}
.topProductWrap .text{
  font-size: 1rem;
  line-height: 1.4rem;
  color:#000000;
  margin:16px 0 30px 0;
  text-align: center;
}

.winBtn{
  display: flex;
}
.macBtn{
  display: none;
}
*[data-sys="win"] .macBtn, *[data-sys="mac"] .winBtn{
  display: none;
}
*[data-sys="win"] .winBtn, *[data-sys="mac"] .macBtn{
  display: flex;
}
.smallOrangeBorderBtn{
  margin-left:16px;
  display: flex;
}

.mobileBreadcrumb{
  color:#00000099;
  height:36px;
  line-height: 36px;
  margin:39px 0 0 0;
}

.mobileBreadcrumb a,.mobileBreadcrumb span{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  text-decoration: none;
  color:#00000099;
}
.mobileBreadcrumb span{
  color:#000000;
}

.pagesContentWrap{
  flex:1;
}
.content-item{
  border-bottom: 1px solid #D7D7D7;
  padding:40px 0;
  display: none;
}
.active{
  display: block;
}
.content-item .topInfo{
  width:100%;
  flex-wrap: wrap;
}
.content-item .topInfo .review{
  width:140px;
}
.content-item .topInfo .trustpolot1{
  width:140px;
  height: 52px;
}
.content-item .topInfo .trustpolot2{
  width:52px;
  height: 52px;
}
.content-item .topInfo .trustpolot3{
  width:185px;
  height: 52px;
}
.content-item .topInfo .trustpolot4{
  width: 195px;
  height: 52px;
}
.content-item .topInfo .trustpolot5{
  width: 160px;
  height: 52px;
}
.content-item .nameWrap{
  width:100%;
}
.nameWrap .name{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  color:#000000;
}
.nameWrap .date{
  color:#00000099;
  font-size: 1rem;
}
.content-item img{
  margin-top:12px;
}
.content-item .title{
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: 'NunitoSans-SemiBold';
  color:#000000;
  margin-top:20px;
  margin-bottom: 0px;
}
.content-item .text{
  margin-top:20px;
  color:#00000099;
  font-size:1rem;
  line-height: 1.4rem;
  margin-bottom:0px;
}

.paginationWrap{
  margin-top:60px;
  margin-bottom: 80px;
}
.paginationWrap .paginationList{
  gap:12px;
  padding-left: 0px;
  flex-wrap: wrap;
}
.page-item{
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  font-size: 1rem;
  color:#00000099;
  padding:9px 8px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.page-item a{
  color:#00000099;
  line-height: 20px;
}
.page-item a img{
  width:8px;
  height: 13.5px;
}
.page-item.active{
  color:#ffffff;
  background-color: #E08349;
}
.page-item.disabled{
  opacity: 0.6;
  cursor: not-allowed;
}

.mobileBreadcrumb span, .mobileBreadcrumb a {
  margin: 0 4px;
}
.smallOrangeBorderBtnIcon {
  background: url('/assets/images/icon/buy-orange.png') 0 0 no-repeat;
  background-size:100% 100%;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.smallOrangeBorderBtn:hover .smallOrangeBorderBtnIcon {
  background: url('/assets/images/icon/buy-white.png') 0 0 no-repeat;
  background-size:100% 100%;
  width: 28px;
  height: 28px;
}

.page-item .page-link-img {
  line-height: 16px;
}


@media (min-width: 768px) {
  .topProductWrap{
    background: url('/assets/images/review/bg768.png') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .paginationWrap{
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .topProductWrap{
    background: url('/assets/images/review/bg1024.png') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .flexRowStart.bottomContentWrap{
    gap:36px;
    align-items: start;
  }
  .leftProductWrap{
    width: 320px;
    height: 432px;
    border: 1px solid #D7D7D7;
    border-radius: 16px;
    padding: 40px 36px 34px 35px;
    margin-top:40px;
    background: #F9F9F9;
  }
  .leftProductWrap .logo{
    width:80px;
    height:80px;
  }
  .leftProductWrap .title{
    font-size: 1.5rem;
    color:#000000E5;
    font-family: 'NunitoSans-ExtraBold';
    margin:24px 0 16px 0;
    text-align: center;
  }
  .leftProductWrap .text{
    font-size: 1rem;
    line-height: 1.4rem;
    color:#000000E5;
    margin-bottom:40px;
    text-align: center;
  }
  .leftProductWrap .btnWrap, .leftProductWrap .smallOrangeBtn, .leftProductWrap .smallOrangeBorderBtn{
    width:100%;
  }
  .leftProductWrap .smallOrangeBorderBtn{
    margin-left:0px;
    margin-top: 16px;
  }
  .content-item .nameWrap{
    width:auto;
  }
  .content-item img{
    margin-top:0px;
  }
}
@media (min-width: 1200px) {
  .topProductWrap{
    background: url('/assets/images/review/bg400.png') 0 0 no-repeat;
    background-size:100% 100%;;
  }
}
@media (min-width: 1464px) {
  .topProductWrap{
    background: url('/assets/images/review/bg1920.png') 0 0 no-repeat;
    background-size:100% 100%;;
  }
  .flexRowStart.bottomContentWrap{
    gap:40px;
  }
  .leftProductWrap{
    width: 380px;
  }
  .paginationWrap{
    margin-bottom: 100px;
  }
}