@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol" /*{body-font-family}*/;
  font-size: 14px /*{body-font-size}*/;
  color: #231f20 /*{body-font-colour}*/;
  background-image: none /*{body-background-image}*/;
  background-color: #fff /*{body-background-colour}*/;
  --themecolor: #e51937;
}

a,
.btn-link {
  color: #231f20 /*{link-text-colour}*/;
}
a:hover,
a:active,
a:focus,
.btn-link:hover {
  color: #231f20 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol" /*{headers-font-family}*/;
  color: #231f20 /*{headers-colour}*/;
  font-weight: 900;
}

.carousel-caption h3,
.carousel-caption h2,
.carousel-caption .h3,
.carousel-caption p {
  color: #fff /*{carousel-text-colour}*/;
}

h1,
.h1 {
  font-size: 26.249px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 21px /*{header-2-font-size}*/;
}
h3,
.h3 {
  font-size: 18.375px /*{header-3-font-size}*/;
}
h4,
.h4 {
  font-size: 15.75px /*{header-4-font-size}*/;
}
h5,
.h5 {
  font-size: 13.124px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary,
.btn-default {
  color: #000 /*{buttons | btn-default-text-colour}*/;
  background-color: #fff /*{buttons | btn-default-background-colour}*/;
  border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover,
.btn-default:hover {
  color: #fff /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #005dab /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #005dab /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-default:disabled {
  color: #fff /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #005dab /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #005dab /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #005dab /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #005dab /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
  color: #fff /*{buttons | btn-primary-text-colour}*/;
  background-color: #000 /*{buttons | btn-primary-background-colour}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
  color: #fff /*{buttons | btn-warning-text-colour}*/;
  background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
  border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
  color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
  background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
  border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
  background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
  border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
  background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
  border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
  color: #fff /*{buttons | btn-danger-text-colour}*/;
  background-color: #e51937 /*{buttons | btn-danger-background-colour}*/;
  border-color: #e51937 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
  color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-danger-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-danger-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
  background-color: #e51937 /*{buttons | btn-danger-background-colour-hover}*/;
  border-color: #e51937 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
  color: #fff /*{buttons | btn-success-text-colour}*/;
  background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
  border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
  color: #fff /*{buttons | btn-info-text-colour}*/;
  background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
  border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
  color: #fff /*{buttons | btn-info-text-colour-hover}*/;
  background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff /*{buttons | btn-info-text-colour-hover}*/;
  background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff /*{buttons | btn-info-text-colour-hover}*/;
  background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
  border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0) /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #231f20 /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
  color: #231f20 /*{breadcrumb-text-colour}*/;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb li:last-child a {
  font-weight: 700;
}

.pagination .page-link {
  color: #231f20 /*{pagination-text-colour}*/;
  background-color: #fff /*{pagination-bg-colour}*/;
  border-color: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
  padding: 5px 10px !important;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
  color: #231f20;
  background-color: #fff;
  border-color: #231f20 !important /*{pagination-border-colour-active}*/;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
}

.badge-secondary {
  background-color: #ebebeb /*{label-default-bg}*/;
}
.badge-primary {
  background-color: #006ff5 /*{label-primary-bg}*/;
}
.badge-success {
  background-color: #28a745 /*{label-success-bg}*/;
}
.badge-info {
  background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
  background-color: #212529 /*{label-warning-text-colour}*/;
  background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
  background-color: #e51937 /*{label-danger-bg}*/;
}

.card {
  border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
  background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
  border-color: #ddd /*{panel-header-border-colour}*/;
}

.productsave {
  color: #e51937 /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
  color: #fff /*{navbar-default-link-colour}*/;
}

.mainmenu-section {
  background-color: #231f20 /*{navbar-default-bg-colour}*/ !important;
}

.wrapper-header .navbar .navbar-nav .nav-link {
  color: #fff /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
  color: #e51937 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show,
.wrapper-header .navbar-nav .nav-link.active {
  color: #e51937 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
  background-color: #e51937 /*{dropdown-menu-bg}*/;
  border-color: #e51937 /*{dropdown-menu-border-colour}*/;
}

.dropdown-item {
  color: #fff /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu li:hover > .dropdown-item,
.dropdown-menu li:focus > .dropdown-item,
.dropdown-menu li:active > .dropdown-item {
  color: #e51937 /*{dropdown-menu-link-colour-hover}*/;
  background-color: #000 /*{dropdown-menu-link-bg-hover}*/;
}

/*------------ DAHR --------------*/
/*------ Header ---------*/
.header-top-section {
  background-color: #231f20;
  color: #fff;
}
.header-top-section p {
  font-size: 14px;
  font-weight: 600;
}
.header-top-section .list-social a {
  font-size: 20px;
  margin: 0 10px;
  color: #fff;
}
.header-top-section .list-social a:hover,
.header-top-section ul.dah_loginbtn .nav-item > a:hover {
  color: var(--themecolor);
}
.header-top-section ul.dah_loginbtn .nav-item > a {
  font-size: 14px;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  border-left: 1px solid #3d3a3a;
  font-weight: 600;
  color: #fff;
  min-height: 42px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-top-section ul.dah_loginbtn .nav-item a img {
  margin-right: 5px;
}
.header-top-section ul.dah_loginbtn .nav-item a:not(:hover) img {
  filter: brightness(0) invert(1);
}
.logo-section > .row {
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo-section .header-search {
  width: 565px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  /* overflow: hidden; */
  height: 48px;
  margin-right: 50px;
  text-align: left;
}
.nsearchinput-pl.well {
  margin-top: 0 !important;
  top: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
}
.nsearchinput-pl.well li a {
  display: flex;
  align-items: center;
}
.logo-section .header-search form,
.logo-section .header-search input,
.logo-section .header-search button,
.logo-section .header-search .input-group {
  height: 100%;
  box-shadow: none;
  border: none;
}
.logo-section .header-search button:hover {
  background-color: var(--themecolor);
  color: #fff;
}
#header-cart ul.dropdown-menu a,
#header-cart ul.dropdown-menu {
  background-color: #000;
  color: #fff;
}
.logo-section .header-search button:hover img {
  filter: brightness(0) invert(1);
}
.logo-section .header-search input {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.logo-section .header-search input::placeholder {
  color: #6a6a6a;
}
.dah_hcall {
  margin-right: 40px;
}
.dah_hcall img {
  margin-right: 10px;
}
.dah_hcall p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1;
}
.dah_hcall h3 {
  font-size: 18px;
  color: #231f20;
  font-weight: 700;
  line-height: 1;
}
a#cartcontentsheader,
a#cartcontentsheader span {
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  line-height: 1;
}
a#cartcontentsheader span#header-subtotal {
  font-size: 18px;
  font-weight: 700;
}
a#cartcontentsheader::after {
  display: none;
}
a#cartcontentsheader img {
  margin-right: 15px;
}
.header-usps .row {
  min-height: 60px;
}
.header-usps {
  background-color: var(--themecolor);
}
.header-usps .row img {
  margin-right: 15px;
}
.header-usps .row p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #231f20;
}
.usps-item {
  padding: 0 30px;
}
.dah-hmainmenu > li:last-child ul.dropdown-menu {
  right: 0;
  left: unset;
}
/*------ Footer ---------*/
.footer-title {
  background-color: #f8f8f8;
}
.footer-title .h1 {
  font-weight: 800;
  padding: 35px 0;
  line-height: 1;
  color: #000000;
  font-size: 34px;
}
.instagram-section {
  margin: 80px auto;
}
.instagram_gallery {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}
.instagram_gallery > a {
  max-width: calc((100% - 150px) / 6);
  padding: 0;
  overflow: hidden;
}
.instagram_gallery a img {
  max-width: 100% !important;
  display: inline-block;
  transition: 0.6s all;
  transform: scale(1);
}
.instagram_gallery a:hover img {
  transform: scale(1.2);
}
.instagram-section a.insta-mainimg {
  flex: 0 0 auto;
  margin-right: 30px;
  background-color: var(--themecolor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-section {
  background-image: url(../images/newsletter-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fbfbfb;
  padding: 80px 0;
}
.newsletter-section h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 0px;
}
.newsletter-section p {
  font-size: 22px;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 3px;
}
.newsletter-section p.small {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.newsletter-section form {
  max-width: 100%;
  width: 700px;
  margin: 20px auto 0;
}
.newsletter-section form input.form-control {
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
}
.newsletter-section form input.btn {
  border-color: var(--themecolor);
  border-left: 0;
  background-color: var(--themecolor);
  color: #231f20;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  width: 204px;
}
.newsletter-section form input.btn:hover {
  border-color: #231f20;
  background-color: #231f20;
  color: var(--themecolor);
}
.newsletter-section form label {
  margin-top: 10px;
  font-size: 15px;
  color: #6a6a6a;
  vertical-align: middle;
  line-height: 1;
}
.newsletter-section form label input.terms_box {
  margin-right: 5px;
}
.newsletter-section form label a {
  text-decoration: underline;
  color: #231f20;
}
footer.wrapper-footer {
  background-color: #e4e4e0;
  padding: 80px 0 0;
}
footer.wrapper-footer nav ul.nav {
  position: relative;
}
footer.wrapper-footer nav ul.nav.f-car-icon::before {
  position: absolute;
  content: url(../images/fcar-icon.png);
  display: block;
  width: 100%;
  bottom: 100%;
  padding: 0 15px;
}
footer.wrapper-footer nav ul.nav.f-bike-icon::before {
  position: absolute;
  content: url(../images/nav-bike-icon.png);
  display: block;
  width: 100%;
  bottom: 100%;
  padding: 0 15px;
}
footer.wrapper-footer nav ul.nav.f-paddingtop {
  margin-top: 40px;
}
footer.wrapper-footer nav ul.nav h4 {
  line-height: 1;
  color: #231f20;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer.wrapper-footer nav ul.nav a.nav-link {
  padding: 2px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #231f20;
}
footer.wrapper-footer nav ul.nav a.nav-link:hover {
  text-decoration: underline;
}
footer.wrapper-footer img.logo {
  margin-bottom: 30px;
}
.footer-about p {
  font-size: 13px;
  color: #231f20;
  font-weight: 600;
}
.footer-about p a {
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
}
.footer-about ul.nav:not(.list-social) li {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
.footer-about ul.nav:not(.list-social) li a {
  font-weight: 600;
  margin-top: 0;
}
.footer-about ul.nav .fcontact-img {
  flex: 0 0 30px;
}
.footer-about ul.nav.list-social {
  margin-left: 30px;
}
.footer-about ul.nav.list-social a {
  font-size: 20px;
  margin-right: 20px;
  color: #1f1c1c;
}
.footer-about ul.nav.list-social a:hover {
  color: var(--themecolor);
}
.copyright-section {
  background-color: #dbdbd5;
  padding: 14px 0;
  margin-top: 50px;
  font-weight: 600;
}
/*------ Homepage ---------*/
.section-heading > h3 {
  display: flex;
  width: auto;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 800;
  color: #231f20;
  align-items: center;
}
.section-heading {
  align-items: center;
  margin-top: 75px;
  margin-bottom: 45px;
}
.section-heading > h3 {
  line-height: 1;
}
.section-heading > h3::before,
.section-heading > h3::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  margin-right: 30px;
}
.section-heading > h3::after {
  margin-right: 0;
  margin-left: 30px;
}
.dah_categories {
  margin: 0 2.5px -5px;
}
.dah_categories-item {
  padding: 0 2.5px 5px;
}
.dah_categories-item .thumbnail {
  position: relative;
  float: left;
  max-width: 100%;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.dah_categories-item .thumbnail .caption {
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dah_categories-item .thumbnail:hover .caption {
  background-color: rgba(229, 25, 55, 0.9);
}
.dah_categories-item .thumbnail:hover .caption h5 {
  color: #fff;
}
.dah_categories-item .thumbnail .caption h5 {
  font-size: 22px;
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
}
.dah_categories-item .thumbnail > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/*------ Products Thumbnails ---------*/
.thumbnail.card-body .card-title a {
  font-size: 14px;
  color: #231f20;
  font-weight: 600;
}
.thumbnail.card-body .card-title {
  height: 4.7em;
  overflow: hidden;
}
.thumbnail.card-body .price {
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
  min-height: 48px;
  display: flex;
  flex-direction: column;
}
.thumbnail.card-body p {
  margin-bottom: 15px;
}
.thumbnail.card-body .buying-options .btn {
  /* max-width: calc(100% - 46px); */
  height: 36px;
  padding: 0;
  font-weight: 400;
  width: 100%;
  line-height: 36px;
}
.thumbnail.card-body .buying-options .btn.wishlist_toggle,
.thumb_list .card-body .buying-options .wishlist_toggle.btn {
  width: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 10px;
}
.thumbnail.card-body {
  padding: 20px;
  transition: 0.6s all;
}
.thumbnail.card-body:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

/*-------- Product Information page ------------*/

.dah_pqtybox {
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
}

.dah_pqtyarrow.dah_minus {
  left: 15px;
}

.dah_pqtyarrow.dah_plus {
  left: unset;
  right: 15px;
}

.dah_pqtyarrow {
  position: absolute;
  top: 16px;
  font-size: 12px;
  color: #fff;
  width: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background-color: #918f8f;
}

.dah_pqtybox > input {
  height: 50px;
  width: 210px;
}

.dah_pqtyarrow.dah_plus::before {
  content: " \002B";
  position: relative;
  bottom: 3px;
  bottom: 1px;
}

.dah_pqtyarrow.dah_minus::before {
  content: " \002D";
  position: relative;
  bottom: 0px;
}

.dah_pqtyarrow:hover {
  background-color: var(--themecolor) !important;
}
.wrapper-product-title a.dah_pbrandlogo img {
  max-width: 250px;
  margin-bottom: 10px;
}
.wrapper-product-title h3 {
  padding-top: 0.5em;
  font-weight: 400;
  color: #231f20;
}
.wrapper-product-title h1 {
  font-size: 34px;
  font-weight: 900;
  color: #231f20;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.wrapper-product-title p.dah_psku {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  color: #231f20;
}
.wrapper-product-title p.dah_psku span {
  margin-left: 35px;
}
.wrapper-pricing .h1 {
  color: #000;
  font-size: 36px;
  /* font-weight: 700; */
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.5rem;
}
#n_product .dah_pqtybox .qty {
  font-weight: 900;
}
.wrapper-pricing > span {
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.text-success {
  color: #89cb0a !important;
}
.text-lightorange {
  color: #f39c12 !important;
}
.dah_psectitle > p {
  color: #231f20;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}
#shipbox .dah_psectitle > p {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
#n_product hr {
  border-color: #e4e4e0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#n_product form.buying-options .m-order-count {
  margin: 0 10px;
}
#n_product form.buying-options .m-order-count .btn {
  min-width: 212px;
  background-color: var(--themecolor);
  text-transform: uppercase;
  font-weight: 900;
  border-color: var(--themecolor);
  height: 50px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
}
#n_product form.buying-options .m-order-count .btn:hover {
  background-color: #231f20;
  color: #fff;
  border-color: #231f20;
}
#n_product form.buying-options .m-wishlist .btn {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  /* color: #231f20;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#n_product section#shipbox .row.btn-stack {
  margin: 0 -5px;
}
#n_product section#shipbox .row.btn-stack > div {
  padding: 0 5px;
  flex: 0 0 auto;
  width: 220px;
  max-width: 220px;
}
#n_product section#shipbox select#ship_country,
#n_product section#shipbox input,
#n_product section#shipbox .btn {
  height: 50px;
  min-width: 210px;
}
#n_product section#shipbox .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#n_product .tab-content {
  border: 1px solid #e4e4e0;
  border-radius: 5px;
  padding: 30px;
}
#n_product ul.nav.nav-tabs {
  border-bottom: none;
}
#n_product ul.nav.nav-tabs a.nav-link {
  border: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #231f20;
  padding: 0 40px 15px;
  cursor: pointer;
}
#n_product ul.nav.nav-tabs a.nav-link.active {
  border: none;
  padding: 0;
  border-bottom: 3px solid var(--themecolor);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  color: #231f20;
  padding: 0 40px 15px;
  cursor: pointer;
}
#n_product ul.nav.nav-tabs a.nav-link {
  border: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  color: #231f20;
  padding: 0 40px 15px;
  cursor: pointer;
}
#n_product .tabbable {
  margin-top: 80px;
}

