﻿.ccl-sticky-header {
  position: sticky;
  top: 0;
  z-index: 8;
}
.ccl-sticky-header.dropdown-active {
  z-index: 11 !important;
}
.headerUspsRow {
  height: 1.5rem;
}

.headerUspItem {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.headerUspItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.sticky-header-search-input {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sticky-header-search-input {
    width: 5rem;
  }
}
.sticky-header-search-input ::placeholder {
  opacity: 0.5;
}
.sticky-header-search-input::-webkit-input-placeholder {
  opacity: 0.5;
}

.sticky-header-misc-link-container {
  font-size: 11px;
  font-weight: 500;
}

.chillblast-dropdown-heading {
  color: #ffffff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 0.875rem;
}
.chillblast-dropdown-heading:hover {
  background-color: unset !important;
}

.border-bottom-hover-green {
  transition: border-color 0.2s ease;
}
.border-bottom-hover-green:hover {
  border-color: #0bce40 !important;
}

.chillblast-dropdown-item {
  color: #ffffff !important;
  font-weight: 300;
  transition: border-bottom 0.2s ease !important;
  border-bottom: 0 solid #141414 !important;
  font-size: 0.85rem;
  line-height: 18px;
}
.chillblast-dropdown-item:hover {
  background-color: unset !important;
  border-bottom: 1px solid #0bce40 !important;
}

.sticky-header {
  background-color: #0F0F0F;
  border-width: 0 0 0.0625rem 0;
  border-style: solid;
  border-color: #464646;
}

.sticky-subheader {
  border-width: 0 0 0.0625rem 0;
  border-style: solid;
  border-color: rgba(70, 70, 70, 0.5019607843);
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  height: calc(5rem - 27px);
}
@media (min-width: 992px) {
  .sticky-subheader {
    height: 5rem;
  }
}

.header-offset {
  margin-top: calc(6.5625rem - 27px);
}
@media (min-width: 992px) {
  .header-offset {
    margin-top: 6.5625rem;
  }
}

.header-usps-inner-container {
  height: 1.5rem;
}

/* floating header */
body.floating-header header > div {
  background: none !important;
  border-bottom: none !important;
  transition: background 0.3s ease;
}

body.floating-header-scrolled header > div,
body.floating-header-menushown header > div {
  background: white !important;
  border-bottom: 1px solid rgb(244, 244, 244);
  transition: background 0.3s ease;
}

.offcanvas-offset {
  top: 10rem;
}

.offcanvas-header-nav-menu strong, .offcanvas-header-nav-menu a {
  color: #ffffff !important;
}
.offcanvas-header-nav-menu i {
  color: #0bce40;
}

/* floating header end */
.header-link {
  font-size: 12px !important;
  background: #e2bc23 !important;
}

.business-link {
  border-right: solid 1px rgba(40, 40, 40, 0.1019607843) !important;
}

.search-link-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  font-size: 14px;
  text-decoration: underline 0.15em rgba(0, 0, 0, 0) !important;
  text-underline-offset: 0.1em !important;
  transition: text-decoration-color 300ms, text-underline-offset 300ms !important;
}

.search-link-item:hover {
  text-decoration-color: #0bce40 !important;
  text-underline-offset: 0.4em !important;
}

.search-results .card-body:has(a:hover) p {
  text-decoration: underline;
}

.sticky-nav-container {
  height: 45px;
}
@media (min-width: 992px) {
  .sticky-nav-container {
    height: 71px;
  }
}

.chillblast-subheader .dropdown-menu {
  width: 100vw;
  border-top: none;
}

.chillblast-heading {
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chillblast-heading {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chillblast-heading {
    font-size: 14px;
  }
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-toggle:has(> a.active) { /* styles to apply to the li tag */ }

.chillblast-hover-grey:hover {
  background-color: rgba(73, 73, 73, 0.7803921569) !important;
}

.chillblast-anchor:focus,
.chillblast-anchor:active {
  background-color: transparent !important;
  color: inherit !important;
  outline: none;
  box-shadow: none;
}

.ccl-header-logo {
  width: 120px;
}
@media (max-width: 360px) {
  .ccl-header-logo {
    width: 110px;
  }
}

.ccl-footer-logo {
  width: 120px;
}

.header-icon-padding {
  padding: 0.5rem;
}
@media (max-width: 1000px) {
  .header-icon-padding {
    padding: 0;
  }
}

.chillblast-header-right-container:nth-child(1) {
  font-size: 1.1rem;
}
@media (min-width: 339px) {
  .chillblast-header-right-container:nth-child(1) {
    font-size: 1.25rem;
  }
}
.chillblast-header-right-container:nth-child(2) {
  font-size: 0.875rem;
}
@media (min-width: 339px) {
  .chillblast-header-right-container:nth-child(2) {
    font-size: 1rem;
  }
}

.slide-menu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.3s ease-in-out !important;
  z-index: 9;
}

.slide-menu.show {
  left: 0;
}

.no-scroll {
  overflow: hidden;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.chillblast-footer-link:hover {
  color: #a7acb1 !important;
  transition: all 0.4s !important;
}

.chillblast-social-media {
  background-color: #141414;
  color: #fff;
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: solid 1px white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.payment-logo-container {
  font-size: 22px;
}

.chillblast-highlight-link {
  color: #000;
  border-bottom: solid 2px #F2CC01 !important;
  font-weight: 600;
  font-size: 13px;
}

.blog-read-more {
  font-size: 14px !important;
  font-weight: 600;
  padding: 12px 32px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-read-more:hover {
  color: black !important;
  background-color: white !important;
}

.search-results-link {
  background: #464646;
  border-left: 3px solid #777;
}

.search-results-link:hover {
  border-left: 3px solid #0bce40 !important;
  cursor: pointer;
}

.search-product-link:hover > small {
  text-decoration: underline !important;
}
