/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* :root {
   --primary-color;
  --accent-color: yellowgreen;
  --secondary-color: greenyellow;
  --dark-text: #646464;
  --light-bg: #fff;
  --light-gray: #efefef;
  ---footer_color: #b40f0f;
  --text_on_footer_color: #fff;
} */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: var(--primary-color) !important;
  color: var(--text-on-primary-color) !important;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Muli", sans-serif;
  background-color: #fff;
}

a {
  color: #646464;
  text-decoration: none;
}
a:hover {
  color: #646464;
  text-decoration: none;
}

@font-face {
  font-family: "Muli-Regular";
  src: url("../font/Muli-Regular.eot");
  src: url("../font/Muli-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Muli-Regular.svg#Muli-Regular") format("svg"),
    url("../font/Muli-Regular.woff") format("woff"),
    url("../font/Muli-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
.top-tabs a {
  font-size: 1rem;
  font-weight: bold;
}
.top-tabs a:hover {
  color: var(--primary-color) !important;
}
.top-tabs a.active {
  color: var(--primary-color) !important;
}
.top-tabs .list-group-item {
  border: 2px solid var(--primary-color) !important;
  border-top-width: 2px !important;
  border-bottom-width: 0;
  border-radius: 0;
  border-bottom-left-radius: 0 !important;
}

#allBrandList li a {
  font-weight: bold !important;
  word-spacing: 2px;
  font-size: 13px;
}
#allBrandList .list-group-item {
  padding: 0.35rem 1.25rem !important;
}
.auth-list .dropdown-menu {
  border: 2px solid var(--primary-color) !important;
  border-radius: 0;
}
.auth-list a {
  position: relative;
  color: #646464;
  text-decoration: none;
}
.auth-list a i {
  color: var(--primary-color) !important;
  font-size: 1.5rem;
  margin-right: 0.25rem;
}
.auth-list a.dropdown-toggle {
  padding: 1.25rem 0;
}
.auth-list a.dropdown-toggle::after {
  margin-left: 0.255em;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.auth-list a span.cart-items-count {
  position: absolute;
  top: -0.93rem;
  right: -0.375rem;
  font-size: 0.625rem;
  background-color: #646464;
  padding: 4px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
}

.main-header {
  background-color: #fff;
  border-bottom: 2px solid var(--primary-color) !important;
  padding: 1rem 1rem 0;
}

.search-cont {
  border-bottom: 1px solid #efefef;
}

.main-search {
  min-width: 350px;
  max-width: 100%;
}
@media (max-width: 375px) {
  .main-search {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .main-search {
    margin: 0.75rem 0 0;
  }
}
.main-search .form-control {
  border: 2px solid var(--primary-color) !important;
}
.main-search .btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  font-weight: bold;
}
.main-search .btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.main-search .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.main-search .btn-success:focus {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  box-shadow: none;
}
.main-search .loginBtn {
  margin: 0 0.875rem;
}
@media (max-width: 575px) {
  .main-search .loginBtn {
    margin: 0.7rem 0.7rem 0 0;
  }
}
.registerBtn a {
  text-decoration: none;
  color: #fff;
  background-color: var(--primary-color) !important;
}

.btn-secondary {
  color: var(--text-on-secondary-color) !important;
  background-color: var(--primary-color) !important;
}

.btn-secondary:hover {
  color: var(--text-on-secondary-color) !important;
  background-color: var(--secondary-color) !important;
}

@media (max-width: 575px) {
  .main-search .registerBtn {
    margin: 0.7rem 0 0 0;
  }
}

.loginBtn .btn-light {
  color: #646464;
  background-color: #efefef;
  border-color: #d2d6d7;
}

.total-orders {
  font-size: 1rem;
  color: var(--primary-color) !important;
  font-weight: bold;
  text-align: center;
  /* border-right: 2px solid #646464; */
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .total-orders {
    display: none;
  }
}
.total-orders:last-child {
  border-right: none;
}
.total-orders span {
  display: block;
  font-size: 0.875rem;
  color: #646464;
  font-weight: normal;
}

.main-menu > ul {
  position: relative;
}
.main-menu > ul > li > a {
  display: block;
  padding: 0.75rem 2rem 0.75rem 0;
  font-size: 13px;
}
.main-menu > ul > li:hover .megamenu-wrapper {
  display: block;
}
.main-menu > ul > li.list-inline-item > a {
  position: relative;
}
.brandHeading {
  cursor: pointer;
}
.downIcon {
  float: right;
}
.main-menu > ul > li.list-inline-item > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  height: 0.5rem;
  width: 0.5rem;
  border-right: 1px solid #5e6e82;
  border-bottom: 1px solid #5e6e82;
  top: 22px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main-menu > ul > li.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.megamenu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 2px solid var(--primary-color) !important;
  background-color: #ffffff;
  padding: 0.5rem 1rem 1.5rem;
  z-index: 99;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.megamenu-wrapper ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  background-color: #fff;
}
.megamenu-wrapper ul li {
  flex-basis: 12%;
  margin: 0.2rem 1rem;
  position: relative;
}
.megamenu-wrapper ul li:before {
  border-right: 2px solid var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: -20px;
  position: absolute;
  top: 8px;
  background-color: var(--primary-color) !important ;
}

