/* @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@1,800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/*****GLOBAL STYLES******/
:root {
  --primary-color: #ed6301;
}

body {
  /* font-family: "Work Sans", Helvetica, Arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px /*{Global|body-font-size}*/;
  color: rgba(51, 51, 51, 1) /*{Global|body-font-colour}*/;
  background-image: none /*{Global|body-background-image}*/;
  background-color: #ffffff /*{Global|body-background-colour}*/;
}

.breadcrumb {
  background-color: #efeff0 /*{Global|breadcrumb-background-colour}*/;
}

/**** HEADING STYLES *****/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Barlow Condensed", sans-serif; */
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 1) /*{Headings|headers-colour}*/;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 36px /*{Headings|header-1-font-size}*/;
}

h2,
.h2 {
  font-size: 30px /*{Headings|header-2-font-size}*/;
}

h3,
.h3 {
  font-size: 24px /*{Headings|header-3-font-size}*/;
}

h4,
.h4 {
  font-size: 18px /*{Headings|header-4-font-size}*/;
}

h5,
.h5 {
  font-size: 14px /*{Headings|header-5-font-size}*/;
}

.brave-heading,
.brave-subheading {
  border-left-color: var(--primary-color)
    /*{Headings|main-heading-border-colour}*/;
}

.brave-subheading-right {
  border-right-color: var(--primary-color)
    /*{Headings|main-heading-border-colour}*/;
}

/**** BUTTON STYLES ******/
.btn-default {
  color: #333333 /*{Buttons|btn-default-text-colour}*/;
  background-color: #ffffff /*{Buttons|btn-default-bg-colour}*/;
  border-color: #cccccc /*{Buttons|btn-default-border-colour}*/;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333 /*{Buttons|btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{Buttons|btn-default-bg-colour-hover}*/;
  border-color: #adadad /*{Buttons|btn-default-border-colour-hover}*/;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff /*{Buttons|btn-default-disabled-bg-colour}*/;
  border-color: #cccccc /*{Buttons|btn-default-disabled-border-colour}*/;
}

.btn-primary {
  color: #ffffff /*{Buttons|btn-primary-text-colour}*/;
  background-color: var(--primary-color) /*{Buttons|btn-primary-bg-colour}*/;
  border-color: var(--primary-color) /*{Buttons|btn-primary-border-colour}*/;
}

.btn-primary-ghost {
  border-color: #49a2a2 /*{Buttons|btn-primary-ghost-btn-border-colour}*/;
  color: #49a2a2 /*{Buttons|btn-primary-ghost-text-colour}*/;
  background-color: transparent;
}

.btn-primary-ghost:hover {
  color: #49a2a2 /*{Buttons|btn-primary-ghost-hover-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff /*{Buttons|btn-primary-text-colour-hover}*/;
  background-color: #d87c22 /*{Buttons|btn-primary-bg-colour-hover}*/;
  border-color: #d87c22 /*{Buttons|btn-primary-border-colour-hover}*/;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #d87c22 /*{Buttons|btn-primary-disabled-bg-colour}*/;
  border-color: #d87c22 /*{Buttons|btn-primary-disabled-border-colour}*/;
}

.btn-warning {
  color: #ffffff /*{btn-warning-text-colour}*/;
  background-color: #e6af56 /*{btn-warning-bg-colour}*/;
  border-color: #e1a037 /*{btn-warning-border-colour}*/;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff /*{Buttons|btn-warning-text-colour-hover}*/;
  background-color: #e2a23c /*{Buttons|btn-warning-bg-colour-hover}*/;
  border-color: #d99320 /*{Buttons|btn-warning-border-colour-hover}*/;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e /*{Buttons|btn-warning-disabled-bg-colour}*/;
  border-color: #eea236 /*{Buttons|btn-warning-disabled-border-colour}*/;
}

.btn-danger {
  color: #ffffff /*{Buttons|btn-danger-text-colour}*/;
  background-color: #eb766f /*{Buttons|btn-danger-bg-colour}*/;
  border-color: #e9645d /*{Buttons|btn-danger-border-colour}*/;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff /*{Buttons|btn-danger-text-colour-hover}*/ !important;
  background-color: #e85c54 /*{Buttons|btn-danger-bg-colour-hover}*/;
  border-color: #e54b43 /*{Buttons|btn-danger-border-colour-hover}*/;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f /*{Buttons|btn-danger-disabled-bg-colour}*/;
  border-color: #d43f3a /*{Buttons|btn-danger-disabled-border-colour}*/;
}

.btn-success {
  color: #ffffff /*{Buttons|btn-success-text-colour}*/;
  background-color: rgba(27, 158, 38, 1) /*{Buttons|btn-success-bg-colour}*/;
  border-color: rgba(27, 158, 38, 1) /*{Buttons|btn-success-border-colour}*/;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff /*{Buttons|btn-success-text-colour-hover}*/;
  background-color: rgba(84, 171, 113, 1)
    /*{Buttons|btn-success-bg-colour-hover}*/;
  border-color: rgba(84, 171, 113, 1)
    /*{Buttons|btn-success-border-colour-hover}*/;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: rgba(84, 171, 113, 1)
    /*{Buttons|btn-success-bg-colour-hover}*/;
  border-color: rgba(84, 171, 113, 1)
    /*{Buttons|btn-success-border-colour-hover}*/;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #49a2a2 /*{Buttons|btn-success-disabled-bg-colour}*/;
  border-color: #3cafaf /*{Buttons|btn-success-disabled-border-colour}*/;
  opacity: 0.8;
}

.btn-info {
  color: #ffffff /*{Buttons|btn-info-text-colour}*/;
  background-color: #000 /*{Buttons|btn-info-bg-colour}*/;
  border-color: #000 /*{Buttons|btn-info-border-colour}*/;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff /*{Buttons|btn-info-text-colour-hover}*/;
  background-color: #222 /*{Buttons|btn-info-bg-colour-hover}*/;
  border-color: #222 /*{Buttons|btn-info-border-colour-hover}*/;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #222 /*{Buttons|btn-info-disabled-bg-colour}*/;
  border-color: #222 /*{Buttons|btn-info-disabled-border-colour}*/;
}

/******LABEL STYLES******/
.label-default {
  background-color: #ffffff /*{Labels|label-default-bg}*/;
  color: #41515e /*{Labels|label-default-colour}*/;
  border: 1px solid;
  border-color: rgba(65, 81, 94, 1);
  /*{Labels|label-border-colour}*/
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080 /*{Labels|label-default-bg-hover}*/;
}

.label-primary {
  background-color: #41515e /*{Labels|label-primary-bg}*/;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9 /*{Labels|label-primary-bg-hover}*/;
}

.label-success {
  background-color: #5cb85c /*{Labels|label-success-bg}*/;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44 /*{Labels|label-success-bg-hover}*/;
}

.label-info {
  background-color: #5bc0de /*{Labels|label-info-bg}*/;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5 /*{Labels|label-info-bg-hover}*/;
}

.label-warning {
  background-color: #e6af56 /*{Labels|label-warning-bg}*/;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e2a23c /*{Labels|label-warning-bg-hover}*/;
}

.label-danger {
  background-color: #eb766f /*{Labels|label-danger-bg}*/;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e85c54 /*{Labels|label-danger-bg-hover}*/;
}

/**** THUMBNAIL STYLES ***/
.thumbnail-price > .price {
  background-color: rgba(77, 77, 77, 1)
    /*{Thumbnails|thumbnail-price-background}*/;
}

.badge-wrapper p.featured {
  background-color: rgba(239, 107, 107, 1)
    /*{Thumbnails|thumbnail-featured-badge-colour}*/;
}

.badge-wrapper p.inpromo {
  background-color: rgba(255, 0, 0, 1)
    /*{Thumbnails|thumbnail-inpromo-badge-colour}*/;
}

.badge-wrapper p.percentoff {
  background-color: rgba(109, 156, 176, 1)
    /*{Thumbnails|thumbnail-percentoff-badge-colour}*/;
}

.badge-wrapper p.rrp {
  background-color: rgba(216, 172, 105, 1)
    /*{Thumbnails|thumbnail-rrp-badge-colour}*/;
}

/*****PAGINATION STYLES *******/
.pagination-child button {
  color: #c48c31 /*{Pagination|pagination-text-colour}*/;
  background-color: transparent;
}

.active.pagination-child button {
  background-color: #ffffff;
  color: #c48c31 /*{Pagination|active-pagination-text-colour}*/;
  border-width: 1px;
  border-style: solid;
  border-color: #d8ac64 /*{Pagination|active-pagination-border-colour}*/;
}

/******* HEADER STYLES *********/
.header-menu-item-wrapper h2 {
  background: #efefef /*{Header|mobile-menu-item-bg}*/;
  border-left-color: var(--primary-color)
    /*{Header|mobile-menu-item-border-colour}*/;
}

.header-menu-item-wrapper h2:hover {
  background: var(--primary-color) /*{Header|mobile-menu-item-hover-bg-colour}*/;
}

.header-menu-item-wrapper h2.category-trigger-btn {
  color: #fff /*{Header|mobile-menu-shop-by-category-text-colour}*/;
  background: var(--primary-color) /*{Header|mobile-menu-shop-by-category-bg}*/;
  border-left-color: var(--primary-color)
    /*{Header|mobile-menu-shop-by-category-border-colour}*/;
}

.header-menu-item-wrapper h2.category-trigger-btn:hover {
  background: var(--primary-color)
    /*{Header|mobile-menu-shop-by-category-hover-bg-colour}*/;
}

.header-menu-item-wrapper h2.tl-mob {
  color: #fff /*{Header|mobile-menu-top-links-text-colour}*/;
  background: #000 /*{Header|mobile-menu-top-links-bg}*/;
  border-left-color: #000 /*{Header|mobile-menu-top-links-border-colour}*/;
}

.header-menu-item-wrapper h2.tl-mob:hover {
  background: #000 /*{Header|mobile-menu-top-links-hover-bg-colour}*/;
}

.wishlist-wrapper i {
  color: var(--primary-color);
  /*{Header|wishlist-icon-colour}*/
}

.cart-count {
  background-color: var(--primary-color) /*{Header|cart-counter-bg-colour}*/;
}

.btn.mob-search {
  background-color: var(--primary-color) /*{Header|search-bar-button-bg}*/;
  color: #fff;
  border: var(--primary-color) /*{Header|search-bar-button-bg}*/;
}

.btn.mob-search:hover {
  background-color: var(--primary-color) /*{Header|search-bar-button-bg}*/;
  color: #fff;
  border: var(--primary-color) /*{Header|search-bar-button-bg}*/;
}

.category-toggle {
  color: var(--primary-color)
    /*{Header|mobile-menu-category-toggle-icon-colour}*/;
}

