.savings-spotlight__item-copy
{
    color: #181819;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}

.savings-spotlight__title-message-container
{
    width: 984px;
    margin: 30px 0 30px 0;
}
.savings-spotlight__title-message-container--center
{
    margin: auto;
    display:block;  
}

.savings-spotlight__message-copy
{
    color: #181819;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 0 10px;
}
    
.savings-spotlight__item-link
{
    text-decoration: none;
}

.savings-spotlight__save-message
{
    color: #c8102e;
    text-transform: lowercase;  
    font-size: 20px;
    line-height: 24px;
    font-family: sans-serif;
    font-weight: bold;
}

.savings-spotlight__save-message.category-title {
    text-transform: lowercase;
    color: #181819;
}

.savings-spotlight--carousel .item{
    width: 180px;
    margin: 0 auto;
}

.customNavigation{
  text-align: center;
}

/* navigation arrows for owl carousel */
.savings-spotlight--carousel .owl-controls .owl-buttons div {
  padding: 0px 10px;
}
 
.savings-spotlight--carousel .owl-buttons i{
  margin-top: 2px;
}
 
/* To move navigation buttons outside use these settings: */
 
.savings-spotlight--carousel .owl-controls .owl-buttons div {
  position: absolute;
}
 
.savings-spotlight--carousel .owl-controls .owl-buttons .owl-prev{
  left: -15px;
  top: 80px;
  width: 12px;
  background: none;
}
 
.savings-spotlight--carousel .owl-controls .owl-buttons .owl-next{
  right: -3px;
  top: 80px;
  width: 12px;
  background: none;
}

.savings-spotlight--carousel .owl-pagination {
    display: none;
}


/* use styles below to disable ugly selection */
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}