@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif /*{body-font-family}*/;
  font-size: 14px /*{body-font-size}*/;
  color: #252525 /*{body-font-colour}*/;
  background-color: #ffffff;
}

body:before {
  content: '';
  background: rgba(26, 26, 26, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

/******** Custom Variables *********/
:root {
  --primary: #c6456e;
  --txt-clr: #333;
}

/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span {
  color: #252525 /*{link-text-colour}*/;
}
a:hover,
a:focus {
  color: #252525 /*{link-text-colour}*/;
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
  color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
  font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
  font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
  font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
  font-size: 15px /*{header-5-font-size}*/;
}

/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
  color: #ffffff /*{btn-default-text-colour}*/;
  background-color: #373842 /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover .open .dropdown-toggle.btn-default,
.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 {
  color: #ffffff /*{btn-default-text-colour-hover}*/;
  background-color: #26272d /*{btn-default-bg-colour-hover}*/;
}

.btn-primary,
.btn-success,
.label-primary,
.label-success,
.blog-thumbnail .blog-date,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff /*{btn-primary-text-colour}*/;
  background-color: #95b675 /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.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,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.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 {
  color: #ffffff /*{btn-primary-text-colour-hover}*/;
  background-color: #7fa25e /*{btn-primary-bg-colour-hover}*/;
}

.btn-warning,
.label-warning {
  color: #ffffff /*{btn-warning-text-colour}*/;
  background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
  color: #ffffff /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.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 {
  color: #ffffff /*{btn-warning-text-colour-hover}*/;
  background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
}

.btn-danger,
.label-danger {
  color: #ffffff /*{btn-danger-text-colour}*/;
  background-color: #d9534f /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
  color: #ffffff /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.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 {
  color: #ffffff /*{btn-danger-text-colour-hover}*/;
  background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}

.btn-info,
.label-info {
  color: #ffffff /*{btn-info-text-colour}*/;
  background-color: #8b8c9a /*{btn-info-bg-colour}*/;
}
.thumbnail-badge.label-info span {
  color: #ffffff /*{btn-info-text-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.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 {
  color: #ffffff /*{btn-info-text-colour-hover}*/;
  background-color: #9b9cab /*{btn-info-bg-colour-hover}*/;
}

.btn-inverse {
  color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
  background-color: #ffffff;
}

/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color: #fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}

/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: #373842 /*{announcement-bg}*/;
}
#wrapper-announcement,
#wrapper-announcement a {
  color: #fff /*{announcement-text}*/;
}

/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: #95b675 /*{btn-primary-bg-colour}*/;
  color: #fff /*{btn-primary-text-colour}*/;
}

/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
  color: #363741 /*{header-menu-link}*/;
  font-family: 'Montserrat', sans-serif /*{headers-font-family}*/;
}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: #95b675 /*{header-menu-link-hover}*/;
}

#header-cart span,
.mob-cart span.cart-count {
  background-color: var(--primary) !important;
}

/*--------- HOME PAGE ---------*/
.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
  background-color: rgba(55, 56, 66, 0.9) /*{carousel-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
  color: #ffffff /*{carousel-text-colour}*/;
}

/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: #95b675 /*{usp-colour}*/;
}

/* Custom Styling Multi add list page */

/* Header styles */

.wrapper-header .container {
  padding: 0; 
}

.filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters-header .form-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.filters-header .form-control {
  width: 100%;
}

.filters-header .form-row .sort-dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.filter-sections__btn {
  border: 1px solid #aeaeae;
  padding: 8px;
  display: none;
}
.filter-sections__btn.active {
  display: block;
}
/* Hide one bulk cart btn */

.hideBtn {
  display: none !important;
}

/* Sticky multi add btn */

.bulk-cart-btn {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px;
}

 .multi-add {
  width: calc(100% - 30px);
  max-width: 400px;
  background-color: #373842;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed !important;
  bottom: 3% !important;
  right: 12% !important;
  z-index: 10;
}


/* Bulk order styles */ 



/* Card styles */
.products-row {
  max-width: 1350px !important;
}

