/** Shopify CDN: Minification failed

Line 1682:23 Expected ":"
Line 1768:0 Expected "}" to go with "{"

**/


.img-box .image img {
    object-fit: contain!important;
}

.halo-article-content .article-header {
    margin-bottom: 10px!important;
}

@media screen and (max-width: 1024px) {
.filter-by-title-desktop {
  display: none;
}}

@media screen and (min-width: 1025px) {
.reviews_all_container, .jdgm-rev-widg.jdgm-rev-widg {
    padding: 25px !important;
    margin-left: 50px!important;
    margin-right: 50px!important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08)!important;
    background: white;
}}
@media screen and (max-width: 1024px) {
.reviews_all_container, .jdgm-rev-widg.jdgm-rev-widg {
    padding: 10px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08)!important;
        background: white;
}}

.jdgm-prev-badge {
    padding-bottom: 5px;
}
.kl_reviews__lightbox_background.kl_reviews__lightbox_background.kl_reviews__lightbox_background button.kl_reviews__close_button svg {
    fill: white;
    stroke: white;
    height: 16px;
    width: 16px;
}

.kl_reviews__lightbox_background.kl_reviews__lightbox_background.kl_reviews__lightbox_background button.kl_reviews__close_button {
  background: #004080;
}

.kl_reviews__summary__stars svg, .kl_reviews__review_stars_and_time .kl_reviews__stars_badge svg, .kl_reviews__stars_badge svg {
    stroke: #ffcd37 !important;
}

.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget svg {
    stroke: #ffcd37!important;
}

.kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item .kl_reviews__review__product_card .kl_reviews__review__product_card__container .kl_reviews__review__product_card__carat svg {
    width: 2rem !important;
    height: 2rem !important;
}


/* Button container: visible only on desktop */
.desktop-only {
  display: none;
}

@media screen and (min-width: 1025px) {
  .desktop-only {
    display: flex;
    justify-content: flex-start;
    margin: 0px 0 10px;
  }
  .page-sidebar+.page-content {
        margin-top: -10px;
    }
}