.top-lvl-cat {
  border-color: var(--primary-color)
    /*{Header|mobile-menu-top-level-category-border}*/;
  border-right: none;
}

.top-lvl-cat.close-menu-wrapper {
  background-color: rgba(0, 0, 0, 1)
    /*{Header|mobile-menu-close-category-menu-button-bg-colour}*/;
  border-color: rgba(0, 0, 0, 1)
    /*{Header|mobile-menu-close-category-menu-button-bg-colour}*/;
}

.header-utility-menu {
  color: rgba(0, 0, 0, 1);
  /*{Header|header-utility-menu-text-colour}*/
}

/**** PRODUCT PAGE STYLES ********/
@media only screen and (max-width: 767px) {
  .svg-wrapper p.featured {
    background-color: #ef6b6b /*{Product Page|featured-product-badge-colour}*/;
  }

  .svg-wrapper p.inpromo {
    background-color: rgba(109, 156, 176, 1)
      /*{Product Page|promo-product-badge-colour}*/;
  }

  .svg-wrapper p.percentoff {
    background-color: rgba(255, 0, 0, 1)
      /*{Product Page|percent-off-badge-colour}*/;
  }

  .svg-wrapper p.rrp {
    background-color: rgba(216, 172, 105, 1) /*{Product Page|rrp-badge-colour}*/;
  }
}

.svg-wrapper svg polygon.featured {
  fill: #ef6b6b /*{Product Page|featured-product-badge-colour}*/;
}

.svg-wrapper svg polygon.inpromo {
  fill: rgba(109, 156, 176, 1) /*{Product Page|promo-product-badge-colour}*/;
}

.svg-wrapper svg polygon.percentoff {
  fill: rgba(255, 0, 0, 1) /*{Product Page|percent-off-badge-colour}*/;
}

.svg-wrapper svg polygon.rrp {
  fill: rgba(216, 172, 105, 1) /*{Product Page|rrp-badge-colour}*/;
}

.information-row .tabbable .tabs-bg {
  background-color: rgba(0, 0, 0, 1)
    /*{Product Page|product-page-tabs-section-background}*/;
}

.tabbable .nav > li > a:hover,
.tabbable .nav > li > a:focus,
.tabbable .nav > .nav-item[aria-selected="true"],
.tabbable .nav-tabs > li.active > a,
.tabbable .nav-tabs > li.active > a:hover,
.tabbable .nav-tabs > li.active > a:focus {
  background-color: var(--primary-color)
    /*{Product Page|product-page-tabs-section-active-tab-colour}*/;
}

#product-info-accordion .panel-title > a[aria-expanded="true"] {
  border-left-color: var(--primary-color)
    /*{Product Page|mobile-product-tabs-active-border}*/;
}

#product-info-accordion .panel-title > a[aria-expanded="false"] {
  border-left-color: #000000
    /*{Product Page|mobile-product-tabs-inactive-border}*/;
}

.reviews-heading {
  border-left-color: var(--primary-color)
    /*{Product Page|reviews-heading-border-colour}*/;
}

.star-rating i {
  color: rgba(255, 195, 15, 1) /*{Product Page|reviews-stars-color}*/;
}

.leave-review-wrapper a,
.no-reviews a {
  border-bottom-color: rgba(255, 195, 15, 1)
    /*{Product Page|reviews-stars-color}*/;
}

/*** HOMEPAGE STYLES ****/
.home-text-wrapper {
  background-color: rgba(0, 0, 0, 1)
    /*{Homepage|home-carousel-text-background-colour}*/;
}

.home-carousel-text-wrapper {
  border-left-color: var(--primary-color)
    /*{Homepage|home-carousel-border-color}*/;
}

.brands-heading-wrapper {
  border-color: var(--primary-color)
    /*{Homepage|homepage-brands-and-social-heading-borders}*/;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.dropdown-menu.mega-menu .mega-inner {
  -webkit-column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
  -moz-column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
  column-count: 3 /*{Homepage|number-of-columns-in-mega-menu}*/;
  -webkit-column-gap: 30px
    /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
  -moz-column-gap: 30px /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
  column-gap: 30px /*{Homepage|gap-in-pixels-between-mega-menu-columns}*/;
}

.menu-row-desktop {
  border-bottom: 1px solid #80808029;
  margin-bottom: 20px;
  position: relative;
  color: #000 /*{Homepage|desktop-mega-menu-row-text-colour}*/;
}

.menu-row-desktop:after {
  background: #000;
}

.menu-row-desktop .nav > li > a:hover,
.menu-row-desktop .nav > li > a:focus,
.menu-row-desktop .nav > li:hover > a,
.menu-row-desktop .nav > li:focus > a {
  background-color: var(--primary-color) /*{Homepage|active-mega-menu-item-bg}*/;
  color: #fff /*{Homepage|active-mega-menu-item-text-colour}*/ !important;
}

.top-bar,
.top-bar .announcement {
  background-color: #efefef /*{Homepage|announcement-bar-background-colour}*/;
  color: rgba(51, 51, 51, 1) /*{Homepage|announement text colour}*/;
}

.advert-grid-1 .caption-backdrop {
  background-color: var(--primary-color)
    /*{Homepage|advert-grid-1-background-colour}*/;
}

.advert-grid-2 .caption-backdrop {
  background-color: rgba(232, 116, 109, 1)
    /*{Homepage|advert-grid-2-background-colour}*/;
}

.advert-grid-3 .caption-backdrop {
  background-color: #d8ac64 /*{Homepage|advert-grid-3-background-colour}*/;
}

.advert-grid-4 .caption-backdrop {
  background-color: rgba(65, 81, 94, 1)
    /*{Homepage|advert-grid-4-background-colour}*/;
}

/*** CONTENT PAGE STYLES ****/
.content-type-page-title {
  border-left-color: var(--primary-color)
    /*{Content Page|content-type-title-border-colour}*/;
}

.content-page-wrapper {
  background-color: #efeff0 /*{Content Page|content-page-background-color}*/;
}

@media only screen and (max-width: 767px) {
  .blog-title {
    border-left-color: #6d9cb0 /*{Content Page|mobile-blog-title-border}*/;
  }
}

/*** FOOTER STYLES ***/
.footer-wrapper {
  background-color: rgba(0, 0, 0, 1) /*{Footer|footer-bg-colour}*/;
  color: #fff;
  margin-top: 15px !important;
}

.footer-heading:after {
  border-bottom-color: var(--primary-color)
    /*{Footer|footer-headings-underline-colour}*/;
}

.footer-bottom {
  background-color: var(--primary-color) /*{Footer|footer-bottom-bg-colour}*/;
}

/********* All CUSTOM STYLES BELOW HERE *************/
@media (min-width: 768px) and (max-width: 1220px) {
  .lv1-li > a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  body .tabbable .nav-tabs > li > a {
    font-size: 18px;
    padding: 20px 20px;
  }
}

.usp-info .col-xs-12.col-sm-6 {
  text-align: left;
}

.product-flex-wrapper .col-lg-offset-1 {
  margin-left: 4%;
}

.usp-info .col-xs-12.col-sm-6 p {
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  min-height: 40px;
}

.usp-info .col-xs-12.col-sm-6 p span.fa {
  position: absolute;
  top: 3px;
  left: 0px;
}

.usp-info:after {
  content: "";
  display: block;
  clear: both;
  display: none;
}

.usp-info {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.thumbs-outer-wrapper h4 {
  font-size: 24px;
  margin: 10px 0px 20px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .product-flex-wrapper .col-lg-offset-1 {
    margin-left: 0%;
  }

  .usp-info .col-xs-12.col-sm-6 p {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    min-height: auto;
  }
}

#shloc_selector,
#mob_shloc_selector {
  padding: 0;
}

#mob_shloc_selector {
  margin-bottom: 6px;
}

#shloc_selector > select,
#mob_shloc_selector > select {
  width: 100%;
  height: 37px;
  border: 0;
  text-align: center;
}

#mob_shloc_selector > select {
  text-align: left;
  padding: 0 12px;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 12.5%;
  }
}

.stock-badge {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9;
}