.card-body {
  border: 1px solid #aeaeae;
  margin: 20px 0;
  max-width: 1350px !important;
}

.card-body__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 121px;
}

.card-body__thumbnail .thumbnail-image {
  width: 111px;
  height: 111px;
}

.card-body__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 30px;
}

.card-body__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.card-body__item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card-body__item h2 {
  margin: 0;
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400;
}

.card-body__qty-input {
  width: 110px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.card-body__qty-input input::placeholder,
.card-body__qty-input input {
  text-align: center;
}

.card-body__qty-input .buying-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-body__item .price {
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 40px;
  padding: 0;
  width: 180px;
  font-size: 18px;
  font-weight: 600;
}


@media (max-width: 990px) {
  .sort_container .toggle-filters {

    text-align: left;
  }

  .card-body {
    border: 1px solid #aeaeae;
    margin: 20px 0;
    max-width: 100% !important;
  }
  
  .filter-sections__btn-wrap { 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .filter-sections__btn {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 768px) {
  .card-body .card-body__content {
    padding: 0 10px !important;
  }

  .card-body .card-body__item {
    justify-content: start;
    text-align: left;
  }

  .card-body .card-body__item .price {
    width: 100px;
  }
}

@media (max-width: 620px) {
  .card-body .card-body__content {
    padding: 0 10px !important;
    width: 100%;

  }

  .card-body .card-body__item {
    justify-content: start;
    text-align: left;
  }

  .card-body__item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  
  .card-body__item h2 {
    margin: 0;
    color: #aeaeae;
    font-size: 14px;
    font-weight: 400;
  }

  .card-body .card-body__item .price {
    width: 100px;
    font-size: 12px;
    height: auto;
    border: none;
  }


  .card-body__qty-input {
    width: 100%;
  }

  .card-body__item {
    flex-wrap: wrap;
  }


}

@media (max-width: 990px) {
  .multi-add {
    display: none;
  }
}
/****** Header Styles ******/


.wrapper-logo a:hover, 
.wrapper-logo a:focus
{
  opacity: 1 !important;
}

.tel-info .tel {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.tel-info .fa-phone {
  width: 30px;
  height: 30px;
}

#header-cart span {
  background-color: var(--primary);
}

/* Search dropdown background */

.search-form .form-control {
  width: 100%;
}

#searchToggle {
  background-color: var(--primary) !important;
  border-bottom: 0;
}

.search-close-btn .fa {
  color: #fff;
}

/* Header mega menu Desktop styles */

.main-nav-desc__nav {
  position: relative;
}

.main-nav-desc__wrap {
  max-width: 1510px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav-desc__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav-desc__lvl {
  padding: 20px 0;
}

.main-nav-desc__lvl:hover .main-nav-desc__dropdown {
  display: block;
}
.main-nav-desc__link {
  margin: 0 20px;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  fw
}

.main-nav-desc__link .fa-angle-down {
  font-size: 10px;
  margin-left: 5px;
  color: #333;
  font-weight: bold;
}

.main-nav-desc__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
  transform: scale(0);
}

.main-nav-desc__link:hover::after {
  transform: scale(1);
}

.main-nav-desc__dropdown {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  left: 0;
  width: 100%;
  height: fit-content;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  display: none;
  padding-top: 50px;
}

.main-nav-desc__link {
  cursor: pointer;
  font-weight: 500;
}

.main-nav-desc__lvl1__menu {
  max-width: 1440px;
  padding: 30px 15px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-nav-desc__link2 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

.main-nav-desc__dropdown-wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 15px 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1400px) {
  .main-nav-desc__dropdown-wrap {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .main-nav-desc__dropdown-wrap {
    max-width: 970px;
    margin: 0 auto;
  }

  .main-nav-desc__lvl2__menu {
    width: calc(100% - 300px) !important;
  }
}

.main-nav-desc__lvl2__menu {
  width: calc(100% - 600px);
  list-style: none;
  padding: 0;
  align-items: center;
  justify-items: space-between;
  max-height: 550px;
  height: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
}



.main-nav-desc__lv3 {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #333;
}
/* .main-nav-desc__lv3:nth-child(5n + 1) {
	position: relative;
	margin-top: 30px;
	padding-top: 20px;
} */

/* .main-nav-desc__lv3:nth-child(5n + 1):after {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	top: 0;
	left: 0;
	background-color: #333;
} */

.main-nav-desc__link3 {
  position: relative;
}

.main-nav-desc__link3::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
  transform: scale(0);
}

.main-nav-desc__link3:hover::after {
  transform: scale(1);
}

/* Mobile Menu Styles */ 





#mobile-menu .content-inner .product__finder-title {

  font-weight: 600;
  margin-left: 5px;
}

#mobile-menu .content-inner .product__finder-title .fa-search {
  margin: 0 4px;
  font-weight: 600;
}