.toggle-filter-btn {
  background: linear-gradient(135deg, #004080, #0066cc);
  color: #ffffff;
  padding: 10px 18px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toggle-filter-btn:hover {
  background: linear-gradient(135deg, #003366, #005bb5);
  transform: translateY(-1px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.toggle-filter-icon {
  display: inline-block;
  vertical-align: middle;
  fill: white;
}


@media screen and (min-width: 1025px) {
.toolbar {
    border-top: none!important;
      padding: 0px 0px !important;
}}



/* 🛠️ Prevent double + icon on mobile */
@media screen and (max-width: 1024px) {
  .sidebarBlock-heading::before {
    display: none !important;
  }

  .sidebarBlock-heading::after {
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .sidebarBlock.open .sidebarBlock-heading::after {
    content: "-" !important;
  }
  .sidebarBlock-heading::before,
.sidebarBlock-heading::after {
  content: "" !important;
}
  .sidebarBlock-heading {
    position: relative;
  }

  .sidebarBlock-heading::after {
    content: "+" !important;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
  }

  /* When accordion is open, show minus */
  .sidebarBlock.open .sidebarBlock-heading::after {
    content: "−" !important;
    transform: translateY(-50%) rotate(0deg);
  }
.sidebar--layout_2 .sidebarBlock-headingWrapper .sidebarBlock-heading:after {
    transform: translate3D(0, -50%, 0) rotate(0)!important;
  top: calc(50% - 10px)!important;
}
    
  .custom-filter-search {
    width: 70%!important
  }
  .page-sidebar .halo-sidebar-wrapper {
    background: #f9fcff;
}
  .page-sidebar {
    max-width: calc(100vw - 30px)!important;
}
}



@media screen and (min-width: 1025px) {
  #CollectionFiltersForm .sidebarBlock {
    margin-bottom: 5px!important;
  }
  .custom-filter-search {
       
        border: 1px solid #e8e8e8 !important;
        background-color: #e8e8e8 !important;
    }
  .custom-filter-content {
    display: none;
  }

  .sidebarBlock.open .custom-filter-content {
    display: block;
  }
 
}

@media screen and (min-width: 1025px) {
  .sidebarBlock .custom-filter-search {
    color: #000 !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
  }
}


.eofy-popup-wrapper {
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  font-family: 'Poppins', sans-serif;
}

.eofy-popup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eofy-popup-image {
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eofy-popup-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.eofy-popup-text {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eofy-popup-heading {
  font-size: 20px;
  font-weight: 700;
  color: #004080;
  margin-bottom: 8px;
}

.eofy-popup-subtext {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}

.eofy-popup-code {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.eofy-code-badge {
  display: inline-block;
  background-color: #fabc09;
  color: #000;
  padding: 6px 14px;
  border-radius: 6px;
  margin-left: 6px;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .eofy-popup-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .eofy-popup-text {
    align-items: center;
  }
}
@media (max-width: 1024px) {
.eofy-popup-text {
    flex: 1 1 0px; }}



.card-title {
  margin: 0px !important;
}

.header-advanced__item {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

@media (min-width: 1025px) {
    .template-collection.product-card-layout-02 .productListing.productList .card {
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    .wishlist-container .productList .card {
        padding-top: 20px;
    }}


.header-navigation .icon-scan-eye:hover {
    stroke: #FABC09 !important;
}

.header-nav-vertical-menu .header-icons-bottom {
    gap: 20px !important;
}

    .header-navigation .icon-scan-eye {
  width: 26px !important;
  height: 26px !important;
  stroke: #fff !important;
  stroke-width: 1.5 !important;
  fill: none !important;
  display: block !important;
}



/* Match style with cart bubble */
.cart-count-bubble.wishlist-bubble,
.cart-count-bubble.viewed-bubble {
  position: absolute;
  top: -7px;
  right: -15px;
  background: var(--cart_count_bubble_bg);
  color: var(--cart_count_bubble_color);
  font-size: 12px;
  font-weight: 400;
     width: 22px;
  border-radius: 999px;
  line-height: 22px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}



.wishlist-count-bubble-mobile,
.view-count-bubble-mobile {
  position: absolute !important;
    top: -3px !important;
    right: -11px !important;
    background-color: #004080 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    padding: 6px 0px !important;
    min-width: 24px !important;
    min-height: 24px!important;
    line-height: 1 !important;
    text-align: center !important;
    z-index: 1 !important;
    max-width: 30px !important;
}

/* Force counter text to white */
.wishlist-count-bubble-mobile .text,
.view-count-bubble-mobile .text {
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}
.halo-sticky-toolbar-mobile .list-item {
  position: relative !important;
}


.header-advanced--style2 .header-advanced-textRight span {
    justify-content: center!important;
}

/* Wishlist Icon Container */
.header__iconItem.header-advanced-wishlist .wishlist-icon-wrapper {
  position: relative !important;
  display: inline-block !important;
}

/* Wishlist Count Bubble - matches cart/view */
.header__iconItem.header-advanced-wishlist .wishlist-count-bubble-custom {

  line-height: 17px;
    min-height: 17px;
    margin: 0;
    min-width: 30px;
    border-radius: 8px;
    position: relative;
    background-color:  #004080;
    color: #fff;
    display: inline-block !important;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600 ;
    letter-spacing: 0;
  padding-top: 1px !important;
    padding-bottom: 1px !important;
}
  
 


/* Text under icon */
.header__iconItem.header-advanced-wishlist .header-advanced-textRight {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Wishlist label */
.header__iconItem.header-advanced-wishlist .cart-text {
  font-size: 13px !important;
  color: #004080 !important;
  text-align: center !important;
  margin-top: 2px;
}




.header__iconItem.header-advanced-viewed {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  color: var(--color, #004080) !important;
}

.header__iconItem.header-advanced-viewed .icon-scan-eye {
  width: 32px !important;
    height: 32px !important;
    display: block !important;
    fill: white !important;
    stroke: #004080!important;
}

.header__iconItem.header-advanced-viewed .header-advanced-textRight {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.header__iconItem.header-advanced-viewed .view-count-bubble {
    line-height: 17px;
    min-height: 17px;
    margin: 0;
    min-width: 30px;
    border-radius: 8px;
    position: relative;
    background-color:  #004080;
    color: #fff;
    display: inline-block !important;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600 ;
    letter-spacing: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

.header__iconItem.header-advanced-viewed .cart-text {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #004080 !important;
  text-align: center !important;
  margin-top: 2px;
  
}




.halo-popup-title.text-center::after {
  content: ' (scroll →)' !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #888 !important;
}


/* Right scroll arrow hint (bottom right) */
.halo-compareColors-image::after {
  content: '➜' !important;
  position: absolute !important;
  bottom: 8px !important;
  right: 10px !important;
  transform: none !important;
  font-size: 20px !important;
  color: #999 !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  background: #fff !important;
  padding-left: 4px !important;
  animation: scrollArrowBlink 1.2s infinite !important;
}

/* Left scroll arrow hint (bottom left) */
.halo-compareColors-image::before {
  content: '⬅' !important;
  position: absolute !important;
  bottom: 8px !important;
  left: 10px !important;
  transform: none !important;
  font-size: 20px !important;
  color: #999 !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  background: #fff !important;
  padding-right: 4px !important;
  animation: scrollArrowBlink 1.2s infinite !important;
}

/* Blinking animation for scroll arrows */
@keyframes scrollArrowBlink {
  0%, 100% { opacity: 1 !important; }
  50% { opacity: 0.2 !important; }
}



@media (min-width: 551px) {
    .tabs-horizontal {
        display: contents!important;
    }
}
@media (min-width: 551px) {
    .pvGroup-row {
        display: inline!important;
          }}



.card-price {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
  
}

.card-price .price__regular {
  display: none!important;
}

.card-price .price__sale {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
}

.card-price .price-item {
  font-size: 14px !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
}

.card-price .text {
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 2px !important;
  white-space: nowrap !important;
  display: inline-block !important;
}



.halo-text-format ul li, .halo-text-format ol li {
        color: #3c3c3c !important;
   }

.productView-share.style-2 .share-button__button {
  background: none!important;
}

@media screen and (max-width: 1024px) {
.product-form__input .form__select {
      max-width: 30rem!important;
}}

@media screen and (max-width: 1024px) {
.product-details.has-sidebar .toolbar-wrapper.toolbar-mobile {
    display: none!important;
}
}

.jdgm-prev-badge__text {
    padding-left: 5px;
    text-decoration: underline;
    color: var(--color-title);
}


.bundle-product-checkbox .product-title {
  display: -webkit-box!important;
  -webkit-line-clamp: var(--product-title-line-text)!important;
  -webkit-box-orient: vertical!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  line-height: 1.4em!important;
  max-height: calc(1.4em * var(--product-title-line-text))!important;
}



#halo-product-bundle {
  background: none!important;
}


.product-item-custom .card-product {
    width: 130px!important;
}

/* Reset: Hide the checkmark by default */
label svg:nth-of-type(2) {
  display: none !important;
}

/* Show and scale checkmark ONLY when checkbox is checked */
input[type="checkbox"]:checked + label svg:nth-of-type(2) {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  
  transform-origin: center;
  margin-left: -20px; /* Optional: align over box */
}



.klaviyo-form input[type=radio] + label > svg {
  
  width: 20px !important;
  height: 20px !important;
}

.klaviyo-form input[type=radio]:checked + label > svg {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
}




@media screen and (min-width: 1025px) {
  .header-advanced__content .quickSearchResultsWrap {
    left: 50%!important;
    transform: translateX(-50%)!important;
    width: 700px!important;
  }
}
@media screen and (max-width: 767px) {
.column-6 .footer-block__item:nth-child(n+3) {
        margin-top: 0px!important;
    }
}



@media screen and (max-width: 1024px) {
.spotlight-inner .title {
        margin-bottom: 5px!important;
}}
 @media screen and (max-width: 1024px) {
.spotlight-block .spotlight-inner.is-bordered {
    padding: 0px!important;
}}


.halo-item .spotlight-item {
  background-color: #ffffff!important;
  border-radius: 12px!important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)!important;
  transition: box-shadow 0.3s ease, transform 0.3s ease!important;
}

/* Hover state for elevation effect */
.halo-item .spotlight-item:hover {
  box-shadow: 0 6px 20px rgba(0, 64, 128, 0.15)!important;
  transform: translateY(-2px)!important;
}



.spotlight-block .content.align-items--center {
        background-color: white!important;
}

.spotlight-inner h3 .has_border_s3 span {
        color: #004080!important;
}

.spotlight-inner .spotlight-button.custom-button-style {
  background: #004080 !important;
  color: #ffffff !important;
  border: none;
  transition: all 0.3s ease;
  border-radius: 6px;
}

/* Hover effect */
.spotlight-inner .spotlight-button.custom-button-style:hover {
  background: #ffffff !important;
  color: #004080 !important;
  box-shadow: 0 4px 12px rgba(0, 64, 128, 0.3) !important;
  cursor: pointer;
}

/* Active (click) state */
.spotlight-inner .spotlight-button.custom-button-style:active {
  transform: scale(0.97);
  box-shadow: inset 0 3px 6px rgba(0, 64, 128, 0.2) !important;
}

.show_image_loading .media--loading-effect {
    background: none!important;
}

.section-block-template--16947388383316__bbc37338-c771-4490-99bb-f7b024f28e76 {
        padding-top: 0px!important;
    padding-bottom: 0px!important;
    }



@media screen and (max-width: 1024px) {

.quickSearchResults .container {
      margin: 0px!important;
}}
  
.quickSearchResultsWrap {
  width: 100%!important;
}

.quickSearchResultsWrap[data-quick-trending-products] {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
 
    #predictive-search-results-list .products-grid {
        display: flex!important;
        padding-left: 5px!important;
        padding-right: 20px!important;
    }
  quickSearchResults .container {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
.quickSearchResultsBlock .search-block-title {
  padding-left: 10px;
}
 

    .search-modal__form .search__input, #custom-search-input, .cart-coupon-code .form-input, .custom-filter-search, .form-input.quantity__input {
       font-size: 16px !important;
    }

 .facets__list--refined .active-facets__button {
    color: #fabc09!important;
    background-color: #004080!important;
  }
@media screen and (max-width: 1024px) {

/* Refined By section: always open, no plus/minus icon */
.sidebarBlock.refined-widgets .sidebarBlock-heading::after {
  display: none !important; /* Removes the + icon */
}

.sidebarBlock.refined-widgets .sidebarBlock-content {
  display: block !important; /* Always open */
}

  .facets-horizontal .facets__count.custom-count {
    background-color: #004080 !important;
    color: #fabc09;
    padding-left: 8px;
    width: 24px;
    border-radius: 20px;
}
 
#CollectionFiltersForm .refined-widgets .sidebarBlock-heading{
  padding-left: 0px !important;
}
  .facets-vertical .sidebarBlock .results-count{
    padding-top: 15px;
  }

  }

@media screen and (max-width: 1024px) {
.page-sidebar .halo-sidebar-header {
   background: #004080;
    color: white;
}
.page-sidebar.page-sidebar-left .halo-sidebar-close {
    right: 0px!important;
}
  .facets__price--slider .form-actions {
        margin-bottom: 20px;
}
.sidebar--layout_1 .sidebarBlock-heading {
  margin-bottom: 0px!important;
}}

  




input[type=checkbox]:checked+.form-label--checkbox:before {
    background-color: #004080!important;
    border-color: #004080!important;
}


.halo-block-header .title:before {
      background: none!important;
}



template-search .facets__list {
  max-height: none !important;
  overflow-y: auto !important;
}


@media screen and (max-width: 1024px) {
#CollectionFiltersForm .sidebarBlock {
    margin-bottom: 0px!important;
    border-bottom: 1px solid;
    border-color: #0040802b;
}}

.page-sidebar .halo-sidebar-header .title::before {
  content: "Filter by :";
}


.halo-sidebar-header .title {
  font-size: inherit; /* optional: keep existing size */
  color: inherit;     /* optional: keep existing color */
}

.halo-sidebar-header .title::after {
  content: "";
}

.halo-sidebar-header .title {
  visibility: hidden;
  position: relative;
}

.halo-sidebar-header .title::before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}




/* ✅ Hide filter options with (0) count and disabled checkbox */
.facets__item:has(input[disabled]) {
  display: none !important;
}

.facets__item .count:contains("(0)") {
  display: none;
}


.custom-filter-search:focus {
  outline: 2px solid #fff;
}


/* above is filter css */


.product-card-layout-02 .price-item .text {
    display: none!important;
}

/* Default: Desktop - Show max 2 lines */
:root {
  --product-title-line-text: 2 !important;
}

/* Mobile: Show max 2 lines */
@media (max-width: 767px) {
  :root {
    --product-title-line-text: 2 !important;
  }
}

/* Product title ellipsis with clamp */
.card-title-ellipsis {
  overflow: hidden !important;
  white-space: normal !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  text-overflow: ellipsis !important;
  min-height: 48px !important; /* Ensures 2-line space */
}



.article-heading .title {
    line-height: normal;
}

.header-mobile__item {
    min-width: 35px!important;
}


.blog-layout-list .article-item {
    border: 1px solid #E8E8E8!important;
    margin-bottom: 10px!important;
    padding: 10px!important;
    background: #e8e8e82e!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.sidebar--layout_1 .sidebarBlock-heading {
    border-bottom: none!important;
    padding-left: 5px!important;
    margin-left: none!important; 
}

/* Search box*/
.header-advanced .show-box-shadow .search-modal__form {
    background: #e6e6e657!important;
    box-shadow: inset 0px 0px 20px -5px rgba(0, 0, 0, 0.2)!important;
}



/* Search box*/

.quickSearchResultsBlock .products-grid {
    margin-left: 0px!important;
}

.product-form__label .pattern {
       background-color: transparent!important;
}

.card-swatch .swatch-label .pattern {
    background-color: transparent!important;
}


/* Pre-order box*/

.pre-order-info-box {
  border: 1px solid #ddd; /* Border color */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Shadow */
  padding: 15px; /* Spacing inside the box */
  margin-bottom: 10px; /* Spacing between boxes */
  background: white;
}

.pre-order-info-box h3 {
  font-size: 18px; /* Title font size */
  margin-bottom: 10px; /* Spacing below title */
  margin-top: 0px;
}

.pre-order-info-box p {
  margin-bottom: 10px; /* Spacing between paragraphs */
  line-height: 1.4; /* Line height */
}

.bold-date {
  font-weight: bold; /* Make the date bold */
}


/* Tidio close button */

.flyMessage .close-button-wrapper {
    opacity: 0.9!important;
}
/* Sort filter background color */


.toolbar .toolbar-dropdown .label-tab {
    background-color: #ffffff00!important;
}

/* Group products css */

.bundle-product-image {
    max-width: 150px;
    max-height: 150px;
}


.product-customInformation__content .product__text.title {
     visibility: hidden; 
}

.jdgm-all-reviews-page__wrapper {
    padding-top: 25px;
    }

@media (max-width: 992px){
.product-block-has__banner.product-block-has__collections .product-block__grid .products-carousel .product {
     padding-right: 5px!important;
}}

@media (max-width: 992px){
.halo-product-block .collection-column-2 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}}

@media screen and (min-width: 1025px) {
.product-card-layout-02 .card:hover {
    transform: translateY(-5px);
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
}}



@media screen and (min-width: 1025px) {
.product-card-layout-02 .halo-product-block .product {
    padding: 0 10px!important;
}}


/* Category Slider icon Width */
.block-categories-slider .categories-slider--list li a img {
    width: 24px;
    height: 24px;
}



/*@media screen and (min-width: 1025px) {
.product-card-layout-02 .card {
      margin-bottom: 0px!important;
}}*/

/*
@media screen and (max-width: 551px) {
.halo-product-block .products-carousel .product {
    padding: 0px 1px!important;
}}*/


@media screen and (max-width: 1024px) {
#MenuMobileListSection-menu .custom-image img {
    box-shadow: 0px 0px 8px 0px #88888880;
}}

.shopify-challenge__button {
    background: #004080!important;
    color: white!important;
}
.product-card-layout-02 .productListing .product-item.enable_custom_layout_card .card-action {
    max-width: 100%!important;
}

.halo-block-header .title .text {
  background: none!important;
}


@media screen and (max-width: 750px){
.menu-lv-item .icon {
    fill: #004080!important;
}}

@media screen and (min-width: 1025px){
.menu-lv-item .icon {
  fill: white;
}}

/* Password Page */
@media screen and (min-width: 1025px){
.icon-show-hide-password {
    left: 409px!important;
    top: 7px!important;
}}
/* Password Page */

/* homepage */



/* Product Card */
.card-title { 
  margin: 0px!important;
}

.product-card-layout-02 .product-item.enable_custom_layout_card .wrapper__card {
    margin-top: 5px!important;
}

.product-card-layout-02 .product-item.enable_custom_layout_card .card-price {
    margin-bottom: 5px!important;
}

/* Review widget */
.jdgm-revs-tab-btn[data-style="text"][position="left"] {
    top: 70%!important;
}

/* before you leave */

 .before-you-leave-banner .content .title,.before-you-leave-banner .content .desc1, .before-you-leave-banner .content .heading1,
.before-you-leave-banner .content .desc2, .before-you-leave-banner .content .heading2{
    color : #000000!important;
}

.halo-sidebar-close {
  background-color: #004080!important;
}

/* description text H1 heading size change*/
@media screen and (min-width: 750px) {
h1 {
    font-size: 2rem!important;
}}

@media screen and (max-width: 750px){
.halo-text-format h1 {
    font-size: 2rem!important;
    line-height: 3rem;
}}

/* quickview button 
.productView-action .button {
    background: #004080!important;
    border-color: #004080!important;
}
share button background color
.share-button__button {
    background-color: #FFF!important;
}*/

/* pls check  for checbox color in filters
@media screen and (min-width: 1025px)
input[type=checkbox]+.form-label--checkbox:before {
    background-color: #fff!important;
} */


/* Header csss */

@media screen and (min-width: 1025px){
.scrolled-past-header .menu-lv-1__action>.label {
    top: -20px!important;
}}

@media screen and (min-width: 1025px){
.header-navigation>.container {
       padding-left: 40px;
}}

@media screen and (min-width: 1025px){
.scrolled-past-header .sticky-container-full {
    background: #004080!important;
    padding-left: 40px;
    padding-right: 40px;
}}

/*@media screen and (min-width: 1025px){
.megamenu_style_3 .menu-dropdown__column {
    padding-left: 25px;
}}*/

@media screen and (min-width: 1025px){
.newsletter-form__field-wrapper .shouldShow .effect_placeholder {
    padding-left: 15px!important;
}}

@media screen and (min-width: 1025px){
.newsletter-form__field-wrapper .effect_placeholder {
    bottom: 13px!important;
}}

@media screen and (max-width: 767px){
.newsletter-form__field-wrapper .effect_placeholder {
  bottom: 8px!important;
}}

@media screen and (min-width: 1025px){
.header-advanced__content .header__heading {
   padding-left: 0px!important;
}}

@media screen and (min-width: 1025px){
.header-advanced--style2 .header-advanced__content {
    column-gap: 30px!important;
}}

.header-mobile--icon .header__heading-link {
     min-width: 200px;
  max-width:250px;
  align-self: stretch;
}


/* Header csss */

/* search bar csss */
.products-grid .product {
    padding: 0 5px!important;
}



  
/*collection page CSS */
@media screen and (min-width: 1025px) {
.tabs-horizontal {
    display: flex!important;
}}

.pagination-total-item {
    background-color: #004080 !important;
}

/*
.product-card-layout-02 .card {
    border: 1px solid #e6e6e6 !important;
}*/

@media screen and (min-width: 1025px){
.template-collection.product-card-layout-02 .productListing.column-5 .card-swatch .swatch-label, .template-collection.product-card-layout-02 .productListing.column-4 .card-swatch .swatch-label  {
    width: 40px !important;
    height: 40px !important;
}}

@media screen and (max-width: 767px){
.template-collection.product-card-layout-02 .productListing.column-5 .card-swatch .swatch-label {
    width: 30px !important;
    height: 30px !important;
}}

@media screen and (max-width: 551px){
.product-card-layout-02 .card-swatch .swatch-label {
    width: 30px !important;
    height: 30px !important;
}}

@media screen and (max-width: 551px){
.product-card-layout-02 .product-item.enable_custom_layout_card .card .wrapper__card .card-wishlist {
    margin-left: 1px!important;
}}

@media screen and (min-width: 1025px){
.product-card-layout-02 .product-item.enable_custom_layout_card .wrapper__card .card-wishlist .wishlist-icon {
    opacity: 1!important; 
    visibility: visible!important;
  }}

.card-wishlist .wishlist-icon {
    border: 1px solid #ddd!important;
    box-shadow: 0 2px 2px #00000024, 0 1px 5px #0000001f, 0 3px 1px -2px #0003!important;

}

.card-wishlist .wishlist-added .icon {
    fill: #FFF!important;
}



.page-sidebar.page-sidebar--horizontal+.page-content .toolbar-wrapper:not(.toolbar-mobile) .toolbar-colRight .toolbar-dropdown .label-tab {
    margin-right: 5px!important;
}
/*collection page CSS */


/*product page CSS */

/*product page CSS */

.product-card-layout-02 .card-information {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.nav-menu-tab {
    background-color: #004080 !important;
}

.productGrid.column-2 .product, .productGrid.column-3 .product, .productGrid.column-4 .product, .productGrid.column-5 .product {
    margin-top: 10px !important;
}

  .collection-info--relative .collection-title {
    padding-top: 0px !important;
}

@media screen and (max-width: 767px){
  .collection-info--relative .collection-title {
  padding-left: 10px !important;
}}

@media screen and (max-width: 767px){
  .collection-description {
   padding-left: 10px !important;
}}


.sticky-product-expand {
  background-color: #004080 !important;
}

@media screen and (max-width: 767px){
.product-card-layout-02 .halo-productBadges--left {
    left: 2px !important;
}}
  
@media screen and (max-width: 767px){
.product-card-layout-02 .halo-productBadges {
    top: 2px !important;
}}



@media screen and (max-width: 767px){
.productGrid .product {
    padding-left: 5px !important;
    padding-right: 5px !important;
}}

@media screen and (max-width: 551px){
.halo-product-block .products-carousel .product {
    padding-bottom: 10px !important;
}}

@media screen and (max-width: 767px){
.product-details.has-sidebar .halo-productView-left+.halo-productView-right {
    margin-top: 10px !important;
}}

.product-details.has-sidebar .icon-filter.toolbar-icon {
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px){
.products-grid.column-4 .product{
  margin-top: 10px !important;
}}


@media screen and (min-width: 1025px){
.header--left .header-top--wrapper .header-top--left {
    padding-left: 0px !important;
}}

@media screen and (min-width: 1025px){
.header-top--wrapper .header__logo img {
    width: 273px !important;
    height: 50px !important;
}}



@media screen and (min-width: 1025px){
.shopify-section-header-sticky .header-wrapper .header-bottom .fixed-left {
    width: 200px;   
}}

.fixed-right .header__icon .icon {
    color: #fff !important;
    fill: #fff !important;
}


.wishlist-footer .mail-icon-container svg {
    fill: #fff !important;
}



@media screen and (min-width: 551px) and (max-width: 1024px){
  .collection-info--relative .collection-title, .collection-info--relative .collection-description {
  padding-left: 10px !important;
}}



.collection-list-item .des {
    display: none !important;
}



.header .menu-dropdown {
  box-shadow: 0 2px 20px #004080 !important;
}

.spotlight-block .content.align-items--center.is-bordered .button {
  margin-bottom: 0px !important;
}

.spotlight-block .spotlight-inner.is-bordered {
    padding-bottom: 10px !important;
}

.productView-img-container {
  border-radius: 8px!important;
  border: 1px Solid #e6e6e6;
   background-color: #fff!important;
  overflow: hidden!important;
  transition: box-shadow 0.3s ease!important;
}
 .productView-thumbnail .productView-thumbnail-link {
    background: white;
}


.productView-thumbnail.slick-current .productView-thumbnail-link img {
    opacity: 1 !important;
    border-radius: 8px !important;
   border: 1px Solid #004080b3 !important;
}

.slick-arrow svg {
  stroke: #004080 !important;
}

.halo-sidebar-close svg {
    fill: #fff !important;
}


@media (max-width: 1024px) {
.recently-viewed-popup-mb .recently-viewed-content .products-grid .item {
    margin: 10px !important;
    border: 1px solid #e6e6e6!important;
}}

@media screen and (max-width: 767px){
.container .breadcrumb-container.style--line_clamp_1 .breadcrumb {
    padding-left: 20px !important;
}}


@media (max-width: 1024px){
.collection-content-1 .collection-info.collection-info--relative {
    padding-left: 0px !important;
    padding-right: 0px !important;
}}

@media (max-width: 767px){
    .container .breadcrumb-container.style--line_clamp_1 .breadcrumb {
      flex-wrap: wrap ! important;
  }
    body.scroll-down .toolbar {
      top: 0px !important;
    }
    .pagination.style--3 .pagination-arrow{
        height: 40px;
    }
    
}

#shopify-section-header-04{
  z-index: 20 !important;
}

.halo-recently-viewed-popup {
    top: 70% !important;
}

.halo-sidebar-close svg {
    stroke: #2d2d2d!important;
}

.ssw-faveiticon .ssw-icon-heart-o {
  background-color: #ffffff00!important;
  color: #ca2d2d!important;
}

.ssw-faveiticon .ssw-icon-heart {
  color: #ca2d2d!important;
}


.product-card-layout-02 .card {
    background-color: #FFF !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    border: none!important;
  }

.halo-compareColors-image img {
  object-fit: contain!important;
}

@media (max-width: 1024px) {
.card-product__group .card-product__group-item+.card-product__group-item {
    margin-top: 250px!important;
}}


/* compare tex product card */
.card-compare .text {
    color: #000!important;
    background-color: #ffffff!important;
    box-shadow: 0 0.063rem 0.125rem #ccc!important;
    border: 1px solid;
    border-color: #80808029;
}


@media (max-width: 1024px) {
.ssw-faveiticon .ssw-icon-heart-o {
    margin-top: -5px!important;
    margin-left: -30px!important;
}}

@media screen and (min-width: 552px) and (max-width: 1024px) {
.ssw-faveiticon .ssw-icon-heart-o {
    margin-top: 0px!important;
    margin-left: -35px!important;
}}

@media (max-width: 1024px) {
.ssw-faveiticon .ssw-icon-heart {
    background-color: #ebf5fa!important;
    margin-top: 0px!important;
    margin-left: -35px!important;
}}


.ssw-faveiticon .ssw-icon-heart {
  background-color: #ebf5fa!important;
}

@media (min-width: 1024px) {
.product-card-layout-02 .card-product__group.group-right {
  right: 0px!important;
}}

@media (min-width: 1024px) {
.card-product__group .card-product__group-item+.card-product__group-item {
    margin-top: 180px!important;
}}



@media (min-width: 1025px){
.header--left .header-top--wrapper .header-top--right {
    flex: 0 0 calc(21.3333% - 10px)!important;
    max-width: calc(21.3333% - 10px)!important;
}}


@media screen and (min-width: 1025px) {
  .header-bottom--wrapper .menu-lv-1__action {
      padding-left: 10px!important;
      padding-right: 10px!important;
  }
}

@media screen and (min-width: 768px) {
.product .product-item .card-information .card-swatch.no-color {
  min-height: 45px!important;
  display: block!important;
}}

@media screen and (max-width: 768px) {
.product .product-item .card-information .card-swatch.no-color {
  min-height: 35px!important;
  display: block!important;
}}

/*
.product .product-item .card-information .card-title > .text{
  min-height: 48px;
  display: block;
}
*/

.productView-complementary.style-2 .product-item-custom .card-vendor {
  margin-top: 10px !important;
}
@media screen and (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal .sidebarBlock-heading {
    border: 1px solid #004080!important;
    background: #004080!important;
  }
}




@media screen and (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal .sidebarBlock-content--full {
    background-color: #004080!important;
  }
}


@media screen and (min-width: 1025px) {
  .facets-horizontal .facets__price {
    color: #fff!important;
  }
}

@media screen and (min-width: 1025px) {
  .facets-horizontal .facets__count.custom-count {
    background-color: #fabc09 !important;
    color: #004080!important;
  }

@media screen and (min-width: 1025px) {
  .facets__reset .text {
    color: white!important;
  }}

@media screen and (min-width: 1025px) {
  .facets__list--refined .active-facets__button {
    color: #fabc09!important;
    background-color: #004080!important;
  }}
  
@media screen and (min-width: 1025px) {
input[type=checkbox]+.form-label--checkbox:before {
    border: 1px solid #004080!important;
}}

@media screen and (min-width: 1025px) {
input[type="checkbox"]:checked + .form-label--checkbox:before {
  border-color: white!important;
}}




.spotlight-item.enable_border_color .spotlight-button {
    visibility: visible!important;
    opacity: 1!important;
    padding-top: 10px!important;
    border-color: white!important;
  }


@media screen and (min-width: 1025px) {
.featured-collection-block .halo-item {
    padding: 5px!important; }}


.featured-collection-content {
    background-color: #004080!important;
}

.rich-text__blocks * {x
  color: white!important;
}


@media screen and (min-width: 1025px) {
#ProductSection-template--14531999006804__main .sidebarBlock-heading {
    background-color: #004080!important;
}}


@media screen and (min-width: 1025px) {
#ProductSection-template--14531998941268__main .sidebarBlock-heading {
    background-color: #004080!important;
}}





.halo-text-format p+p, .halo-text-format p, .halo-text-format p+ul, .halo-text-format p+ol, 
  .productView-tab .halo-text-format, .productView-tab .halo-text-format ul li, .productView-tab .halo-text-format ol li, .halo-text-format ul {
    font-size: 14px!important;
    color: black!important;
    font-weight: 500!important;
}

 .halo-text-format table {
    font-size: 14px!important;
    color: black!important;
}



.jdgm-carousel-wrapper, .jdgm-verified-by__image svg {
    width: 100%!important;
}

@media screen and (max-width: 767px) {
.offer-options-list [type=radio]+label {
    width: 120%!important;
}}


button.offer-option-btn {
    border-radius: 25px!important;
}

.productView-wishlist, .productView-share {
    align-self: stretch;
}

@media screen and (min-width: 1025px) {
.style_2 .header-top--wrapper .header-top--right .customer-links {
    display: none!important;
}}



.before-you-leave-banner .image img {
    width: 366px!important;
    height: 400px!important;
}



@media (max-width: 1024px){
.toolbar {
    padding: 5px 0px!important;
}}




@media screen and (min-width: 1025px) {
.productView-tab .tabs {
    margin: 20px 0 20px!important;
}}

.bss-b2b-btn-buyitnow~div {
    display: none;
}
.price_saved_bss {
    padding-left: 5px;
}

