/*************************************************************
	MENU ICONS EXAMPLE
 *************************************************************/
/*
To add menu icon specify PAGE-ID and ICON CONTENT VALUE:

.fa-menu-{PAGE-ID}:before {
  content: "{ICON CONTENT VALUE}";
}

List of ICON CONTENT VALUES: http://astronautweb.co/snippet/font-awesome/

FOR EXAMPLE

i.fa-menu-33:before {
  content: "\f004";
}
  
*/

/*************************************************************
	ADD YOUR CUSTOM STYLES BELOW THIS LINE
 *************************************************************/
 :root {
  --black: #000;
  --off-black: #252525;
  --white: #fff;
  --red: #ff0000;
  --yellow: #FFFF00;
 }

 div#mainMenu .dropdown-menu a {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: var(--white) !important;
    text-transform: uppercase;
}
@media (max-width: 991px) {
  #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
    color: var(--white) !important;
  }
}
 
 @media print {

     .wsc-banner-container,
     .btn-wrapper,
     .btn,
     .header-extras {
         display: none;
     }

     a.logo[href]:after {
         content: "";
     }

     .copyright-text {
         font-size: 0;
     }

     .copyright-text * {
         display: none;
     }

     .copyright-text span {
         display: block;
         font-size: 12px
     }
 }
 p a {
    transition: color .3s;
}

p a:hover {
    color: #000;
}
 .modal .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 1200px;
}

.modal .modal-content {
  border-radius: 0;
  background: #252525;
  text-align: center;
}

.modal .modal-content h2 {
  color: #fff;
  margin: 35px 0 30px;
  text-transform: uppercase;
}

.modal .modal-content h4 {
    color:#fff;
  margin-bottom: 10px;
}

.modal .modal-content .close {
  color: #fff;
  float: none;
  font-size: 50px;
  opacity: 1 !important;
  position: absolute;
  right: 30px;
  text-align: right;
  text-shadow: none;
  top: 20px;
  z-index: 1;
}

.modal .modal-content .close:hover {
  color: #f00;
}

.modal .modal-content .close span {
  font-weight: 300;
  transition: color 0.5s ease 0s;
}

.modal .modal-content .modal-body {
  margin: 0 auto;
  max-width: 815px;
  padding: 30px;
}

.modal-backdrop {
  display: none;
}

.show {
	opacity: 1 !important;
}

#dnn_ctr1640_ContentPane {
  border-radius: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin: 0 auto;
  width: 80%;
}

.eds_mailChimpPlus_Galore .edmcp_header {
  display: none;
}

.eds_mailChimpPlus_Galore .edmcp_formWrapper {
  padding: 0;
}

.eds_mailChimpPlus_Galore .edmcp_mainWrapper {
  border: 0;
  border-radius: 0;
}

.eds_mailChimpPlus_Galore .edmcp__inputGroup {
  margin: 15px;
}

.eds_mailChimpPlus_Galore .edmcp__label {
  display: none;
}

.eds_mailChimpPlus_Galore .edmcp__inputGroup input {
  border-radius: 0;
  background: #cecece63;
  border-bottom: 2px solid black;
  box-shadow: none;
  font-size: 25px;
  color: #000;
  height: 80px;
  margin-bottom: 15px;
}

.eds_mailChimpPlus_Galore .edForm__subscribe,
.eds_mailChimpPlus_Galore .edForm__closeResponse {
  background: #f00;
  border-radius: 0;
  text-transform: capitalize;
  padding: 22px 65px;
}

.eds_mailChimpPlus_Galore .edForm__subscribe:hover,
.eds_mailChimpPlus_Galore .edForm__closeResponse:hover {
  background: #FFFF00;
  color: #000;
}

#page-title .page-title > span {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  opacity: 1;
}

.fluid-width-video-wrapper {
  margin-bottom: 20px;
}

p.callout-text {
  color: #fff;
}

.h2,h2 {
  margin-bottom: 20px;
}

/*Wishlist button styles*/
.btn-wrapper {
  position: relative;
}

.btn-wrapper .btn+.btn {
  margin-left: 0; 
}

.btn-wrapper a {
  max-width: 80%;
  width: 100%;
}

.btn-wrapper a:last-of-type {
  position: absolute;
  left: 10%;
  top:0;
  opacity: 0;
  z-index: -1;
}

.btn-wrapper a:last-of-type.show {
  z-index: 1;
  background-color: #000;
  border-color: #f00;
}

.product-catalog .image {
  margin-bottom: 20px;
}

.product-catalog .image img {
  max-width: 100%;
}

.product-catalog .image:not(.top-image) {
  margin-bottom: 20px;
  height: 150px;
}

.product-catalog .image:not(.top-image) img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.product-catalog {
  position: relative;
}

.print {
  position: absolute;
  bottom: 100%;
  right: 0;
}

@media screen and (max-width: 576px) {
  #page-title .container .page-title > h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .eds_mailChimpPlus_Galore .edmcp__inputGroup input {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #page-title .page-title > span {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px !important;
  }
}

#eds_mailchimp_1640_form .edmcp__inputGroup {
    border: 0;
    padding: 0;
}
#eds_mailchimp_1640_form .edmcp__inputGroupZip {
    margin: 0;
}

/* Locations Pages */
.product-list-items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  column-count: 1;
}