/*--------- Main Menu -------*/
.dah-hmainmenu {
  min-height: 66px;
}
.dah-hmainmenu > li {
  display: flex;
  width: auto;
  align-items: center;
}
.wrapper-header .dah-hmainmenu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper-header .dah-hmainmenu > li:hover > a {
  color: var(--themecolor) !important;
}
.wrapper-header .dah-hmainmenu > li > a.nav-link {
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dah-hmainmenu > li:not(.navitem-cat):hover > ul.dropdown-menu {
  display: block;
}
.dah-hmainmenu > li:not(.navitem-cat):hover ul.dropdown-menu {
  background-color: #231f20;
  border: 3px solid #231f20;
  border-top-color: var(--themecolor);
  border-radius: 0;
}
.dah-hmainmenu > li:not(.navitem-cat):hover > ul.dropdown-menu ul.dropdown-menu {
  border-top: 0;
}
.dah-hmainmenu > li ul.dropdown-menu .dropdown-item:not(:hover) {
  color: #fff;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat > ul.dropdown-menu {
  padding: 0;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catareamenu {
  background-color: #000;
  min-height: 50vh;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catareamenu > .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #000;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #3d3a3a;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catareamenu > .nav > li > a.active {
  color: #231f20;
  background-color: #e4e4e0;
  border-bottom-color: #e4e4e0;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat > ul.dropdown-menu {
  background-color: #fff;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea {
  /* padding: 30px !important; */
  /* overflow-y: scroll; */
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea a {
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  color: #231f20;
  margin-bottom: 0px;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea ul.nav a {
  text-decoration: none;
  background: none;
  font-size: 13px;
  padding: 0;
  margin: 0;
  white-space: normal;
  font-weight: 400;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea ul.nav a:hover {
  text-decoration: underline;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea .dah_catdesc .dah_catdescsub > div > * {
  width: 100%;
  float: left;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea .dah_catdesc .dah_catdescsub {
  margin: 0;
  display: block;
  /*-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
	-moz-column-fill: balance;
	column-fill: balance; */
  position: relative;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea .dah_catdesc .dah_catdescsub > div {
  /* width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 20px; */
  position: absolute;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea ul.nav {
  margin-left: 0;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea a > .dah_catdesc-img {
  margin-right: 10px;
  max-width: 57px;
  height: 57px;
  box-shadow: 0 0 10px #e4e4e0;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea > div {
  /* position: absolute; */
  /* left: 30px; */
  /* top: 30px; */
  /* width: calc(100% - 60px); */
  /* height: calc(100% - 60px); */
  display: inline-block;
  padding: 0;
  /* max-height: 5em; */
  width: 100%;
  overflow-x: hidden;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catarea a > .dah_catdesc-img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.dah_navbranditem > div {
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  float: left;
  position: relative;
}
.dah_navbranditem > div:hover {
  border-color: var(--themecolor);
}
.dah_navbranditem > div > a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
}
.dah_navbranditem > div:hover > a {
  color: var(--themecolor);
  /* background-color: var(--themecolor); */
}
.dah_navbranditem {
  width: calc(100% / 10);
  flex: 0 0 10%;
  padding: 10px 5px 0;
  display: flex;
}
.dah-hmainmenu > li.navitem-brand ul.dropdown-menu {
  padding: 20px 25px 30px;
}
.dah-hmainmenu > li ul.dropdown-menu {
  background-clip: border-box;
}
.navitem-products > .dropdown-menu {
  padding: 0 20px 30px;
}
.navitem-products > .dropdown-menu article {
  padding: 0 10px;
}
.navitem-products > .dropdown-menu article {
  margin-top: 30px;
}
.navitem-products > .dropdown-menu article .thumbnail:hover .thumbnail-image > span {
  display: inline-block;
}
.navitem-products > .dropdown-menu article .thumbnail:hover .thumbnail-image > img {
  opacity: 0.3;
  background-color: #fff;
}
.navitem-products > .dropdown-menu article .thumbnail .thumbnail-image > span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}
/*--------- Main Menu Ended -------*/
.sort_container .viewby.btn-group a.active,
.sort_container .viewby.btn-group a:hover {
  background-color: #231f20;
  border-color: #231f20;
  color: #ffffff;
}

.sort_container label.col-form-label {
  color: #231f20;
  font-weight: 600;
}
.sort_container .viewby.btn-group a {
  background-color: #fff;
  color: #231f20;
  border-color: #e4e4e0;
  border-radius: 5px !important;
}
.sort_container select,
body#n_customer div#main-content .card,
body#n_checkout div#main-content .card {
  border-color: var(--themecolor);
  border-radius: 0;
}

.products-row {
  align-items: start !important;
}

#n_checkout h1.page-header,
#n_customer .page-header > h1 {
  margin: 20px auto;
}
.sort_container .btn-text strong.text-primary {
  color: #231f20 !important;
}
body#n_customer div#main-content .card .btn-success {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
  border-radius: 0;
  font-weight: 600;
}

body#n_customer div#main-content .card .btn-success:hover,
body#n_customer div#main-content .card .btn-success:focus,
body#n_customer div#main-content .card .btn-success:active {
  opacity: 0.7;
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
#filters .list-group-item .h4 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #231f20;
  position: relative;
  top: -3px;
}

#filters .list-group-item .h4 > a:hover,
#filters .list-group-item .h4 > a:focus,
#filters .list-group-item .h4 > a:active,
#filters .list-group-item a.filter:focus,
#filters .list-group-item a.filter:hover,
#filters .list-group-item a.filter:active,
#filters .list-group-item .h4 > a > .fa {
  color: #231f20;
}

#filters .list-group-item a.filter {
  display: flex;
  padding: 5px 0;
  color: #797979;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

div#filters .list-group-item {
  border: none;
  padding: 15px;
  float: left;
  border: 1px solid #e4e4e0;
  margin-top: 10px;
}
div#filters .list-group-item:first-child {
  margin-top: 0;
}
.sort_container .viewby.btn-group a:first-child {
  margin-right: 10px;
}
div#filters .list-group-item .h4 {
  /* border-top: 1px solid #e9e9e9; */
  padding: 15px 15px 10px;
  background-color: #e4e4e0;
}
div#filters .list-group-flush > .list-group-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

div#filters .list-group-item.collapse {
  padding-bottom: 8px;
}