@media (max-width: 990px) {
  #mobile-menu .popup-wrap {
    left: 10%;
  }
}

@media (max-width: 610px) {
  #mobile-menu .popup-wrap {
    right: 0;
  }
}

/* Header mega menu single adverts per dropdown styles  */

.main-nav-desc__advert {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(0,0,0,0.2);
  position: relative;
}


.main-nav-desc__advert-single {
  width: 340px;
  height: 380px;
  padding: 30px 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


.main-nav-desc__advert-text-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.4);
  padding: 10px;
}
.main-nav-desc__advert-title {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}



.main-nav-desc__advert-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-nav-desc__advert-text::after {
  display: block;
  content: '';
  width: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  height: 1px;
  position: absolute;
  background-color: #333;
}

.main-nav-desc__advert-btn {
  color: #fff !important;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 10px;
  display: block;
}

.main-nav-desc__advert-btn i {
  margin-left: 5px;
}

/**** Product Finder & Overlay Styles  ****/

.product-finder {
  z-index: 999;
}

.product__finder-title {
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.product__finder-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
  transform: scale(0);
}

.product__finder-title:hover::after {
  transform: scale(1);
}

.product__finder-title .fa-search {
  font-size: 15px;
}

.product-finder {
  width: 100%;
  padding: 40px 20px;
}

.product-finder .fa-angle-up {
  font-size: 35px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-finder__title {
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 37px;
  font-weight: normal;
  font-size: 30px;
}

.product-finder__text,
.product-finder__text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #000000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.product-finder__inputs,
.product-finder__select-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-finder__inputs {
  max-height: 100px;
  overflow: hidden;
  transition: 0.4s;
}

.product-finder__select-wrap {
  background-color: #f6f6f6;
  padding: 25px !important;
  width: 100%;
}

.product-finder__select {
  width: 100%;
  height: 40px;
}

.product-finder__btn-wrap {
  width: 300px;
  height: 45px;
  display: block;
}

.popup-wrap .product-finder {
  padding: 30px 0 !important;
}

.product-finder__select {
  background-color: #f6f6f6;
  height: 60px !important;
}

.product-finder select,
.product-finder .product-finder__btn {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.product-finder select {
  padding-left: 5px;
}

.product-finder__btn {
  background-color: var(--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
  display: block;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .product-finder {
    padding: 20px 20px;
  }

  .parts-finder__wrapper {
    margin: 0 auto;
    max-width: 1256px;
  }

  .product-finder__title {
    font-size: 50px;
  }

  .product-finder__select-wrap {
    width: 75%;
  }

  .product-finder__btn-wrap {
    width: 25%;
  }

  .product-finder__select {
    width: 33%;
  }

  .product-finder__inputs {
    height: 60px;
  }

  .product-finder__select {
    padding: 10px;
  }

  .product-finder__btn {
    text-align: center;
    padding: 0;
    font-size: 13px;
  }

  .product-finder__select-wrap {
    padding: 0 25px;
  }

  .product-finder__title {
    font-size: 50px;
  }

  .fa-chevron-down {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .product-finder__btn {
    font-size: 16px;
  }

  .product-finder__title {
    font-size: 50px;
  }
}

.popup-wrap {
  position: fixed;
  background: #fff;
  left: 50%;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  opacity: 0;
  box-shadow: 1px 1px 5px -1px #e5e5e5;
  visibility: hidden;
  z-index: 500;
}

.popup-wrap.activClass {
  transform: translate(-50%, 10px);
  opacity: 1;
  z-index: 9999 !important;
  visibility: visible;
}

#productFinderPopup {
  z-index: 99999 !important;
  position: fixed;
  top: 120px !important;
  left: 50%;
}

#productFinderPopup .product-finder__inputs {
  max-height: 270px;
  height: 100%;
}

#productFinderPopup .product-finder {
  padding: 21px 20px 40px;
}

#productFinderPopup .parts-finder__wrapper,
#productFinderPopup .product-finder__inputs,
#productFinderPopup .product-finder__select-wrap,
#productFinderPopup .product-finder__btn-wrap,
#productFinderPopup .product-finder__select {
  width: 320px;
  max-width: 100%;
}

