/*registernow buynow*/
.buynow_btn,
.registernow_btn{
  text-align: center;
  margin-bottom: 1em;
}
.registernow_btn a{
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #004272;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
}

.registernow a:hover{
  background-color: #125f96;
}
@media screen and (max-width: 480px){
  .registernow_btn , .buynow{
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }
}

/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}