.megamenu-column > a {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-color) !important;
}
.megamenu-column ul li a {
  padding: 0.3125rem 0 0 1rem;
}
.megamenu-wrapper ul li a {
  font-size: 14px;
  font-weight: bold;
}

.megamenu-column {
  flex-basis: 20%;
  margin: 1rem 1rem 0;
}

.mobile-menu .navbar {
  padding: 0.5rem 0 0;
}
.mobile-menu .navbar i.fa-bars {
  font-size: 1.5rem;
}
.mobile-menu .navbar-toggler {
  padding: 0;
  border: 0px solid transparent;
  border-radius: 0;
}

.mob-offers-list a {
  display: block;
  padding: 0.25rem 0;
  color: #fff;
}

.mob-cats a {
  display: block;
  padding: 0.25rem 0;
  color: #fff;
}
.mob-cats a.dropdown-arrow {
  display: block;
  position: relative;
  color: #fff;
}
.mob-cats a.dropdown-arrow[aria-expanded="true"]:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.mob-cats a.dropdown-arrow + div {
  padding: 0 0 0 0.85rem;
}
.mob-cats a.dropdown-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  height: 0.7rem;
  width: 0.7rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.mobile-categories {
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 99999;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.5s;
  display: block !important;
  background-color: rgba(0, 0, 0, 0.75);
}

.mobile-menu-close {
  float: right;
}
.mobile-menu-close a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  margin: 1rem;
}

.mobile-categories-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 998;
  transition: all 0.5s;
}

footer {
  background-color: var(--footer_color) !important;
}
footer h5 {
  color: var(--text_on_footer_color) !important;
}
footer a {
  color: var(--text_on_footer_color) !important;
  /* text-decoration: underline; */
  font-size: 0.875rem;
}
footer a:hover {
  text-decoration: none;
  /* color: #fff; */
}
footer li {
  margin: 0.5rem 0;
}
footer li.social-icons i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.copyright-bar {
  background-color: rgb(38, 31, 31);
  color: #eee !important;
}

.slider-wrapper {
  background-color: #fff;
  padding: 1rem 0 0.5rem;
  margin: 1rem 0;
}
.slider-wrapper .item-title {
  margin: 0 0.875rem;
}

.best-seller-title {
  position: relative;
}
.best-seller-title h5 {
  display: inline-block;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 0 1rem;
  font-weight: bold;
}
.best-seller-title span {
  position: absolute;
  z-index: 99;
  height: 1px;
  background-color: #a2a2a2;
  top: 0.75rem;
}

.daily-consumable {
  margin: 1.5rem 0 0.5rem;
}

.add-to-cart-btn .btn-success {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.add-to-cart-btn .btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.add-to-cart-btn .btn-success.focus,
.add-to-cart-btn .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 193, 28, 0.5);
}
.add-to-cart-btn .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 193, 28, 0.5);
}

.item-imglink a {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  margin: 0 auto;
}
.item-imglink a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  /* border: 1px solid #a2a2a2; */
  padding: 0.625rem;
}

.item-title a {
  font-size: 0.875rem;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 1rem;
  background: var(--primary-color) !important;
}

.work-wrapper p {
  margin-bottom: 0;
}

.login-wrapper {
  background-color: #fff;
  border: 2px solid var(--primary-color) !important;
  border-radius: 0.625rem;
}
.login-wrapper a.forgot-password {
  text-decoration: underline;
}
.login-wrapper a.forgot-password:hover {
  text-decoration: none;
}
.login-wrapper form {
  max-width: 510px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}
.login-wrapper .btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.login-wrapper .btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.login-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.login-wrapper .btn-success:focus {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  box-shadow: none;
}

/*# sourceMappingURL=main.css.map */
/*Tayyab css*/
body {
  font-family: "Poppins";
  font-size: 15px;
}

.listing .listing-img {
  width: 170px !important;
  height: 170px !important;
}
.listing .prod-name {
  font-size: 12px !important;
  font-weight: bold;
}
#breadCrumbsDiv {
  /* position: relative;
  bottom: 40px; */
  /* border-bottom: 2px solid black; */
  background-color: var(--secondary-color) !important;
  width: 99%;
  margin: auto;
  padding: 5px;
  border-radius: 3px;
}
.breadCrumbs {
  margin-left: 20px;
  color: #000;
}