#productFinderPopup .product-finder__title {
  font-size: 33px;
  max-width: 400px;
  margin: 0 auto 20px;
}

#productFinderPopup .product-finder__text,
#productFinderPopup .product-finder__text p {
  font-size: 14px;
  margin-bottom: 21px;
}

#productFinderPopup .product-finder__text {
  margin-bottom: 21px;
  max-width: 400px;
  margin: 0 auto 30px;
}

.overlay-white {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  top: -10000px;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  transition-property: opacity;
}

.overlay-white.activClass {
  opacity: 1;
  position: fixed !important;
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup-wrap--text {
  padding: 30px;
  width: 95%;
  max-width: 750px;
}

.popup-wrap--text h4 {
  font-size: 30px;
  margin-bottom: 24px;
}

.popup-wrap--text .product-finder__text p {
  font-weight: 500;
}

.popup-wrap .fa-chevron-up {
  font-size: 35px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #productFinderPopup {
    top: 50px;
  }

  .popup-wrap--text {
    top: 100px;
  }
}

/* Header Mega Menu Sticky Header Styles */ 

.as-header--sticky {
  position: relative; 
  display: none; 
  background-color: #fff;
  border-bottom: 1px solid #aeaeae;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 90px;
  z-index: 1000 !important;
}

/* Link Cart */  

.as-header--sticky .wrapper-utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-link {
  position: relative;
}

.cart-link .cart-count {
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: var(--primary);
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.cart-link .fa-shopping-cart {
  font-size: 30px;
}

.as-header--sticky a:hover, 
.as-header--sticky a:focus {
  opacity: 1;
} 


.as-header--sticky .searchToggleFixed {
  display: none;
}

.as-header--sticky .searchToggleFixed.show {
  width: 100%;
  padding: 0;
  -webkit-transition: max-width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: max-width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: max-width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background: rgba(239, 239, 239, 0.9);
  padding: 0px;
  position: absolute !important;
  z-index: 99;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}

.as-header--sticky .searchToggleFixed .search-close-btn-fixed {
  position: absolute;
  right: -10px !important;
  color: #fff !important; 
  font-size: 30px !important;
}


.as-header--sticky .main-nav-desc__link {
  margin: 0 10px;
  font-size: 12px;
  padding: 40px 0;
  font-weight: 500;
}

.as-header--sticky .main-nav-desc__link:after {
 bottom: 38%;
}

.as-header--sticky .product__finder-title {
  font-size: 13px;
}

.as-header--sticky .search-form  {
  display: block;
  bottom: 0;
}

.as-header--sticky .main-nav-desc__wrap {
  justify-content: flex-end;
}

.as-header--sticky .main-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1315px !important;
  margin: 0 auto;
  height: 100%;
}

.as-header--sticky .main-header__wrap .main-nav-desc__dropdown {
  position: fixed;
}

.as-header--sticky .main-header__wrap .main-nav-desc__nav {
  padding: 0;
  flex: 2;
}


.as-header--sticky  .main-nav-desc__dropdown-wrap {
  width: 100% !important;
  background-color: #fff;
  max-width: 1315px !important;

}


.as-header--sticky .as-header__logo {
  width: 130px;
  height: auto;
}

.as-header--sticky .wrapper-utility {
  width: 200px;
  order: 3;
}

