/* Custom CSS added in 2020 */
:root {
  /* --primary-color: #ea0f77; */
  --primary-color: #ea0f77;
  --secondary-color: #755675;
  --tertiary-color: #fff;
  --additional-color: #ea0f77;
}

#cart .dropdown-menu {
  z-index: 1001;
  overflow: scroll;
  max-height: 500px;
}
#cart .dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#cart .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
  -box-shadow: 0 0 1px #ddd;
  -webkit-box-shadow: 0 0 1px #ddd;
}

#cart .dropdown-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}
#cart .dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff !important;
}

@media all and (min-width: 769px) {
  nav.navbar a {
    vertical-align: middle;
  }
}

.navbar {
  border-top: 2px solid var(--primary-color);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: var(--primary-color);
  margin-right: 5px;
}
.dropdown-menu-right {
  left: 0;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    min-width: -webkit-fill-available;
  }
}

.navbar-nav > li > .dropdown-toggle {
  margin-right: 5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: none;
  color: var(--primary-color) !important;
}

.navbar-nav.pull-right {
  float: right;
  width: auto;
}

@media all and (max-width: 767px) {
  .product-thumb .btn {
    font-size: 12px;
  }
}

/* Resize Recaptcha on Contact Form */
@media all and (max-width: 768px) {
  .g-recaptcha {
    margin: 0px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media all and (max-width: 400px) {
  .g-recaptcha {
    margin: 0px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .g-recaptcha {
    margin: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* Corona Notice Bar */
.notice-bar,
.notice-bar a {
  background: var(--primary-color);
  font-size: 9px;
  text-align: center;
  color: #fff !important;
  padding: 5px 0;
  font-family: "P24-SourceSans", Helvetica, Arial, sans-serif;
}
@media all and (min-width: 900px) {
  .notice-bar,
  .notice-bar a {
    font-size: 12px;
    padding: 7px 0px;
  }
}

/* Which header to display */
@media all and (min-width: 900px) {
  .hidden-desktop {
    display: none;
  }
}
@media all and (max-width: 899px) {
  .hidden-mobile {
    display: none;
  }
}

/* Flex to move search and login desktop to the right */
.vcenter-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box {
  margin-left: auto;
}
.hidden-desktop .nopad {
  padding: 0px 10px 0px 0px !important;
}

/* Search box styles */
#search {
  margin-bottom: 0px;
  width: 450px;
  float: none;
}
.searchmbitem {
  height: 40px;
}

@media all and (max-width: 1050px) {
  #search {
    width: 350px;
  }
}
@media all and (max-width: 920px) {
  #search {
    width: 290px;
  }
}

/* Shopping Cart icon */
@media all and (max-width: 899px) {
  nav .mobilecart i.fa {
    font-size: 30px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: 10px;
  }
  .box {
    margin-left: 70px;
  }
  .searchmbbutton {
    font-size: 8px;
  }
}
@media all and (max-width: 500px) {
  nav .mobilecart i.fa {
    font-size: 20px;
  }
  .box {
    margin-left: 55px;
    margin-top: 5px;
  }
}

#cart-total-mobile {
  position: absolute;
  top: -5px;
  right: -10px;
  display: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
}

/* Menu Colours */
.navbar-default .navbar-nav > li > a {
  color: var(--secondary-color);
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: var(--secondary-color);
  background-image: none;
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
}
.dropdown-menu > li > a {
  padding: 3px 20px;
  color: #444444;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--primary-color);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--secondary-color);
}
@media all and (max-width: 899px) {
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--primary-color);
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: var(--secondary-color);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--secondary-color);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-link:hover {
  color: var(--primary-color);
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: var(--primary-color);
}
.navbar-inverse {
  background-color: var(--primary-color);
  border-color: #a91b0c;
}
/* Text Colours */
a:hover {
  color: var(--primary-color);
  text-decoration: none !important;
}
a:focus {
  color: unset;
  text-decoration: none !important;
}
.text-primary {
  color: var(--primary-color);
}

a.text-primary:hover,
a.text-primary:focus {
  color: #a91b0c;
}
legend {
  color: var(--primary-color);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dddddd;
  border-color: var(--primary-color);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: var(--primary-color);
}

/* Other colours */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.price {
    color: #000;
    font-weight: 600;
}
/*.badge {*/
/*  color: #ffffff;*/
/*  background-color: red;*/
/*}*/
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--primary-color);
  background-color: #ffffff;
}
/* Button and label Colours */
.progress-bar {
  color: #ffffff;
  background-color: var(--primary-color);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--primary-color);
}
.label-primary {
  background-color: var(--primary-color);
}
.btn-primary {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: unset;
  border-color: unset;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #a91b0c;
  border-color: #a01a0b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #a91b0c;
  border-color: #a01a0b;
}
.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.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: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary .badge {
  color: var(--primary-color);
  background-color: #ffffff;
}
.btn-link {
  color: var(--primary-color);
}
.btn {
  margin-bottom: 10px;
}
.btn-default,
.btn-info,
.btn-success {
  color: #ffffff !important;
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  .cart-buttons .btn {
    font-size: 8px;
  }
}

/* Container Sizing  */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}
@media all and (min-width: 900px) {
  .container-fluid {
    margin: 0 50px;
  }
}

/* Product thumbnail height */
@media (max-width: 400px) {
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .product-list .product-thumb .caption,
  .product-grid .product-thumb .caption {
    min-height: 80px;
  }
}

/* Pagination */
.pagination > li > a,
.pagination > li > span {
  color: #444444;
  background-color: #ffffff;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Browse - Mobile cat menu */
.browse {
  max-height: 500px;
  overflow: scroll;
  overflow-y: scroll;
}
.browse a {
  padding: 7px 10px 7px 15px;
  text-decoration: none;
  font-size: 14px !important;
  border-bottom: 1px solid #ddd;
  display: block;
}
.browse a:nth-child(1) {
  border-top: 1px solid #ddd;
}
.browse a:hover {
  color: var(--primary-color);
  background-color: rgb(240, 240, 240);
}
.browse a:active {
  color: var(--primary-color);
  background-color: rgba(100, 98, 98, 0.5);
}
i.fa-chevron-right {
  padding-top: 3px;
}
i.fa-chevron-left {
  padding-top: 3px;
}
.browsecat {
  color: #000;
}
.browse a.browsesub,
.browse a.browsesubsub {
  color: #000;
  padding-left: 23px;
}
.browse a.browsesub:hover,
.browse a.browsesubsub:hover {
  color: var(--primary-color);
  background-color: rgb(240, 240, 240);
}
.browse a.getcat,
.browsesub a.getcat .browsesubsub a.getcat {
  font-size: 17px !important;
  background-color: rgb(240, 240, 240);
  color: var(--primary-color);
}

.browse a.browsesuball,
.browsesub a.browsesuball,
.browsesubsub a.browsesuball {
  padding-top: 20px;
  padding-left: 15px;
  font-size: 14px !important;
}
.browse a.browsesubsub:active,
.browse a.browsesubsub:focus,
.browse a.browsesubsub:visited {
  color: var(--primary-color);
  background-color: rgb(240, 240, 240);
}

@media all and (max-width: 1165px) {
  a.browsecat {
    color: #000;
    padding: 10px 15px 10px 20px;
    text-decoration: none;
    font-size: 14px !important;
    border-bottom: 1px solid #ddd;
  }
  a.browsesub {
    color: #000;
    padding: 7px 15px 7px 20px;
    text-decoration: none;
    font-size: 14px !important;
    border-bottom: 1px solid #ddd;
  }

  a.browsesuball,
  .browsesub a.browsesuball,
  .browsesubsub a.browsesuball {
    padding-top: 20px;
    padding-left: 15px;
    font-size: 14px !important;
  }
  a.browsesubsub:active,
  a.browsesubsub:focus,
  a.browsesubsub:visited,
  .catdrilldown .visited {
    color: var(--primary-color);
    background-color: rgb(240, 240, 240);
  }
  .mbsidenav a.sidebarbutton {
    font-size: 14px !important;
  }
}

.catbreadcrumbs > .browsecat {
  display: inline-block;
  font-size: 15px !important;
  color: white;
}

.catbreadcrumbs > .browsesub {
  display: inline-block;
  font-size: 15px !important;
  color: gray;
}

.catbreadcrumbs > .browsesubsub {
  display: inline-block;
  font-size: 15px !important;
  color: darkgray;
}
ol.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
}

