@font-face {
  font-family: "Gellix", sans-serif;
  src: url("https://www.bullmax.com.au/assets/themes/storefront-Duplicate-01-JUNE-2026/fonts/Gellix-Thin.woff")
    format("woff");
  font-weight: 100; /* Thin weight */
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #fdb913;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Gellix", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gellix", sans-serif;
}
/* filters */

.filter-accordion {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.accordion-content {
  display: none;
  padding-bottom: 15px;
}

.accordion-content.is-open {
  display: block;
}

.accordion-header.active i {
  transform: rotate(180deg);
}
/* filters end */

/* header section */
.top-header {
  background: var(--primary-color);
}
.top-header a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.main-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.wrapper-logo img {
  width: 375px;
  min-width: 375px;
  height: auto;
  object-fit: contain;
}
.wrapper-right-side {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 10px;
}
.header-bottons {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-bottons .account-btn {
  display: flex;
  align-items: center;
}
.header-bottons .account-btn a {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.header-bottons .cart-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.header-search input {
  border-radius: 10px 0 0 10px !important;
  height: 60px !important;
  color: #000;
  border: 1px solid #e2e2e2;
}
.header-search input::placeholder {
  color: #000;
}
.header-search .input-group-append button {
  border: none;
  border-radius: 0 10px 10px 0 !important;
  background: var(--primary-color);
  padding-inline: 25px !important;
  color: #000;
  font-size: 20px !important;
}
.header-bottom-items {
  background: #000;
}
.header-bottom-items .navbar-nav > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-inline: 0 !important;
  padding-block: 6px;
}
.header-bottom-items .navbar-nav {
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
/* header section end */

/* banner section */

.banner-slider .slide-content {
  height: 750px;
  position: relative;
}
.banner-slider .slide-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, #bfbfbf, #ffffff00);
}
.banner-slider .image-side {
  height: 100%;
}
.banner-slider .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .image-side img:last-child {
  display:none;
}
.banner-slider .text-side {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-inline: 15px;
  transform: translate(-50%, -50%);
  max-width: 1550px;
  width: 100%;
  margin: auto;
}
.banner-slider .text_Slide_Inner {
  max-width: 700px;
  position: relative;
}
.banner-slider .text_Slide_Inner img {
  position: absolute;
  right: 68px;
  top: 85px;
}
.banner-slider .text_Slide_Inner h1 {
  font-size: 72px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.banner-slider .text_Slide_Inner h1  span{
  font-weight: 800;
}
.banner-slider .text_Slide_Inner p {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #000;
}
.banner-slider .text_Slide_Inner .banner-buttons a {
  border-radius: 10px;
  min-height: 54px;
  padding: 5px 20px;
  min-width: 196px;
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.banner-slider .text_Slide_Inner .banner-buttons {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.banner-slider .text_Slide_Inner .banner-buttons a:nth-child(1) {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.banner-slider .text_Slide_Inner .banner-buttons a:nth-child(1):hover {
  background: #d7d7d7;
  color: #000;
}
.banner-slider .text_Slide_Inner .banner-buttons a:nth-child(2) {
  background: #d7d7d72e;
  color: #000;
  border: 2px solid #000;
}
.banner-slider .text_Slide_Inner .banner-buttons a:nth-child(2):hover {
  background: #000;
  color: #fff;
}
.banner-slider .slick-arrow {
  width: 63px !important;
  height: 63px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.banner-slider .slick-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-slider .slick-arrow::before {
  display: none;
}
.banner-slider .slick-prev {
  left: 20px !important;
}
.banner-slider .slick-next {
  right: 20px !important;
}
/* banner section end */

/* feature section */

.homepage-features {
  padding: 70px 0;
}
.homepage-features .features-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 30px;
}
.homepage-features .features-row .feature-item {
  height: 458px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  overflow: hidden;
}
.homepage-features .features-row .feature-item:nth-child(1)::before{
  background: linear-gradient(to top, #fff 6%, rgba(255, 255, 255, 0) 100%);
}
.homepage-features .features-row .feature-item:nth-child(2)::before{
  display: none;
}
.homepage-features .features-row .feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff 23%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  height: 300px;
  width: 100%;
}
.homepage-features .features-row .feature-item > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.homepage-features .features-row .feature-item .feature-text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-inline: 25px;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
.homepage-features .features-row .feature-item .feature-text h4 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.homepage-features .features-row .feature-item .feature-text p {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: 42px;
  text-transform: capitalize;
}
.homepage-features .features-row .feature-item .feature-text a {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.homepage-features .features-row .feature-item .feature-text a img {
  max-width: 14px;
}
/* feature section end */

/* category section */
.home-category-section {
  padding: 0 0 70px;
}
.home-category-section h2 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-grid .category-card {
  position: relative;
  display: inline-block;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  align-items: end;
}
.category-grid .category-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130px;
  background: linear-gradient(to top, #000000bf, #00000000);
  bottom: 0;
  left: 0;
}
.category-grid .category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.category-grid .category-card .category-overlay {
  position: absolute;
  bottom: 18px;
  left: 26px;
}
.category-grid .category-card .category-overlay span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.home-category-section .view_more {
  text-align: center;
  margin-top: 40px;
}
.home-category-section .view_more a {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
/* category section end*/

/* product detail page */
.breadcrumb {
  background: transparent;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 25px;
}
.wrapper-product-title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}
.wrapper-product-title .wrapper-pricing {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.wrapper-product-title .wrapper-pricing .badge {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapper-product-title .wrapper-pricing div.h1 {
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}
.wrapper-product-title .wrapper-pricing h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  margin: 0;
}
.wrapper-product-title .wrapper-pricing span {
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  background: transparent;
  padding: 0;
}
.wrapper-product-title .product-summary-box #desc-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.wrapper-product-title .product-summary-box #toggle-desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}
.wrapper-product-title .product-summary-box a.btn {
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  height: 54px;
  padding: 12px;
  text-align: center;
  color: #000;
  transition: 0.2s ease-in-out;
}
.wrapper-product-title .product-summary-box a.btn:hover {
  background: #fff !important;
  color: #000 !important;
}
.wrapper-product-title .brand-slider-section {
  margin-block: 20px;
  position: relative;
}
.brand-slider-section .slick-next::before,
.brand-slider-section .slick-prev::before{
  font-size: unset !important;
}
.custom-qty-container {
  position: relative;
}
.custom-qty-container .qty-change-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-qty-container .qty-change-btn.qty-down {
  left: 10px;
}
.custom-qty-container .qty-change-btn.qty-up {
  right: 10px;
}
.extra-options hr {
  display: none;
}
.extra-options {
  margin-top: 40px;
}
.extra-options .add_cart_class {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.extra-options .add_cart_class .qty {
  border-width: 2px;
  border-radius: 10px;
  border-color: #d7d7d7;
}
.extra-options .add_cart_class .addtocart {
  background: #000;
  border-radius: 10px;
}
.extra-options .add_cart_class .btn-info{
  background: #000;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #000;
}
.extra-options .btn-stack .product-wishlist a {
  border: 2px solid #000;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  height: 54px;
  padding: 12px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.extra-options section#shipbox {
  border-radius: 10px;
  border: none;
}
.extra-options section#shipbox .card-header {
  border-radius: 10px 10px 0 0;
  background: #ebebeb;
  padding: 0.7rem 1.25rem;
  text-align: center;
  border: none;
}
.extra-options section#shipbox .card-header h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.extra-options section#shipbox .card-body {
  border-radius: 0 0 10px 10px;
  background: #f5f5f5;
  padding: 1.5rem 2rem;
  border: none;
}
.extra-options section#shipbox .card-body .col-md-3 {
  padding-inline: 6px;
}
.extra-options section#shipbox .card-body input,
.extra-options section#shipbox .card-body select {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  height: 44px;
  color: #000;
}
.extra-options section#shipbox .card-body input::placeholder {
  color: #000;
}
.extra-options section#shipbox .card-body button.btn-loads {
  border-radius: 5px;
  background: var(--primary-color);
  color: #000;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  height: 44px;
}
.shipping_Cus {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.shipping_Cus strong {
  font-weight: 400;
}
.share_Handles_Custom {
  text-align: center;
  margin-top: 15px;
}
.share_Handles_Custom button {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.share_Handles_Custom button img:first-child {
  padding-left: 10px;
}
/* .tabbable{
  margin-top: 60px;
} */
.tabbable .nav-tabs {
  display: flex;
  gap: 45px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.tabbable .tab-content {
  padding-top: 25px !important;
}
/* Nav items */
.tabbable .nav-tabs .nav-item {
  margin-bottom: 0;
}

/* Links */
.tabbable .nav-tabs .nav-link {
  position: relative;
  padding: 0 0 10px;
  background: transparent;
  border: none !important;
  border-radius: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

/* Hover */
.tabbable .nav-tabs .nav-link:hover,
.tabbable .nav-tabs .nav-link:focus {
  background: transparent;
  border: none !important;
  color: #111;
}

/* Active */
.tabbable .nav-tabs .nav-link.active,
.tabbable .nav-tabs .nav-link.active:hover,
.tabbable .nav-tabs .nav-link.active:focus {
  background: transparent;
  border: none !important;
  color: #111;
}

/* Yellow underline */
.tabbable .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
}

/* Reviews stars */
.tabbable .nav-tabs .nav-link.reviews i {
  font-size: 20px;
  color: #000;
  margin-left: 2px;
  vertical-align: middle;
  padding-top: 10px;
}

/* Remove Bootstrap's active border */
.tabbable .nav-tabs .nav-link,
.tabbable .nav-tabs .nav-link.active {
  border-color: transparent !important;
  box-shadow: none;
}
.tabbable .productdetails h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.tabbable .productdetails h2 strong {
  font-weight: 600;
}
.tabbable .productdetails p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.tabbable .productdetails h3,
.tabbable .productdetails h2 {
  margin-bottom: 15px;
}
.tabbable .productdetails h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.tabbable .productdetails h3 strong {
  font-weight: 600;
}
.tabbable .productdetails > ul {
  padding-left: 20px;
}
.tabbable .productdetails ul li {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.more_Category_Class {
  margin-bottom: 40px !important;
}
.more_Category_Class .slick-track{
  margin-left: unset;
}
.more_Category_Class .products-row {
  padding-inline: 20px;
}
.more_Category_Class .mb-3 {
  margin-bottom: 30px !important;
  gap: 10px;
}
.more_Category_Class h3 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  /* text-align: center; */
  text-transform: capitalize;
  margin-bottom: 0px !important;
  position: relative;
}
/* .more_Category_Class h3::before{
  position: absolute;
  width: 100%;
  height: 2px;
  background: red;
  content: "";
  left: 0;
  top: 0;
} */
.custom-Products-Page-class {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-block: 10px;
}
.custom-Products-Page-class .card {
  box-shadow: 0 0 22.25px rgba(0, 0, 0, 0.09);
  border-radius: 18px;
  border: none;
  padding: 20px;
  text-align: center;
}
.custom-Products-Page-class .addtocart {
  border-radius: 10px;
  border: 2px solid #000000;
  min-height: 54px;
  background: #fff;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.custom-Products-Page-class .card .price {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
}
.custom-Products-Page-class .card .card-title {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  min-height: unset;
  margin-top: 20px;
  margin-bottom: 6px;
}
.custom-Products-Page-class .addtocart:hover {
  background: #000;
  color: #fff;
}
.more_Category_Class .slick-custom-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.more_Category_Class .slick-custom-arrows button {
  position: unset !important;
  width: 40px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  transform: unset;
}
.more_Category_Class .slick-custom-arrows button::before {
  opacity: 1 !important;
  display: none;
}
.more_Category_Class .slick-custom-arrows button i {
  color: #000;
  font-size: 16px;
}
.product-slider-main .slick-list {
  /* box-shadow: 0px 0px 22.25px rgba(0, 0, 0, 0.09); */
  border-radius: 20px;
  background: transparent;
}
.product-slider-main .slick-list .main-slide {
  padding: 8px;
}
.product-slider-main .main-slide a img {
  box-shadow: 0px 0px 11.25px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  /* height: 550px; */
}
.product-slider-nav .thumb-slide {
  box-shadow: 0px 0px 11.25px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  max-width: 120px;
}
.product-slider-nav .thumb-slide img {
  border-radius: 20px;
  object-fit: cover;
}
.product-slider-nav .slick-slide {
  text-align: center;
  padding-block: 6px;
  width: 100%;
}
.slick-product-brand-slider .brand-slide {
  padding: 20px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-product-brand-slider .brand-slide img {
  max-width: 150px;
  width: 100%;
  height: auto;
  max-height: 40px;
}
.custom-qty-container input[type="number"]::-webkit-outer-spin-button,
.custom-qty-container input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-qty-container input[type="number"] {
  -moz-appearance: textfield;
}
.product-gallery-container .column-main-image {
  padding-left: 0;
}
.product-slider-nav .slick-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
}
.product-slider-nav .slick-arrow.slick-prev {
  top: -7px;
}
.product-slider-nav .slick-arrow.slick-next {
  bottom: -7px;
  top: unset;
}
.product-slider-nav .slick-arrow i {
  font-size: 14px;
  color: #000;
}
.product-slider-nav .slick-arrow::before {
  display: none;
}
.product-slider-nav {
  position: relative;
}
#accordionReviews a.btn {
  border-radius: 5px;
  background: var(--primary-color);
  color: #000;
  text-transform: uppercase;
  border: none;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 30px;
  font-weight: 500;
  gap: 5px;
}
.more_Category_Class .buying-options .notify_popup {
  min-height: 54px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-color: #000;
  font-size: 17px;
  font-weight: 600;
  border: 2px solid #000;
}
.more_Category_Class .products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: unset;
}
/* product detail page end */

/* about us section */

.container:has(.about-section) {
  background-color: unset;
  padding-top: unset;
  padding-bottom: unset;
  max-width: 100%;
  margin: unset;
  padding-right: unset;
  padding-left: unset;
}
.about-section {
  position: relative;
  min-height: 683px;
  background: #d9d9d936;
  padding: 70px 0;
  display: flex;
  align-items: center;
}
.about-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
  height: 100%;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 70px 0 0;
}
.about-content {
  max-width: 45%;
  margin-left: auto;
}
.about-content-head {
  border-left: 3px solid var(--primary-color);
  padding-left: 18px;
  margin-bottom: 20px;
}
.about-content h4 {
  font-size: 25px;
  font-weight: 600;
  color: #ffbd59;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-content h1 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  line-height: normal;
}
.about-content p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
}
.about-content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  line-height: 45px;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}
.about-content h3 span {
  color: var(--primary-color);
  font-weight: 700;
}
.about-content .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.about-content .features-grid .feature-item {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 20px;
  padding: 16px 4px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
/* about us section end */

/* featured product section  */
.featured-products {
  padding: 70px 0;
}
.featured-products h2 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.featured-products .products-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  align-items: unset !important;
}
.featured-products .products-row article {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.featured-products .products-row article .card {
  box-shadow: 0 0 22.25px rgba(0, 0, 0, 0.09);
  border-radius: 18px;
  border: none;
  padding: 20px;
  text-align: center;
  /* height: 100%; */
}
.featured-products .products-row article .card form {
  margin-top: auto;
}
.featured-products .products-row article .card .card-title {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  min-height: unset;
  margin-top: 20px;
  margin-bottom: 6px;
}
.featured-products .products-row article .card .price {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
}
.featured-products .products-row article .addtocart {
  border-radius: 10px;
  border: 2px solid #000000;
  min-height: 54px;
  background: #fff;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.featured-products .products-row article .addtocart:hover {
  background: #000;
  color: #fff;
}
.featured-products .products-row article .thumbnail-image img {
  height: 100%;
  max-height: 270px;
  object-fit: contain;
}
.logos-section {
  margin-top: 40px;
}
/* featured product section end */

/* find section */

.bullmax-hero-banner {
  height: 675px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
.bullmax-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.bullmax-content {
  max-width: 700px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.bullmax-content .bullmax-subheading {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bullmax-content .bullmax-subheading  .bullmax-line{
  display: inline-block;
  width: 96px;
  background: var(--primary-color);
}
.bullmax-content h2 {
  font-size: 73px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-block: 28px;
  margin-bottom: 36px;
}
.bullmax-content .bullmax-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  min-height: 54px;
  min-width: 196px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.bullmax-content .bullmax-btn:hover {
  background: #fff;
  color: #000;
}
.bullmax-line {
  display: none;
}
.bullmax-heading .text-yellow {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 80px;
}
/* find section end */

/* collection page */
.collection-page-filter-wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
  align-items: start;
  gap: 40px;
}
.collection-page-prodcut .featured-products .products-row {
  grid-template-columns: repeat(3, 1fr);
}
.collection-page-prodcut .col-7 .form-row label{
  text-align: end;
}
.main-Collection {
  position: sticky;
  top: 24px;
}
.main-Collection aside .card {
  border-radius: 10px;
  border: none !important;
}
.main-Collection aside .card .card-header {
  background: transparent;
  border: none !important;
  padding-left: 0;
  padding-top: 0;
}
.main-Collection aside .card .collapse {
  display: unset;
}
.main-Collection aside .card .card-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.main-Collection aside .card .card-header h3 a {
  color: #000 !important;
}
.main-Collection aside .filter-accordion {
  padding: 10px 15px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
.main-Collection aside .filter-accordion .accordion-header {
  padding-bottom: 0;
  padding-top: 0px;
}
.main-Collection aside .filter-accordion .accordion-header.active {
  margin-bottom: 10px;
}
.main-Collection aside .filter-accordion .accordion-header span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.main-Collection aside .filter-accordion .accordion-content.is-open {
  padding-bottom: 0;
}
.main-Collection
  aside
  .filter-accordion
  .accordion-content.is-open
  .border-bottom {
  border: none !important;
}
.main-Collection aside .filter-accordion .accordion-content.is-open a {
  font-size: 17px;
  font-weight: 500;
  color: #000 !important;
  /* padding-left: 0 !important; */
  border: none;
  padding-block: 10px;
  /* padding-bottom: 0; */
}
.main-Collection aside .list-group-item {
  border: none !important;
  padding-inline: 10px;
}
.main-Collection aside .list-group-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.main-Collection aside .list-group-item .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 2px solid var(--primary-color) !important;
  top: 50%;
  transform: translateY(-50%);
}
.main-Collection aside .list-group-item .ui-widget.ui-widget-content {
  border: none !important;
  height: 3px !important;
  margin-bottom: 0;
  background: var(--primary-color);
}
.main-Collection
  aside
  .list-group-item
  .ui-widget.ui-widget-content
  .ui-slider-range {
  background: #d0d0d0 !important;
}
.main-Collection aside .list-group-item .price_range {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main-Collection aside .list-group-item form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.main-Collection aside .list-group-item form input[type="submit"] {
  min-height: 40px;
  background: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #000;
  transition: 0.2s ease-in-out;
}
.main-Collection aside .list-group-item form input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
.main-Collection aside .list-group-item form .btn {
  min-height: 40px;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}
.main-Collection aside .list-group-item form .btn:hover {
  background: #000;
  color: #fff;
}
.main-Collection aside .dropdown-hover:hover > .dropdown-menu {
  display: block !important;
  max-width: 100%;
  border: none;
  position: relative !important;
  top: 4px;
}
.main-Collection aside .dropdown-hover > .dropdown-menu {
  display: block !important;
  max-width: 290px;
  margin-left: 20px;
  border: none;
  position: relative !important;
  top: 4px;
  left: 0;
  padding-block: 0;
  width: 100%;
}
.main-Collection aside .dropdown-hover > .dropdown-menu li a {
  padding-left: 10px;
}
.main-Collection aside .dropdown-hover:hover > .dropdown-menu li a {
  padding-left: 10px;
}
.main-Collection aside .dropdown-hover:hover > .dropdown-menu {
  right: 0;
  max-width: 100%;
  left: unset;
  top: 4px;
  position: relative !important;
  display: block !important;
}
.main-Collection aside .dropdown-hover:hover > .dropdown-menu a {
  white-space: normal;
}
.collection-page-prodcut h1 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  /* margin-bottom: 0; */
}
.collection-page-prodcut hr {
  display: none;
}
.collection-page-prodcut .n-responsive-content p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.collection-page-prodcut .featured-products {
  padding: 40px 0 70px;
}
.collection-page-prodcut .desc_Content {
  background: #f8f8f8;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.collection-page-prodcut .sort_container {
  justify-content: space-between;
}
.collection-page-prodcut .sort_container select {
  border-radius: 10px;
  height: 36px;
}
.collection-page-prodcut
  .featured-products
  .products-row
  article
  .buying-options
  .notify_popup {
  min-height: 54px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-color: #000;
  font-size: 17px;
  font-weight: 600;
  border: 2px solid #000;
}
.pagination li a {
  background: transparent;
  border: none;
  font-size: 17px;
  color: #000;
}
.pagination li.active a {
  background: unset !important;
  color: var(--primary-color) !important;
}
/* Override Bootstrap columns inside the Slick Slider */
.slick-product-slider [class*="col-"] {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}
/* collection page end */

/* dealer section */

.dealer-banner-wrapper {
  position: relative;
  min-height: 266px;
  overflow: hidden;
  border-radius: 16px;
  margin: 60px 0 40px;
}
.dealer-banner-text {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.dealer-banner-text h2 {
  font-size: 54px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.dealer-banner-text p {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 31px;
}
.dealer-banner-text a {
  display: inline-block;
  height: 54px;
  max-width: 196px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  text-decoration: none;
  margin-top: 10px;
}
.dealer-banner-text a:hover {
  background: #fff;
  color: #000;
}
.dealer-banner-text h2 span {
  color: var(--primary-color);
}
.dealer-banner-image {
  min-height: 266px;
}
.dealer-banner-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 266px;
  object-fit: cover;
}
/* dealer section end */

/* about page */

.n_content .main-Collection {
  display: none;
}
.n_content .collection-page-filter-wrap {
  grid-template-columns: 1fr;
}
.n_content .breadcrumb {
  margin-bottom: 20px;
}
.n_content .common_Filter_Class h1 {
  font-size: 26px;
  font-weight: 500;
}
.n_content .about-gallery-container {
  margin-block: 20px;
}

.n_content .gallery-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
}
.n_content .collection-page-prodcut{
  padding-bottom: 30px;
}
.n_content .collection-page-prodcut h1 {
  text-align: center;
}
.n_content .share_Handles_Custom {
  text-align: left;
}
.n_content .collection-page-prodcut .n-responsive-content > ul {
  padding-left: 20px;
  font-size: 16px;
}
/* about page end */

/* account page */
.edit-Tiles-Class .row {
  gap: 16px 0;
}
.edit-Tiles-Class .row a {
  color: #000;
  padding: 20px;
  border-radius: 10px;
}
.edit-Tiles-Class .row a:hover {
  background: var(--primary-color);
}
.custom-My-Account-Class h1{

}
.custom-My-Account-Class .form-group:has(.my-Input-Custom) label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.custom-My-Account-Class .form-group .my-Input-Custom input {
  height: 50px;
  border-radius: 10px 0 0 10px;
  box-shadow: none;
  outline: none;
}
.custom-My-Account-Class .form-group .my-Input-Custom .btn {
  border-radius: 0 10px 10px 0;
  background: #000;
  font-size: 16px;
  padding-inline: 20px;
}
.custom-My-Account-Class table thead th{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.custom-My-Account-Class table td{
  background: #fff;
  font-size: 18px;
  vertical-align: middle;
}

.custom-My-Account-Class table tbody td .btn{
    height: 50px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    margin-top: 0;
    min-width: 90px;
}
.custom-edit-adreess .errorbox.alert-danger ul {
  padding-inline: 20px;
}
.custom-edit-adreess,
.custom-edit-account,
.custom-Wishlist {
  padding-bottom: 40px;
}
.custom-edit-account h1,
.custom-edit-adreess h1,
.edit-Password-Class h1,
.custom-Wishlist h1,
.custom-Warranty h1,
.custom-select-Dispute h1,
.custom-Favourite h1,
.login-Custom h1,
.custom-ShoppingCart h1 ,
.custom-EmptyCart h1,
.custom-My-Account-Class h1,
.nr-TrackOrder h1,
.myWishlist_Class h1{
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
.custom-edit-account p,
.custom-edit-adreess p,
.edit-Password-Class p,
.custom-Warranty p,
.custom-select-Dispute p,
.custom-Favourite p ,
.custom-ShoppingCart p,
.custom-My-Account-Class p,
.myWishlist_Class p,
.nr-TrackOrder p{
  font-size: 16px;
  color: #000;
}
.custom-edit-account h2,
.custom-edit-adreess h2,
.custom-select-Dispute h2,
.custom-My-Account-Class h2,
.myWishlist_Class h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}
.custom-edit-account label,
.custom-edit-adreess label,
.edit-Password-Class label,
.myWishlist_Class label,
#store-finder label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.custom-edit-account input[type="text"],
.custom-edit-account select,
.custom-edit-account textarea,
.custom-edit-adreess input[type="text"],
.custom-edit-adreess select,
.edit-Password-Class input[type="password"],
.custom-Wishlist input[type="input"],
.custom-ShoppingCart input[type=number],
.custom-ShoppingCart .card .card-body input[type=text],
.custom-ShoppingCart .card .card-body select,
.nr-TrackOrder input[type=text],
.nr-TrackOrder input[type=password],
.myWishlist_Class input,
.myWishlist_Class textarea,
#store-finder input,
#store-finder select ,
.custom-edit-wishlist input[type=text]{
  height: 54px;
  border-radius: 10px;
  color: #000;
}
.custom-edit-account input.btn-success,
.custom-edit-adreess input.btn-success,
.edit-Password-Class input.btn-success,
.custom-Wishlist input.btn-success,
.custom-Warranty a.btn-success,
.login-Custom .btn-success,
.custom-ShoppingCart .btn-success ,
.custom-ShoppingCart .btn-primary,
.custom-EmptyCart .btn-success,
.nr-TrackOrder input.btn-primary,
.successaddmessage .btn-success,
.myWishlist_Class .btn-success,
#store-finder .btn-primary,
.custom-edit-wishlist .btn-success{
  height: 54px;
  max-width: 196px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  text-decoration: none;
  margin-top: 0;
}
.custom-edit-account input.btn-success:hover,
.custom-edit-adreess input.btn-success:hover,
.edit-Password-Class input.btn-success:hover,
.custom-Wishlist input.btn-success:hover,
.custom-Warranty a.btn-success:hover ,
.login-Custom .btn-success:hover,
.custom-ShoppingCart .btn-success:hover,
.custom-ShoppingCart .btn-primary:hover,
.custom-EmptyCart .btn-success:hover,
.successaddmessage .btn-success:hover,
.myWishlist_Class .btn-success:hover,
#store-finder .btn-primary:hover,
.custom-edit-wishlist .btn-success:hover{
  background: #fff;
  color: #000;
}
.custom-edit-account input[type="checkbox"],
.custom-edit-adreess input[type="checkbox"] {
  accent-color: var(--primary-color);
}
.custom-edit-adreess form.card {
  border-radius: 20px;
}
.custom-My-Account-Class h2{
  margin-bottom: 10px;
}
.custom-edit-adreess input.btn-outline-secondary {
  height: 54px;
  max-width: 196px;
  width: 100%;
  border-radius: 10px;
  color: #000;
  background: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  text-decoration: none;
  margin-top: 0;
}
.successaddmessage .btn-success{
  height: 45px;
  font-size: 14px;
    padding: 10px;
}
.successaddmessage .btn-default{
   height: 45px;
    max-width: fit-content;
    width: 100%;
    border-radius: 10px;
    color: #000;
    background: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    border: 2px solid #000;
    text-decoration: none;
    margin-top: 0;
}
.successaddmessage .body .description {
  font-size: 16px;
}
.successaddmessage .body{
  padding: 20px 5px;
}
.custom-edit-adreess .edit-add-save {
  display: flex;
  align-items: center;
  gap: 12px;
}
.edit-Password-Class {
  padding-bottom: 40px;
}
.edit-Password-Class .offset-md-8 {
  margin-left: unset;
}
.edit-Password-Class input.btn-success {
  margin-top: 20px;
}
.custom-Wishlist .row > .col-12:first-of-type {
  max-width: 100%;
  flex: unset;
}
.custom-Wishlist .row > .col-12:first-of-type label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.custom-Wishlist h1 {
  margin-bottom: 20px;
}
.custom-Wishlist table tbody th {
  font-size: 18px;
  font-weight: 400;
}
.custom-Wishlist table tbody tr th:last-child {
  width: 300px;
}
.custom-Wishlist table tbody tr td {
  font-size: 18px;
}
.custom-Wishlist table tbody tr td .btn-danger {
  height: 54px;
  max-width: 126px;
  margin: auto;
  font-size: 17px;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.custom-Warranty {
  padding-bottom: 40px;
}
.custom-Warranty a.btn-success {
  max-width: 250px;
}
.custom-Warranty h1 {
  margin-bottom: 20px;
}
.custom-Warranty h3 {
  color: #000;
}
.custom-select-Dispute {
  padding-bottom: 40px;
}
.custom-select-Dispute form .row {
  align-items: start !important;
}
.custom-select-Dispute h4 {
  font-size: 20px;
  color: #000;
}
.custom-select-Dispute form .card {
  border-radius: 20px;
}
.custom-select-Dispute .btn-stack a.btn-danger
 {
  height: 54px;
  max-width: 196px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  margin-top: 0;
}
.custom-select-Dispute .btn-stack .btn-success {
  height: 54px;
  max-width: fit-content;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  background: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 12px;
  padding-inline: 25px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  text-decoration: none;
  margin-top: 0;
  margin-left: auto;
}
.custom-select-Dispute .btn-stack .btn-success:hover {
  background: #fff;
  color: #000;
}

.custom-Favourite {
  padding-bottom: 40px;
}
.login-Custom form .card{
  border-radius: 10px;
}
.login-Custom form .card-header{
  border-radius: 10px 10px 0 0;
      font-size: 20px;
    color: #000;
}
.login-Custom form .card-body label{
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.login-Custom form .card-body input:not([type=checkbox]){
height: 54px;
  border-radius: 10px;
  color: #000;
}
.login-Custom .btn-success{
  max-width: 100%;
}
.login-Custom form .text-muted{
  font-size: 14px;
}
.login-Custom .checkbox label{
  font-size: 16px !important;
}
.login-Custom{
  padding-bottom: 40px;
}
.nr-TrackOrder{
  padding-bottom: 40px;
}
.myWishlist_Class .btn-success{
  margin-top: 20px;
}
.myWishlist_Class #rating_select_options i{
  font-size: 20px;
}
.myWishlist_Class{
  padding-bottom: 40px;
}
.myWishlist_Class h3{
  margin-bottom: 0;
}
.myWishlist_Class .card{
  border-radius: 10px; 
  margin-top: 30px;
}
.myWishlist_Class .card .card-header{
  border-radius: 10px 10px 0 0;
}
/* account page end */

/* cart popup */
.custom-ShoppingCart h1{
  margin-bottom: 20px;
}
.thumb_cart .title{
      font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.thumb_cart .price{
  font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
}
.thumb_cart > ul:first-of-type li{
  padding-top: 0;
}
.thumb_cart .btn{
      height: 34px;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px 10px;
}
.thumb_cart .viewcart{
  border: 1px solid #000;
  color: #000;
}
.thumb_cart .btn-success{
  background: #000;
}
.custom-ShoppingCart input[type=number]{
  height: 44px;
}
.custom-ShoppingCart .btn-danger{
  height: 44px;
  width: 100%;
  max-width: 50px;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  margin-top: 0;
}
.custom-ShoppingCart .btn-success{
  max-width: fit-content;
  padding-inline: 25px;
  margin-left: auto;
}
.custom-ShoppingCart .btn-primary{
  max-width: fit-content;
  padding-inline: 25px;
  margin-left: auto;
}
.custom-ShoppingCart .btn-outline-secondary{
  height: 54px;
  max-width: fit-content;
  padding-inline: 25px;
  width: 100%;
  border-radius: 10px;
  color: #000;
  background: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px;
  padding: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  text-decoration: none;
  margin-top: 0;
}
.cartTable thead tr th{
  font-size: 18px;
    font-weight: 500;
    color: #000;
}
.custom-ShoppingCart .card{
  border-radius: 10px;
}
.custom-ShoppingCart .card .card-header{
  border-radius: 10px 10px 0 0;
}
.custom-ShoppingCart .card .card-header h2{
  font-size: 20px;
    color: #000;
    padding-block: 4px;
}
.custom-ShoppingCart .card .card-body p,
.custom-ShoppingCart .card .card-body label{
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.custom-EmptyCart{
  padding-block: 40px;
  text-align: center;
}
#header-cart .small{
      font-size: 14px;
    color: #000;
    font-weight: 500;
}
#header-cart .padding{
  padding-block: 0;
}
.npopup center{
  font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 10px;
}
/* cart popup end */


/* product page */

.custom-Product-Class section.row{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px 20px;
  margin-block: 40px;
}
.custom-Product-Class .category-thumbnail{
  max-width: 100%;
  text-align: center;
}
.custom-Product-Class .category-thumbnail > a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
    width: 100%;
    height: 250px;
    box-shadow: 2px 2px 16px -1px #80808045;
    border-radius: 20px;
    margin-bottom: 18px;
}
.custom-Product-Class .category-thumbnail > a img{
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 20px;
}

/* product page end */

/* store finder page */
.main-Store-Heading{
  font-size: 32px;
  color: #000;
  font-weight: 600;
}
.main-Store-Desc{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left !important;
}
#store-finder{
  margin-bottom: 40px !important;
}
.below-banner-div:has(#store-finder-results){
  margin-bottom: 40px;
}
/* store finder page end */

/* wishlist page */
.wishlistoverlay{
  padding: 10px;
}
.wishlistoverlay .modal-header{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-left: 0;
    margin-bottom: 10px;
    padding-top: 0;
}
.wishlistoverlay tr td{
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.wishlistoverlay .addremovelink{
  padding-left: 8px;
}
.wishlistoverlay .btn-success{
  background: #000;
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  transition: 0.2s ease-in-out;
}
.wishlistoverlay .btn-success:hover{
  background: #fff;
  color: #000;
}
.custom-edit-wishlist form .card{
  border-radius: 10px;
}
.custom-edit-wishlist .card-header{
  border-radius: 10px 10px 0 0;
      font-size: 20px;
    font-weight: 500;
    color: #000;
}
.custom-edit-wishlist label{
  font-size: 16px;
    color: #000;
}
.custom-edit-wishlist .badge-info{
  border-radius: 6px;
}
.custom-edit-wishlist h4{
  margin-top: 20px !important;
}
.custom-edit-wishlist{
  padding-bottom: 40px;
}
.error_Page_Custom_Class{
  text-align: center;
  padding-top: 20px;
}
/* wishlist page end */

/* footer section */

.wrapper-footer {
  background: #f9f9f9;
  border-radius: 80px 80px 0 0;
  padding-top: 40px;
  /* padding-inline: 15px; */
  margin-top: 10px !important;
}
.footer_col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid #0000001c;
  padding-bottom: 30px;
  padding-inline: 10px;
}
.footer_col2 h4 {
  font-size: 41px;
  font-weight: 600;
  line-height: 42px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 0;
}
.footer_col2 p {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer_col2 .input-group {
  border: 1px solid #eae0e0;
  border-radius: 10px;
}
.footer_col2 .input-group input {
  height: 60px;
  border: none;
  border-radius: 10px 0 0 10px;
  outline: none;
  box-shadow: none;
}
.footer_col2 .input-group-append button {
  background: #fff;
  border: none;
  border-radius: 0 10px 10px 0;
  color: #000;
  font-size: 20px;
}
.footer_col2 .checkbox {
  /* display: none; */
  margin-top: 10px !important;
}
.footer_col2 .checkbox label{
  font-size: 14px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.wrapper-footer .container > .row {
  display: unset;
}
.wrapper-footer .container > .row .col-12 {
  /* padding-left: 0; */
}
.wrapper-footer .payment-icon-container {
  height: 40px;
}
.payment-icon {
  height: 20px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_col1 {
  padding-inline: 10px;
}
.footer_col1 h4 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 8px;
  padding-left: 0;
}
.footer_col1 ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  color: #000;
  padding-left: 0;
}
.footer-Bottom {
  background: #000;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}
.footer-bottom-inner p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.footer-bottom-inner p strong{
  font-weight: 500;
}
.footer-bottom-inner ul {
  padding-top: 0 !important;
  align-items: center;
  gap: 10px;
}
.footer-bottom-inner ul li a {
  display: inline-flex;
}

  .custom-ShoppingCart .row.btn-stack {
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 10px;
}
/* footer section end */

/* media queries */
@media (max-width: 1200px) {
  .wrapper-logo img {
    min-width: unset;
  }
  .banner-slider .slide-content {
    height: 650px;
  }
  .banner-slider .text_Slide_Inner h1 {
    font-size: 62px;
  }
  .banner-slider .text_Slide_Inner img {
    right: 204px;
    top: 73px;
    max-width: 250px;
  }
  .banner-slider .image-side img {
    object-fit: cover;
  }
  .header-bottom-items .navbar-nav {
    justify-content: start;
    gap: 6px 20px;
  }
  .homepage-features .features-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .collection-page-prodcut .featured-products .products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .banner-slider .text_Slide_Inner h1 {
    font-size: 54px;
  }
  .bullmax-heading .text-yellow {
    font-size: 73px;
  }
  .banner-slider .text_Slide_Inner img {
    right: 229px;
    top: 64px;
  }
  .banner-slider .slick-arrow {
    width: 50px !important;
    height: 50px !important;
    background: #ffffff78;
    border-radius: 50%;
  }
  .banner-slider .text_Slide_Inner .banner-buttons a {
    min-height: 46px;
    padding: 5px 20px;
    min-width: 180px;
    font-size: 15px;
  }
  .banner-slider .slide-content {
    height: 580px;
  }
  .header-bottons {
    display: none;
  }
  .header-search input {
    height: 50px !important;
  }
  .homepage-features .features-row .feature-item .feature-text p {
    font-size: 32px;
    line-height: 36px;
  }
  .about-section {
    flex-direction: column;
    gap: 30px;
    padding-top: 0;
  }
  .about-image {
    position: unset;
    max-width: 100%;
  }
  .about-content {
    max-width: 100%;
  }
  .about-content h1,
  .featured-products h2,
  .home-category-section h2,
  .dealer-banner-text h2,
  .more_Category_Class h3 {
    font-size: 46px;
  }
  .about-content h4 {
    font-size: 22px;
  }
  .about-content h3 {
    font-size: 36px;
  }
  .featured-products .products-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .bullmax-content {
    max-width: 100%;
  }
  .bullmax-content h2 {
    font-size: 62px;
  }
  .bullmax-hero-banner {
    height: 575px;
  }
  .footer_col2 {
    grid-template-columns: 1fr;
  }
  .news_Letter_Upr {
    text-align: center;
  }
  .collection-page-filter-wrap {
    grid-template-columns: 1fr;
  }
  .main-Collection {
    position: unset;
  }
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .more_Category_Class .products-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-slider-main .main-slide a img {
    height: 100%;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
  }
  .wrapper-product-title h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  .tabbable .nav-tabs .nav-link {
    font-size: 28px;
  }
  .tabbable .productdetails h2 {
    font-size: 28px;
  }
  .tabbable .productdetails h3 {
    font-size: 24px;
  }
  .custom-Product-Class section.row {
    grid-template-columns: repeat(3,1fr);
  }
  .n_content .gallery-slide img {
    height: 400px;
  }
     /* Instantly hides the submenus on load so they don't flash open */
  body .navbar-nav .dropdown-menu {
        display: none;
  }
  .header-bottom-items .navbar-collapse .dropdown-menu{
    background: transparent;
  }
  .header-bottom-items .navbar-collapse .dropdown-menu li a{
    color: #fff;
  }
}
@media (max-width: 767px) {
  .banner-slider .slide-content {
    height: 480px;
  }
  .banner-slider .text_Slide_Inner h1 {
    font-size: 46px;
    line-height: 1.1;
  }
  .banner-slider .text_Slide_Inner img {
    display: none;
  }
  .homepage-features .features-row {
    grid-template-columns: 1fr;
  }
  .about-content h1,
  .featured-products h2,
  .home-category-section h2,
  .dealer-banner-text h2,
  .more_Category_Class h3 {
    font-size: 38px;
  }
  .about-content h3 {
    font-size: 32px;
  }
  .about-content .features-grid .feature-item {
    font-size: 18px;
  }
  .featured-products .products-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .bullmax-content h2 {
    font-size: 54px;
  }
  .bullmax-content .bullmax-btn {
    min-height: 50px;
    min-width: 180px;
    font-size: 16px;
  }
  .bullmax-hero-banner {
    height: 460px;
  }
  .footer_col2 h4 {
    font-size: 32px;
    line-height: 38px;
  }
  .footer_col2 p {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_col2 .input-group input {
    height: 50px;
  }
  .featured-products .products-row article .addtocart {
    min-height: 46px;
    font-size: 16px;
  }
  .homepage-features,
  .featured-products {
    padding: 40px 0;
  }
  .about-section {
    padding-bottom: 40px;
  }
  .collection-page-prodcut h1 {
    font-size: 32px;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dealer-banner-text p {
    font-size: 20px;
  }
  .dealer-banner-text a {
    height: 50px;
    padding: 10px;
    font-size: 15px;
    max-width: 150px;
  }
  .more_Category_Class .products-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-product-title h1 {
    font-size: 28px;
  }
  .product-gallery-container .column-main-image {
    padding-right: 0;
  }
  .product-slider-nav .slick-arrow {
    left: unset;
  }
  .product-slider-nav .slick-arrow.slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .product-slider-nav .slick-arrow.slick-next {
    right: 0;
    left: unset;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%) rotate(268deg);
  }
  .tabbable .productdetails h2 {
    font-size: 24px;
  }
  .tabbable .productdetails h3 {
    font-size: 22px;
  }
  .tabbable .nav-tabs .nav-link {
    font-size: 22px;
  }
  .tabbable .nav-tabs {
    gap: 20px;
  }
  .tabbable .nav-tabs .nav-link.reviews i {
    font-size: 12px;
    padding-top: 8px;
  }
  .custom-edit-account h1,
  .custom-edit-adreess h1,
  .edit-Password-Class h1,
  .custom-Wishlist h1,
  .custom-Warranty h1,
  .custom-select-Dispute h1,
  .custom-Favourite h1,
  .login-Custom h1,
  .custom-ShoppingCart h1 ,
  .custom-EmptyCart h1,
  .custom-My-Account-Class h1,
  .nr-TrackOrder h1,
  .myWishlist_Class h1 {
    font-size: 28px;
  }
  .custom-select-Dispute h2 {
    font-size: 22px;
  }
  .custom-Product-Class section.row {
    grid-template-columns: repeat(2,1fr);
  }
  .collection-page-prodcut .desc_Content {
    margin-bottom: 20px;
  }
  .breadcrumb {
    margin-bottom: 15px;
    padding: 0;
  }
  .product-gallery-container{
    flex-direction: column-reverse;
  }
  .bullmax-heading .text-yellow {
    font-size: 62px;
  }
    .footer_col1 h4 {
        cursor: pointer;
        position: relative;
        padding-top: 15px;
        padding-bottom: 10px !important;
        margin-bottom: 0;
        text-align: left;
    }
    .footer_col1 h4::after {
        content: '+';
        position: absolute;
        right: 0;
    }
    .footer_col1 h4.accordion-active::after {
        content: '−';
    }
    .footer_col1 ul.nav {
        display: none;
    }
    .footer_col1 ul.nav.show-menu {
        display: flex;
        text-align: left;
    }
    .footer_col1 ul li a{
      padding-bottom: 0 !important;
    }
    .tabbable .tab-pane{
     margin-bottom: 12px;
    } 
    .tabbable .tab-pane .card{
      border-radius: 10px;
    } 
    .tabbable .tab-pane .card .card-header{
      border-radius: 10px;
      background: transparent;
      border-bottom: none;
    }
    .tabbable .tab-pane .card .card-header button{
          font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    }
    .tabbable .tab-pane .card .collapsing{
       border-top: 1px solid #80808033;
    }
    .tabbable .tab-pane .card .collapse.show{
      border-top: 1px solid #80808033;
    }
    .tabbable .nav.nav-tabs{
      display: none;
    }
    .tabbable .tab-content{
      padding-top: 5px;
    }
     .breadcrumb-item {
    padding-left: 5px !important;
    }
    .breadcrumb-item::before{
      padding-right: 5px !important;
    }
    .n_content .common_Filter_Class h1 {
      font-size: 22px;
    }
    .n_content .gallery-slide img {
        height: 350px;
    }
    .tabbable .tab-content{
      padding-top: 0;
    }
    .more_Category_Class .products-row {
      padding-inline: 10px;
    }
    .collection-page-prodcut .featured-products {
      padding: 30px 0 70px;
    }
    #store-finder .btn-primary{
      margin-top: 15px;
    }
    .custom-edit-wishlist .card-body .row .col-12:has(.btn-success) label{
      display: none;
    }
}

@media (max-width: 700px) {
    .table-scroll-cart  {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-scroll-cart .cartTable {
        min-width: 700px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
  .banner-slider .text_Slide_Inner h1 {
    font-size: 36px;
    line-height: 1.1;
  }
  .banner-slider .text_Slide_Inner p {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-slider .text_Slide_Inner .banner-buttons {
    margin-top: 120px;
    flex-direction: column;
    justify-content: center;
    max-width: 200px;
    margin-inline: auto;
    gap: 10px;
  }
  .banner-slider .text_Slide_Inner .banner-buttons a{
    min-width: unset;
  }
  .homepage-features .features-row .feature-item .feature-text p {
    font-size: 26px;
    line-height: 32px;
  }
  .homepage-features .features-row .feature-item {
    height: 400px;
  }
  .about-content .features-grid {
    grid-template-columns: 1fr;
  }
  .about-content h3 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .about-content h1,
  .featured-products h2,
  .home-category-section h2,
  .dealer-banner-text h2,
  .more_Category_Class h3 {
    font-size: 28px;
    line-height: 1.1;
  }
  .featured-products .products-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .bullmax-content h2 {
    font-size: 44px;
    margin-block: 22px;
    margin-bottom: 32px;
  }
  .bullmax-content .bullmax-subheading {
    font-size: 22px;
  }
  .header-search .input-group-append button {
    font-size: 14px !important;
    padding-inline: 14px !important;
  }
  .footer_col2 h4 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .footer_col2 p {
    font-size: 16px;
    line-height: 20px;
  }
  .collection-page-prodcut .featured-products .products-row {
    grid-template-columns: 1fr;
  }
  .category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dealer-banner-image img {
    min-height: 280px;
  }
  .more_Category_Class .products-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper-product-title h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .product-slider-main .main-slide a img {
    max-height: unset;
    /* height: 500px; */
  }
  .product-slider-nav .thumb-slide {
    max-width: 100px;
  }
  .tabbable .nav-tabs .nav-link {
    font-size: 20px;
  }
  .dealer-banner-text {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .custom-Product-Class section.row {
    grid-template-columns: repeat(1,1fr);
  }
  .banner-slider .slick-arrow{
    width: 35px !important;
    height: 35px !important;
  }
  .collection-page-prodcut h1{
    font-size: 24px;
  }
  .main-header-flex{
    gap:20px;
  }
  .wrapper-header .wrapper-logo a{
    display: inline-block;
  }
  .wrapper-header .wrapper-logo img{
    width: 250px; 
  }
  .wrapper-header .wrapper-right-side .header-search{
    padding-top: 0 !important;
  }
  .header-search input {
    height: 41px !important;   
  }
  .nMobileNav li a .icon {
    font-size: 18px !important;
  }
  .nMobileNav{
    padding-block: 3px !important;
  }
  .header-bottom-items .navbar-nav > li > a {
    font-size: 15px;
  }
  .main-header-flex{
    flex-direction: column;
    gap: 0;
  }
  .homepage-features{
    padding-bottom: 20px;
  }
  .home-category-section h2{
    margin-bottom: 20px;
  }
  .home-category-section .view_more{
    margin-top: 20px;
  }
  .home-category-section {
    padding-bottom: 40px;
  }
  .featured-products h2{
    margin-bottom: 30px;
  }
  .wrapper-footer {
    margin-top: 0 !important;
  }
  .featured-products{
    padding-top: 30px;
  }
    .bullmax-heading .text-yellow {
    font-size: 54px;
    }
   .extra-options .add_cart_class {
    grid-template-columns: 0.7fr 1fr;
  }
  .banner-slider .slide-content::before {
    width: 100%;
    background: linear-gradient(to right, #dbdbdb, #ffffff00);
  }
   .banner-slider .slick-prev {
    left: 10px !important;
  }
   .banner-slider .slick-next {
    right:10px !important;
  }
  .banner-slider .slick-arrow {
    top: 57%;
  }
  .login-Custom form .card-body input:not([type=checkbox]){
    height: 44px;
  }
  .custom-edit-account input[type="text"],
.custom-edit-account select,
.custom-edit-account textarea,
.custom-edit-adreess input[type="text"],
.custom-edit-adreess select,
.edit-Password-Class input[type="password"],
.custom-Wishlist input[type="input"],
.custom-ShoppingCart input[type=number],
.custom-ShoppingCart .card .card-body input[type=text],
.custom-ShoppingCart .card .card-body select,
.nr-TrackOrder input[type=text],
.nr-TrackOrder input[type=password],
.myWishlist_Class input,
.myWishlist_Class textarea ,
#store-finder input,
#store-finder select{
  height: 44px;
}
  .login-Custom .checkbox label {
    font-size: 14px !important;
  }
  .custom-edit-account input.btn-success,
.custom-edit-adreess input.btn-success,
.edit-Password-Class input.btn-success,
.custom-Wishlist input.btn-success,
.custom-Warranty a.btn-success,
.login-Custom .btn-success,
.custom-ShoppingCart .btn-success ,
.custom-ShoppingCart .btn-primary,
.custom-EmptyCart .btn-success,
.nr-TrackOrder input.btn-primary,
.successaddmessage .btn-success,
.myWishlist_Class .btn-success,
#store-finder .btn-primary{
  height: 50px;
  font-size: 15px;
  padding: 10px;
}
  .login-Custom form .card-body label {
    font-size: 15px;
  }
  #store-finder label{
    font-size: 15px;
  }
  .main-Store-Heading {
    font-size: 28px;
  }
  .main-Store-Desc {
    font-size: 18px;
  }
   .custom-edit-account h1,
  .custom-edit-adreess h1,
  .edit-Password-Class h1,
  .custom-Wishlist h1,
  .custom-Warranty h1,
  .custom-select-Dispute h1,
  .custom-Favourite h1,
  .login-Custom h1,
  .custom-ShoppingCart h1 ,
  .custom-EmptyCart h1,
  .custom-My-Account-Class h1,
  .nr-TrackOrder h1,
  .myWishlist_Class h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .n_content .common_Filter_Class h1 {
    font-size: 18px;
  }
  .n_content .gallery-slide img {
    height: auto;
  }
  .collection-page-filter-wrap {
    gap: 20px;
  }
  .collection-page-prodcut .featured-products {
    padding: 30px 0 30px;
  }
   .tabbable .tab-pane .card .card-header button{
    font-size: 20px;
  }
  .tabbable .productdetails h2 {
    font-size: 20px;
  }
  .tabbable .productdetails h3{
    font-size: 18px;
  }
  .banner-slider .text_Slide_Inner p{
    font-size: 16px;
    line-height: 24px;
    max-width: 280px;
  }
  .banner-slider .image-side img:first-child {
    display:none;
  }
  .banner-slider .image-side img:last-child {
    display:block;
    object-fit: cover;
  }
  .banner-slider .text_Slide_Inner .banner-buttons a {
    min-height: 40px;
    font-size: 14px;   
  }

.cartTable thead tr th{
  font-size: 14px;
}
.custom-ShoppingCart p{
  font-size: 14px;
}

.custom-ShoppingCart h1{
  text-align: center;
}

.custom-ShoppingCart  img.cart-item-Image {width: 150px;}
.custom-ShoppingCart .btn-stack {
    justify-content: space-between !important;
}
}
@media (max-width: 480px) {
  .wrapper-header .wrapper-logo img{
    width: 200px; 
  }
  .product-slider-nav .thumb-slide {
    max-width: 80px;
  }
  .tabbable .nav-tabs .nav-link {
    font-size: 18px;
  }
  .bullmax-content h2 {
    font-size: 36px;
  }
  .bullmax-hero-banner {
    height: 390px;   
  }
  .banner-slider .slide-content{
    /* height: 430px; */
  }
  .main-Collection aside .list-group-item form input[type="submit"] {
    font-size: 16px;
    padding: 8px;
  }
  .main-Collection aside .filter-accordion .accordion-header span{
    font-size: 18px;
  }
  .custom-ShoppingCart img.cart-item-Image {
    max-width: 100px;
}
}

@media(max-width:423px){
  .custom-ShoppingCart .btn-stack {
    justify-content: center !important;
}
}
@media (max-width: 400px) {
  .dealer-banner-image {
    min-height: 320px;
  }
  .dealer-banner-image img {
    min-height: 320px;
  }
  .product-slider-nav .thumb-slide {
    max-width: 72px;
  }
   .banner-slider .slick-arrow{
    top: 57%;
  }
  .collection-page-prodcut .sort_container .btn-text{
    font-size: 12px;
  }
}

@media (min-width: 576px) {
  .banner-slider .text-side {
    max-width: 840px;
  }
}
@media (min-width: 768px) {
  .banner-slider .text-side {
    max-width: 1020px;
  }
}
@media (min-width: 992px) {
  .banner-slider .text-side {
    max-width: 1260px;
  }
}
@media (min-width: 1200px) {
  .banner-slider .text-side {
    max-width: 1350px;
  }
}
@media (min-width: 1400px) {
  .banner-slider .text-side {
    max-width: 1550px;
  }
}
