@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
table {
  border-collapse: collapse;
  width: 100%; }

td {
  vertical-align: top; }

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- COLORS --------

*/
/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors by updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3 {
  font-family: "Manrope", sans-serif; }

a {
  text-decoration: none !important; }

.width {
  max-width: 1230px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  background: #000;
  color: #fff; }

.header {
  max-width: 1230px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.logo {
  width: 35%;
  padding: 10px 10px 0 10px; }
  .logo img {
    width: 100%;
    height: auto; }

nav {
  width: 65% !important;
  padding: 10px !important; }

.former {
  text-align: center;
  padding: 5px 10px 8px 10px; }
  .former p {
    color: #fff;
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    font-family: "Manrope", sans-serif; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #000;
  padding: 20px 0;
  color: #fff; }

.top-footer {
  max-width: 1230px;
  margin: 0 auto;
  width: 96%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .top-footer .socials {
    display: flex;
    gap: 10px; }
    .top-footer .socials a {
      color: #fff;
      font-size: 20px; }

.foot-left {
  width: 100%;
  max-width: 300px;
  text-align: center; }
  .foot-left .bold {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    color: #fff; }
  .foot-left a {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    font-weight: 600; }

.foot-center p {
  text-align: center;
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  font-family: "Manrope", sans-serif; }

.foot-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 360px;
  text-align: center; }
  .foot-right .foot-col {
    width: 50%;
    padding: 0 10px;
    text-align: center; }
    .foot-right .foot-col .bold {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 10px;
      font-family: "Manrope", sans-serif;
      color: #fff; }
    .foot-right .foot-col p {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      line-height: 38px; }

.social-icons {
  display: flex;
  gap: 5px;
  flex-direction: row;
  justify-content: center;
  padding-top: 15px; }
  .social-icons a {
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 8px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-icons a.fb {
      background: #3b5998; }
    .social-icons a.ig {
      background: #333; }
    .social-icons a.yt {
      background: #cd201f; }
  .social-icons a:hover {
    opacity: 0.8;
    transition: 0.3s;
    transform: scale(1.05); }

.copy-footer {
  width: 100%;
  padding: 10px;
  background-color: #323232;
  text-align: center;
  color: #fff; }
  .copy-footer p {
    font-size: 16px;
    font-weight: 800;
    margin: 15px 0;
    color: #fff;
    line-height: 1.2;
    font-family: "Manrope", sans-serif; }
  .copy-footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 800; }

/* ---- INVENTORY STYLES - KEEP AT BOTTOM OF CSS ---- */
.listing-top-right .buy-now-link,
.listing-top-right .check-availability-link,
.listing-top-right .email-seller-link {
  background: #1A48A2 !important;
  color: #fff !important; }

.list-error-container .info button,
.mobile-done-button,
.view-listings-details-link,
a.buy-btn.des-buy-now,
a.buy-btn.gtm-buynow.des-buy-now,
button.selected-facet.ts-button,
.detail-contact-bar .contact-bar-btn,
button.page-nav {
  background: #1A48A2 !important;
  color: #fff !important; }

/* --------------------------------
   Hover states
-------------------------------- */
.view-listing-details-link:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover,
button.g-recaptcha.button:hover,
.email-seller-link:hover,
.mc-nav-controls .mc-icon-navarrow span,
a.buy-btn.des-buy-now:hover,
a.buy-btn.gtm-buynow.des-buy-now:hover,
.detail-contact-bar .contact-bar-btn:hover {
  background: #000 !important;
  color: #fff !important; }

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 900px) {
  .top-footer {
    flex-direction: column;
    gap: 30px; }

  .foot-left, .foot-center, .foot-right {
    max-width: 100%;
    width: 100%; } }
@media only screen and (max-width: 800px) {
  .logo {
    width: 65%; }

  #menu-button {
    width: 35% !important; } }
@media only screen and (max-width: 600px) {
  .foot-right {
    flex-direction: column;
    align-items: center;
    gap: 40px; }

  .foot-col {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  #menu-button {
    padding-top: 35px !important; } }
@media only screen and (max-width: 430px) {
  #menu-button {
    padding-top: 25px !important; } }