/* Mobile side menu */
.mbsidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 99999;
  left: -300px;
  top: 0;
  background-color: #fff;
  overflow-x: auto;
  font-size: 20px !important;
  padding-bottom: 50px;
  max-width: 300px;
  transition: all 300ms ease 0s !important;
}

.mbsidenav a {
  text-decoration: underline;
  font-size: 14px !important;
  display: block;
  font-weight: 500;
  color: #fff;
}

.mbsidenav a.sidebarbutton,
.sidebarbutton {
  height: 35px;
  padding: 8px;
  font-size: 15px;
  text-align: center;
  margin-top: 7px;
  font-weight: bold;
  background-color: var(--primary-color);
  border: 1px solid #fff;
}

#mbmySidenav > ul > li > a.mbclosebtn,
.mbclosebtn,
.mbsidenav a.mbclosebtn {
  text-decoration: none;
  display: none;
  font-size: 24px !important;
  color: #fff;
  z-index: 999999;
  color: red !important;
  background: #fff;
  line-height: 0;
  padding: 10px 3px;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  left: 275px;
  transition: all 400ms ease 300ms !important;
}
.mbsidenav a:focus {
  color: var(--primary-color);
}
.mbsidenav a {
  color: #fff;
}

@media all and (max-width: 1165px) {
  a.browsecat {
    color: #000;
    padding: 10px 15px 10px 20px;
    text-decoration: none;
    font-size: 12px !important;
    border-bottom: 1px solid #ddd;
  }
  a.browsesub {
    color: #000;
    padding: 7px 15px 7px 20px;
    text-decoration: none;
    font-size: 12px !important;
    border-bottom: 1px solid #ddd;
  }
  a.browsesub,
  a.browsesubsub {
    color: #000;
    padding: 7px 15px 7px 23px;
    text-decoration: none;
    font-size: 12px !important;
    border-bottom: 1px solid #ddd;
  }
  a.getcat,
  .browsesub a.getcat .browsesubsub a.getcat {
    font-size: 14px !important;
    background-color: rgb(240, 240, 240);
    color: var(--primary-color);
    padding-top: 30px;
  }
  a.browsesuball,
  .browsesub a.browsesuball,
  .browsesubsub a.browsesuball {
    padding-top: 20px;
    padding-left: 15px;
    font-size: 14px !important;
  }
  a.browsesubsub:active,
  a.browsesubsub:focus,
  a.browsesubsub:visited,
  .catdrilldown .visited {
    color: var(--primary-color);
    background-color: rgb(240, 240, 240);
  }
  .catdrilldown i.fa-chevron-right {
    padding-top: 0px;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
  }
  .catdrilldown i.fa-chevron-left {
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
  }
  .mbsidenav a.sidebarbutton {
    font-size: 14px !important;
  }
}

.mbsidenav i.fa-shopping-cart,
.mbsidenav i.fa-heart,
.mbsidenav i.fa-user,
.mbsidenav i.fa-history,
.mbsidenav i.fa-users,
.mbsidenav i.fa-calendar,
.mbsidenav i.fa-file {
  color: var(--primary-color);
  padding-bottom: 10px;
}

.mbsidenav a.sidebarbutton,
.sidebarbutton {
  width: 80%;
  margin: 10px auto;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
  -box-shadow: 0 0 1px #ddd;
  -webkit-box-shadow: 0 0 1px #ddd;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

a.sticky {
  font-size: 20px;
  float: left;
}

@media all and (max-width: 767px) {
  .browse {
    display: none;
  }
}

.catdrilldown {
  background-color: #fff !important;
}

.mbmenutab {
  display: inline !important;
  width: 135px;
  background-color: var(--secondary-color);
  margin: 0px;
  padding: 5px 17px 5px 23px !important;
  color: var(--tertiary-color) !important;
}

#mbacc {
  display: none;
}

#searchmb {
  margin-top: 10px;
}

.mbcategoriesbtn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #f5f4f4;
}
.mbcategoriesbtn div:first-child {
  border-right: 1px solid #f5f4f4;
}
.mbcategoriesbtn div {
  padding: 10px 0 10px 20px;
}
.mbcategoriesbtn a {
  color: var(--primary-color) !important;
  font-size: 1.2rem;
  font-weight: 600;
}

.mbcards .browsecat {
  color: var(--primary-color);
}