.thumb-stock-badge {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.thumb-stock-badge .out-stock-badge {
  background: #000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  position: relative;
  width: 150px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: default;
  top: 20px;
  left: -45px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stock-badge span.badge {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 0px;
}

.stock-badge span.badge.badge-danger {
  background: #e01111;
}

.wrapper-thumbnail .thumbnail {
  overflow: hidden;
  border-radius: 6px;
}

.stock-badge span.badge.badge-danger.out-stock-image {
  background: transparent;
  padding: 0px;
  height: 120px;
}

.stock-badge span.badge.badge-danger.out-stock-image img {
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .stock-badge span.badge.badge-danger.out-stock-image {
    background: transparent;
    padding: 0px;
    height: 80px;
  }
}

nav .ebay-menu {
  background: red;
}

.categ-carousel {
  margin-bottom: 20px;
}

.col-subcateg {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.list-social {
  width: 100%;
  float: left;
}

.list-social li {
  float: left;
}

.list-social a {
  display: block;
  font-size: 36px;
}

.footer-wrapper .list-social i {
  font-size: inherit;
  vertical-align: top;
  color: #000;
}

html,
body {
  overflow-x: hidden;
}

/* Container */
@media (min-width: 1400px) {
  .container {
    width: 100% !important;
    max-width: 1320px !important;
  }
}

@media (min-width: 1900px) {
  .container {
    width: 100% !important;
    max-width: 1440px !important;
  }
}

/* Header */
.wrapper-header {
  padding: 10px 0;
}

/*Navigation*/
.menu-row-desktop .navbar-nav > li > a {
  padding: 18px 6px 15px !important;
  font-size: 14px !important;
  font-weight: 600;
}

.top-links {
  position: relative;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  background: #fff /*{Header|top-links-bg-colour}*/;
}

/*.top-links:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin-right: -3000px;
        padding-right: 3000px;
        background: #000 
        content: '';
    }*/
.top-links > li {
  float: left;
}

.top-links > li > a {
  display: block;
  padding: 18px 13px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
}

.top-links > li > a i,
.tl-mob i {
  margin-right: 5px;
}

.mega-menu {
  margin-left: 0 !important;
  left: 15px;
}

@media (min-width: 992px) {
  .mega-menu {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .mega-menu {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .menu-row-desktop .navbar-nav > li > a {
    padding: 18px 14px 15px !important;
    font-size: 14px !important;
  }

  .top-links > li > a {
    padding: 18px 20px 15px;
    font-size: 14px;
  }

  .mega-menu {
    width: 1290px;
  }
}

@media (min-width: 1900px) {
  .menu-row-desktop .navbar-nav > li > a {
    padding: 18px 14px 15px !important;
    font-size: 16px !important;
  }

  .top-links > li > a {
    padding: 18px 20px 15px;
    font-size: 16px;
  }

  .mega-menu {
    width: 1410px;
  }
}

@media (max-width: 1199px) {
  .menu-row-desktop .navbar-nav > li > a {
    padding: 18px 8px 15px !important;
    font-size: 13px !important;
  }

  .top-links {
    padding-left: 0;
  }

  .top-links > li > a {
    padding: 18px 8px 15px;
    font-size: 13px;
  }
}

/*Product Thumbnail*/
.wrapper-thumbnail {
  margin-bottom: 30px;
}

.thumbnail {
  padding: 0;
  background: #fff;
  border: 1px solid #eee;
}

.thumbnail-image-wrapper {
  display: block;
  position: static;
}

.wrapper-thumbnail h3 a {
  color: #333;
}

.wrapper-thumbnail .caption {
  text-align: left;
  padding: 12px !important;
}

.wrapper-thumbnail .trustspot-inline-category {
  margin-bottom: 10px;
  min-height: 23px !important;
  /*display: none;*/
  text-align: center;
}

.wrapper-thumbnail .trustspot-inline-cat .ts-star {
  font-size: 14px !important;
  color: #ffd201;
}
.wrapper-thumbnail .ts-reviews-rating {
  display: flex;
  align-items: baseline;
  gap: 5px;
  justify-content: center;
}

.wrapper-thumbnail .ts-reviews-rating a {
  margin-right: 0;
}

.wrapper-thumbnail .product-badges {
  position: absolute;
}

.wrapper-thumbnail .caption {
  padding-bottom: 0;
}

.wrapper-thumbnail .buying-options .btn {
  padding: 6px 0;
  font-size: 13px;
  height: 34px;
  text-transform: uppercase;
}

.wrapper-thumbnail .buying-options a.btn {
  color: #fff !important;
  border-radius: 4px;
}

.wrapper-thumbnail .buying-options .btn i {
  margin-right: 0 !important;
  line-height: 1.42857143;
}

.caption .price {
  overflow: hidden;
  margin-bottom: 10px;
  height: 26px;
  font-size: 18px !important;
  font-weight: 800;
  color: #e42d31;
}

.thumbmainprice {
  width: 49%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  color: #e42d31;
  font-weight: 600;
}

.content-page-wrapper .custom-page {
  margin-left: 0 !important;
  width: 100% !important;
}

.content-type-content-wrapper p iframe {
  width: 100%;
}

.thumbmainprice.thumbchildprice {
  width: 100%;
  text-align: center;
}

.thumbsaleprice {
  font-weight: 400 !important;
}

.salenow {
  display: none;
}

.thumbsaleprice span {
  font-weight: 600 !important;
  color: #e42d31 !important;
}

.thumbwasprice {
  width: 48%;
  display: inline-block;
  font-weight: 400;
  font-size: 12px !important;
  color: #aaa;
  text-align: right;
  vertical-align: middle;
}

.thumbwasprice span {
  text-decoration: line-through;
}

.wrap-thumb-img {
  position: relative;
  width: 100%;
  /* max-height: 220px; */
}

.wrap-thumb-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.wrap-thumb-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wrap-thumb-img-content a {
  height: 100% !important;
}

.wrap-thumb-img-content .product-image {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.fast-shiiping,
.expert-support {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fast-shiiping svg {
  width: 30px;
  height: 30px;
  stroke: #000;
}

.fast-shiiping span,
.expert-support span {
  font-size: 12px;
  line-height: 1.2 !important;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}

.fast-shiiping p,
.expert-support p {
  font-size: 11px !important;
  line-height: 1.3;
  color: gray;
  font-weight: 500;
}

.expert-support svg {
  stroke: #000;
}

.account-wrapper .fa-user:before {
  color: #000;
}

.fast-shiiping {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .caption .price {
    height: 22px;
    font-size: 15px !important;
  }

  .wrapper-thumbnail .trustspot-inline-cat .ts-star,
  .wrapper-thumbnail .ts-reviews-rating a {
    font-size: 12px !important;
  }

  section.brakes-section .row .col-md-3:nth-child(n + 5) {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrapper-thumbnail .caption {
    padding: 9px 3px;
    padding-bottom: 0;
  }

  .wrapper-thumbnail .buying-options {
    margin: 0 -3px;
  }

  .caption .price {
    height: 44px;
    font-size: 15px !important;
  }

  .thumbwasprice {
    font-size: 11px !important;
  }

  .thumbmainprice {
    width: 100%;
    text-align: center;
  }

  .thumbwasprice {
    width: 100%;
    text-align: center;
  }

  .wrapper-thumbnail .trustspot-inline-cat .ts-star,
  .wrapper-thumbnail .ts-reviews-rating a {
    font-size: 10px !important;
  }

  .thumbnail .caption h3 {
    font-size: 12px;
    height: 51px;
  }

  .wrapper-thumbnail .buying-options .btn-group a {
    display: none;
  }
}

.wrap-prod-upsell {
  width: 100%;
  float: left;
  padding: 0 22px;
}

.wrap-prod-upsell .slick-prev,
.wrap-prod-upsell .slick-next,
.cts_slickNav .slick-prev,
.cts_slickNav .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
}

.wrap-prod-upsell .slick-prev:hover,
.wrap-prod-upsell .slick-prev:focus,
.wrap-prod-upsell .slick-next:hover,
.wrap-prod-upsell .slick-next:focus {
  background: none;
}

.cts_slickNav .slick-prev:hover,
.cts_slickNav .slick-prev:focus,
.cts_slickNav .slick-next:hover,
.cts_slickNav .slick-next:focus {
  background: none;
}

.wrap-prod-upsell .slick-prev.slick-disabled:before,
.wrap-prod-upsell .slick-next.slick-disabled:before,
.cts_slickNav .slick-prev.slick-disabled:before,
.cts_slickNav .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.wrap-prod-upsell .slick-prev:before,
.wrap-prod-upsell .slick-next:before,
.cts_slickNav .slick-prev:before,
.cts_slickNav .slick-next:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  color: #bbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap-prod-upsell .slick-prev:hover:before,
.wrap-prod-upsell .slick-prev:focus:before,
.wrap-prod-upsell .slick-next:hover:before,
.wrap-prod-upsell .slick-next:focus:before {
  color: #222;
}

.cts_slickNav .slick-prev:hover:before,
.cts_slickNav .slick-prev:focus:before,
.cts_slickNav .slick-next:hover:before,
.cts_slickNav .slick-next:focus:before {
  color: #222;
}

.wrap-prod-upsell .slick-prev,
.cts_slickNav .slick-prev {
  left: 0;
}

.wrap-prod-upsell .slick-prev:before,
.cts_slickNav .slick-prev:before {
  content: "\f053";
}

.wrap-prod-upsell .slick-next,
.cts_slickNav .slick-next {
  right: 0;
}

.wrap-prod-upsell .slick-next:before,
.cts_slickNav .slick-next:before {
  content: "\f054";
}

@media (max-width: 767px) {
  .home-categ-col {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .home-categ-name {
    font-size: 14px !important;
  }

  .salenow {
    display: inline-block;
    margin-right: 3px;
  }

  .wrap-prod-upsell {
    padding: 0 15px;
  }

  .wrap-prod-upsell .wrapper-thumbnail {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrap-prod-upsell .slick-prev,
  .wrap-prod-upsell .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-top: -11px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .wrap-prod-upsell .slick-prev:before,
  .wrap-prod-upsell .slick-next:before {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
  }

  .wrap-prod-upsell .slick-prev:hover,
  .wrap-prod-upsell .slick-prev:focus,
  .wrap-prod-upsell .slick-next:hover,
  .wrap-prod-upsell .slick-next:focus {
    background: rgba(0, 0, 0, 0.65);
  }

  .wrap-prod-upsell .slick-prev:hover:before,
  .wrap-prod-upsell .slick-prev:focus:before,
  .wrap-prod-upsell .slick-next:hover:before,
  .wrap-prod-upsell .slick-next:focus:before {
    color: #fff;
  }
}

/*Category*/
@media (min-width: 1400px) {
  .wrapper-thumbnail.col-sm-4 {
    width: 25%;
  }

  .wrapper-thumbnail.col-sm-4.col-md-4 {
    width: 33.33333333%;
  }
}

/*Product*/
.product-top-wrapper {
  margin-top: 30px;
}

/*** Fixed very tall images ***/
.main-image {
  margin-bottom: 20px;
  max-height: 810px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .main-image {
    margin-top: 15px;
  }
}

.main-image .slick-slide {
  max-height: 810px;
}

.main-image .slick-slide img,
.main-image img {
  max-height: 810px;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.cts_slickNav {
  padding: 0 30px;
  max-height: 158px;
  overflow: hidden;
}

.cts_altImgWrapper {
  position: relative;
  padding: 0 7px;
  max-height: 158px;
}

.cts_altImgWrapper img {
  margin-bottom: 0 !important;
  max-width: 100%;
  max-height: 156px;
  border: 1px solid #ccc;
  display: inline-block !important;
}

.cts_altImgWrapper.slick-current img {
  border: 1px solid var(--primary-color);
}

#n_product h1 {
  margin-top: 0;
  font-size: 40px;
}

.prod-sku,
.prod-share {
  width: 50%;
  float: left;
}

.prod-sku span {
  color: #aaa;
}

.prod-share {
  position: relative;
}

.prod-share .dropdown {
  width: auto;
  float: right;
}

.prod-share .btn-xs {
  font-size: 14px;
}

.prod-share .dropdown-menu {
  left: auto;
  right: 0;
}

.productpricetext {
  color: #d8232f;
  font-size: 30px;
}

.wrap-main-prodprice {
  display: inline-block;
  vertical-align: bottom;
}

.main-rrprice {
  width: 73px;
  height: 45px;
  background: url(../img/price-tag-save.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: bottom;
}

.main-rrprice .rrpsave {
  position: relative;
  left: 20px;
  top: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

.main-wasprice {
  font-size: 16px;
  color: #aaa;
}

.wrapper-pricing {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wrapper-pricing .trustspot-inline-product {
  margin-top: 10px;
}

.prod-ppal {
  padding-top: 10px;
}

.panel-prod-shipping {
  box-shadow: none !important;
}

.panel-prod-shipping .panel-heading {
  padding: 0;
}

.panel-prod-shipping .panel-heading a {
  position: relative;
  padding: 15px;
  display: block;
}

.panel-prod-shipping .panel-heading a i {
  margin-right: 8px;
}

.panel-prod-shipping .panel-heading a:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f068";
}

.panel-prod-shipping .panel-heading a.collapsed:after {
  content: "\f067";
}

.col-shipcalc-btn .btn {
  font-size: 16px;
  padding: 7px 3px;
  height: 39px;
}

.wrap-prod-buy-btns {
  padding: 15px;
  background-color: #f5f5f5;
}

.col-buyopt-inp .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.col-buyopt-inp .input-group-append,
.col-buyopt-inp .input-group-prepend {
  display: flex;
}

.col-buyopt-inp .input-group-prepend {
  margin-right: -1px;
}

.col-buyopt-inp .input-group-append {
  margin-left: -1px;
}

.col-buyopt-inp .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.col-buyopt-inp .btn {
  padding: 9px 8px;
  line-height: 18px;
}

.col-buyopt-inp .btn i {
  margin-right: 0;
}

#n_product .qty {
  height: 40px;
}

@media (max-width: 1199px) {
  #shipbox.shipbox-opt input,
  #shipbox.shipbox-opt select {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .col-buyopt-inp {
    margin-bottom: 15px;
  }
}

.wrap-col-buyopt-btn {
  width: calc(100% - 75px);
  float: left;
}

.wrap-col-buyopt-wish {
  width: 60px;
  float: left;
  margin-left: 15px;
}

.wrap-col-buyopt-wish .product-wishlist {
  margin: 0;
}

.wrap-col-buyopt-wish .btn {
  color: #999 !important;
}

.wrap-col-buyopt-wish .btn i {
  margin: 0;
}

.usp-info {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: none;
  border: none;
  display: flex;
  justify-content: space-evenly;
}

.usp-info > li {
  position: relative;
  padding-right: 5px;
  padding-left: 30px;
  text-align: left;
  display: inline-block;
}

.usp-info > li:before {
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 18px;
  color: #35a000;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}

.usp-info > li.icon-freedel:before {
  content: "\f0d1";
}

.usp-info > li.icon-auowned:before {
  content: "\f024";
}

.usp-info > li.icon-moneyg:before {
  content: "\f164";
}

.usp-info > li.icon-warranty:before {
  content: "\f0a3";
}

.usp-info > li.icon-returns:before {
  content: "\f0e2";
}

@media (max-width: 1199px) {
  .usp-info > li {
    padding-left: 25px;
    font-size: 12px;
  }

  .usp-info > li:before {
    top: 0;
    font-size: 14px;
    line-height: 14px;
  }
}

.col-buyopt-stock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  width: 100%;
  height: 5px;
  float: left;
  background: #fff;
}

.col-buyopt-stock ul li {
  width: 20%;
  height: 5px;
  border-right: 1px solid #000;
  float: left;
}

.col-buyopt-stock ul li:last-child {
  border-right: none;
}

.col-buyopt-stock ul li.stock-green {
  background: #35a000;
}

.col-buyopt-stock ul li.stock-orange {
  background: var(--primary-color);
}

.stock-msg i {
  margin-right: 6px;
}

.stock-msg-instock {
  color: #35a000;
}

.stock-msg-hurry {
  color: var(--primary-color);
}

.stock-msg-out {
  color: #d8232f;
}

.wrapper-main-product-info {
  margin-top: 30px;
  border-top: 3px solid #eee;
}

.tabbable .nav-tabs > li > a {
  padding: 15px 10px !important;
  font-size: 14px !important;
}

.tab-content {
  padding: 20px;
}

.information-row {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .tabbable .nav-tabs > li > a {
    padding: 15px 7px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 991px) {
  .variation-name {
    text-align: left !important;
  }
}

.upsell-row {
  margin: 15px -15px 60px;
}

.upsell-row .slick-list {
  margin: 0;
}

.row-rel {
  margin-left: 0;
  margin-right: 0;
}

.col-rel-img {
  padding: 0;
  text-align: right;
}

.col-rel-info {
  padding: 15px;
  display: flex;
  flex-direction: column !important;
  height: 220px;
}

.col-rel-img img {
  max-width: 100%;
}

.row-proddesc {
  margin-top: 30px;
}

.wrap-upsell-related {
  padding-top: 30px;
}

.wrapper-related-car {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f3f3f3;
}

.wrapper-related-car .brave-heading {
  font-size: 34px;
  padding-left: 0;
  border: none;
  text-align: center;
}

.col-rel-info h3 {
  margin-bottom: 5px;
  max-height: 47px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
}

.col-relprod {
  padding: 10px 0;
  border: none !important;
}

.rel-thumbnail {
  background: #fff;
  border: 1px solid #eee;
}

.rel-thumb-img {
  position: relative;
  width: 100%;
  background: #fff;
}

.rel-thumb-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.rel-thumb-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rel-thumb-img-content a {
  height: 100% !important;
}

.rel-thumb-img-content img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}

.rel-thumb-img .product-badges {
  position: absolute;
}

.col-rel-info .price .thumbmainprice,
.col-rel-info .price .thumbwasprice {
  width: auto;
  display: inline-block;
  text-align: left;
}

.col-rel-info .price .thumbmainprice {
  font-size: 20px !important;
  font-weight: 800;
  color: #e42d31;
}

.col-rel-info .price .thumbwasprice {
  font-size: 14px !important;
  color: #aaa;
}

.col-rel-info .trustspot-inline-cat .ts-star {
  font-size: 14px !important;
  color: #ffd201;
}

.col-rel-info .ts-reviews-rating a {
  margin-right: 0;
}

.rel-opt-btns {
  margin-top: auto !important;
}

.rel-opt-btns .btn {
  padding: 6px 0;
  font-size: 13px;
  height: 34px;
  text-transform: uppercase;
  color: #fff !important;
}

@media (max-width: 1899px) {
  .col-rel-info {
    padding: 10px 15px;
    height: 199.16px;
  }
}

@media (max-width: 1399px) {
  .col-rel-info {
    height: 173.33px;
  }

  .col-rel-info .price .thumbmainprice {
    font-size: 17px !important;
    font-weight: 800;
    color: #e42d31;
  }
}

@media (max-width: 1199px) {
  .col-rel-info {
    height: 138.33px;
  }

  .col-rel-info h3 {
    max-height: 40px;
    font-size: 12px;
  }

  .col-rel-info .price .thumbmainprice {
    font-size: 14px !important;
  }

  .col-rel-info .price .thumbwasprice {
    font-size: 12px !important;
  }

  .col-rel-info .trustspot-inline-cat .ts-star {
    font-size: 12px !important;
  }

  .col-rel-info .ts-reviews-rating a {
    font-size: 12px !important;
  }

  .rel-opt-btns .btn {
    height: 30px;
  }
}

.wrapper-related-car .slick-prev,
.wrapper-related-car .slick-next,
.wrapper-related-car .next-btn,
.wrapper-related-car .prev-btn {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
}

.wrapper-related-car .next-btn,
.wrapper-related-car .prev-btn {
  position: static;
  display: inline-block;
  top: auto;
  bottom: 0;
}

.wrapper-related-car .slick-prev,
.wrapper-related-car .slick-next,
.wrapper-related-car .next-btn,
.wrapper-related-car .prev-btn {
  width: 40px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  transform: none;
}

.wrapper-related-car .slick-next,
.wrapper-related-car .next-btn {
  border-radius: 0 0 8px 8px;
}

.wrapper-related-car .slick-prev.slick-disabled:before,
.wrapper-related-car .slick-next.slick-disabled:before,
.wrapper-related-car .next-btn.slick-disabled:before,
.wrapper-related-car .prev-btn.slick-disabled:before {
  opacity: 0.5;
}

.wrapper-related-car .slick-prev:before,
.wrapper-related-car .slick-next:before,
.wrapper-related-car .next-btn:before,
.wrapper-related-car .prev-btn:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  opacity: 1;
  color: #bbb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper-related-car .slick-prev:before,
.wrapper-related-car .slick-next:before,
.wrapper-related-car .next-btn:before,
.wrapper-related-car .prev-btn:before {
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.wrapper-related-car .slick-prev:hover,
.wrapper-related-car .slick-prev:focus,
.wrapper-related-car .slick-next:hover,
.wrapper-related-car .slick-next:focus {
  background: #fff;
}

.wrapper-related-car .next-btn:hover,
.wrapper-related-car .prev-btn:hover,
.wrapper-related-car .next-btn:focus,
.wrapper-related-car .prev-btn:focus {
  background: #fff;
}

.wrapper-related-car .slick-prev:hover:before,
.wrapper-related-car .slick-prev:focus:before,
.wrapper-related-car .slick-next:hover:before,
.wrapper-related-car .slick-next:focus:before {
  color: #000;
}

.wrapper-related-car .next-btn:hover:before,
.wrapper-related-car .prev-btn:hover:before,
.wrapper-related-car .next-btn:focus:before,
.wrapper-related-car .prev-btn:focus:before {
  background: #fff;
}

.wrapper-related-car .slick-prev,
.wrapper-related-car .prev-btn {
  left: 50%;
  margin-left: -45px;
}

.wrapper-related-car .prev-btn {
  margin-left: 0;
}

.wrapper-related-car .slick-prev:before,
.wrapper-related-car .prev-btn:before {
  content: "\f077";
}

.wrapper-related-car .slick-next,
.wrapper-related-car .next-btn {
  right: auto;
  left: 50%;
}

.wrapper-related-car .next-btn {
  margin-left: 0;
}

.wrapper-related-car .slick-next:before,
.wrapper-related-car .next-btn:before {
  content: "\f078";
}

.wrap-upsell-rel-btns {
  text-align: center;
}

.wrap-prod-revcar .trustspot-carousel-reviews-widget {
  padding-bottom: 0 !important;
}

.wrap-prod-revcar .trustspot-carousel-reviews-widget .trustspot-review-col {
  padding: 0 15px;
  vertical-align: middle !important;
}

.wrap-prod-revcar .product-review-wrapper {
  padding: 20px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
}

.wrap-prod-revcar .trustspot-carousel-reviews-container {
  display: none;
}

.wrap-prod-revcar .trustspot-review-col-head {
  margin-top: 0 !important;
}

.wrap-prod-revcar .product-review-rating {
  display: block;
}

.wrap-prod-revcar .product-review-rating i {
  font-size: 14px !important;
}

.wrap-prod-revcar .product-review-date {
  display: none !important;
}

.wrap-prod-revcar .reviewer-name {
  margin-bottom: 5px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.trustspot-review-col-content .reviewer-name {
  font-family: "Barlow Condensed", sans-serif !important;
}

.trustspot-review-contener .review-product-image-caption span,
.trustspot-review-text {
  font-family: "Montserrat", sans-serif !important;
  color: #3e3e3e !important;
}

.trustspot-review-contener .review-product-image-caption span {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 1.3;
  font-weight: 500;
}

.trustspot-review-text {
  font-size: 14px !important;
}

.wrap-prod-revcar .review-product-image {
  display: block !important;
  width: 100% !important;
}

.wrap-prod-revcar .review-product-image > div {
  display: none !important;
}

.wrap-prod-revcar .review-product-image-caption {
  height: auto !important;
  margin-bottom: 15px;
}

.wrap-prod-revcar .review-product-image-caption span {
  font-size: 13px !important;
}

.wrap-prod-revcar .trustspot-review-content {
  width: 100% !important;
  display: block !important;
  color: #333 !important;
  height: auto !important;
  float: none !important;
}

.wrap-prod-revcar .trustspot-review-content p {
  max-height: none !important;
  min-height: 0 !important;
}

.wrap-prod-revcar .trustspot-carousel-reviews-footer {
  display: none;
}

#trustspot-widget-wrapper {
  max-width: 100% !important;
}

.reviews-title .brave-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.productpage-brand {
  text-align: left;
}

.wrap-prod-video-short {
  text-align: center;
  margin-bottom: 20px;
}

.wrap-prod-video-short iframe {
  max-width: 100%;
  width: 100% !important;
}

.wrap-prod-video {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrap-prod-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#product-info-accordion {
  margin-top: 0;
}

#product-info-accordion.panel-group .panel {
  padding-top: 0;
  padding-bottom: 5px;
}

.table-prod-specs {
  margin-bottom: 20px;
}

.table-prod-specs table {
  margin-bottom: 0 !important;
}

.table-prod-specs.prod-specs-min {
  height: 131px;
  overflow: hidden;
}

.show-prod-specs {
  margin-bottom: 20px;
  text-align: right;
}

.show-prod-specs span {
  color: var(--primary-color);
  font-size: 13px;
  cursor: pointer;
}

.upsell-related-auto .slick-list.draggable {
  height: auto !important;
}

.text-whatsapp {
  color: #25d366;
}

.wrapper-main-prod-price {
  width: 100%;
  float: left;
}

.prod-price-left {
  width: 45%;
  float: left;
}

.prod-price-right {
  width: 55%;
  float: left;
  padding-top: 15px;
}

.payment-opt-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.payment-opt-list li {
  width: 50%;
  text-align: center;
  padding: 5px;
}

.payment-opt-list li:first-child {
  border-right: 1px solid #eee;
}

.payment-opt-list li img {
  height: 15px;
}

.home-carousel-img {
  border-radius: 8px;
}

/*<----------------------------------------------------->*/
.main-card-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;

  overflow: hidden;
  box-sizing: border-box;
}
.bananer-iframe-wrapper {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.bananer-iframe-wrapper .main-card-wrapper {
  border: none !important;
  box-shadow: none !important;
}
.bananer-iframe-wrapper .upperfirst-section {
  margin-bottom: 20px;
  border-bottom: 1px solid #80808030;
}
.main-card-wrapper .crd-wrapper {
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  padding: 16px 20px;

  position: relative;
  box-sizing: border-box;
}

/* Vertical divider */
.main-card-wrapper .crd-wrapper:not(:last-child)::after {
  content: "";
  position: absolute;

  top: 10px;
  right: 0;

  width: 1px;
  height: calc(100% - 20px);

  background: #e9e9e9;
}

/* Icon */
.main-card-wrapper .custom-svg {
  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.main-card-wrapper .custom-svg svg {
  width: 35px;
  height: 35px;

  fill: none;
  stroke: var(--primary-color);
  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Content */
.main-card-wrapper .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-card-wrapper h4 {
  margin: 0 0 3px;

  font-size: 16px;
  line-height: 1.15;

  font-weight: 600;
  letter-spacing: 0.15px;

  color: #171717;
}

.main-card-wrapper p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #777;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*<----------------------------------------------------->*/

.trustspot-review-col {
  padding: 6px;
}

/* Individual Review Card */
.product-review-wrapper {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trustspot-review-col-head {
  margin-top: 0 !important;
}

.trustspot-review-col-content .trustspot-review-contener {
  flex-direction: column;
}

.review-product-image-caption,
.trustspot-review-content,
.trustspot-review-content p {
  height: unset !important;
  min-height: unset;
}

.review-product-image {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.review-product-image > div {
  min-width: 90px;
  height: 90px;
}

.trustspot-review-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.trustspot-review-col-content .reviewer-name {
  color: #000;
  font-weight: 600;
}

.trustspot-review-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
  line-height: 1.3 !important;
}

.product-review-read-more {
  display: none !important;
}

.trustspot-review-col-head .product-review-date {
  color: #000 !important;
}

@media (max-width: 991px) {
  .main-card-wrapper .crd-wrapper {
    padding: 8px 12px;
    gap: 8px;
  }

  .main-card-wrapper .custom-svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .main-card-wrapper .custom-svg svg {
    width: 20px;
    height: 20px;
  }

  .main-card-wrapper h4 {
    font-size: 9px;
  }

  .main-card-wrapper p {
    font-size: 7px;
  }
}

@media (max-width: 1399px) {
  .payment-opt-list li {
    padding: 5px 2px;
  }
}

@media (max-width: 1199px) {
  .payment-opt-list li {
    padding: 5px;
  }

  .prod-price-left {
    width: 100%;
  }

  .prod-price-right {
    width: 100%;
  }
}

.ap-divider hr {
  margin-bottom: 0;
}

.prod-wasprice {
  color: #d8232f;
  font-size: 14px;
  text-transform: uppercase;
}

.qtysold {
  margin-top: 5px;
  color: #35a000;
}

.footer-wrapper .fab,
.prod-share .fab {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 15-05-2024 */
section.brakes-section {
  margin: 30px 0px;
}

section.brakes-section .row .col-md-3 {
  padding: 0;
}

.row.hot-detail-sec {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.row.hot-detail-sec .col-sm-12 {
  padding: 0;
}

.row.hot-detail-sec .col-sm-12 img {
  width: 100%;
}

.row.hot-detail-sec .col-sm-12:not(:first-child) {
  max-width: calc(100% / 2 - 7.5px);
}

.hot-detail-heading .brands-heading-wrapper {
  border: 0;
  padding: 0;
  text-align: center;
}

.hot-detail-heading {
  margin: 0px !important;
}

.hot-detail-heading .brands-heading-wrapper h2.brands-heading {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 45px;
  margin-top: 15px;
}

section.brakes-section .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  margin: unset !important;
}

section.brakes-section .row > .col-md-3 {
  max-width: calc(100% / 4 - 10px) !important;
  width: 100% !important;
  flex: 100%;
}

section.brakes-section .row > .col-md-3 img {
  width: 100%;
}

section.brakes-section .row::before,
section.brakes-section .row::after {
  display: none;
}

section.brakes-section .container::before,
section.brakes-section .container::after {
  display: none;
}

.row.hot-detail-sec .col-sm-12 img {
  height: auto;
}

body#n_category .container .row.subcategories {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .row.hot-detail-sec .col-sm-12:not(:first-child) {
    max-width: 100%;
  }

  .row.hot-detail-sec .col-sm-12 img {
    width: 100%;
    height: auto;
  }

  section.brakes-section .row > .col-md-3 {
    max-width: calc(100% / 2 - 7.5px) !important;
  }

  section.brakes-section .row {
    row-gap: 15px;
  }

  section.brakes-section .row {
    margin: 0;
  }

  section.brakes-section .container {
    padding: 0;
  }

  body#n_category .container .row.subcategories {
    margin-top: 40px;
  }
}

/*Display-none*/

li.list-group-item.text-center + li.list-group-item.text-center {
  display: none !important;
}

.category-header-row .hidden-xs.hidden-sm.col-md-3.text-right {
  display: none;
}

@media (max-width: 767px) {
  div#left-sidebar:not(.active) .panel.hidden-sm:last-child {
    display: block !important;
  }

  div#left-sidebar .panel.panel-default.hidden-xs.hidden-sm.hide-permanentaly {
    display: none !important;
  }
}

.maindivslide-sec .maindivslide .vertical-gallery-image button.slick-prev,
.maindivslide .vertical-gallery-image button.slick-next {
  position: unset;
  margin: 0 auto;
  display: block;
}

.maindivslide-sec
  .maindivslide
  .vertical-gallery-image
  button.slick-next:after {
  content: "\f078";
  color: #bbb;
  display: inline-block;
  font: normal normal normal 20px / 1 FontAwesome;
}

.maindivslide-sec .maindivslide .vertical-gallery-image .slick-prev:before,
.maindivslide .vertical-gallery-image .slick-next:before {
  display: none;
}

.maindivslide-sec
  .maindivslide
  .vertical-gallery-image
  button.slick-prev:before {
  content: "\f077";
  color: #bbb;
  display: inline-block;
  font: normal normal normal 20px / 1 FontAwesome;
}

.maindivslide-sec .maindivslide {
  display: flex;
  gap: 20px;
  max-width: 58.33333333%;
  width: 100%;
  justify-content: space-between;
  padding: 0 15px;
}

.maindivslide-sec {
  padding: 40px 0px;
}

.mainumgshow {
  width: 580px;
}

.mainumgshow img {
  width: 100%;
  aspect-ratio: 1;
}

.vertical-gallery-image {
  width: 100%;
}

.vertical-gallery-image .slick-slide {
  margin-bottom: 10px;
}

.vertical-gallery-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.vertical-gallery-image .slick-current img {
  border: 2px solid #ff6600;
}

.mainumgshow .slick-slide {
  width: 580px !important;
}

.maindivslide-sec .maindivslide .vertical-gallery-image .slick-list.draggable {
  height: 512px !important;
}

.maindivslide-sec .maindivslide .vertical-gallery-image .slick-slide {
  height: 160px;
  width: 100% !important;
}

.maindivslide-sec .maindivslide .vertical-gallery-image .slick-slide img {
  height: 100%;
}

.row-proddesc .maindivslide-sec .maindivslide {
  max-width: 100%;
  padding: 0;
}

.row-proddesc .maindivslide-sec .container {
  width: 100%;
  padding: 0;
}

div#product-widget-review-result
  div#trustspot-product-reviews[style="display: block;"] {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 10px 0px;
}

div#product-widget-review-result
  div#trustspot-product-reviews
  .trustspot-widget-review-block {
  float: unset;
  clear: both;
  height: 100%;
}

div#product-widget-review-result
  div#trustspot-product-reviews
  .trustspot-widget-review-block
  .description-block
  .comment-box {
  min-height: 90px;
}

/*21-08-26*/

.header-icons-wrapper {
  align-items: center;
}

.account-wrapper a,
.wishlist-wrapper a,
.checkout-inner a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-wrapper a p {
  text-align: left !important;
  line-height: 1.4;
  font-size: 11px;
  color: gray;
}

.account-wrapper a p:first-child {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.wishlist-wrapper p {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.checkout-inner a .checkout-label {
  font-size: 12px;
  font-weight: 600;
}

.wishlist-wrapper i::before {
  color: #000;
  font-size: 20px;
}

.main-card-wrapper {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#read-more-btn {
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  outline: none;
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
}

#read-more-btn:hover {
  opacity: 0.8;
}

.mobile-header {
  justify-content: space-between;
  align-items: center;
}

.mobile-header::before,
.mobile-header::after {
  display: none;
}

.header-icons-wrapper {
  gap: 15px;
  margin-left: 0;
}

.text-right:has(.mobile-cart-wrapper) {
  width: 100%;
  max-width: 400px;
}

.header-search-desktop .input-group {
  border-radius: 6px;
  overflow: hidden;
}

.header-search-desktop .input-group input {
  border-radius: 6px 0 0 6px;
  height: 45px !important;
}

.header-search-desktop .input-group .input-group-btn button {
  height: 45px;
}

.wrapper-logo img {
  max-height: 75px;
}

.brakes-section .ad-item {
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #80808042;
}

.brakes-section .ad-item a {
  display: block;
  height: 100%;
}

.brakes-section .ad-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brakes-section .heading-decsription {
  position: absolute;
  top: 12px;
  left: 20px;
}

.brakes-section .heading-decsription .ad-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 2px;
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
}

.brakes-section .heading-decsription .ad-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: var(--primary-color);
  font-family: "Barlow Condensed", sans-serif;
}

.brakes-section .ad-item .shop-now-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 4px;
  padding: 8px 16px;
  height: unset;
  font-size: 14px;
  line-height: 100%;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.brakes-section .ad-item .shop-now-btn:hover {
  opacity: 0.8;
}

.trustspot-carousel-reviews-header {
  border: none !important;
  border-bottom: none !important;
}

.trustspot-carousel-reviews-header h3 {
  display: none;
}

.trustspot-carousel-reviews-header-right {
  display: none;
}

.trustspot-carousel-reviews-footer {
  display: none;
}

.thumbs-outer-wrapper .col-xs-12 p {
  text-align: center !important;
  padding-top: 0 !important;
}

/* .thumbs-outer-wrapper .col-xs-12 p a{
        text-align:center!important;
        color:var(--primary-color) !important;
        display:inline-block;
        font-size:20px;
        font-weight:600;
        border:1px solid var(--primary-color);
        border-radius:6px;
        padding:12px 30px;
        transition:0.2s ease-in-out;
        font-family: "Montserrat", sans-serif;
    }
    .thumbs-outer-wrapper .col-xs-12 p a:hover{
        color:#fff !important;
        background:var(--primary-color);
    } */
.advert-image {
  border-radius: 8px;
}

.advert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.heading-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.heading-button a {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color) !important;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.trustspot-carousel-reviews-header {
  border-color: #fff !important;
  margin: 0 !important;
}

.trustspot-carousel-reviews-header a {
  display: none !important;
}

.first-three,
.second-three {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 15px;
}

.first-three .ad-item,
.second-three .ad-item {
  height: 280px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.first-three .ad-item::before,
.second-three .ad-item::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0000006b 30%, #00000000);
}

.first-three .ad-item a,
.second-three .ad-item a {
  display: block;
  height: 100%;
  border-radius: 6px;
}

.first-three .ad-item a img,
.second-three .ad-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-three .shop-now-btn,
.second-three .shop-now-btn {
  display: none;
}

.first-three .heading-decsription,
.second-three .heading-decsription {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-img {
  background: var(--primary-color);
  border-radius: 6px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-img img {
  max-width: 50px;
}

.first-three .heading-decsription h3,
.second-three .heading-decsription h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 02px;
}

.first-three .heading-decsription .ad-text,
.second-three .heading-decsription .ad-text {
  color: #fff;
  font-size: 14px;
}

.brands-heading {
  margin-bottom: 0 !important;
  font-size: 42px;
  /* font-family: "Barlow Condensed", sans-serif; */
}

.brands-heading-wrapper:has(.brands-heading) {
  /* margin-bottom:20px; */
}

.first-wrapper {
  margin-bottom: 15px;
}

.first-wrapper .ad-item {
  height: 320px;
  position: relative;
}

.first-wrapper .ad-item a {
  display: block;
  height: 100%;
  border-radius: 6px;
}

.first-wrapper .ad-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.first-wrapper .ad-item .heading-decsription {
  display: none;
}

.first-wrapper .ad-item .shop-now-btn {
  width: fit-content;
  height: unset;
  border-radius: 4px;
  color: #fff !important;
  padding: 8px 30px;
  position: absolute;
  bottom: 22px;
  left: 15%;
  transform: translateX(50%);
}

.three-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}

.three-wrapper .ad-item {
  height: 220px;
  position: relative;
}

.three-wrapper .ad-item .shop-now-btn {
  position: absolute;
  bottom: 12px;
  left: 20px;
  height: unset;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
}

.three-wrapper .banner-for:last-child .shop-now-btn {
  font-size: 12px;
}

.three-wrapper .ad-item a {
  display: block;
  height: 100%;
  border-radius: 6px;
}

.three-wrapper .ad-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.footer-wrapper {
  background: #fff;
}

.footer-wrapper .container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 20px;
}

.footer-wrapper .container::before,
.footer-wrapper .container::after {
  display: none;
}

.footer-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.footer-logo p {
  color: #000;
  margin-bottom: 20px;
}

.footer-wrapper .menus nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0;
}

.footer-wrapper .menus nav::before,
.footer-wrapper .menus nav::after {
  display: none;
}

.footer-wrapper .menus nav li a {
  color: #3e3e3e !important;
}

.footer-wrapper .menus nav h4,
.footer-mid h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.footer-mid h4 {
  margin-bottom: 15px;
}

.footer-mid p {
  color: #3e3e3e;
  margin-bottom: 20px;
}

.footer-wrapper .menus nav h4::after {
  display: none;
}

.footer-mid {
  padding-block: 0;
  padding-left: 50px;
}

.footer-mid form {
  display: flex;
  border: 1px solid #80808061;
  border-radius: 6px;
  height: 38px;
  justify-content: space-between;
  max-width: 300px;
  /* background:#fff; */
}

.footer-mid form input[type="email"] {
  border: none !important;
  height: unset;
  padding: 8px !important;
  padding-inline: 10px !important;
  font-size: 14px;
  color: #000;
}

.heading-button a::after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f061";
  color: #f58220;
  margin-left: 6px;
}

.heading-button a:hover::after {
  opacity: 0.8;
}

.footer-mid form input[type="email"]::placeholder {
  font-size: 14px;
}

.footer-mid form input[type="submit"] {
  border: none;
  border-radius: 0 4px 4px 0;
  height: unset;
  background: var(--primary-color);
  font-size: 14px;
  padding-inline: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.footer-mid form p {
  display: none;
}

.footer-mid form .terms-wrapper {
  display: none;
}

.trustspot-photo-carousel,
.neto-instagram-addon-widget {
  padding-inline: 15px;
}

.trustspot-photo-carousel .trustspot-photo-carousel {
  padding-inline: 0;
}

.trustspot-photo-carousel .trustspot-visual-carousel-head {
  border-bottom: none !important;
  padding: 0 !important;
}

.trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
.neto-instagram-addon-widget h2 {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 42px !important;
  color: #000 !important;
  text-align: left !important;
  line-height: 0.8;
  border-left: 8px solid var(--primary-color);
  padding-left: 15px;
  margin-bottom: 30px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}

section:has(.trustspot-product-carousel) .heading-button {
  margin-bottom: 0;
  position: relative;
}

section:has(.trustspot-product-carousel) .heading-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  background: #fff;
  bottom: -28px;
  left: 0;
  z-index: 9;
}

.neto-instagram-addon-widget .widget-title {
  margin-bottom: 25px !important;
}

.trustspot-photo-carousel .trustspot-visual-carousel-head h2 {
  text-align: left !important;
}

.trustspot-photo-carousel .trustspot-visual-carousel-head h2 span {
  display: inline-block;
  margin-top: 12px;
}

.product-flex-wrapper .trustspot-photo-carousel {
  padding-inline: 0;
}

.trustspot-carousel-reviews-widget ul {
  padding-bottom: 0 !important;
}

.neto-instagram-addon-widget {
  margin-bottom: 20px;
}

.footer-bottom {
  background: #000000e6 !important;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
}

.thumbs-outer-wrapper hr {
  display: none;
}

.trustspot-carousel-reviews-container {
  position: relative;
}

.trustspot-carousel-reviews-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #fff;
}

section:has(.trustspot-product-carousel) .heading-button {
  margin-bottom: 0 !important;
}

.footer-bottom .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.payment-icon-container {
  padding: 6px;
  height: unset;
}

.payment-icon-container .payment-icon {
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px !important;
}

.footer-main-wrapper {
  max-width: 250px;
}

.our-section-for-cate h2 {
  margin-bottom: 20px !important;
  font-size: 42px;
}

.three-wrapper .banner-for:nth-child(2) {
  order: 3;
}

.footer-business-details p:nth-child(n + 2) {
  display: none !important;
}

.footer-business-details p {
  margin: 0;
  font-size: 14px;
}

/*21-08-26 end*/

/*24 aug 2026*/
#homepageCarousel .slick-prev, #homepageCarousel-1 .slick-prev,
#homepageCarousel-1 .slick-prev, #homepageCarousel-1 .slick-prev {
  top: unset;
  bottom: 60px;
  right: 120px;
  left: unset;
}

#homepageCarousel .slick-next, #homepageCarousel-1 .slick-next {
  top: unset;
  bottom: 60px;
  right: 70px;
}

