/* Hide store/cart left sidebar on mobile */
@media (max-width: 768px) {
  #order-standard_cart .sidebar-collapsed { 
    display: none !important; 
  }
}
.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #4ea84e;
    border-color: #333;
    color: #ffffff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spotlight-tld .btn span{
    padding: 5px 10px; 
    
}