.mbprofilecard {
  width: 100%;
  min-height: 60px;
  background-color: var(--secondary-color);
  padding-top: 10px;
}
.mbprofilecard p.user_name {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.mbprofilecard h4.company_name {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.mbprofilecircle {
  height: 30px;
  display: inline-block;
  color: #fff !important;
  margin-left: 6px;
}

.mbcardbutton {
  color: #fff !important;
  display: inline !important;
  text-decoration: underline;
}

.mbcardgrid {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  border-top: 1px solid #fff;
}
.mbcarditem {
  padding: 2px;
  text-align: center;
}

.mbcarditem > a {
  font-size: 10px !important;
  color: #fff !important;
  font-weight: 500;
}

.mbcarditem > a > i {
  color: #fff !important;
  font-size: 30px !important;
}

a.browsecat {
  font-weight: 500 !important;
}

.main-header__logo {
  display: block;
  margin: 0 50px 0 0;
  padding-left: 25px;
}

@media all and (min-width: 783px) {
  .main-header__logo {
    padding-left: 0;
  }
}
.logo {
  width: 52px;
  padding: 5px 0;
}
@media all and (min-width: 500px) {
  .logo {
    width: 70px;
    padding: 5px 0;
  }
}

@media all and (min-width: 783px) {
  .main-header__logo img {
    margin-right: 10px;
  }
}

@media all and (min-width: 900px) {
  .main-header__logo img {
    width: 120px;
  }
}

@media all and (min-width: 783px) {
  .main-header__tools__icon i.fa-search {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

.owl-carousel {
  z-index: unset !important;
}

.owl-controls .owl-page span {
  width: 5px !important;
  height: 5px !important;
}

@media all and (min-width: 600px) {
  .owl-controls .owl-page span {
    width: 8px !important;
    height: 8px !important;
  }
}

@media all and (min-width: 800px) {
  .owl-controls .owl-page span {
    width: 10px !important;
    height: 10px !important;
  }
}
.container {
  margin-top: 10px;
}

/* MJ Categories horizontal dropdown Menu */
.categories {
  border-top: 1px solid #f5f4f4;
  margin: 0;
  padding: 0px 0px;
  position: relative;
}

@media all and (min-width: 769px) {
  .categories {
    padding: 0px 30px;
  }
}

@media all and (min-width: 900px) {
  .categories {
    padding: 0px 100px 0 50px;
  }
}

.categories__menu {
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: hidden;
  white-space: nowrap;
}

.categories__menu::-webkit-scrollbar {
  display: none;
}

.categories__menu > ul {
  padding: 0;
  margin: 0;
  line-height: 0;
  list-style: none;
  -webkit-padding-start: 0px;
  display: flex;
}

.categories__menu > ul > li {
  display: inline-table;
  line-height: 21px;
  padding: 0;
  border-right: 1px solid #f5f4f4;
  margin: 0;
  text-align: left;
}

.categories__menu > ul > li:last-child {
  border-right: 0;
}

.nav-prev {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f4f4;
  text-align: center;
  cursor: pointer;
  display: none;
}
.nav-next {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f4f4;
  text-align: center;
  display: none;
}

.categories__menu .fa-chevron-left,
.categories__menu .fa-chevron-right {
  vertical-align: middle;
  font-size: 2.2rem;
  margin: auto 0;
  padding: 0 15px;
}

@media all and (min-width: 600px) {
  .categories__menu > ul > li {
    border: none;
  }
}

.categories__menu > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 7px 20px;
  margin: 0;
  cursor: pointer !important;
  color: black;
  text-decoration: none;
}

@media all and (min-width: 600px) {
  .categories__menu > ul > li a {
    font-size: 1.4rem;
    padding: 10px 25px;
  }
}

@media all and (min-width: 1025px) {
  .categories__menu > ul > li a:hover {
    color: #fff;
    background: #ea0f77;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
  }
}

.categories__category__open {
  background: #ea0f77;
  color: #fff !important;
}

.categories__category i.fa-caret-down {
  font-size: 1.5rem;
  display: inline-block;
  padding: 2px 8px 0 8px;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
}

.categories__subcategories {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 1);
  display: none;
  position: absolute;
  padding: 5px 0;
  margin: 0px 0 0 0;
  min-width: 200px;
  z-index: 999;
  left: 0;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  max-height: 400px;
}

.categories__subcategories::-webkit-scrollbar {
  width: 5px;
}
.categories__subcategories::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.categories__subcategories::-webkit-scrollbar-thumb {
  background: #888;
}
.categories__subcategories::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.categories__subsubcategories {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  max-height: 300px;
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 1);
  display: none;
  position: absolute;
  padding: 5px 0;
  margin: 0px 0 0 0;
  z-index: 999;
  left: 0;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.categories__subsubcategories::-webkit-scrollbar {
  width: 5px;
}
.categories__subsubcategories::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.categories__subsubcategories::-webkit-scrollbar-thumb {
  background: #888;
}
.categories__subsubcategories::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.categories__subcategories li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(197, 193, 193, 0.8);
}

.categories__subcategories li:last-child {
  border-bottom: 0 !important;
}

.categories__subcategories a {
  font-size: 1.2rem !important;
  padding: 10px 25px !important;
  color: #000 !important;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin: 0;
  cursor: pointer !important;
  text-decoration: none;
  justify-content: space-between;
}
.categories__subcategories i.fa-caret-right {
  font-size: 1.3rem;
  display: inline-block;
  padding: 2px 0px 0 8px;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
}

.categories__subcategories a:hover {
  background: #ea0f77;
  padding: 10px 25px !important;
  color: #fff !important;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categories__subcategories__parent {
  font-weight: 600 !important;
}
.categories__subsubcategories li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(197, 193, 193, 0.8);
}

.categories__subsubcategories li:last-child {
  border-bottom: 0 !important;
}

.categories__subsubcategories a {
  font-size: 1.2rem !important;
  padding: 10px 25px !important;
  color: #000 !important;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin: 0;
  cursor: pointer !important;
  text-decoration: none;
}

.categories__subsubcategories a:hover {
  background: #ea0f77;
  padding: 10px 25px !important;
  color: #fff !important;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categories__subsubcategories__parent {
  font-weight: 600 !important;
}

.mbunder {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  border: none !important;
  left: 0;
  background-color: black;
  opacity: 0.8;
}

.owl-pagination {
  top: unset !important;
  bottom: 30px;
}

.owl-carousel {
  background: unset !important;
  margin: 0px 0 0 0 !important;
}

.owl-wrapper-outer {
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
body {
  margin: 80px 0 0 0 !important;
  background-color: #fff;
  position: relative;
}
@media all and (min-width: 501px) {
  body {
    margin-top: 86px !important;
  }
}
@media all and (min-width: 900px) {
  body {
    margin-top: 121px !important;
  }
}

#content {
  margin: 10px 10px !important;
  background: #fbfafa;
}

a:focus {
  outline: none !important;
}
@media all and (min-width: 550px) {
  #content {
    margin: 20px 20px !important;
  }
}
@media all and (min-width: 1000px) {
  #content {
    margin: 20px 50px 20px 50px !important;
  }
}

.col-sm-12 {
  width: unset !important;
  float: none !important;
}

.contactpage .col-sm-12 {
  width: 100% !important;
  float: left !important;
}
.contactpage #content {
  margin: 0 !important;
}

/* Carousel Slider for Brand Logos */
.carousel-slider {
  margin: 0;
  padding: 0;
}

.carousel {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.carousel .slide {
  scroll-snap-align: center;
}

.carousel-slider h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #f5f4f4;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-style: italic;
  margin-top: 40px;
}

.carousel-slider h2 span {
  background: #fff;
  padding: 0 10px;
}

@media all and (min-width: 769px) {
  .carousel-slider h2 {
    font-size: 2.4rem;
  }
}

@media all and (min-width: 1200px) {
  .carousel-slider h2 {
    font-size: 3.6rem;
  }
}

.carousel .slick-slide {
  margin: 0px 20px;
}

.carousel .slick-slide img {
  height: 20px;
  width: auto;
}

@media all and (min-width: 500px) {
  .carousel .slick-slide img {
    height: 25px;
  }
}
@media all and (min-width: 768px) {
  .carousel .slick-slide img {
    height: 35px;
  }
}
@media all and (min-width: 1200px) {
  .carousel .slick-slide img {
    height: 40px;
  }
}

.carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.carousel .slick-list:focus {
  outline: none;
}

.carousel .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.carousel .slick-slider .slick-track,
.carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.carousel .slick-track:before,
.carousel .slick-track:after {
  display: table;
  content: "";
}

.carousel .slick-track:after {
  clear: both;
}

.carousel .slick-loading .slick-track {
  visibility: hidden;
}

.carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.carousel [dir="rtl"] .slick-slide {
  float: right;
}

.carousel .slick-slide img {
  display: block;
}