.btn-outline-warning {
  background-color: var(--secondary-color) !important;
  color: var(--text_on_secondary_color) !important;
  border-color: var(--secondary-color) !important;
}

.qty-selector input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.qty-selector input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.qty-selector input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qty-selector {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.qty-selector input[type="button"] {
  background-color: #eeeeee;
  min-width: 25px;
  width: auto;
  transition: all 300ms ease;
}

.qty-selector .button-minus,
.qty-selector .button-plus {
  font-weight: bold;
  /* height: 10px; */
  padding: 0;
  width: 25px;
  position: relative;
}
.qty-selector .button-minus {
  position: relative;
  right: 3px;
}
.qty-selector .button-plus {
  position: relative;
  left: 3px;
}
@media (max-width: 494px) {
  .qty-selector .my-qty-manager .button-minus {
    position: relative;
    bottom: 5px;
  }
  .qty-selector .my-qty-manager .button-plus {
    position: relative;
    bottom: 19px;
    left: -3px !important;
  }
}
@media (max-width: 430px) {
  .qty-selector .my-qty-manager .button-minus {
    position: relative;
    left: 22px;
  }
  .qty-selector .my-qty-manager .button-plus {
    position: relative;

    left: 22px !important;
    top: 5px;
  }
}
.qty-selector .quantity-field {
  position: relative;
  top: 1px;
  height: 35px;
  /* left: -6px; */
  text-align: center;
  width: 70px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

/* .qty-selector .button-plus {
  left: -13px;
} */

.qty-selector input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.qty-selector input[type="button"]:hover {
  background-color: #ffc107;
}

.owl-prev,
.owl-next {
  background-color: var(--primary-color) !important ;
}
.refreshIcon {
  cursor: pointer;
}
.brandList {
  background-color: var(--primary-color) !important;
}

/*View cart */
.cartHeading {
  background-color: rgba(0, 0, 0, 0.03);
}
.cartHeading p {
  font-weight: bold;
  text-transform: uppercase;
}
.cartItemImg {
  width: 65px;
  height: 65px;
}
/* @media (min-width: 465px) {
  .cartItemImg {
    width: 40px;
    height: 40px;
  }
} */
.cart-items-count a {
  text-decoration: none;
  color: #ffffff;
}
.alert {
  padding: 0px !important;
  border-radius: none !important;
  color: red !important;
  font-size: 11px !important;
  background-color: #fff;
  border: none;
}
.add-to-cart-btn {
  background-color: var(--primary-color) !important;
}

/*Autocomplete*/

.react-autosuggest__container {
  width: 86%;

  /* position: relative; */
}
/* 
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
} */

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 42px;
  width: 290px;
  border: 1px solid #aaa;
  background-color: #fff;
  /* font-family: Helvetica, sans-serif; */
  font-family: "Poppins";
  font-weight: 400px;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: var(--primary-color) !important;
}

.main-search .form-control {
  font-size: 14px !important;
  height: 42px !important;
}
.mg40 {
  margin-left: 40%;
}

.notFoundHeading {
  font-weight: bold;
  color: var(--primary-color) !important;
}

.btn-reorder {
  background-color: #bbc11c !important;
}

.brands-we-sell {
  width: 100%;
}

/* .nprogress-busy {
  margin-top: 130px !important;
} */
.main-wrapper {
  margin-top: 20px;
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .main-wrapper {
    margin-top: 130px;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0 15px;
  }
}
.modal-content {
  margin-top: 130px !important;
}

.cutPrice {
  font-weight: bold;
  color: var(--primary-color) !important ;
}
.bg-primary {
  background-color: var(--primary-color) !important ;
}

.modal-dialog {
  max-width: 700px !important;
}

.selectedColor {
  background-color: var(--primary-color) !important;
}

.develop-by a {
  color: #bbc11c;
}
.fa-envelope:before {
  color: var(--text_on_footer_color) !important;
}
.fa-whatsapp:before {
  color: var(--text_on_footer_color) !important;
}
.contact-us p {
  font-size: 14px;
  /* color: #fff; */
}

.list-unstyled li {
  font-size: 17px;
}
.sub-cats li a {
  color: greenyellow;
  font-size: 15px;
  font-weight: bold;
}
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;

  background-color: var(--primary-color) !important;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  width: 35px;
}
/* .row div{
  border: 2px solid red;
} */

/* .owl-item {
  width: 190px !important;
} */

.my-orders td,
.my-orders td a {
  font-size: 12px;
}

.our-marquee {
  font-style: italic;
  color: #000;
  font-size: 14px;
}

.out-of-stock {
  position: absolute;
  left: 40%;
  z-index: 99;
}