aside#left-sidebar > .h4 > a {
  color: #231f20;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: #e4e4e0;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

aside#left-sidebar p#price-range-text {
  font-size: 14px;
  font-weight: 500;
  color: #797979 !important;
}
.brandlistwrap .brandlist-name > a {
  width: 100%;
  display: inline-block;
}

.brandlistwrap .brandlist-name {
  position: absolute;
  bottom: 0;
  left: 15px;
  text-align: center;
  width: calc(100% - 30px);
}

.brandlistwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px !important;
}

@media (min-width: 1550px) {
  .brandlistwrap {
    width: calc(100% / 10);
    max-width: calc(100% / 10);
  }
  .navitem-products > .dropdown-menu article {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
.homepage-map-section .embed-responsive {
  padding-top: 220px;
}
.brandlistwrap-row {
  margin: 0 -10px !important;
}

.brandlistwrap .brandlist-img {
  border: 1px solid #e9e9e9;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.6s all;
}
.brandlistwrap img.img-fluid {
  max-height: 100%;
}
.brandlistwrap .brandlist-img a {
  padding: 10px;
}

.brandlistwrap .brandlist-img:hover {
  border: 1px solid var(--themecolor);
}

.dah_pbrand img {
  max-width: 100px;
}

body#n_checkout .card-header {
  background-color: var(--themecolor);
}
.btn-viewallnav {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
  color: #fff;
  font-weight: 700;
}
.btn-viewallnav:hover {
  background-color: #231f20;
  color: var(--themecolor);
}
.dah_onsale .products-row > article,
.dah_newarrivals .products-row > article {
  margin-top: 30px;
}
.wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catareamenu > .nav > li > a img {
  margin-right: 15px;
}
.thumbnail.card-body .savings-container > span.badge.badge-danger {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  font-size: 14px;
  font-weight: 500;
  background-color: unset;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  min-width: 80px;
  position: relative;
  left: -40px;
  top: 40px;
  color: #fff;
}
.savings-container {
  position: absolute;
  left: -39px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 60px solid var(--themecolor);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: unset;
  border-radius: 0 !important;
}
.thumbnail.card-body .savings-container > span.badge.badge-danger > strong {
  margin-right: 4px;
}
/*-- Sticky Header --*/
#dah_header {
  position: relative;
  background-color: #fff;
  z-index: 1020;
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
} /*
#dah_header.sticky {
	animation: dahsmooth 0.6s;
}
#dah_header.sticky-close {
	animation: dahsmooth2 0.6s;
}
@keyframes dahsmooth {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@keyframes dahsmooth2 {
	0% {
		top: -100%;
	}

	100% {
		top: 0;
	}
}*/
#dah_header .header-top-section,
#dah_header .header-usps {
  transition: 0.6s height;
  /* overflow: hidden; */
}
#dah_header.sticky .dah_hcall:not(.dah_hstickymyacct) {
  display: none;
}
#dah_header .dah_hstickymyacct {
  display: none;
}
#dah_header .dah_hstickymyacct > a:hover img {
  filter: brightness(0);
}
#dah_header .dah_hstickymyacct > a {
  line-height: 1;
}
#dah_header.sticky .dah_hstickymyacct {
  display: block;
}
#dah_header.sticky .logo-section > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* Sticky header: custom.js adds .sticky to #dah_header once the page scrolls
   past the top notice bar. Only logo-section + mainmenu-section stay pinned
   (desktop); below 992px logo-section is display:none so just the main menu
   sticks. Body padding compensates for the header leaving the flow. */