.carousel .slick-slide.slick-loading img {
  display: none;
}

.carousel .slick-slide.dragging img {
  pointer-events: none;
}

.carousel .slick-initialized .slick-slide {
  display: block;
}

.carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.carousel .slick-arrow.slick-hidden {
  display: none;
}
.carousel .slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.carousel .slick-slider .slick-initialized {
  visibility: visible;
  opacity: 1;
}

/* New Footer  */
.newsletter {
  /* border-top: 2px solid #ea0f77; */
  border-bottom: 1px solid #ea0f77;
  background:  #ea0f77;
  position: relative;
}

@media all and (min-width: 769px) {
  .newsletter {
    border-top: 5px solid #ea0f77;
  }
}

.newsletter__container {
  padding: 10px 10px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "gridheading" "gridform";
}

@media all and (min-width: 500x) {
  .newsletter__container {
    padding: 10px 10px;
  }
}

@media all and (min-width: 769px) {
  .newsletter__container {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
  }
  .newsletter__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .newsletter__container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media all and (min-width: 1200px) {
  .newsletter__container {
    padding: 20px 20px;
  }
}

@media all and (min-width: 1400px) {
  .newsletter__container {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.newsletter__heading {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  font-style: italic;
  color: #fff;
  line-height: 1.8rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: gridheading;
}

@media all and (min-width: 769px) {
  .newsletter__heading {
    -ms-grid-column-align: start;
    justify-self: start;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 1200px) {
  .newsletter__heading {
    font-size: 1.8rem;
  }
}

@media all and (min-width: 1450px) {
  .newsletter__heading {
    font-size: 2rem;
  }
}

@media all and (min-width: 1800px) {
  .newsletter__heading {
    font-size: 2.4rem;
  }
}

.form {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: gridform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 10px 0 0 0;
  padding: 0;
}

@media all and (min-width: 769px) {
  .form {
    margin: 0;
  }
}

.form__envelope {
  display: inline-block;
  border: 1px solid #ea0f77;
  font-size: 1.4rem;
  padding: 7px;
  color: #ea0f77;
  background: #fff;
  border-radius: 6px 0 0 6px;
}

@media all and (min-width: 900px) {
  .form__envelope {
    font-size: 1.8rem;
    padding: 12px;
  }
}

@media all and (min-width: 1200px) {
  .form__envelope {
    font-size: 2.1rem;
    padding: 14px;
  }
}

.form__email {
  width: 160px;
  display: inline-block;
  border: 1px solid #ea0f77;
  font-size: 1.2rem;
  padding: 6px;
  /* background: #fff; */
  outline: none;
  border-radius: 0 !important;
  color: #000;
}

.form__email:focus {
  outline: none;
}

.form__email:active {
  outline: none;
}

@media all and (min-width: 450px) {
  .form__email {
    width: 200px;
  }
}

@media all and (min-width: 900px) {
  .form__email {
    width: 250px;
    font-size: 1.6rem;
    padding: 10px;
  }
}

@media all and (min-width: 1200px) {
  .form__email {
    width: 300px;
    font-size: 1.8rem;
    padding: 12px;
  }
}

@media all and (min-width: 1400px) {
  .form__email {
    width: 350px;
  }
}

.form__submit {
  display: inline-block;
  border: 1px solid #ea0f77;
  background: #fff;
  cursor: pointer;
  color: #ea0f77;
  padding: 6px;
  font-size: 1.2rem;
  border-radius: 0px 6px 6px 0;
}

.form__submit:focus {
  outline: none;
}

.form__submit:active {
  outline: none;
}

@media all and (min-width: 900px) {
  .form__submit {
    font-size: 1.6rem;
    padding: 10px;
  }
}

@media all and (min-width: 1200px) {
  .form__submit {
    font-size: 1.8rem;
    padding: 12px;
  }
}

.newsletter__response__container {
  position: absolute;
  top: 32px;
  left: 20vw;
  text-align: center;
}

@media all and (min-width: 450px) {
  .newsletter__response__container {
    left: 25vw;
    top: 22px;
  }
}

@media all and (min-width: 550px) {
  .newsletter__response__container {
    left: 35vw;
    top: 12px;
  }
}

@media all and (min-width: 769px) {
  .newsletter__response__container {
    left: 57vw;
    top: -15px;
  }
}

@media all and (min-width: 1200px) {
  .newsletter__response__container {
    left: 65vw;
    top: -10px;
  }
}

@media all and (min-width: 1650px) {
  .newsletter__response__container {
    left: 75vw;
  }
}

.newsletter__response__success {
  color: #fff;
  background: green;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1000;
}

@media all and (min-width: 450px) {
  .newsletter__response__success {
    font-size: 0.9rem;
    padding: 0 6px;
  }
}

@media all and (min-width: 769px) {
  .newsletter__response__success {
    line-height: 2.1rem;
  }
}

.newsletter__response__success:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid green;
  border-right: 10px solid transparent;
  border-top: 10px solid green;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.newsletter__response__error {
  color: #fff;
  border-radius: 5px;
  background: #ea0f77;
  padding: 0 5px;
  font-size: 0.1rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-align: center;
  z-index: 1000;
  position: relative;
}

@media all and (min-width: 450px) {
  .newsletter__response__error {
    font-size: 0.9rem;
    padding: 0 6px;
  }
}

@media all and (min-width: 769px) {
  .newsletter__response__error {
    line-height: 2.1rem;
  }
}

.newsletter__response__error:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #ea0f77;
  border-right: 10px solid transparent;
  border-top: 10px solid #ea0f77;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

#mc_embed_signup div.mce_inline_error {
  margin: 10px 0 0 30px !important;
  color: #ea0f77 !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  z-index: 1;
  text-align: center;
  position: absolute;
  bottom: -10px;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

@media all and (min-width: 500px) {
  #mc_embed_signup div.mce_inline_error {
    font-size: 1rem !important;
  }
}

@media all and (min-width: 769px) {
  #mc_embed_signup div.mce_inline_error {
    bottom: -7px;
    margin: 10px 0 0 20px !important;
  }
}

@media all and (min-width: 900px) {
  #mc_embed_signup div.mce_inline_error {
    bottom: -10px;
    margin: 10px 0 0 30px !important;
  }
}

@media all and (min-width: 1200px) {
  #mc_embed_signup div.mce_inline_error {
    bottom: -5px;
    margin: 10px 0 0 50px !important;
  }
}

#mc_embed_signup input.mce_inline_error {
  border: 2px solid #ea0f77 !important;
}

.footer__container {
  padding: 20px 0;
  overflow: hidden;
}

@media all and (min-width: 650px) {
  .footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px;
    grid-template-columns: 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px;
    justify-items: center;
  }
}

@media all and (min-width: 1100px) {
  .footer__container {
    padding: 20px 50px 10px 50px;
  }
}

@media all and (min-width: 650px) {
  .footer__item1 {
    grid-area: 1 / 2 / 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .footer__item2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1 / 4 / 2 / 5;
  }
  .footer__item3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 1 / 6 / 2 / 7;
  }
  .footer__item4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 1 / 8 / 2 / 9;
  }
}

.footer__heading {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 10px 50px 10px 50px;
  border-bottom: 1px solid #f5f4f4;
  color: #000;
}