@media screen and(max-width: 1250px) {
  .as-header--sticky .main-header__wrap {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .as-header--sticky {
    position: fixed;
    z-index: 150;
    width: 100%; 
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }

.init {
    display: block;
    transition: 1s; 
    visibility: hidden;
    z-index: 999;
  }



.down {
    /* transform: translateY(-100%);  */
    visibility: visible;
  } 

.up {
    transform: translateY(0);
    visibility: visible;
  }
}

.as-header-sticky .main-nav-desc__nav {
  position: unset;
  height: 100%; 
  width: 100%;
}

.as-header-sticky .main-nav-desc__wrap,
.as-header-sticky .main-nav-desc__menu,
.as-header-sticky .main-nav-desc__lvl {
  height: 100%;
  width: 100%;
}

.as-header-sticky .main-nav-desc__lvl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.as-header-sticky .main-nav-desc__link {
  margin: 0px 11px;
  font-size: 13px;
}

.as-header-sticky .as-header__logo {
  max-width: 129px;
}

.as-header-sticky .main-nav-desc__nav {
  flex: 2;
}

.as-header-sticky .main-header__wrap {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .as-header-sticky .main-nav-desc__link {
    font-size: 15px;
    margin-left: 15px;
  }
}


 


/****** Home Page Styles *******/

/* Hide Desktop Ads on mobile and show mobile banner ads */ 


.wrapper-carousel-mobile {
  display: none !important;

}

.wrapper-carousel-mobile .carousel-slider {
  opacity: 1; 
  visibility: visible;
}


@media (max-width: 990px) {
  .wrapper-carousel {
    display: none;
  }

  .wrapper-carousel-mobile {
    display: block!important;
  }

  .wrapper-carousel-mobile .carousel-slider img {
    width: 100%; 
    height: 300px !important;
  }

}

/* By Designer */ 

.by-designer {
  text-align: center;
  max-width: 1350px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.by-designer__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 24.38px;
  padding-bottom: 20px;
}

.by-designer__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.by-designer__single {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.by-designer__content {
  width: 250px;
  height: auto;
}

.by-designer__content img {
  width: 100%;
  height: 100%;
}

/* About Magelles */

.about {
  padding-top: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.about__inner {
  text-align: center;
}

.about__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--txt-clr);
  line-height: 24.38px;
  margin-bottom: 30px;
}

.about__info {
  font-size: 16px;
  font-weight: 400;
  color: var(--txt-clr);
  line-height: 23px;
  margin: 20px 0;
}

.about__info a {
  color: var(--primary);
  font-weight: 600;
}

@media (max-width: 990px) {
  .about {
    padding-top: 60px;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .about {
    padding-top: 20px;
    max-width: 90%;
    margin: 0 auto;
  }

  .about__title {
    font-size: 18px;
    font-weight: 600;
  }

  .about__info {
    font-size: 14px;
  }
}

/* Featured Products */

.wrapper-popular .title {
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--txt-clr);
  font-weight: bold;
  letter-spacing: 2px;
}

/* Featured Adverts */

.wrapper-featured-grid .wrapper-caption {
  right: 0;
  left: 0;
}

.wrapper-featured-grid .grid-item:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.wrapper-featured-grid .grid-item:hover .caption {
  background-color: rgba(55, 56, 66, 0.9);
}

.caption .headline {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.caption .linktext {
  font-size: 12px;
  font-weight: normal;
}

/* Our Designers Category */

.wrapper-brands .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--txt-clr);
  line-height: 24.38px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Advert usps section before footer */

.wrapper-usps {
  background-color: var(--primary);
  height: auto;
}

.wrapper-usps .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .wrapper-usps .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}


.wrapper-usps .advert-usp {
  width: 100%;
}

.advert-usp-content a h5 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize !important;
}

.advert-usp-content a p {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
}

.advert-usp-icon .fa {
  color: #fff;
  width: 40px;
  height: 40px;
  padding-left: 0;
  margin-left: 0;
}

/* INSTAGRAM NETO WIDGET STYLING */ 

.instagram-content .neto-instagram-addon-widget {
  max-width: 1350px;
  margin: 0 auto;
}

/* Read More Styling */ 

.hide-content {
  display: none !important;
}