#homepageCarousel .slick-prev::before,
#homepageCarousel .slick-next::before,
#homepageCarousel-1 .slick-prev::before,
#homepageCarousel-1 .slick-next::before {
  font-size: 30px;
  opacity: 1;
}

section.brakes-section .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

section.brakes-section .row .col-md-3 {
  max-width: 100% !important;
}

.first-wrapper .ad-item a img {
  object-position: left;
}

.promo-hero {
  border-radius: 6px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.promo-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 500px;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.promo-hero .hero-content .discount {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primary-color);
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
}

.promo-hero .hero-content .hero-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 6px;
}

.promo-hero .hero-content .hero-title br {
  display: none;
}

.promo-hero .hero-content .hero-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  color: #fff;
}
.promo-hero .hero-content .card-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
}

.promo-hero .hero-content .hero-bottom .limited {
  text-transform: uppercase;
  font-size: 16px;
}

.promo-hero .hero-content .hero-bottom .shop-btn {
  background: var(--primary-color);
  border-radius: 4px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  display: block;
}

.promo-hero .hero-content .hero-bottom .shop-btn:hover {
  opacity: 0.8;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.promo-grid .promo-card {
  position: relative;
  border-radius: 6px;
  min-height: 240px;
}

.promo-grid .promo-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(to right, #000000ab 20%, #0000);
  border-radius: 6px;
}

.promo-grid .promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.promo-grid .promo-card .card-content {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 25px;
  color: #fff;
}

.promo-grid .promo-card .card-content .card-btn {
  margin-top: auto;
  background: var(--primary-color);
  border-radius: 4px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  width: fit-content;
}

.promo-grid .promo-card .card-content .card-btn:hover {
  opacity: 0.8;
}

.promo-grid .promo-card:first-child .card-label {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  color: var(--primary-color);
  font-family: "Barlow Condensed", sans-serif;
}

.promo-grid .promo-card:first-child .card-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: "Barlow Condensed", sans-serif;
  margin: 6px 0;
}