#dah_header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  animation: dahStickySlide 0.25s ease-out;
}
#dah_header.sticky .header-top-section,
#dah_header.sticky .header-usps {
  display: none !important;
}
@keyframes dahStickySlide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#n_category .thumbnail.card-body .card-title {
  height: 4.8em;
  margin-bottom: 9px;
}
.dah_navbranditem:last-child > div > a {
  color: #231f20;
}
/*---------- Lead Time -------------------*/
.wrapper-product-title p.text-warning {
  font-weight: 600;
  color: rgb(237, 125, 49) !important;
}

.wrapper-product-title p.text-success {
  font-weight: 600;
  color: rgb(0, 176, 80) !important;
}

.wrapper-product-title p.text-danger {
  font-weight: 600;
}
.thumbnail.card-body .price .text-danger {
  color: rgb(255, 0, 0);
}
.thumb_cart button.checkout.btn.btn-success,
.successaddmessage .footer .right {
  display: none !important;
}

.successaddmessage .footer .left {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dah_cartbtns.disable ._cpy_thirdparty_btn,
.dah_cartbtns.disable button {
  filter: grayscale(1);
}

.dah_cartbtns.disable ._cpy_thirdparty_btn_disable::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.btn-group .dropdown-menu .thumb_cart .btn {
  width: 100%;
}

.cartTable td > p.text-warning {
  font-weight: 600;
  color: var(--themecolor);
}

/*--------- Meet The Team Page ---------------*/
.dah-meetteam img {
  border: 3px solid #fff;
  box-shadow: 0 0 10px #ddd;
  border-radius: 50%;
}

.dah-membername {
  font-size: 22px;
  font-weight: 700;
  color: #231f20;
  margin: 27px auto 10px;
}

.dah-memberpost span {
  font-size: 16px;
  color: #231f20;
  font-weight: 600;
  padding: 0 15px 5px;
  border-bottom: 2px solid #ababab;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}

.dah-meetteam p:not(.dah-memberpost) {
  color: rgba(0, 0, 0, 0.5);
}

.dah-meetteam {
  margin-bottom: 20px;
}
.dah_nonbreadcrumb {
  margin-top: 30px;
}
#dah_rangemenu .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

/*------------- Landing page -----------*/
@media (min-width: 1550px) {
  #n_category .dah_categories-item {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1549.98px) {
  div#filters {
    margin-bottom: 10px;
  }
}
/*------- Small screen -----------*/
@media (max-width: 1549.98px) and (min-width: 1200px) {
  .wrapper-header .dah-hmainmenu > li > a.nav-link {
    padding: 0 20px;
  }
  .logo-section .header-search {
    width: 342px;
    margin-right: 30px;
  }
  .dah_hcall {
    margin-right: 20px;
  }
  .wrapper-header .dah-hmainmenu > li.navitem-cat .navitem-catareamenu > .nav > li > a img {
    max-width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .header-usps .row {
    flex-wrap: nowrap;
  }
  .usps-item {
    padding: 0 15px;
  }
  .dah_categories-item .thumbnail .caption h5 {
    font-size: 16px;
  }
  section.homepage-products-section .products-row article:nth-child(n + 5),
  #n_product .products-row article:nth-child(n + 5) {
    display: none;
  }
  .instagram_gallery > a:nth-child(n + 4) {
    display: none;
  }
  .instagram_gallery > a {
    max-width: calc((100% - 30px) / 3);
  }
  .instagram-section a.insta-mainimg {
    margin-right: 15px;
    max-width: calc(20% - 15px);
    width: 100%;
  }
  .dah_pqtybox > input {
    width: 150px;
  }
  #n_product section#shipbox .row.btn-stack > div {
    width: 33.33%;
    max-width: 33.33%;
  }
  #n_product section#shipbox select#ship_country,
  #n_product section#shipbox input,
  #n_product section#shipbox .btn {
    min-width: 150px;
  }
  .neto-instagram-addon-widget .image:nth-child(n + 5) {
    display: none !important;
  }
  .neto-instagram-addon-widget .output.output-grid {
    grid-template-rows: auto;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/*------- Tablate -----------*/
@media (max-width: 1199.98px) and (min-width: 768px) {
  .wrapper-header .dah-hmainmenu > li > a.nav-link {
    padding: 0 10px;
  }
  .thumbnail.card-body {
    padding: 10px;
    margin-bottom: 15px;
  }
  .logo-section .header-search {
    margin-right: 30px;
  }
  .wrapper-header .dah-hmainmenu > li > a.nav-link {
    text-align: center;
  }
  .header-usps .row {
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .usps-item {
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .header-usps .row img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  section.homepage-products-section .products-row article:nth-child(n + 5),
  #n_product .products-row article:nth-child(n + 5) {
    display: none;
  }

  .instagram_gallery > a:nth-child(n + 4) {
    display: none;
  }

  .instagram_gallery > a {
    max-width: calc((100% - 15px) / 3);
  }
  .instagram-section a.insta-mainimg {
    margin-right: 15px;
    max-width: calc(20% - 15px);
    width: 100%;
  }
  .dah_categories-item .thumbnail .caption h5 {
    font-size: 18px;
  }
  .section-heading {
    align-items: center;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  #n_product div#_jstl__header {
    margin-top: 30px;
  }
  #n_product section#shipbox .row.btn-stack > div {
    width: 33.33%;
    max-width: 33.33%;
  }

  #n_product section#shipbox select#ship_country,
  #n_product section#shipbox input,
  #n_product section#shipbox .btn {
    min-width: 135px;
  }
  .dah_pqtybox > input {
    width: 135px;
  }
  .section-heading > h3 {
    font-size: 24px;
  }
  .newsletter-section {
    padding: 40px 0;
  }

  footer.wrapper-footer {
    padding: 85px 0 0;
  }

  .copyright-section {
    margin-top: 40px;
  }

  .instagram-section {
    margin: 40px auto;
  }
  #n_product .tabbable {
    margin-top: 40px;
  }
  .dah_navbranditem {
    width: calc(100% / 6);
    flex: 0 0 16.6667%;
    padding: 10px 5px 0;
    display: flex;
  }
  .neto-instagram-addon-widget .image:nth-child(n + 5) {
    display: none !important;
  }
  .neto-instagram-addon-widget .output.output-grid {
    grid-template-rows: auto;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .mvp-brows {
    display: none !important;
  }
  footer.wrapper-footer nav ul.nav.f-paddingtop {
    margin-top: 0;
  }

  footer.wrapper-footer .footer-about {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  footer.wrapper-footer .footer-about > div:first-child {
    margin-right: 30px;
  }

  .f-navigation nav > div:nth-child(n + 3) {
    margin-top: 30px;
  }
  section.homepage-products-section .products-row article:nth-child(n + 4),
  #n_product .products-row article:nth-child(n + 4) {
    display: none;
  }
  .instagram_gallery > a:nth-child(n + 3) {
    display: none;
  }

  .instagram_gallery > a {
    max-width: calc((100% - 15px) / 2);
  }
  .instagram-section a.insta-mainimg {
    margin-right: 15px;
    max-width: calc(25% - 15px);
    width: 100%;
  }
  .neto-instagram-addon-widget .image:nth-child(n + 4) {
    display: none !important;
  }

  .neto-instagram-addon-widget .output.output-grid {
    grid-template-rows: auto;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  /* ==================bargar-tablet============== */
  .burger-menu a {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
  }

  .burger-menu .nav .nav {
    float: left;
    width: 100%;
    padding: 0 7.5px;
  }

  .burger-menu a > span {
    position: absolute;
    right: 5px;
    color: var(--themecolor);
  }

  .burger-menu a::after {
    display: none;
  }

  .burger-menu .nav li > a + a {
    position: absolute;
    display: block;
    width: 65px;
    text-align: center;
    top: 0;
    right: 20px;
    height: auto;
    padding: 5px 0 0;
    font-size: 12px;
    text-decoration: underline;
  }

  .burger-menu .nav li a.dah_subcat {
    padding-right: 80px;
  }

  .burger-menu .nav li {
    position: relative;
    width: 100%;
  }

  .burger-menu .nav li a {
    white-space: unset;
  }

  .burger-menu > div > .nav > li:not(:last-child) {
    border-bottom: 1px solid #3e3d3d;
  }

  .burger-menu > div > .nav > li.dah_active {
    border: 1px solid #e51937;
    padding: 0 10px;
  }

  .burger-menu > div > .nav > li.dah_active > a + a {
    right: 40px;
  }

  #mvp-tab-menu {
    background-color: #231f20;
    border-radius: 0;
    width: 100%;
  }

  .burger-menu > div > .nav > li.dah_mobbrandmenu ul.nav {
    padding: 0 0 10px;
  }

  /* =========================End bargar tablet============================ */
}
/*------- Mobile -----------*/
@media (max-width: 767.98px) {
  .tab-bargar {
    display: none !important;
  }
  .neto-instagram-addon-widget .image:nth-child(n + 4) {
    display: none !important;
  }

  .neto-instagram-addon-widget .output.output-grid {
    grid-template-rows: auto;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.homepage-products-section .products-row article:nth-child(n + 3),
  #n_product .products-row article:nth-child(n + 3) {
    display: none;
  }
  footer.wrapper-footer nav ul.nav.f-paddingtop {
    margin-top: 0;
  }
  footer.wrapper-footer .footer-about {
    margin-top: 40px;
  }
  .f-navigation nav > div:nth-child(n + 3) {
    margin-top: 30px;
  }
  .dah_mobmenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dah_mobmenu > ul > li:not(:first-child) {
    border-left: 1px solid #3d3a3a;
  }
  .dah_mobmenu > ul > li a.nav-link {
    font-size: 20px;
    padding: 0;
  }
  .section-heading {
    align-items: center;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .section-heading > h3 {
    font-size: 22px;
  }
  .section-heading > h3::before,
  .section-heading > h3::after {
    display: none;
  }
  .mainmenu-section .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
    z-index: 1000;
    padding: 10px !important;
    border-top: 3px solid var(--themecolor);
  }
  .mainmenu-section div#Searchbarmob form {
    border: 1px solid #fff;
  }

  .burger-menu a {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
  }

  .burger-menu .nav .nav {
    float: left;
    width: 100%;
    padding: 0 7.5px;
  }

  .burger-menu a > span {
    position: absolute;
    right: 5px;
    color: var(--themecolor);
  }

  .burger-menu a::after {
    display: none;
  }
  .burger-menu .nav li > a + a {
    position: absolute;
    display: block;
    width: 65px;
    text-align: center;
    top: 0;
    right: 20px;
    height: auto;
    padding: 5px 0 0;
    font-size: 12px;
    text-decoration: underline;
  }
  .burger-menu .nav li a.dah_subcat {
    padding-right: 80px;
  }

  .burger-menu .nav li {
    position: relative;
    width: 100%;
  }
  .burger-menu .nav li a {
    white-space: unset;
  }
  .burger-menu > div > .nav > li:not(:last-child) {
    border-bottom: 1px solid #3e3d3d;
  }
  .burger-menu > div > .nav > li.dah_active {
    border: 1px solid var(--themecolor);
    padding: 0 10px;
  }
  .burger-menu > div > .nav > li.dah_active > a + a {
    right: 40px;
  }
  .instagram-section .d-flex.col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .instagram-section a.insta-mainimg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .instagram_gallery > a:nth-child(n + 3) {
    display: none;
  }
  .instagram_gallery > a {
    max-width: calc((100% - 15px) / 2);
  }
  .dah_categories-item .thumbnail .caption h5 {
    font-size: 14px;
  }
  .thumbnail.card-body {
    padding: 0 0 30px;
  }
  .newsletter-section h3 {
    font-size: 22px;
  }
  .newsletter-section p.small {
    font-size: 16px;
  }
  .newsletter-section p {
    font-size: 18px;
  }
  .footer-about ul.nav:not(.list-social) {
    width: 200px;
    margin: 0 auto;
  }
  .burger-menu > div > .nav > li.dah_mobbrandmenu ul.nav {
    padding: 0 0 10px;
  }
  .dah_navbranditem {
    width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .newsletter-section {
    padding: 30px 0;
  }
  footer.wrapper-footer {
    padding: 75px 0 0;
  }
  .copyright-section {
    margin-top: 30px;
  }
  .instagram-section {
    margin: 30px auto;
  }
  .newsletter-section .row {
    margin: 0;
  }
  #n_product .tabbable {
    margin-top: 30px;
  }
  #n_product div#_jstl__header {
    margin-top: 30px;
  }
  #n_product section#shipbox .row.btn-stack > div {
    width: 33.33%;
    max-width: 33.33%;
    margin-top: 0;
  }

  #n_product section#shipbox select#ship_country,
  #n_product section#shipbox input,
  #n_product section#shipbox .btn {
    min-width: 150px;
  }

  .dah_pqtybox > input {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .newsletter-section form input.form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-section form input.btn {
    width: 100%;
  }
  .newsletter-section form .input-group-append {
    margin-left: 0;
    width: 100%;
  }
  .dah_navbranditem {
    width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }

  #n_product section#shipbox .row.btn-stack > div {
    width: 50%;
    max-width: 50%;
    margin-top: 0;
  }

  #n_product section#shipbox .row.btn-stack > div:last-child {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  #n_product .extra-options form.buying-options,
  #n_product hr {
    float: left;
    width: 100%;
  }
  #n_product form.buying-options .btn-stack > div {
    float: left;
  }

  #n_product form.buying-options .m-order-count {
    margin-left: 0;
    width: calc(100% - 60px);
  }
  #n_product form.buying-options .m-wishlist {
    width: 50px;
  }
  .dah_pqtybox > input {
    width: 100%;
  }
  #n_product .extra-options form.buying-options .m-qty-box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}
