.thumbsUp.wraper{
  /* display:none; */
  border-radius:50%;
  z-index:20;
  position:absolute;
  bottom:2.8rem;
  right:0rem;
  /* width:3.5rem; */
  /* height:3.5rem; */
  padding:0.8rem;
  background-color:rgba(0,0,0,0)!important
  /* border:1px solid black */
}
.thumbsUp.wraper > .ui.circular.label{
  background-color:rgba(0,0,0,0.1)!important;
  color:white;
}

.thumbsUp.wraper > .ui.circular.label > i{
  margin:0px
}

.support.items h3{
  display:inline-block;
}

.vertical.text.menu>a{
    margin-left : 7px!important
  }
  .designCenterTopDesc{
    width:100%;
    height:0px;
    color:black;
    /* box-shadow:rgba(0,0,0,0.2) 5px 5px 5px; */
    margin-bottom:0
  }

  .ui.card{
    width:47%;
    display:inline-block;
    margin:5px
  }
  .ui.card.all.products{
    width:31%;
  }
  .standBanner.card{
    width:24%;
  }
  .banner.card{
    width:49%;
  }
  .content.wrap{
    margin-top:2rem;
    padding-top:0px;
    text-align:center
    /* display:flex; */
    /* justify-content:space-between; */
    /* flex-wrap:wrap */
  }
  .contentContainer{
    width:1111px;
    /* min-width:780px; */
    margin-left:auto;
    margin-right:auto;
  }
  .labels .label{
    width:3.5rem;
    height:3.5rem;
    line-height:2.4rem!important
  }

  @media all and (min-width:1921px) {
    .contentContainer{
    width:1350px;
  }
  .ui.card{
    width:31%;
    margin:7px;
  }
  } 