.product-list-items li {
  margin-bottom: 10px;
  break-inside: avoid;
  display: flex;
  align-items: flex-start;
}

.product-list-items li a {
  color: inherit;
  text-decoration: none;
  color: var(--off-black);
}

.product-list-items li a:hover {
  color: var(--red);
}

.firework-svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
  margin-top: 3px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v4'/%3E%3Cpath d='M12 17v4'/%3E%3Cpath d='M3 12h4'/%3E%3Cpath d='M17 12h4'/%3E%3Cpath d='M5.6 5.6l2.8 2.8'/%3E%3Cpath d='M15.6 15.6l2.8 2.8'/%3E%3Cpath d='M18.4 5.6l-2.8 2.8'/%3E%3Cpath d='M8.4 15.6l-2.8 2.8'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23ff0000' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 500px) {
  .product-list-items {
    column-count: 2;
  }
}

@media (min-width: 968px) {
  .product-list-items {
    column-count: 3;
  }
}


@media (min-width: 1100px) {
  .product-list-items {
    column-count: 4;
  }
}


.wsc-section:has(.gray-banner) {
  padding: 80px 0 !important;
}

.gray-banner {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gray-banner.home {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .narrow {
    max-width: 80%;
    margin: 0 auto;
  }
}


ul.location-list {
  list-style: none;
  padding-left: 0;
  column-count: 1;
}

@media (min-width: 500px) {
  ul.location-list {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  ul.location-list {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  ul.location-list {
    column-count: 4;
  }
}

li span {
  margin-right: 10px;
}

.banner {
  background-color: var(--off-black);
  border: 2px solid var(--red);
  border-radius: 3px;
  padding: 50px 35px;
}

.banner .inner {
  max-width: 80%;
  margin: 0 auto;
}

.banner h2,
.banner p,
.banner li {
  color: var(--white);
}

.row.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 35px;
}

.row.cards > [class*="col-"] {
  display: flex;
}

.row.cards .card {
  width: 100%;
  height: 100%;
  border: 2px solid var(--off-black);
  border-radius: 3px;
}

.row.cards .card-body {
  padding: 20px;
}
.accordion .card {
  position: relative;
  margin: 16px 0;
}

.card a:hover {
  color: inherit;
}

.accordion .card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--off-black);
}

.accordion .card button.btn-link {
  position: relative;
  padding: 0 30px 0 0;
  border: 0;
  font-size: 20px;
  line-height: 24px;
  color: var(--off-black);
  transition: color 0.3s ease;
  text-decoration: none;
  text-align: left;
  width: 100%;
  background: transparent;
}

/* Draw the accordion icon with CSS instead of Font Awesome */
.accordion .btn-link::before,
.accordion .btn-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--off-black);
  transform: translateY(-50%);
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Vertical line for the closed + icon */
.accordion .btn-link::after {
  transform: translateY(-50%) rotate(90deg);
}

/* Open state: hide the vertical line, leaving only the - icon */
.accordion .btn-link[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0deg) scaleX(0);
}

/* Closed state: show the full + icon */
.accordion .btn-link[aria-expanded="false"]::after,
.accordion .btn-link.collapsed::after {
  transform: translateY(-50%) rotate(90deg) scaleX(1);
}

.accordion .card button.btn-link:hover {
  color: var(--red);
}

.accordion .card button.btn-link:hover::before,
.accordion .card button.btn-link:hover::after {
  background: var(--red);
}

.accordion .card .card-body {
  color: #5e5e5e;
  font-size: 16px;
}

.quote-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}

.quote-cards > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

.quote-card {
  display: flex;
  width: 100%;
  height: auto;
  border: 2px solid var(--red);
  border-radius: 3px;
}

.quote-card .card-body {
  padding: 20px;
}

.quote-card .quote-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}

.quote-card .quote-title .fa {
  background-color: var(--red);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  color: var(--white);
}

.quote-card .card-text {
  margin-bottom: 0;
}

.product-card img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  padding-top: 20px;
}

.product-cards .card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-cards .product-card {
  border: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.product-cards .card-title {
  color: var(--off-black);
  display: block;
  transition: color 0.3s ease;
}

.product-cards .card-text {
  display: block;
  color: inherit;
}

.product-cards .card-link:hover .product-card,
.product-cards .card-link:focus .product-card {
  border-color: var(--red);
}

.product-cards .card-link:hover .card-title,
.product-cards .card-link:focus .card-title {
  color: var(--red);
}

.product-cards .card-link:focus {
  outline: none;
}

.product-cards .card-link:focus-visible .product-card {
  border-color: var(--red);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--red) 25%, transparent);
}

.location-cards .location-card { 
  border: 1px solid transparent; transition: border-color 0.3s ease;
}

.location-cards .location-card:has(.location-card-link:hover),
.location-cards .location-card:has(.location-card-link:focus) {
  border-color: var(--red);
}

.location-cards .location-card .card-body {
  position: relative;
  padding-bottom: 3.5rem;
}

.location-cards .card-title {
  font-size: 1.25rem;
}

.location-cards .location-card-link {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--off-black);
  color: var(--white);
  font-size: 1.25rem;
  padding: 10px 35px;
  text-decoration: none;
  border-top-left-radius: 3px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.location-cards .location-card-link:hover,
.location-cards .location-card-link:focus {
  background-color: var(--red);
  color:var(--white);
}