.mvp-brochure {
  color: #ff0000;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.mvp-brochure > .bro-tilte {
  font-size: 14px !important;
}
@media (max-width: 575.98px) {
  #shipbox {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0 auto;
  }

  #shipbox .mvp-p {
    padding: 0px !important;
  }
  /* #n_product section#shipbox .row.btn-stack {
	margin: 0px;
} */
}
#n_product .tabbable {
  margin-top: 30px;
}
.header-top-section p > a {
  color: #fff;
}
.header-top-section p {
  margin-bottom: 0px;
}
.dah_palt_11 {
  margin-top: 70px;
}

/* ============================== */
@media (max-width: 1549.98px) and (min-width: 768px) {
  .header-top-section p > a:hover {
    color: var(--themecolor) !important;
  }
  .navitem-products > .dropdown-menu article:nth-child(n + 6) {
    display: none;
  }
  .navitem-products > .dropdown-menu article {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .navitem-products > .dropdown-menu {
    padding: 0 10px 20px;
  }
  .navitem-products > .dropdown-menu article {
    margin-top: 25px;
  }
  .navitem-products > .dropdown-menu .thumbnail.card-body {
    padding: 10px;
    margin-bottom: 9px;
  }
}

@media (max-width: 991.98px) {
  #n_product .tabbable {
    margin-top: 25px;
  }
  .dah_palt_11 {
    margin-top: 35px;
  }
}