@media all and (min-width: 650px) {
  .footer__heading {
    padding: 0;
    border: none;
    margin: 0;
    font-size: 1.8rem;
  }
}

@media all and (min-width: 769px) {
  .footer__heading {
    font-size: 2rem;
  }
}

@media all and (min-width: 1100px) {
  .footer__heading {
    font-size: 2.4rem;
  }
}

@media all and (min-width: 1800px) {
  .footer__heading {
    font-size: 2.8rem;
  }
}

.footer__heading__last {
  border-bottom: none;
}

.footer__heading:active,
.footer__heading:focus,
.footer__heading:visited {
  color: #ea0f77;
}

.footer__heading:after {
  content: "\02795";
  font-size: 1.6rem;
  color: #000;
  float: right;
  margin-left: 5px;
}

@media all and (min-width: 650px) {
  .footer__heading:after {
    content: "";
    display: block;
    width: 20px;
    border-bottom: 1px solid #ea0f77;
    padding: 0;
    float: none;
    margin: 0;
  }
}

@media all and (min-width: 769px) {
  .footer__heading:after {
    width: 30px;
  }
}

@media all and (min-width: 1800px) {
  .footer__heading:after {
    width: 40px;
  }
}

.footer__collapsible {
  color: #ea0f77;
  overflow: hidden;
}

@media all and (min-width: 650px) {
  .footer__collapsible {
    color: black;
  }
}

.footer__collapsible:after {
  content: "\2796";
  color: #ea0f77;
}

@media all and (min-width: 650px) {
  .footer__collapsible:after {
    content: "";
    display: block;
    width: 20px;
    border-bottom: 1px solid #ea0f77;
    padding: 0;
    float: none;
    margin: 0;
  }
}

@media all and (min-width: 769px) {
  .footer__collapsible:after {
    width: 30px;
  }
}

@media all and (min-width: 1800px) {
  .footer__collapsible:after {
    width: 40px;
  }
}

.footer__body {
  padding: 10px 50px 15px 50px;
  margin: 0;
  display: none;
  border-bottom: 1px solid #f5f4f4;
  overflow: hidden;
  outline: none;
}

@media all and (min-width: 650px) {
  .footer__body {
    display: block;
    padding: 0;
    border: none;
    margin: 10px 0 0 0;
  }
}

.footer__body__last {
  border-top: 1px solid #f5f4f4;
  border-bottom: none;
}

@media all and (min-width: 650px) {
  .footer__body__last {
    border: none;
  }
}

.footer__body__last a {
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 500;
  line-height: 4.5rem;
}

.footer__body__last a:hover {
  color: #ea0f77;
}

@media all and (min-width: 650px) {
  .footer__body__last a {
    font-size: 0.8rem;
  }
}

@media all and (min-width: 769px) {
  .footer__body__last a {
    font-size: 0.9rem;
  }
}