.promo-grid .promo-card:first-child .card-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.promo-grid .promo-card:nth-child(2) .card-label {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary-color);
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
}

.promo-grid .promo-card:nth-child(2) .card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Barlow Condensed", sans-serif;
  margin: 6px 0;
}

.promo-grid .promo-card:nth-child(2) .card-text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.promo-grid .promo-card:nth-child(3) .card-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  font-style: italic;
  color: var(--primary-color);
  font-family: "Barlow Condensed", sans-serif;
}

.promo-grid .promo-card:nth-child(3) .card-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 6px;
}

.wrap-prod-upsell .thumbwasprice {
  display: inline-block !important;
}

.main-card-wrapper .crd-wrapper .custom-svg img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.thumbnail .caption h3,
.thumbnail .caption .h3,
.thumbnail .caption .name {
  text-align: center;
}

.thumbmainprice.thumbchildprice {
  text-align: left;
}

.footer-wrapper ul.nav li a {
  padding-block: 4px;
}

.footer-mid form input[type="submit"] {
  padding-inline: 18px;
}

.first-three {
  grid-template-columns: repeat(3, 1fr);
}

.heading-shop {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-shop span.shop-by-category {
  max-width: max-content;
}

.ul-divwrapper > ul {
  display: flex;

  white-space: nowrap;
}

.ul-divwrapper {
  display: flex;

  align-items: center;
}

.top-links {
  display: flex;

  white-space: nowrap;
}

.top-links li a {
  padding-inline: 10px;
  font-weight: 600;
}

.col-xs-12:has(.ul-divwrapper) {
  display: flex;

  align-items: center;
}

.wrap-prod-upsell .slick-prev,
.cts_slickNav .slick-prev {
  left: -10px;
}

.wrap-prod-upsell .slick-next,
.cts_slickNav .slick-next {
  right: -10px;
}

.wrap-prod-upsell .slick-arrow {
  background: #fff !important;

  width: 40px;

  border: 1px solid #000;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.wrap-prod-upsell .slick-arrow::before {
  color: #000 !important;

  font-size: 18px;
}

.wrap-prod-upsell .slick-prev::before {
  padding-right: 3px;
}

.wrap-prod-upsell .slick-next::before {
  padding-left: 3px;
}

/*24 aug 2026 end*/

/*25 aug 2026*/
.mega-inner.col-xs-9 {
  /*  display:grid;
        grid-template-columns:1fr 1fr 1fr;
        gap:20px 10px;*/
}

.mega-menu .mega-inner > li {
  display: block;
}

.mega-menu .mega-inner li {
  white-space: normal;
}

.wishlist-wrapper p {
  font-size: 12px !important;
}

.checkout-inner a .checkout-label {
  color: #000;
}

.checkout-inner .fa-shopping-cart:before {
  color: #000;
}

.wrapper-iconsand-content .icon-email {
  display: none;
}

/*25 aug 2026 end*/

/* 26 aug 2026  */

.view-all.for-mobile {
  text-align: center;
  display: none;
}

.view-all.for-mobile a {
  text-align: center !important;
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  padding: 12px 30px;
  transition: 0.2s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.view-all.for-mobile a:hover {
  color: #fff !important;
  background: var(--primary-color);
}

#homepage-content p:first-of-type {
  /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; */
  margin-bottom: 0;
}

#homepage-content h1 span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}

.row:has(.trustspot-photo-carousel) section:has(.main-card-wrapper) {
  padding-inline: 15px;
}

.smt-app-message_bar .message-bar.prominent .message-bar-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff !important;
}

