.add-to {
    float:right;
    padding:5px;
    border-radius:5px!important;
} 

.add-to-btn {
	color: white;
    background: #d2a860 !important;
    border-radius:5px!important;
    border: none;
    outline: none;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    font-size: 12px	
}

@media only screen and (min-width: 767px) {
  .add-to {
   display:none!important;
  }
} 