﻿/*COLORS*/
.sans-text, .footer-email-registration p, #footer-inner-wrapper .location-text p, .sans-display, #termsAndConditionsModal .modal-header #myModalLabel {
  font-family: Arial, Helvetica, sans-serif;
}

.serif-text, .serif-display {
  font-family: Georgia, serif;
}

.reg-face {
  font-weight: normal;
  /*font-weight: 400;*/
}

.bold-face {
  font-weight: bold;
  /*font-weight: 700;*/
}

/* Add JS to _CheckoutLayout, _MasterLayout, and _Layout later for web font usage */
/*Rewards*/
#termsAndConditionsModal {
  width: 100%;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#termsAndConditionsModal .modal-body {
  height: 350px;
  overflow-y: auto;
}
#termsAndConditionsModal .modal-header #myModalLabel {
  color: #666666;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
}
#termsAndConditionsModal .modal-footer {
  background-color: #ffffff;
}
#termsAndConditionsModal .termsAndConditionsContainer p {
  color: #999999;
  text-align: left;
  font-style: italic;
}

.titleDotted h1, .titleDotted h2 {
  font: bold 28px Kokila, serif;
}

.popover-header .popover-title {
  display: none;
}

.popover.error .popover-content {
  color: #ffffff;
}

#address-table input {
  width: 200px;
}

.point-box-wrapper .popover .popover-content {
  color: #999999;
  width: 275px;
  font-size: 11px;
}

#form1 input {
  padding: 5px;
}
#form1 #submit1 {
  background-color: #2A5B81;
}

.cartrow2 > td, .cartrow1 > td {
  padding: 10px;
  margin-bottom: 5px;
}
.cartrow2 > td img, .cartrow1 > td img {
  margin-right: 10px;
}

#XmasDig h2 {
  font-size: 1.5em;
}
#XmasDig p {
  padding: 0;
}
#XmasDig a {
  padding: 5px 0;
}
#XmasDig a:hover {
  text-decoration: underline;
}

.extra-padding {
  padding: 10px 0;
}

span.SubTitles {
  height: 28px;
  line-height: 28px;
}

#tabbox a {
  text-decoration: underline;
}

#footer-inner-wrapper .location-text p {
  font-size: 11px;
  color: #666666;
  margin: 0;
  line-height: 15px;
}

.footer-email-registration p {
  font-size: 11px;
  color: #666666;
  margin: 0;
  line-height: 15px;
}

.seo-text p {
  padding: 5px 0;
}

.qd-hard p {
  padding: 5px 0;
}

.top-level-menu a:hover, .top-level-menu a:active {
  text-decoration: none;
}

.order-history-info p {
  padding: 5px;
}

.cell-padding {
  border: 2px solid #fff;
  padding: 5px;
  text-align: center;
}

#uform {
  padding: 10px;
}

.Question td {
  padding: 5px;
}

.stdtext td {
  padding: 3px 0;
}

.smltext {
  padding: 5px;
}

.SectHead h4 {
  text-align: center;
}

.left-align {
  text-align: left;
}

.small-padding td {
  border: 2px solid #fff;
  padding: 3px;
}

.row-fluid input {
  margin-top: 0;
  margin-right: 3px;
}

.myAccountSection .row-fluid input {
  margin-top: -2px;
}

.signin-link {
  text-decoration: underline;
}

.signin-padding h4, .signin-padding a, .signin-padding p {
  padding-bottom: 10px;
}

.rewards-check-label {
  font-weight: normal;
  display: inline;
}

.terms-info a {
  text-decoration: underline;
}

.terms-info a:hover {
  text-decoration: none;
}

.storeTemplateFaq .card-header button {
  box-shadow: none !important;
}
.storeTemplateFaq .card-header button:not(.expanded) .fa-chevron-down {
  display: block;
}
.storeTemplateFaq .card-header button:not(.expanded) .fa-chevron-up {
  display: none;
}
.storeTemplateFaq .card-header button.expanded .fa-chevron-up {
  display: block;
}
.storeTemplateFaq .card-header button.expanded .fa-chevron-down {
  display: none;
}