.neto-instagram-addon-widget .output ul.glide__slides li.image {
  background: transparent;
}

.neto-instagram-addon-widget .output ul.glide__slides li.image img {
  border-radius: 10px !important;
}

.footer-mid h4.for-mobile {
  display: block;
}

.footer-mid h4.for-mobile span {
  color: var(--primary-color);
}

.list-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #8080802b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-social a img {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}

.upperfirst-section .crd-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.upperfirst-section h4 span {
  color: #ed6301;
}

section.promo-section.for-mobile {
    display: none !important;
}

/* 26 aug 2026 end */
@media (max-width: 1399px) {
  div#product-widget-review-result
    div#trustspot-product-reviews[style="display: block;"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-right:has(.mobile-cart-wrapper) {
    max-width: 300px;
  }
}

@media (max-width: 1220px) {
  .first-wrapper .ad-item .shop-now-btn {
    bottom: 50px;
  }

  .text-right:has(.mobile-cart-wrapper) {
    max-width: 200px;
  }

  .col-xs-12:has(.ul-divwrapper) {
    flex-wrap: wrap;
  }

  .top-links li a {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  div#product-widget-review-result
    div#trustspot-product-reviews[style="display: block;"] {
    grid-template-columns: 1fr;
  }

  div#product-widget-review-result
    div#trustspot-product-reviews
    .trustspot-widget-review-block
    .description-block
    .comment-box {
    min-height: 30px;
  }

  .main-card-wrapper .crd-wrapper {
    padding: 8px 12px;
    gap: 8px;
  }

  .main-card-wrapper .custom-svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .main-card-wrapper .custom-svg svg {
    width: 20px;
    height: 20px;
  }

  .main-card-wrapper h4 {
    font-size: 12px;
  }

  .main-card-wrapper p {
    font-size: 10px;
  }

  .footer-wrapper .container {
    grid-template-columns: 1fr;
  }

  .footer-mid {
    padding-left: 0;
  }

  .wrapper-header {
    margin-bottom: 20px !important;
  }

  section.brakes-section .row .col-md-3 {
    max-width: 100% !important;
  }

  #homepageCarousel .slick-slide a,
  #homepageCarousel-1 .slick-slide a {
    height: 350px;
    display: block;
  }

  #homepageCarousel .slick-slide a img,
  #homepageCarousel-1 .slick-slide a img {
    height: 100%;
    object-fit: fill;
  }

  #homepageCarousel .slick-prev,
  #homepageCarousel-1 .slick-prev {
    bottom: 40px;
    right: 110px;
  }

  #homepageCarousel .slick-next,
  #homepageCarousel-1 .slick-next {
    bottom: 40px;
    right: 60px;
  }

  #homepageCarousel .slick-prev::before,
  #homepageCarousel .slick-next::before,
  #homepageCarousel-1 .slick-prev::before,
  #homepageCarousel-1 .slick-next::before {
    font-size: 28px;
  }

  section.brakes-section .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .first-wrapper .ad-item .shop-now-btn {
    left: 18%;
  }

  .footer-bottom .container > div {
    flex-direction: column;
  }

  #homepage-content h1 {
    font-size: 28px;
  }

  .our-section-for-cate h2,
  .brands-heading,
  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
  .neto-instagram-addon-widget h2 {
    font-size: 32px !important;
  }

  .menu-wrapper.hidden-md {
    order: 5;
  }

  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom .container > div {
    flex-direction: column-reverse;
  }

  .first-three {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-business-details p:not(:first-child) {
    display: block;
    text-align: center;
  }

  .small.copyright {
    display: none;
  }

  .small.copyright.for-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .small.copyright.for-mobile:first-of-type {
    font-size: 11px !important;
  }

  .footer-mid h4 {
    display: none;
  }

  .footer-mid h4.for-mobile {
    display: block;
  }

  .footer-mid h4.for-mobile span {
    color: var(--primary-color);
  }

  .footer-business-details p:nth-child(n + 3) {
    margin-top: 4px;
  }

  .main-card-wrapper .crd-wrapper .custom-svg img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .maindivslide-sec .maindivslide {
    flex-wrap: wrap;
  }

  .maindivslide-sec .maindivslide {
    display: none;
  }

  .mobile-slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
  }

  .mobile-slider ul.slick-dots {
    bottom: -50px;
    padding: 0 25px;
  }

  .main-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-card-wrapper .crd-wrapper {
    min-height: 62px;
    padding: 9px 12px;
    justify-content: flex-start;
  }

  /* Remove desktop dividers */
  .main-card-wrapper .crd-wrapper::after {
    display: none;
  }

  /* Horizontal divider */
  .main-card-wrapper .crd-wrapper:nth-child(-n + 2)::before {
    content: "";
    position: absolute;

    left: 10px;
    right: 10px;
    bottom: 0;

    height: 1px;
    background: #e9e9e9;
  }

  /* Vertical divider in mobile */
  .main-card-wrapper .crd-wrapper:nth-child(odd)::after {
    display: block;

    top: 10px;
    right: 0;
    bottom: 10px;

    width: 1px;
    height: auto;

    background: #e9e9e9;
  }

  .main-card-wrapper h4 {
    font-size: 9px;
  }

  .main-card-wrapper p {
    font-size: 7px;
  }

  .footer-wrapper .menus nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-wrapper .container {
    gap: 0px;
    padding-inline: 0 !important;
  }

  .footer-main-wrapper {
    margin: auto;
    text-align: center;
  }

  .footer-wrapper .menus nav {
    text-align: center;
  }

  .list-social {
    display: flex;
    justify-content: center;
  }

  .footer-mid {
    text-align: center;
  }

  .footer-mid form {
    margin: auto;
  }

  .footer-wrapper ul.nav {
    margin-bottom: 15px;
  }

  #homepageCarousel .slick-slide a img,
  #homepageCarousel-1 .slick-slide a img {
    object-fit: cover;
  }

  .first-wrapper .ad-item .shop-now-btn {
    left: 22%;
  }

  .Pay-icons ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  .our-section-for-cate h2,
  .brands-heading,
  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
  .neto-instagram-addon-widget h2 {
    font-size: 28px !important;
    line-height: 1.1;
  }

  .brands-heading-wrapper:has(.brands-heading) {
    margin-bottom: 0;
    padding-left: 8px;
    line-height: 1.2;
  }

  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
  .neto-instagram-addon-widget .widget-title {
    padding-left: 8px;
    line-height: 1.1;
  }

  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span {
    border: none !important;
    padding-left: 0;
  }

  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 {
    border-left: 6px solid var(--primary-color) !important;
    padding-left: 8px;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .mobile-header {
    padding-inline: 15px;
  }

  .footer-wrapper .menus nav {
    text-align: left;
  }

  .footer-wrapper ul.nav {
    margin-bottom: 10px;
  }

  .footer-main-wrapper {
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #80808036;
    padding-bottom: 15px;
  }

  .footer-main-wrapper .logo-footer {
    max-width: 250px;
    margin: auto;
  }

  .footer-wrapper .menus nav .menus-footer-heading:first-child {
    padding-top: 15px;
  }

  .footer-wrapper .menus nav .menus-footer-heading:not(:last-child) {
    border-bottom: 1px solid #80808036;
    margin-bottom: 15px;
    padding-inline: 10px;
  }

  .footer-wrapper .menus nav .menus-footer-heading:last-child {
    padding-inline: 10px;
  }

  .footer-bottom {
    background: #fff !important;
    color: #000;
  }

  .footer-bottom .Pay-icons {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #80808029;
    padding: 10px;
    box-shadow: 1px 1px 10px 1px #8080800d;
  }

  .footer-bottom .Pay-icons ul {
    margin-bottom: 0;
  }

  .footer-bottom .Pay-icons ul li {
    height: 38px;
  }

  .main-card-wrapper .crd-wrapper .custom-svg img {
    width: 30px;
    height: 30px;
  }

  .wrap-prod-upsell .slick-arrow {
    width: 35px;
    height: 35px;
  }

  .wrap-prod-upsell .slick-prev,
  .cts_slickNav .slick-prev {
    left: 0;
  }

  .wrap-prod-upsell .slick-next,
  .cts_slickNav .slick-next {
    right: 0;
  }

  .wrap-prod-upsell .slick-arrow::before {
    font-size: 14px;
  }

  .header-search.mobile {
    margin-bottom: 0;
  }

  .footer-wrapper ul.nav li a {
    font-size: 14px;
  }

  .copyright.for-mobile a:not(:last-child)::after {
    content: "•";
    color: var(--primary-color);
    margin: 0 12px;
    font-size: 12px;
  }

  .small.copyright.for-mobile {
    color: #3e3e3e;
  }

  .footer-bottom .container > div {
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .mobile-slider {
    display: none;
  }
}

.footer-wrapper ul.nav {
  display: block;
}

.footer-wrapper ul.nav li a {
  font-size: 15px;
  /* font-family: 'Work Sans'; */
}

.footer-wrapper .footer-subscribe-wrapper input {
  border: 1px solid #fff;
  padding: 10px 20px;
  background: #000;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  overflow: visible;
  border-radius: 0;
  font-weight: normal;
}

.mobile-cart-wrapper > .header-search-desktop .input-group input#name_search {
  height: 50px;
  font-size: 14px;
}