@media all and (min-width: 1100px) {
  .footer__body__last a {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

@media all and (min-width: 1800px) {
  .footer__body__last a {
    font-size: 2rem;
  }
}

.footer__body__last i {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  background: #ea0f77;
  font-size: 1rem;
}

@media all and (min-width: 650px) {
  .footer__body__last i {
    font-size: 0.8rem;
  }
}

@media all and (min-width: 769px) {
  .footer__body__last i {
    font-size: 1rem;
  }
}

@media all and (min-width: 1100px) {
  .footer__body__last i {
    font-size: 1.2rem;
  }
}

@media all and (min-width: 1800px) {
  .footer__body__last i {
    font-size: 1.6rem;
  }
}

.footer__body__last p {
  font-size: 1.2rem;
  display: inline;
  font-weight: 500;
  padding: 0;

  line-height: 4.5rem;
}

@media all and (min-width: 650px) {
  .footer__body__last p {
    font-size: 0.8rem;
  }
}

@media all and (min-width: 769px) {
  .footer__body__last p {
    font-size: 0.9rem;
  }
}

@media all and (min-width: 1100px) {
  .footer__body__last p {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

@media all and (min-width: 1800px) {
  .footer__body__last p {
    font-size: 2rem;
  }
}

.footer__body__text {
  list-style: none;
  font-size: 1.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 0 10px;
  color: rgba(0, 0, 0, 1);
}

.footer__body__text a:hover {
  color: #ea0f77;
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: none;
}

@media all and (min-width: 650px) {
  .footer__body__text {
    margin: 0;
    font-size: 0.8rem;
  }
}

@media all and (min-width: 769px) {
  .footer__body__text {
    font-size: 0.9rem;
  }
}

@media all and (min-width: 1100px) {
  .footer__body__text {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

@media all and (min-width: 1800px) {
  .footer__body__text {
    font-size: 2rem;
  }
}

.footer__body__social {
  display: inline;
  margin: 0 0 0 10px;
}

.footer__body__social .facebook svg,
.footer__body__social .instagram svg {
  padding: 0px;
  text-decoration: none;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  margin: 0 3px 0 0;
}

@media all and (min-width: 650px) {
  .footer__body__social .facebook svg,
  .footer__body__social .instagram svg {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

@media all and (min-width: 769px) {
  .footer__body__social .facebook svg,
  .footer__body__social .instagram svg {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }
}

@media all and (min-width: 1100px) {
  .footer__body__social .facebook svg,
  .footer__body__social .instagram svg {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

@media all and (min-width: 1800px) {
  .footer__body__social .facebook svg,
  .footer__body__social .instagram svg {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
}

.footer__body__social .instagram svg {
  margin: 0 0 0 3px;
}

.footer__payment__logos {
  display: -ms-flexbox !important;
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #f5f4f4;
  -ms-grid-columns: (auto) [6];
  grid-template-columns: repeat(6, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.footer__payment__item6 img {
  width: 50px;
  margin-right: 10px;
}

@media all and (min-width: 550px) {
  .footer__payment__item6 img {
    width: 60px;
  }
}

@media all and (min-width: 769px) {
  .footer__payment__item6 img {
    width: 70px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item6 img {
    width: 80px;
  }
}

.footer__payment__item2 img {
  width: 40px;
  margin-right: 10px;
}

@media all and (min-width: 769px) {
  .footer__payment__item2 img {
    width: 50px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item2 img {
    width: 60px;
  }
}

.footer__payment__item3 img {
  width: 45px;
  margin-right: 10px;
}

@media all and (min-width: 769px) {
  .footer__payment__item3 img {
    width: 60px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item3 img {
    width: 70px;
  }
}

.footer__payment__item4 img {
  width: 40px;
  margin-right: 10px;
}

@media all and (min-width: 550px) {
  .footer__payment__item4 img {
    width: 50px;
  }
}

@media all and (min-width: 769px) {
  .footer__payment__item4 img {
    width: 60px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item4 img {
    width: 80px;
  }
}

.footer__payment__item5 img {
  width: 35px;
  margin-right: 5px;
}

@media all and (min-width: 550px) {
  .footer__payment__item5 img {
    width: 40px;
  }
}

@media all and (min-width: 769px) {
  .footer__payment__item5 img {
    width: 50px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item5 img {
    width: 60px;
  }
}

.footer__payment__item1 img {
  width: 55px;
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 360px) {
  .footer__payment__item1 img {
    width: 60px;
    margin-right: 20px;
  }
}
@media all and (min-width: 550px) {
  .footer__payment__item1 img {
    width: 70px;
  }
}

@media all and (min-width: 769px) {
  .footer__payment__item1 img {
    width: 80px;
  }
}

@media all and (min-width: 1300px) {
  .footer__payment__item1 img {
    width: 90px;
  }
}

.bottom__bar {
  background: #fff;
  position: relative;
}

.bottom__bar__copyright {
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #f7f4f4;
  border-bottom: 1px solid #ea0f77;
  padding: 5px 0px 5px 0px;
}

.bottom__bar a,
.bottom__bar p {
  color: rgba(0, 0, 0, 1) !important;
}

@media all and (min-width: 500px) {
  .bottom__bar__copyright {
    text-align: center;
    padding: 7px 0 7px 0px;
  }
}

@media all and (min-width: 1100px) {
  .bottom__bar__copyright {
    padding: 10px 0 10px 0px;
  }
}

.bottom__bar__copyright p,
.bottom__bar__copyright a {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

@media all and (min-width: 769px) {
  .bottom__bar__copyright p,
  .bottom__bar__copyright a {
    font-size: 1rem;
  }
}
@media all and (min-width: 1100px) {
  .bottom__bar__copyright p,
  .bottom__bar__copyright a {
    font-size: 1.4rem;
  }
}

.bottom__bar__copyright p:active,
.bottom__bar__copyright p:focus,
.bottom__bar__copyright p:visited,
.bottom__bar__copyright a:active,
.bottom__bar__copyright a:focus,
.bottom__bar__copyright a:visited {
  color: #ea0f77;
}

.bottom__bar a:hover {
  color: var(--primary-color) !important;
}

/* Mobile Header  */
.catmenuheading {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

h2#mbcatheading {
  font-size: 14px;
  color: var(--primary-color);
}

.thumbnail > img,
.thumbnail a > img {
  width: 250px;
}

.menu-bar {
  padding: 7px 20px 7px 0;
  text-align: left;
  position: relative;
  border-top: 1px solid #f5f4f4;
}

.menu-bar a {
  color: var(--secondary-color);
  font-size: 15px;
  padding: 9px 20px;
  font-weight: 500;
}
.menu-bar a:hover {
  color: var(--primary-color);
}

@media all and (min-width: 1300px) {
  .menu-bar a {
    font-size: 1.8rem;
  }
}
.menu-bar-items {
  list-style: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 !important;
}

a.menu-bar-items {
  display: inline-block;
}

.dropdown_cats,
.dropdown_subcats,
.dropdown_subsubcats {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 3;
  background-color: #fff;
  left: -300px;
  border-top: 1px solid #f5f4f4;
  border-right: 2px solid #f5f4f4;
  border-bottom: 1px solid var(--primary-color);
  overflow-y: auto !important;
  max-width: 300px;
  transition: all 300ms ease 0s !important;
  padding-bottom: 50px !important;
}
.dropdown_cats::-webkit-scrollbar,
.dropdown_subcats::-webkit-scrollbar,
.dropdown_subsubcats::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.dropdown_cats::-webkit-scrollbar-thumb,
.dropdown_subcats::-webkit-scrollbar-thumb,
.dropdown_subsubcats::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
  -box-shadow: 0 0 1px #ddd;
  -webkit-box-shadow: 0 0 1px #ddd;
}

.dropdown_cats::-webkit-scrollbar-corner,
.dropdown_subcats::-webkit-scrollbar-corner,
.dropdown_subsubcats::-webkit-scrollbar-corner {
  background-color: transparent;
}
.dropdown_cats a,
.dropdown_subcats a,
.dropdown_subsubcats a {
  padding: 10px 12px;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--secondary-color);
  display: block;
  transform: 0.6s !important;
  border-bottom: 1px solid #f5f4f4;
}

.dropdown_cats a:hover,
.dropdown_subcats a:hover,
.dropdown_subsubcats a:hover {
  color: var(--primary-color);
  border-left: 3px solid var(--primary-color);
  background: #ec1d2410;
}

.dropdown_cats a.allcats,
.dropdown_subcats a.allcats,
.dropdown_subsubcats a.allcats {
  color: var(--primary-color);
  padding: 20px 10px;
  font-size: 1.3rem;
  border-bottom: 2px solid #f5f4f4;
}

.dropdown_cats a.allcats:hover,
.dropdown_subcats a.allcats:hover,
.dropdown_subsubcats a.allcats:hover {
  color: var(--primary-color);
  border-left: 0;
  background: none;
}

.bodyoverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.alert {
  margin: 20px 20px 0 20px;
}
.menu-bar a.catmenuopen {
  color: var(--primary-color) !important;
}

.productcarousel__container {
  margin: 10px 10px;
  position: relative;
}

.productcarousel #content {
  all: unset;
}
@media all and (min-width: 768px) {
  .productcarousel__container {
    margin: 20px 10px;
    position: relative;
  }
}
@media all and (min-width: 900px) {
  .productcarousel__container {
    margin: 50px 20px;
    position: relative;
  }
}
.productcarousel__heading {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #f5f4f4;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-style: normal;
  margin-top: 40px;
  color: var(--secondary-color);
}
.productcarousel__viewall {
  font-size: 1rem;
  font-weight: 500;
  float: right;
  font-style: normal;
}

.productcarousel__heading span {
  background: #fff;
  padding: 0 10px;
}

.productcarousel__featured,
.productcarousel__newarrivals,
.productcarousel__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.productcarousel__product {
  width: max-content;
  position: relative;
  max-width: 170px;
}

.nav-prev-products,
.nav-next-products,
.nav-next-newarrivals,
.nav-prev-newarrivals,
.nav-next-promo,
.nav-prev-promo {
  background: rgba(240, 240, 240, 0.8);
  border: 0.2px solid rgb(204, 202, 202);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgb(77 77 79 / 8%),
    0 0 2px 0 rgb(77 77 79 / 16%);
  box-shadow: 0 2px 2px 0 rgb(77 77 79 / 8%), 0 0 2px 0 rgb(77 77 79 / 16%);
  cursor: pointer;
  height: 25px;
  outline: none;
  position: absolute;
  top: 40%;
  width: 25px;
  z-index: 1;
  text-align: center;
}
.nav-prev-products,
.nav-prev-newarrivals,
.nav-prev-promo {
  left: -5px;
  display: none;
}
.nav-next-products,
.nav-next-newarrivals,
.nav-next-promo {
  right: -5px;
  display: none;
}

@media all and (min-width: 769px) {
  .productcarousel__heading {
    font-size: 2.4rem;
  }
  .productcarousel__viewall {
    font-size: 1.4rem;
  }
  .productcarousel__product {
    max-width: 210px;
  }
  .nav-prev-products,
  .nav-prev-newarrivals,
  .nav-prev-promo {
    left: -10px;
  }
  .nav-next-products,
  .nav-next-newarrivals,
  .nav-next-promo {
    right: -10px;
  }
}

@media all and (min-width: 1300px) {
  .productcarousel__heading {
    font-size: 3rem;
  }
  .productcarousel__viewall {
    font-size: 1.4rem;
  }
  .productcarousel__product {
    max-width: 250px;
  }
}
.nav-prev-products i.fa-chevron-left,
.nav-next-products i.fa-chevron-right,
.nav-prev-newarrivals i.fa-chevron-left,
.nav-next-newarrivals i.fa-chevron-right,
.nav-prev-promo i.fa-chevron-left,
.nav-next-promo i.fa-chevron-right {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 1;
  color: rgba(77, 77, 79, 0.8);
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}

.productcarousel__featured::-webkit-scrollbar,
.productcarousel__newarrivals::-webkit-scrollbar,
.productcarousel__promo::-webkit-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  display: none; /* Safari and Chrome */
  width: 0;
  height: 0;
}

.img-responsive {
  width: 130px !important;
}

@media all and (min-width: 768px) {
  .img-responsive {
    width: 180px !important;
  }
}
@media all and (min-width: 1200px) {
  .img-responsive {
    width: 230px !important;
  }
}

@media all and (max-width: 899px) {
  .mbcatall {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6fr;
    grid-template-columns: 1fr 6fr;
  }
}

@media all and (min-width: 900px) {
  #mbCatBack {
    display: none;
  }
}
@media all and (max-width: 1165px) {
  .categories__dropdown {
    display: none;
  }
}

@media all and (min-width: 1166px) {
  .categories__dropdown__tablet {
    display: none;
  }
}

/* MJ New Cart Page */
.cart__product__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8rem;
  background: #fff;
  border: 1px solid #dddddd;
  position: relative;
  justify-items: center;
}
.cart__product__container .btn {
  margin-bottom: 0;
}
.cart__remove {
  position: absolute;
  top: 3px;
  right: 5px;
  color: red;
  cursor: pointer;
}
.cart__remove > i {
  font-size: 2rem;
}
.cart__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1 / 1 / 2 / 4;
  padding: 5px 0 5px 5px;
}
.cart__details {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-area: 1 / 4 / 2 / 11;
  margin-left: 10px;
  -ms-grid-column-align: start;
  justify-self: start;
}
.cart__bonus {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 3 / 3 / 4 / 5;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart__price {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3 / 1 / 4 / 3;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart__qty {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-area: 3 / 5 / 4 / 10;
  margin: 0;
  min-width: 100px;
  margin-bottom: 5px;
}
.cart__total {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-area: 3 / 10 / 4 / 12;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cart__seperator {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: 2 / 1 / 3 / 12;
  margin: 5px 0;
  border-top: 1px solid #f5f4f4;
  width: 100%;
}
.cart__add {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-area: 1 / 8 / 2 / 12;
  font-size: 1.2rem;
}
.cart__amount {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-area: 1 / 8 / 2 / 12;
  -ms-grid-row-align: end;
  align-self: end;
}

.cart__image .img-thumbnail {
  width: 80px;
}

.cart__name {
  font-size: 1.1rem;
  margin-right: 10px;
  color: var(--primary-color);
}
.cart__code,
.cart__onhand {
  font-size: 1rem;
}

@media all and (min-width: 380px) {
  .cart__price,
  .cart__bonus,
  .cart__total {
    font-size: 1rem;
  }
  .cart__price {
    margin-left: 5px;
  }
}
@media all and (min-width: 500px) {
  .cart__functions {
    font-size: 1.4rem;
  }
  .cart__price {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3 / 1 / 4 / 4;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.8rem;
  }
  .cart__bonus {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 3 / 4 / 4 / 6;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .cart__qty {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-area: 3 / 6 / 4 / 9;
  }
  .cart__total {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-area: 3 / 9 / 4 / 12;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .cart__amount {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-area: 1 / 7 / 2 / 9;
    font-size: 1.5rem;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cart__add {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 1 / 10 / 2 / 12;
  }
  .cart__code,
  .cart__onhand {
    font-size: 1.2rem;
  }
  .cart__name {
    font-size: 1.3rem;
  }
}
@media all and (min-width: 768px) {
  .cart__remove {
    left: 10px;
    top: 40%;
    right: unset;
  }
  .mobile-br {
    display: none;
  }
  .cart__seperator {
    display: none;
  }
  .cart__product__container {
    line-height: 2.4rem;
    padding: 5px;
  }
  .cart__remove > i {
    font-size: 2.6rem;
  }
  .cart__name {
    font-size: 1.6rem;
    margin-right: 0;
  }
  .cart__code {
    font-size: 1.4rem;
  }
  .cart__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 4 / 3;
    margin-left: 40px;
  }
  .cart__details {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-area: 1 / 3 / 4 / 8;
    padding-right: 10px;
  }
  .cart__qty {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-area: 1 / 8 / 4 / 10;
    margin: 0 50px 0 20px;
  }
  .cart__price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 2 / 10 / 3 / 12;
    text-align: left;
  }
  .cart__bonus {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 1 / 10 / 2 / 12;
    text-align: left;
  }
  .cart__total {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 3 / 10 / 4 / 12;
    font-size: 1.6rem;
    text-align: left;
  }
  .cart__amount {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-area: 2 / 7 / 3 / 9;
    font-size: 1.5rem;
  }
  .cart__add {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-area: 2 / 10 / 3 / 12;
  }
}

.cart__functions {
  margin: 10px 0 40px 0;
  display: inline-block;
  font-size: 0.9rem;
}

.cart__empty {
  margin-left: 20px;
  color: red;
}

.cart__print {
  color: #0c7297;
  margin-left: 20px;
}
.cart__print:hover {
  color: #0c7297;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.cart__quote {
  margin-left: 20px;
  color: green;
}
.cart__quote:hover {
  color: green;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.cart__totals {
  background: #fff;
}

@media all and (min-width: 768px) {
  .cart__functions {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
}

.btn-success {
  background: green;
}

.product-counts {
  font-size: 0.8rem;
  margin-left: 3px;
  color: rgb(126, 123, 123);
  display: inline-block;
  vertical-align: super;
}

.suggest {
  position: fixed;
  z-index: 4;
  background: white;
  border: 1px solid #f5f4f4;
  border-radius: 4px;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  margin-top: -5px;
}

#search-suggest {
  width: 450px;
  overflow-y: auto!important;
  min-height: max-content;
}

.suggest-active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media all and (max-width: 1050px) {
  #search-suggest {
      width: 350px;
      overflow-y: scroll;
      min-height: max-content;  }
}

@media all and (max-width: 920px) {
  #search-suggest {
      width: 290px;
      overflow-y: scroll;
  }
}

.search-suggest-item {
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #f5f4f4;
}

#suggest-loader {
  position: absolute;
  z-index: 4;
  background: white;
}

#search-suggest::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#search-suggest::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}

#search-suggest::-webkit-scrollbar-corner {
  background-color: transparent;
}

#search-suggest::-webkit-scrollbar-track {
  background-color: transparent !important;
}

#suggest-loader {
  position: absolute;
  z-index: 4;
  background: white;
  padding: 0px;
  margin: 10px 5px 5px -55px;
  color: rgba(102, 175, 233, 1);
}

#suggest-clear {
  position: absolute;
  z-index: 4;
  background: white;
  padding: 0px;
  margin: 10px 5px 5px -70px;
  color: rgba(102, 175, 233, 1);
}

#search-suggest::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#search-suggest::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}

#search-suggest::-webkit-scrollbar-corner {
  background-color: transparent;
}

#search-suggest::-webkit-scrollbar-track {
  background-color: transparent !important;
}


/* mB */

.suggest-mb {
  position: fixed;
  z-index: 4;
  background: white;
  border: 1px solid #f5f4f4;
  border-radius: 4px;
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  width: -webkit-calc(100% - 31px);
  width: -moz-calc(100% - 31px);
  width: calc(100% - 31px);
}

#search-suggest-mb {
  overflow-y: auto!important;
  min-height: max-content;
}

.suggest-active-mb {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.search-suggest-item-mb {
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #f5f4f4;
}

#suggest-loader-mb {
  position: absolute;
  z-index: 4;
  background: white;
  color: rgba(102, 175, 233, 1);
}

#suggest-clear-mb {
  position: absolute;
  z-index: 4;
  background: white;
  padding: 0px;
  margin: 10px 5px 5px -70px;
  color: rgba(102, 175, 233, 1);
  ;
}

#search-suggest-mb::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#search-suggest-mb::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}

#search-suggest-mb::-webkit-scrollbar-corner {
  background-color: transparent;
}

#search-suggest-mb::-webkit-scrollbar-track {
  background-color: transparent !important;
}

#suggest-loader-mb {
  position: absolute;
  z-index: 4;
  background: white;
  padding: 0px;
  margin: 10px 5px 5px -55px;
}

#search-suggest-mb::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#search-suggest-mb::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ddd;
}

#search-suggest-mb::-webkit-scrollbar-corner {
  background-color: transparent;
}

#search-suggest-mb::-webkit-scrollbar-track {
  background-color: transparent !important;
}