.section-text__wrap {
	max-height: 470px;
	overflow: hidden;
	transition: 0.4s;
}

.section-text__read-more {
  color: var(--primary);
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
}

.section-text__wrap--full {
	max-height: 100% !important;
}

.patchworks-info {
  max-width: 1350px; 
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}

.patchworks-info h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--txt-clr);
  line-height: 24.38px;
  margin-bottom: 30px;
}

.patchworks-info p {
  font-size: 16px;
  font-weight: 400;
  color: var(--txt-clr);
  line-height: 23px;
  padding: 10px 0;
}

.patchworks-info .btn {
  color: var(--primary);
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
}

#text{
display:none;
}

#text2{
  display:none;
  }

@media (max-width: 990px) {
  .patchworks-info{
    max-width: 768px;
    margin: 80px auto;
  }
}

@media (max-width: 767px) {
  .patchworks-info {

    max-width: 90%;
    margin: 60px auto;
    padding: 0 10px
  }

  .patchworks-info h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .patchworks-info p {
    font-size: 14px;
  }
}


/* Footer */

footer .column-links .row {
  width: 100% !important;
  display: flex;
  justify-content: flex-end; 
  align-items: start;
}

@media (max-width: 768px) {
  footer .column-links .row {
    width: 100% !important;
    display: flex;
    justify-content: space-between; 
    align-items: start;
    flex-wrap: wrap;
  }
}

.list-social .fa {
  color: var(--primary) !important;
}

/* Category Pages bottom txt */

.n-responsive-content {

  padding-bottom: 20px 0;
  overflow: hidden !important;
  max-width: 100%; 
  text-align: center;
  gap: 10px;
}

.n-responsive-content p {
  width: 100%;
  height: auto;
}

/* Category top headings styles */

.content__products .sort_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content__products .sort_container {
  width: 100%;
}

/* By Designer Category styling */ 

.content__products {
  max-width: 1350px;
  margin: 0 auto;
}

.category-grid .category-grid__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.category-grid .category-grid__single {
  width: 100%;
  height: 463px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.category-grid .category-grid__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: fill;
  display: block;
}

.category-grid .category-grid__img-wrapper:after {

  content: '';
  position: absolute;
  top: 0 ; 
  left: 0 ; 
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.category-grid .category-grid__img-wrapper:hover:after { 
  background-color: rgba(0,0,0,0.4);
}


.category-grid .category-grid__img-wrapper .category-grid__img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.category-grid .category-grid__text-wrap {
  background-color: rgba(55,56,66,0.8);
  text-align: center;
  padding: 20px 0;
  width: 80%;
  z-index: 5;
}

.category-grid .category-grid__text-wrap .category-grid__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.category-grid .category-grid__text-wrap .category-grid__link {
  font-weight: 400;
  font-size: 12px;
  color: #fff;

}



@media (max-width: 990px) {
  .category-grid .category-grid__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
}


@media (max-width: 500px) {
  .category-grid .category-grid__wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
}


/* Sort Containers Styles */ 

.sort_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin: 30px 0;
}

.filter-sections__btn-wrap {
  width: 200px;
  font-size: 11px;
}

.select-form {
padding: 0;
margin: 0;
}

.filter-sections__btn-wrap {
  display: flex;  
  justify-content: space-between;
  align-items: center;
  width: 600px;
}


.filter-sections__btn-wrap .select-form {
  width: 100%;
}
.filter-sections__btn   {
  width: 250px
}

.product-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sort_container .form-group {
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
}

.category-content {
  max-width: 1350px;
  margin: 0 auto;
}


@media (max-width: 990px) {
  .toggle-filters {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .filter-sidebar {
    padding: 0 30px !important;
  }

  .filter-sections__btn-wrap{
    display: none;
  }
}
.page-header.categorybanner:before {
  background: rgba(145, 146, 159, 0.7)!important;
}

.sale-badge {
  margin-left: 50px;
}
.reviews-item-page {
  padding-top: 40px;
  text-align: center;
  max-width: 1350px;
  margin: 0 auto;
}
.input-group {
  width: 100%;
  max-width: 100%;
}