.mobile-cart-wrapper
  > .header-search-desktop
  .input-group
  span.input-group-btn
  button.btn.btn-default.mob-search {
  min-width: 38px;
}

.header-icons-wrapper p {
  font-size: 15px;
}

#cartcontentsheader a.dropdown-toggle {
  font-size: 15px;
}

#cartcontentsheader a.dropdown-toggle::after {
  display: none;
}

.wrapper-thumbnail .buying-options .btn-group.btn-group-justified {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.wrapper-thumbnail .buying-options .btn-group.btn-group-justified .btn-info {
  display: none;
}

.wrapper-thumbnail
  .buying-options
  .btn-group.btn-group-justified
  > a.btn.btn-info.btn-loads {
  width: 100%;
  background: #000;
  border-color: #000;
  border-radius: 0;
}

.wrapper-thumbnail .buying-options .btn-group.btn-group-justified .btn-group {
  width: 100%;
}

.wrapper-thumbnail
  .buying-options
  .btn-group.btn-group-justified
  .btn-group
  button.addtocart {
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  font-weight: 600;
}

.row-proddesc .maindivslide-sec .maindivslide {
  align-items: center;
}

.row-proddesc .maindivslide-sec .maindivslide .vertical-gallery-image {
  height: 100%;
  padding-top: 13px;
}

.wrap-prod-upsell .thumbwasprice {
  display: none;
}

@media (max-width: 767px) {
  .wrapper-thumbnail .buying-options .btn-group.btn-group-justified {
    grid-template-columns: repeat(1, 1fr);
  }
}

.payment-icon-container.pull-left {
  margin-right: 10px;
}

body#n_checkout
  .col-xs-12
  .panel.panel-default
  .panel-body
  .media
  .media-body
  p
  bold,
body#n_checkout
  .col-xs-12
  .panel.panel-default
  .panel-body
  .media
  .media-body
  p {
  color: #000;
  padding: 0 !important;
  margin: 0 0 3px 0;
}

body#n_checkout
  .col-xs-12
  .panel.panel-default
  .panel-body
  .media
  .media-body
  h5 {
  font-size: 15px;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .wrapper-thumbnail .buying-options a.btn {
    white-space: break-spaces !important;
    padding: 5px 3px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wrapper-thumbnail {
    padding: 0px 8px;
  }

  .wrapper-thumbnail .buying-options .btn {
    font-size: 11px;
  }

  .wrapper-thumbnail .buying-options .btn-group a[title="View More"] {
    display: none;
  }

  body#n_checkout
    .col-xs-12
    .panel.panel-default
    .panel-body
    .media
    .media-body
    p
    bold,
  body#n_checkout
    .col-xs-12
    .panel.panel-default
    .panel-body
    .media
    .media-body
    p {
    font-size: 14px;
  }

  body#n_checkout
    .col-xs-12
    .panel.panel-default
    .panel-body
    .media
    .media-body
    h5 {
    font-size: 14px;
  }

  body#n_checkout
    .col-xs-12
    .panel.panel-default
    .panel-body
    .media-body
    h4.media-heading {
    font-size: 16px;
  }

  .payment-icon-container {
    background: #fff;
    padding: 0;
  }

  .footer-wrapper .menus .menus-footer-heading .nav h4::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .footer-wrapper .menus nav a {
    padding-left: 32px;
  }

  .footer-wrapper .menus .menus-footer-heading:nth-child(1) .nav h4::before {
    background-image: url("/assets/themes/2026-03-brave-DK-New-backup/img/Headphone-removebg-preview.png");
  }

  .footer-wrapper .menus .menus-footer-heading:nth-child(2) .nav h4::before {
    background-image: url("/assets/themes/2026-03-brave-DK-New-backup/img/user_icon_64px_sharp.png");
  }

  .footer-wrapper .menus .menus-footer-heading:nth-child(3) .nav h4::before {
    background-image: url("/assets/themes/2026-03-brave-DK-New-backup/img/secondinfo_icon_64px_sharp.png");
  }

  .wrapper-iconsand-content {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    margin-bottom: 8px;
  }

  .wrapper-iconsand-content h4 {
    margin-bottom: 5px;
  }

  .wrapper-iconsand-content p {
    margin-bottom: 0;
  }

  .wrapper-iconsand-content .icon-email {
    display: block;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #80808061;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wrapper-iconsand-content .icon-email img {
    width: 100%;
    max-width: 40px;
  }

  .footer-mid {
    border-radius: 10px;
    border: 1px solid #80808029;
    padding: 12px 20px;
    box-shadow: 1px 1px 10px 1px #8080800d;
  }

  .footer-mid form {
    max-width: 100%;
  }

  .footer-mid form .klaviyo_field_group {
    width: 100%;
  }

  .footer-bottom {
    padding-top: 0;
    margin-top: -8px;
  }

  .view-all.products {
    display: none;
  }

  .view-all.for-mobile {
    display: block;
  }

  .view-all.for-mobile a {
    font-size: 16px;
    padding: 8px 24px;
  }

  #n_product h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  section.promo-section.for-mobile {
    display: block !important;
}
section.promo-section.for-desktop {
    display: none !important;
}
}

@media (max-width: 575px) {
  #homepageCarousel .slick-slide a,
  #homepageCarousel-1 .slick-slide a {
    height: 320px;
  }

  section.brakes-section .row {
    grid-template-columns: repeat(1, 1fr);
  }

  .first-wrapper .ad-item .shop-now-btn {
    left: -50px;
    bottom: 20px;
  }

  .first-wrapper .ad-item {
    height: 362px;
  }

  .our-section-for-cate h2,
  .brands-heading,
  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
  .neto-instagram-addon-widget h2 {
    font-size: 24px !important;
  }

  .heading-button a {
    font-size: 14px;
    white-space: nowrap;
  }

  .cat-img {
    width: 50px;
    height: 50px;
  }

  .cat-img img {
    max-width: 40px;
  }

  .first-three .heading-decsription h3,
  .second-three .heading-decsription h3 {
    font-size: 18px;
  }

  .brands-heading-wrapper:has(.brands-heading),
  .trustspot-photo-carousel .trustspot-visual-carousel-head h2 span,
  .neto-instagram-addon-widget h2 {
    border-width: 6px;
  }

  .wrapper-logo img {
    max-height: 60px;
  }

  .promo-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .promo-grid .promo-card {
    min-height: unset;
    height: 240px;
  }

  .promo-hero .hero-content .discount {
    font-size: 24px;
  }

  .promo-hero .hero-content .hero-bottom {
    flex-wrap: wrap;
  }

  .first-three .ad-item {
    height: 200px;
  }

  .cat-img {
    width: 40px;
    height: 40px;
  }

  .cat-img img {
    max-width: 30px;
  }

  .first-three .heading-decsription h3 {
    font-size: 16px;
  }

  .first-three .heading-decsription .ad-text {
    font-size: 14px;
  }

  .first-three .heading-decsription {
    flex-direction: column;
    align-items: start;
  }

  .first-three .heading-decsription {
    bottom: 10px;
    left: 10px;
  }

  section.brakes-section .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .brakes-section .ad-item {
    height: 280px;
  }

  .brakes-section .heading-decsription .ad-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .brakes-section .heading-decsription .ad-text {
    font-size: 13px;
  }

  .small.copyright.for-mobile {
    font-size: 12px !important;
  }

  .wrapper-iconsand-content h4 {
    font-size: 16px !important;
  }

  .wrapper-iconsand-content p {
    font-size: 12px !important;
  }

  .footer-wrapper .menus nav h4,
  .footer-mid h4 {
    font-size: 16px;
  }
  .trustspot-inline-star {
        display: flex !important;
        gap: 2px;
    }
}

@media (max-width: 480px) {
  .brakes-section .heading-decsription .ad-title {
    font-size: 18px;
  }

  /*  .brakes-section .ad-item{
            height:180px;
        }*/
}

.nav.header > li.lv1-li.dropdown:first-child >a {

    background: #ed6301;

    color: #fff !important;

}




@media(min-width: 1200px){
  .menu-row-desktop .col-xs-12:has(.ul-divwrapper) {
    justify-content: space-between;
}
.menu-row-desktop .col-xs-12:has(.ul-divwrapper) ul.top-links li:last-child a {
    padding-right: 0;
}
}


@media(min-width: 767px){
  .mobile-home-slider{
    display: none;
  }


}
@media(max-width: 767px){
.desktop-home-slider{
    display: none;
  }
   .mobile-home-slider button.slick-prev.slick-arrow {
    z-index: 99;
}
  }
  
  
  
  
  .promo-grid .promo-card::before {
    background: unset;
}