.sticky-top {
  z-index: 102 !important;
}

@media (min-width: 991.98px) {
  .mvp-bro-tablet {
    display: none !important;
  }
}
.dah_afterpaymain > .h1 {
  margin-right: 10px;
}
.dah_afterpaymain > p > a {
  margin-left: 10px;
}
#header-cart {
  z-index: 1;
}

.content-more {
  display: none;
}
button#geo_search {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  div#geo_list {
    height: auto !important;
  }
}
@media (min-width: 500px) {
  #tabvideo a.nav-link {
    padding: 0 80px 15px !important;
  }
  #tabDiagram a.nav-link {
    padding: 0 80px 15px !important;
  }
}
@media (max-width: 767.98px) and (min-width: 500px) {
  #tabvideo a.nav-link {
    padding: 0 55px 15px !important;
  }
  #tabDiagram a.nav-link {
    padding: 0 55px 15px !important;
  }
}
@media (max-width: 500px) {
  #n_product ul.nav.nav-tabs a.nav-link.active {
    padding: 0 10px 15px;
  }
  #n_product ul.nav.nav-tabs a.nav-link {
    padding: 0 10px 15px;
  }
}

.contents-more {
  display: none;
}

/*=================new================*/
.pfdicon {
  margin-top: 30px;
  background-color: #e4e5e0;
  padding: 10px 0;
  border-radius: 0.25rem;
  max-width: 653px;
  float: left;
  width: 100%;
}
.mvp_space {
  padding: 0 20px;
}
.mvp-brochure {
  color: #231f20;
  display: flex;
  align-items: center;
  font-weight: 700;
}
a.mvptext {
  display: flex;
  align-items: center;
  line-height: 1;
}
.mvp-brochure {
  color: #231f20;
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media (max-width: 500px) {
  .mvp-brochure {
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .mvpright.mvp-brochure {
    margin-bottom: 0px !important;
  }

  .mvp_top {
    margin-bottom: 10px;
  }
  .mvp_space {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ======================================================================================New Css======================================================================= */

.images-slider .slide-arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 1;
  font-size: 24px;
  color: #231f20;
  text-align: center;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #e5e5e5;
}
.images-slider a.slide-arrow.next-arrow.slick-arrow {
  right: 0;
  left: auto;
}
.images-slider .slick-track {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
body .images-slider .slider-nav .slick-list.draggable {
  padding: 0 35px !important;
  width: 100% !important;
}
.images-slider .slick-initialized.slick-slider {
  width: 100%;
}
.images-slider .slick-initialized.slick-slider {
  width: 100%;
}
.images-slider .slider-for {
  max-height: 500px;
  min-height: 500px;
}
.images-slider .slick-list.draggable {
  margin: 0 auto;
}
.images-slider .slider-for .slick-track {
  height: 100%;
}
#main-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.images-slider .item.slick-slide a {
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 5px;
}
.dah_thumbqtybox {
  position: relative;
}
#n_product input[type="number"] {
  -moz-appearance: textfield;
}
#n_product input::-webkit-outer-spin-button,
#n_product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.images-slider .item.slick-slide a:hover {
  border-color: var(--themecolor) !important;
}
.images-slider .slide-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.main-image .slick-initialized .slick-slide {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
#n_product .extra-options .quantity-nav {
  float: left;
  position: absolute;
  height: 45px;
  right: 0;
  z-index: 999;
  top: 2px;
  width: 0;
}
#n_product .extra-options .quantity-button {
  font-size: 19px;
  line-height: 25px;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 991.98px) {
  .logo-section {
    display: none;
  }
  .mainmenu-section .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
    z-index: 1000;
    padding: 10px !important;
    border-top: 3px solid var(--themecolor);
  }
  .header-top-section {
    background-color: var(--themecolor) !important;
    padding: 6px 0px !important;
  }
  .dah_mobmenu > ul > li a.nav-link {
    font-size: 20px;
    padding: 0;
    width: 22px;
    margin-left: auto;
  }
  /* .logo {
    max-width: 60%;
} */
  .header-top-section p > a {
    color: #231f20 !important;
  }
  .wrapper-header .navbar {
    padding: 0;
  }
  .dah_mobmenu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .dah_mobmenu ul li {
    width: 10%;
  }
  #mvpmainwidth {
    width: 70%;
  }
  .mainmenu-section div#Searchbarmob form {
    border: 1px solid #fff;
  }
  .header-top-section {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .dah_mobmenu ul li {
    width: 15% !important;
  }
  .images-slider .slider-for {
    max-height: 500px;
    min-height: auto !important;
  }
  #n_product ul.nav.nav-tabs a.nav-link {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 5px !important;
  }
  .tabDescription {
    width: 100%;
  }
  #n_product .tab-content {
    padding: 15px !important;
  }

  body#n_product .tab-content .card-header h5 .btn[aria-expanded="false"]:after {
    content: "\f067";
    float: right;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: 0px;
  }
  body#n_product .tab-content .card-header h5 .btn[aria-expanded="true"]:after {
    content: "\f068";
    float: right;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: 0px;
  }
  body#n_product .tab-content .card {
    border: none;
  }
  body#n_product .tab-content .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0 !important;
  }
  body#n_product .tab-content .card-header h5 .btn {
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 3px solid #e4e4e0;
    border-radius: 0 !important;
    position: relative;
    top: 1px;
    z-index: 1111;
    padding-left: 0 !important;
  }
  body#n_product .tab-content {
    padding: 0px !important;
    border: none;
  }

  .tabbable .tab-content > .tab-pane {
    display: block !important;
  }
  body#n_product .tab-content .card-header h5 .btn:focus {
    box-shadow: none !important;
    outline: 0;
  }
  body#n_product .tab-content .card-header h5 .btn[aria-expanded="true"] {
    border-bottom: 3px solid var(--themecolor);
  }
  body#n_product .tab-content .card-body {
    border: 1px solid #e4e4e0;
  }
  .nsearchinput-pl.well {
    top: 106%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
  }
  .wrapper-product-title h1 {
    font-size: 24px;
  }
  iframe#podium-prompt {
    display: none !important;
  }
  /* .slick-track{
	width: auto !important;
} */
  /* .slick-initialized .slick-slide {
   width: auto !important;
} */

  #mvpmainwidth {
    width: 55% !important;
  }
  .dah_mobmenu > ul > li:not(:first-child) {
    border-left: 0 !important;
  }
}