.page-content {
	height: 100%;
}

/* loader css starts from here */
.loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
  opacity: 0.8;
	display: flex;
  justify-content: center;
  align-items: center;
}

.loader .loader-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #grey;
	display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: width .5s, height 1s; /* For Safari 3.1 to 6.0 */
  transition: width .5s, height 1s;
}

.loader.success .loader-inner,
.loader.error .loader-inner {
	width: 300px;
    height: 210px;
    border-radius: 5px;
}

.loader .loader-inner .loading-box {
	text-align: center;
	width: 100%;
    padding: 2em;
}

.loader .loader-inner .loading-box .loader-message {
	padding: 1em 0;
	color: white;
}

.loader .loader-inner .loading-box  button {
    outline: none;
    border: 1px solid white;
    padding: .8em 2em;
    color: white;
    border-radius: 2px;
}

.loader .loader-inner .loading-box  button.cancel {
    background-color: #444;
}

.loader .loader-inner .loading-box  button.done,
.loader .loader-inner .loading-box  button.retry {
    background-color: #f17f7f;
}

.loader .loader-inner .loading-box .circular-loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #444; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    transition: all .5s ease-out;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner .loading-box  .loader-result-control {
	display: flex;
	justify-content: center;
}

.loader.error  .loader-inner .loading-box  .loader-result-control {
	justify-content:space-between;
}

