.product-view-style-03 .product-info-main .box-tocart .actions button:last-of-type {
    margin-top: 10px !important;
}

.product-view-style-03 .product-info-main .box-tocart .actions button {
  margin-bottom: 0 !important;
}
    
.product-view-style-03 .product-info-main .box-tocart .actions button.buy-now {
color: #e6d233;
border-color: #e6d233;
background: #fff;
margin-top: 0% !important;
}

@media only screen and (max-width: 768px){
  .product-view-style-03 .product-info-main .box-tocart .actions button.buy-now {
    margin-top: 2% !important;
  }
}

@media only screen and (max-width: 768px){
  .product-view-style-03 .product-info-main .box-tocart .actions button {
    width: 100% !important;
  }
}