<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-quick-text {
  color: #FFFFFF;
}

.facebook {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  background: #3b5998 none repeat scroll 0% 0%;
  letter-spacing: 1x;
}

.facebook:hover
{
  background: #fff; color: #3b5998;
}

/* media-account-link
==================================== */
.media-account-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #1fc0a0;
  cursor: pointer;
  color: #fff;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-account-link h4 {
  color: #fff;
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-account-link .icon {
  -webkit-transition:  all 300ms linear 0s;
  -moz-transition:  all 300ms linear 0s;
  -ms-transition:  all 300ms linear 0s;
  -o-transition:  all 300ms linear 0s;
  transition:  all 300ms linear 0s;
}
.media-account-link--figure,
.media-account-link--content,
.media-account-link--arrow {
  display: table-cell;
  padding:10px 0px;
  vertical-align: middle;
}
.media-account-link--figure {
  width: 23%;
}
.media-account-link--content {
  padding-right: 5%;
  width: 67%;
}
.media-account-link--arrow {
  width: 10%;
  vertical-align: middle;
}
.media-account-link:hover {
  background-color: #f5f5f5;
  color: #777777;
}
.media-account-link:hover h4 {
  color: #333333;
}
.media-account-link:hover .icon {
  color: #1fc0a0;
}
@media (max-width: 530px) {
  .media-account-link {
    display: block;
  }
  .media-account-link--figure,
  .media-account-link--content,
  .media-account-link--arrow {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 4%;
  }
  .media-account-link--figure {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .media-account-link--content {
    padding-bottom: 4%;
  }
  .media-account-link--arrow {
    padding-bottom: 4%;
  }
}
/* end media-account-link
==================================== */
/* media-content-img-left
==================================== */
.media-content-img-left .pull-left {
  margin: 9px 30px 30px 0;
}
/* end media-content-img-left
==================================== */</pre></body></html>