.loader.error .loader-inner .loading-box  button.done {
	display: none;
}

.loader.error .loader-inner .loading-box  button.cancel,
.loader.error .loader-inner .loading-box  button.retry {
	display: block;
}

.loader.success .loader-inner .loading-box  button.done {
	display: block;
}

.loader.success .loader-inner .loading-box  button.cancel,
.loader.success .loader-inner .loading-box  button.retry {
	display: none;
}

.loader .loader-inner .loading-box  button.cancel,
.loader .loader-inner .loading-box  button.retry,
.loader .loader-inner .loading-box  button.done {
	display: none;
}

.loader.error .loader-inner .loading-box .circular-loader {
	border-top: 3px solid #f3f3f3; 
	animation: none;
}

.loader .loader-inner .loading-box .circular-loader:before,
.loader .loader-inner .loading-box .circular-loader:after {
	content: '';
	height: 0px;
  width: 0px;
	background-color: white;
  position: absolute;
  -webkit-transition: height .5s; /* For Safari 3.1 to 6.0 */
  transition: height .5s;
}

/* for error */
.loader.error .loader-inner .loading-box .circular-loader:before,
.loader.error .loader-inner .loading-box .circular-loader:after,
.loader.success .loader-inner .loading-box .circular-loader:before,
.loader.success .loader-inner .loading-box .circular-loader:after {
    height: 30px;
    width: 3px;
    border-radius: 3px;
}

.loader.error .loader-inner .loading-box .circular-loader:before {
    transform: rotate(50deg);
}

.loader.error .loader-inner .loading-box .circular-loader:after {
	transform: rotate(130deg);
}

/* for success */
.loader.success .loader-inner .loading-box .circular-loader {
	border: 3px solid #aff5b2; 
	animation: none;
}

.loader.success .loader-inner .loading-box .circular-loader:before {
	transform: rotate(38deg);
}

.loader.success .loader-inner .loading-box .circular-loader:after {
	transform: rotate(130deg);
}

.loader.success .loader-inner .loading-box .circular-loader:before,
.loader.success .loader-inner .loading-box .circular-loader:after {
	background-color: #aff5b2;
}
.loader.success .loader-inner .loading-box .circular-loader:after {
    left: 11px;
    height: 10px;
    bottom: 12px
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media all and (min-width: 769px) {
  textarea.form-control {
  
    padding-bottom: 50px !important;
  
  }
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbarWL {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbarWL.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbarC {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbarC.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbarLO {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbarLO.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
     bottom: 0;
      opacity: 0;
 }
  to {
     bottom: 30px;
      opacity: 1;
 }
}
@keyframes fadein {
  from {
     bottom: 0;
      opacity: 0;
 }
  to {
     bottom: 30px;
      opacity: 1;
 }
}
@-webkit-keyframes fadeout {
  from {
     bottom: 30px;
      opacity: 1;
 }
  to {
     bottom: 0;
      opacity: 0;
 }
}
@keyframes fadeout {
  from {
     bottom: 30px;
      opacity: 1;
 }
  to {
     bottom: 0;
      opacity: 0;
 }
}

.imgnav{
  margin-top:-125px!important;
}

/*Product Image Arrows*/
.nav-prev-img, .nav-next-img {
  background: rgba(240, 240, 240, 0.8);
  border: 0.2px solid rgb(204, 202, 202);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgb(77 77 79 / 8%), 0 0 2px 0 rgb(77 77 79 / 16%);
  box-shadow: 0 2px 2px 0 rgb(77 77 79 / 8%), 0 0 2px 0 rgb(77 77 79 / 16%);
  cursor: pointer;
  height: 25px;
  outline: none;
  position: absolute;
  top: 30%;
  width: 25px;
  z-index: 1;
  text-align: center;
}

.nav-prev-img {
  left: 15px;
}

.nav-next-img {
  right: 15px;
}

@media all and (min-width: 769px) {
  .nav-prev-img {
      left: 30px;
  }
  .nav-next-img {
      right: 30px;
  }
}

.nav-prev-img i.fa-chevron-left,
.nav-next-img i.fa-chevron-right {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 1;
  color: rgba(77, 77, 79, 0.8);
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}