button#geo_search {
  margin-top: 0 !important;
}
.dah_mobmenu .nsearchinput-pl.well li {
  width: 100% !important;
}

/* ====================New CSS========================= */
article a.wishlist_toggle.btn {
  position: absolute;
  top: 10px;
  right: 25px;
}
a.wishlist_toggle:hover {
  background-color: var(--themecolor);
}
.nkg_fd {
  text-align: center;
  margin-bottom: 12px;
}
h3.nkg_copy {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
span.nkg_resul {
  font-size: 14px;
  line-height: 28px;
  white-space: normal;
  color: #727272;
  text-transform: none;
  text-align: center;
}
.nkg_resul span {
  color: #000;
}
aside#left-sidebar {
  margin-top: 74px;
}
.btn_filters .filter_by {
  width: 145px;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center;
}
.filter_by span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.btn_filters {
  position: absolute;
  z-index: 100;
  padding: 0 15px;
}
.filter_hide {
  width: 95px;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #838383;
}
.filter_hide span {
  margin-right: 10px;
}
.nkg_sort_fdf label {
  font-size: 14px;
  font-weight: 400 !important;
  color: #000;
}
.nkg_sort_fdf select#sortby {
  border-color: #eaeaea;
  padding: 10px 6px;
  min-width: 180px;
  height: 47px;
}

.nkg_sort_by a.btn {
  width: 100%;
  border-radius: 0;
  padding: 9px 15px;
  border-color: #eaeaea;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.nkg_sort_by ul.dropdown-menu li.active {
  background-color: var(--themecolor);
}
.nkg_sort_by ul.dropdown-menu {
  width: 100%;
  transform: unset !important;
  border-radius: 0;
  top: 41px !important;
  background-color: #fff;
}
.sortby_mobile.mb-3 {
  display: flex;
  gap: 15px;
  width: calc(100% - 15px);
}
.form-row.nkg_sort_by form {
  width: 100%;
}
#filters .filter-group p > a {
  font-size: 18px;
  font-weight: 700;
  color: #1e2533;
  text-transform: none;
}
#filters .filter-group {
  padding: 15px 0;
  border-bottom: 1px solid #d7d9d6;
}
#filters .filter-group p > a[aria-expanded="false"]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  float: right;
  z-index: 100;
  position: relative;
}
#filters .filter-group p > a[aria-expanded="true"]:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  float: right;
  z-index: 100;
  position: relative;
}
.nkg_tag {
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 4px;
  width: auto;
  flex-direction: row-reverse;
  align-items: center;
}
/* filter css====== */
aside#left-sidebar div#filters .filter-main .filter a {
  color: #6c6c6c;
  margin-top: 3px;
  font-size: 15px;
}
.dah_parentlink_lvl2 a.mvp_click {
  /* height: 100%; */
  /* width: auto; */
  /* display: inline-block; */
  padding: 0 5px !important;
}
a.mvp_click[aria-expanded="true"]:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.list-group.nfkdfj.list-group-flush {
  float: left;
  width: 100%;
}
a.text-dark.filter-remove {
  width: 100%;
  display: flex;
}
.mvp_ulfilter {
  list-style: none;
}
a.mvp_click[aria-expanded="false"]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
ul#cat-filter .filter > a:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
ul#cat-filter .filter-remove > a:before {
  content: "\f14a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.dah_parentlink_lvl2 > ul {
  flex: 0 0 100%;
}
.dah_parentlink_lvl2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mvp_ulfilter {
  padding-left: 20px;
}
.list-group-item.d-flex.justify-content-between.align-items-center.dah_loadingcatfilter {
  height: 0;
  padding: 0;
  visibility: hidden;
}
form#filter_dahmain {
  height: 0;
}
.mvp_filter_btn {
  height: 0;
  visibility: hidden;
}
#filters .filter-group p > a {
  text-decoration: none;
}
a.show_all_filter {
  font-weight: 500;
}
a.show_all_filter u {
  text-decoration: none;
}

/* ============= */

a.nkg_cat_top[aria-expanded="false"]:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
a.nkg_cat_top[aria-expanded="true"]:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media (max-width: 1549.98px) {
  .nkg_findify {
    max-width: 78%;
  }
  aside#left-sidebar {
    max-width: 22% !important;
    flex: 0 0 22%;
  }
  .nkg_width {
    max-width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .nkg_findify {
    max-width: 72%;
  }
  .nkg_findify article {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  aside#left-sidebar {
    max-width: 28% !important;
    flex: 0 0 28%;
  }
}
@media (min-width: 1200px) {
  #filters {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .nkg_findify {
    max-width: 63%;
  }
  .nkg_findify article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  aside#left-sidebar {
    max-width: 37% !important;
    flex: 0 0 37%;
  }
  .dah_mobmenu .nsearchinput-pl.well li {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  div#dv-StickyCTA-section .quantity-button {
    width: 20px;
  }
  .btn_filters.d-flex {
    display: none !important;
  }
  .nkg_findify {
    max-width: 100%;
  }
  aside#left-sidebar {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .images-slider .slider-for {
    max-height: 500px;
    min-height: auto !important;
  }
  #mvpcod {
    max-height: 500px;
    min-height: auto !important;
  }
  aside#left-sidebar {
    position: fixed;
    z-index: 10000000000;
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
    top: 0px;
    left: 0;
    height: 100%;
    padding: 0px;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
  }
  .nkg_flitar_pupop {
    transform: translatex(0) !important;
  }
  span.remove_filter {
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 25px;
  }
  .sortby_mobile .filter_by span {
    font-weight: 500;
  }
  aside#left-sidebar > .h4 > a {
    border: 0;
    color: #fff;
    margin-bottom: 0;
    height: 85px;
    font-size: 20px;
    background-color: #000;
  }
  .nkg_sort_by a.btn {
    font-weight: 500;
  }
  div#filters .list-group-item .h4 {
    padding: 15px 0px 15px;
  }
  #filters .list-group-item .h4 > a {
    font-size: 25px;
  }
  /* div#filters {
    height: calc(100% - 100px);
    padding: 5px 20px 60px;
    overflow-y: auto !IMPORTANT;
	    display: block;
} */
  span.nkg_click_filetr.remove_filter_bot {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #000;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 55px;
    text-transform: uppercase;
    line-height: 55px;
    z-index: 100;
  }
  #filters .filter-group {
    padding: 13px 0;
  }
  .nkg_click {
    font-size: 20px;
    padding: 5px 0;
  }
  .nkg_click input {
    margin-top: 8px !important;
  }
  #filters .filter-group p > a {
    font-size: 25px;
    display: flex;
    justify-content: space-between;
  }
  div#appSidebar {
    height: calc(100% - 150px);
    padding: 5px 20px 60px;
    overflow-y: auto !important;
    display: block;
  }
  div#dah_selectedFilters {
    padding: 20px 20px 0;
  }
  aside#left-sidebar {
    visibility: hidden;
  }
}
body .mvp_bold {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
/* div#appSidebar label {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
} */
div#mvp_fiters input {
  margin-top: 8px !important;
}

div#appSidebar label {
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
#filters .filter-group p > a {
  width: 100%;
  display: inline-block;
}
.btn_filters .filter_by {
  cursor: pointer;
}
.filter_hide {
  cursor: pointer;
}
.nkg_clearall button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.nkg_findify .thumb {
  padding: 0 7px;
}
.nkg_findify .thumb .products-row article {
  padding: 0 7px;
}
.thumbnail.card-body p.price {
  margin-bottom: 7px;
}
.thumbnail.card-body .price {
  flex-direction: column-reverse;
}
.mvp_scroll_sitebar {
  overflow: auto;
  max-height: 300px;
}
/* Entire scrollbar */
#filters ::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
}

/* Track (background) */
#filters ::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Light gray background */
  border-radius: 10px;
  /* Rounded corners */
}

/* Thumb (scroll indicator) */
#filters ::-webkit-scrollbar-thumb {
  background: #888;
  /* Darker gray for the thumb */
  border-radius: 10px;
  /* Rounded corners */
}

/* Thumb hover effect */
#filters ::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Even darker gray on hover */
}

/* Corner (for scrollbars in both directions) */
#filters ::-webkit-scrollbar-corner {
  background: #f0f0f0;
  /* Same as track background */
}
#searbarinput {
  width: calc(100% - 10px);
  border-radius: 16px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  color: #838383;
}
#searbarinput:focus {
  box-shadow: none;
  outline: none;
}

#mvp_fiters .d-none {
  display: none !important;
}
.navitem-current-specials .savings-container {
  display: none !important;
}
ul.pagination li {
  margin: 0 2px;
}
/* ==================================================== */

/*---------- TouchCart Search: proxy searchbox parity with native header search ----------*/
/* Desktop (.logo-section .header-search) — the .header-search wrapper supplies the
   border, height, width, and radius exactly as it does for the native form */
.logo-section .header-search .touchcart-searchbox {
  height: 100%;
  width: 100%;
}
.logo-section .header-search .touchcart-searchbox .tc-searchbox-proxy {
  display: flex;
  flex-direction: row-reverse; /* icon square on the right, like the native submit button */
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0;
  gap: 0;
  box-shadow: none;
}
.logo-section .header-search .touchcart-searchbox .tc-search-icon {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  margin: 0 12px; /* 23px glyph + 12px sides = native 47px button box */
  color: #000;
}
.logo-section .header-search .touchcart-searchbox .tc-searchbox-proxy-input {
  flex: 1;
  height: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.logo-section .header-search .touchcart-searchbox .tc-searchbox-proxy-input::placeholder {
  color: #6a6a6a;
}
/* Desktop — the LIVE injected Vue search input (SearchInput.vue) replaces the
   placeholder at init with different classes (.tc-search-input-container etc.)
   and its own bordered box; restyle it to sit flush inside the .header-search
   wrapper exactly like the native form: no inner border, icon square on the
   right, clear button between input and icon */
.logo-section .header-search .touchcart-searchbox,
.logo-section .header-search #touchcart-search-container,
.logo-section .header-search .tc-search-root,
.logo-section .header-search .tc-search-input-wrapper {
  height: 100%;
}
.logo-section .header-search .tc-search-input-container {
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 0;
  gap: 0;
  box-shadow: none;
}
.logo-section .header-search .tc-search-input-container:focus-within {
  border-color: transparent;
  box-shadow: none;
}
.logo-section .header-search .tc-search-input-container .tc-search-icon {
  order: 3;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  margin: 0 12px;
  color: #000;
}
.logo-section .header-search .tc-search-input-container .tc-search-input {
  order: 1;
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 4px 0 0 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.logo-section .header-search .tc-search-input-container .tc-search-input::placeholder {
  color: #6a6a6a;
}
.logo-section .header-search .tc-search-input-container .tc-search-clear {
  order: 2;
  flex: 0 0 auto;
}
/* Mobile (#Searchbarmob) — mimics .form-control input + .btn-primary append button */
#Searchbarmob .touchcart-searchbox {
  width: 100%;
}
#Searchbarmob .touchcart-searchbox .tc-searchbox-proxy {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #000; /* .btn-primary background behind the icon square */
  padding: 0;
  gap: 0;
  box-shadow: none;
}
#Searchbarmob .touchcart-searchbox .tc-search-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 10px 13px; /* 14px glyph + 13px sides = native ~40px button box */
  color: #fff; /* .btn-primary icon colour */
}
#Searchbarmob .touchcart-searchbox .tc-searchbox-proxy-input {
  flex: 1;
  min-width: 0;
  height: 35px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  color: #495057;
}
#Searchbarmob .touchcart-searchbox .tc-searchbox-proxy-input::placeholder {
  color: #6c757d;
}
.tc-page {
  padding-top: 0 !important;
}
/* Podium chat bubble: animate vertical moves site-wide (same easing as the
   product-page sticky-CTA handling in product_scripts.template.html).
   NOTE: kept at top level on purpose. In this theme the iframe#podium-prompt
   rule sits inside an unclosed @media (max-width:767.98px) block, so rules
   placed next to it are mobile-only. */
iframe#podium-bubble {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, top, bottom;
}
/* While the TouchCart side-cart drawer is open (#tcSideCart gets the "show"
   class), raise the bubble clear of the drawer's checkout button. !important
   is required because Podium positions the iframe with inline styles. */
body:has(#tcSideCart.show) iframe#podium-bubble {
  bottom: 90px !important;
}
/* On mobile the drawer is full-width (same breakpoint as the side-cart's own
   mobile handling), so a raised bubble would still sit on top of the cart:
   hide it entirely while the cart is open. The transition above fades it. */
@media (max-width: 575.98px) {
  body:has(#tcSideCart.show) iframe#podium-bubble {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* Sticky header + mobile menu: while #dah_header is fixed, the expanded
   #navbarMainMenu is fixed with it, so anything taller than the viewport was
   unreachable (the page used to scroll the in-flow header). Cap the open menu
   to the viewport minus the mobile bar (height set by custom.js in
   --dah-mobile-bar) and let it scroll internally. */
@media (max-width: 991.98px) {
  #dah_header.sticky #navbarMainMenu.show {
    max-height: calc(100vh - var(--dah-mobile-bar, 70px));
    max-height: calc(100dvh - var(--dah-mobile-bar, 70px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
/* Sticky header + desktop mega menu: same problem on short viewports. While
   #dah_header is fixed, cap the open "Browse our Range" dropdown to the
   viewport minus the fixed header (custom.js publishes --dah-sticky-header
   when the header sticks) and let it scroll internally. */
@media (min-width: 992px) {
  #dah_header.sticky .dah-hmainmenu > li.navitem-cat > ul.dropdown-menu {
    max-height: calc(100vh - var(--dah-sticky-header, 153px));
    max-height: calc(100dvh - var(--dah-sticky-header, 153px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
