@font-face {
  font-family: "SharpSansNo1-Semibold";
  src: url("font/SharpSansNo1-Semibold.eot");
  src: url("font/SharpSansNo1-Semibold.woff2") format("woff2"),
    url("font/SharpSansNo1-Semibold.woff") format("woff"),
    url("font/SharpSansNo1-Semibold.ttf") format("truetype"),
    url("font/SharpSansNo1-Semibold.svg") format("svg");
}

@font-face {
  font-family: "SharpSansNo1-Bold";
  src: url("font/SharpSansNo1-Bold.eot");
  src: url("font/SharpSansNo1-Bold.woff2") format("woff2"),
    url("font/SharpSansNo1-Bold.woff") format("woff"),
    url("font/SharpSansNo1-Bold.ttf") format("truetype"),
    url("font/SharpSansNo1-Bold.svg") format("svg");
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

.banner {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  padding: 250px 0px 150px;
  position: relative;
  background-attachment: fixed;
}

header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

header ul.navbar-nav li.nav-item {
  padding: 0px 8px;
  font-family: "SharpSansNo1-Semibold";
}

header ul.navbar-nav li.nav-item a {
  color: #fff !important;
  font-size: 14px;
}

header ul.navbar-nav li.nav-item:last-child {
  padding-right: 0;
}

header ul.navbar-nav li.nav-item:first-child {
  padding-left: 0;
}

.btn-red {
  background: #ea242a;
  border-radius: 50px;
  padding: 12px 30px !important;
  color: #fff !important;
  font-family: "SharpSansNo1-Semibold";
}

ul.top-ul {
  display: flex;
  color: #fff;
  list-style: none;
  font-family: "SharpSansNo1-Semibold";
  margin: 0;
}

ul.top-ul li {
  padding: 0 10px;
}

ul.top-ul li:last-child {
  padding-right: 0;
}

ul.top-ul li a {
  color: #fff;
  font-size: 14px;
}

.top {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2e2d2d;
}

.lang-toggle {
  color: #fff !important;
  font-family: "SharpSansNo1-Semibold";
  font-size: 14px;
}

.lang-toggle:hover {
  text-decoration: none !important;
}

.lang-toggle::after {
  content: "\f107";
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0;
  vertical-align: 0;
  font-size: 12px;
}

h3.banner-h3 {
  font-family: "SharpSansNo1-Semibold";
  font-size: 21px;
  color: #fff;
}

h1.banner-h1 {
  color: #fff;
  font-family: "SharpSansNo1-Bold";
  font-size: 70px;
}

p.banner-p {
  color: #fff;
  font-size: 18px;
  font-family: "SharpSansNo1-Semibold";
}

.btn-green {
  color: #fff;
  font-size: 16px;
  font-family: "SharpSansNo1-Semibold";
  background: #108d46;
  padding: 15px 40px;
  border-radius: 50px;
  display: inline-block;
}

.btn-green:hover {
  text-decoration: none;
  color: #fff;
}

button.play-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #df2313;
  color: #fff;
  border: 0;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
  box-shadow: 0 0 0px 10px #ffffff73;
}

img.video-img {
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 30px;
  /* box-shadow: 20px 20px 17px -6px #000; */
}

.item-bslider {
  padding: 0 20px;
}

.item-bslider:focus {
  outline: none;
}

.banner-slider {
}

.banner-slider ul.slick-dots {
  color: #fff;
  list-style: none;
  padding: 0;
  display: flex;
  font-family: "SharpSansNo1-Semibold";
  position: absolute;
  width: 100%;
  bottom: -140px;
  z-index: 10;
}

.banner-slider ul.slick-dots li {
  flex: 1;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.banner-slider ul.slick-dots li.slick-active {
  border-top: 1px solid #ea242a;
}

.banner-slider ul.slick-dots li span.dots__item {
  display: flex;
  margin-top: 20px;
}

.banner-slider ul.slick-dots li span.dots__item span.dots__number {
  margin-right: 40px;
}

a.scroll-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  right: 20px;
  text-decoration: none;
  font-family: "SharpSansNo1-Semibold";
  font-size: 14px;
  bottom: 40px;
}

a.scroll-down span {
  transform: rotate(270deg);
  margin-bottom: 60px;
}

#section-2 {
  background: url("../images/section-2BG.png") no-repeat left bottom / cover;
}

.section-padding {
  padding: 100px 0px;
}

h1.section2-heading {
  font-family: "SharpSansNo1-Bold";
  font-size: 50px;
}

h1.section2-heading span.green {
  color: #108d46;
  text-decoration: underline;
}

h1.section2-heading span.red {
  text-decoration: underline;
  color: #ea242a;
}

.mt-10 {
  margin-top: 100px;
}

.quote-slider {
  background: #ea242a;
  border-radius: 30px;
  padding: 0px 30px 40px;
  color: #fff;
  font-family: "SharpSansNo1-Bold";
  font-size: 25px;
}

.quote-slider .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-slider .owl-dots button.owl-dot {
  background: #fff;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50px;
}

.quote-slider .owl-dots button.owl-dot:last-child {
  margin: 0;
}

.quote-slider .owl-dots button.owl-dot.active {
  width: 18px;
  height: 18px;
}

.quote-slider .owl-dots button.owl-dot:focus {
  outline: none;
}

.item-quote {
  position: relative;
  padding-top: 120px;
}

.item-quote::before {
  content: "";
  background: url("../images/blockquote.png") no-repeat;
  width: 150px;
  height: 140px;
  position: absolute;
  top: 20px;
  background-size: contain;
  opacity: 0.5;
}

#section-3 {
  background: url("../images/section-3BG.png") no-repeat left bottom / cover;
}

h2.white-heading {
  color: #fff;
  font-size: 65px;
  font-family: "SharpSansNo1-Bold";
  line-height: 71px;
}

p.about-paragraph {
  color: #fff;
  font-family: "SharpSansNo1-Semibold";
  font-size: 16px;
  line-height: 26px;
}

a.outline-btn {
  color: #fff;
  font-size: 16px;
  font-family: "SharpSansNo1-Semibold";
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 50px;
}

a.red-link {
  color: #fff;
  font-size: 16px;
  font-family: "SharpSansNo1-Semibold";
  border: 1px solid #ea242a;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 50px;
  background: #ea242a;
}

p.years {
  margin: 0;
  font-family: "SharpSansNo1-Bold";
  color: #fff;
  font-size: 110px;
  line-height: 1;
}

.redbox {
  position: absolute;
  bottom: -80px;
  z-index: 2;
  background: #ea242a;
  border-radius: 30px;
  padding: 20px 100px 30px 40px;
  left: -80px;
}

p.year-p {
  margin: 0;
  font-family: "SharpSansNo1-Bold";
  color: #fff;
  font-size: 28px;
}

#products .shop-item {
  text-align: center;
  color: #333333;
  position: relative;
  padding: 20px 0px;
  min-height: 460px;
  margin-bottom: 20px;
}

img.product-home-img {
  height: 280px;
  object-fit: contain;
  width: 180px;
}

h3.product_name_home {
  font-family: "SharpSansNo1-Semibold";
  font-size: 30px;
  line-height: 36px;
  color: #333333;
  margin: 10px 0px;
}

h5.product_price_home {
  color: #108d46;
  font-family: "SharpSansNo1-Bold";
  font-size: 30px;
  line-height: 36px;
  margin: 10px 0px;
}

ul.rating-home {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
  list-style: none;
  padding: 0;
}

ul.rating-home li {
  margin-left: 5px;
  color: #ffc000;
}

ul.rating-home li:first-child {
  margin: 0;
}

#products .shop-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #ea242b4b;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 30px;
  z-index: 1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms all ease-in-out;
}

#products .shop-item:hover .overlay {
  opacity: 1;
  transition: 250ms all ease-in-out;
}

h2.healthy-heading {
  color: #333333;
  font-size: 55px;
  font-family: "SharpSansNo1-Bold";
  margin: 0;
}

.box-green {
  background: #108d46;
  border-radius: 50px;
  color: #ddd;
  padding: 50px 40px 50px;
  font-family: "SharpSansNo1-Bold";
}

p.big-donate {
  margin: 0;
  font-size: 120px;
  line-height: 1;
}

p.small-donate {
  font-size: 45px;
}

.box-red {
  background: #ea242a;
  font-family: "SharpSansNo1-Bold";
  color: #fff;
  border-radius: 50px;
  padding: 190px 50px 90px;
  margin-top: 120px;
}

p.b-text {
  font-size: 65px;
  line-height: 1;
}

p.text {
  font-family: "SharpSansNo1-Semibold";
  font-size: 16px;
}

section#section-6 {
  background: #1f2c34;
  margin-top: -180px;
  padding-top: 400px;
}

h3.white {
  color: #fff;
  font-size: 40px;
  font-family: "SharpSansNo1-Bold";
}

.container {
}

footer {
  background: #1f2c34;
  color: #fff;
  padding: 20px 0px 0px;
}

p.footer-title {
  font-family: "SharpSansNo1-Bold";
  color: #ea242a;
  font-size: 18px;
  text-transform: uppercase;
}

ul.footer-list {
  font-family: "SharpSansNo1-Semibold";
  font-size: 16px;
}

ul.footer-list li {
}

ul.footer-list li a {
  color: #fff;
  line-height: 34px;
}

ul.socials {
  display: flex;
}

ul.socials li {
  padding: 0px 10px;
}

ul.socials li:first-child {
  padding-left: 0px;
}

ul.socials li:last-child {
  padding-right: 0px;
}

ul.socials li a {
  color: #fff;
  background: #e7252b;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.copyright {
  border-top: 1px solid #364249;
  padding: 40px;
  font-family: "SharpSansNo1-Semibold";
  opacity: 0.6;
}

.navbarWrap {
  display: flex;
  align-items: center;
  flex: 1;
}

ul.navbar-left {
  display: flex;
  margin: 0;
  color: #fff;
}

section.big-banner {
  background: url(../images/inner_banner.png) no-repeat left bottom/cover;
  padding: 200px 0px 0px;
  height: 350px;
}

h3.white-h3 {
  color: #fff;
  font-family: "SharpSansNo1-Bold";
  font-size: 35px;
}

section.footer-innerr {
  background: #1f2c34;
  color: #fff;
  padding: 15px 0px;
  font-family: "SharpSansNo1-Semibold";
}

p.inner-copyright {
  margin: 0;
  opacity: 0.6;
}

section.inner-page {
  padding: 100px 0px;
}

.cate-name {
  margin: 0;
  color: #333333;
  font-family: "SharpSansNo1-Bold";
  font-size: 18px;
}

img.category-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 30px;
}

.category-name.text-center {
  margin-top: 10px;
}

.card-category {
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 5px #00000036;
}

a.cate-name:hover {
  color: #ea242a;
}

.bantu-modal {
}

.bantu-modal button.close {
  position: absolute;
  right: 0;
  background: #108d46;
  opacity: 1;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  box-shadow: 0 0 0px 8px #fff;
}

.bantu-modal button.close span {
  line-height: 1;
  padding-bottom: 5px;
}

h3.modal-h {
  color: #000;
  font-family: "SharpSansNo1-Bold";
  font-size: 36px;
  margin: 0;
}

p.modal-p {
  margin: 0;
  color: #545353;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 500;
}

.bantu-modal .modal-body {
  padding: 80px 40px;
}

.bantu-modal .modal-content {
  border-radius: 40px;
}

.modal-links {
}

.modal-links a {
  width: 130px;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
}

.modal-links a:first-child {
  margin-right: 10px;
}

.modal-links a.btn-green {
  box-shadow: 0 0 8px 0px #108d46;
}

.modal-links a.red-link {
  box-shadow: 0 0 8px 0 red;
}

section.big-banner.small-padding {
  padding: 0;
  height: 180px;
}

.card-auth {
  border-radius: 60px;
  box-shadow: 0 0 10px 0px #f32e0e38;
  padding: 100px 80px;
}

label.bantu-label {
  display: block;
  color: #676767;
  font-size: 15px;
  font-family: "SharpSansNo1-bold";
}

input.bantu-input {
  width: 100%;
  height: 54px;
  border-radius: 20px;
  border: 1px solid #ebe6e6;
  padding: 10px;
  font-family: "Jost";
  color: #000;
  margin-bottom: 20px;
  box-shadow: 0 0 5px -3px #000000ab;
}

input.bantu-input::placeholder {
  color: #c9c8c8;
}

h4.auth-head {
  font-family: "SharpSansNo1-Bold";
  font-size: 36px;
  margin: 0;
}

h4.auth-head span {
  color: #108d46;
}

a.forgot-link {
  font-size: 16px;
  color: #18a3e3;
  font-family: "Jost";
  text-decoration: underline;
}

button.butoon-green {
  width: 100%;
  font-size: 20px;
  font-family: "SharpSansNo1-Semibold";
  background: #108d46;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 15px 0;
  box-shadow: 0 0 8px 0px #108d46;
  cursor: pointer;
}

p.auth-new {
  margin: 0;
  font-family: "Jost";
  text-transform: capitalize;
  color: #101f2e;
  text-decoration: underline;
  font-weight: 500;
}

p.auth-new a {
  color: #108d46;
}

a.back-dismiss {
  color: #0e95b9;
  text-transform: capitalize;
  border-bottom: 1px solid;
  font-family: "Jost";
  font-weight: 500;
}

p.modal-txt-1 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  color: #929292;
  margin: 4px 0px 20px;
}

.bantu-modal a.btn-green {
  min-width: 150px;
  text-align: center;
}

.password-error {
  text-align: center;
  font-size: 16px;
  font-family: "Jost";
  font-weight: 500;
  color: #fff;
  background: #ea242a;
  border-radius: 0 0 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 8px 0;
}

.password-error p.modal-txt {
  margin: 0;
}

.side-panel {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 0;
  background: white;
  overflow: hidden;
}

.side-panel .heading {
  background: #108d46;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 19px;
  font-family: "Poppins";
}

.side-panel-inner {
  padding: 0px 15px 20px;
}

.btn-primary.side-collapse-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  font-size: 17px;
  background: none;
  color: #666666;
  font-family: "Poppins";
}

.sidebar-heading {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.sidepanel-btn-div {
  text-align: center;
  margin: 0 0px 0px 0px;
}

.sidepanel-btn-div a {
  border-radius: 23px;
  display: inline-block;
  background: #108d46;
  color: white;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 14px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: "Poppins";
  font-weight: 600;
}

.irs--flat .irs-handle {
  width: 13px !important;
  height: 13px !important;
  top: 21px !important;
  border-radius: 100% !important;
  background: #ea242a !important;
}

.irs--flat .irs-bar {
  background-color: #ea242a !important;
}

.irs--flat .irs-handle > i:first-child {
  background-color: #ea242a !important;
}

.irs--flat .irs-line,
.irs--flat .irs-bar {
  height: 4px !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #ea242a !important;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #ea242a !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #ea242a !important;
}

.card-body.side-body {
  border: 0;
  background: none;
  padding: 10px 0px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  font-family: "Poppins";
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  /* background: #fff; */
  border: 1px solid #ccc;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "\f00c";
  color: white;
  position: absolute;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 4px;
  font-weight: 600;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:before {
  background: #108d46;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

p.price-range-amount {
  font-family: "Poppins";
  color: #666666;
  font-size: 16px;
  margin: 10px 0px;
}

h4.product-listing {
  color: #333333;
  font-family: "SharpSansNo1-bold";
  font-size: 30px;
}

h5.product-listing {
  color: #333333;
  font-family: "SharpSansNo1-bold";
  font-size: 18px;
}

.product-list-wrapper {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 0px 20px;
}

.meta-btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  right: 15px;
  z-index: 8;
  top: 10px;
}

.meta-btn-wrapper button.btn-wish {
  margin-bottom: 10px;
}

button.btn-wish {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  cursor: pointer;
}

button.btn-wish i {
  color: #7e5224;
}

button.btn-add-to-cart {
  background: #108d46;
  box-shadow: none;
  border: 1px solid #108d46;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

button.btn-add-to-cart img {
  width: 17px;
  height: 20px;
  object-fit: contain;
}

ul.rating {
  display: flex;
}

ul.rating li {
  padding-right: 2px;
}

ul.rating li i {
  color: #bec821;
}

p.product-list-price {
  margin: 0;
  font-size: 16px;
  color: #108d46;
  font-family: "Jost";
  font-weight: 600;
}

h5.product-list-name {
  margin: 0;
  color: #231f20;
  font-family: "SharpSansNo1-Bold";
  font-size: 18px;
}

img.product-list-image {
  width: 100%;
  height: 212px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: 2s all ease;
}

.product-list-item {
  padding: 90px 0px 20px;
}

.product-list-wrapper.out-of-stock {
  border-color: #ea242a;
}

.out-of-stock-tag {
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 20px;
}

.out-of-stock-tag p {
  margin: 0;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  padding: 2px 5px;
}

.product-list-wrapper:hover a .product-list-item img {
  transform: scale(1.1);
  transition: 2s all ease;
}

ul.pagination {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

ul.pagination li {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 300;
}

ul.pagination li a {
  padding: 10px 15px;
  color: #242424;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  transition: 250ms all ease;
}

ul.pagination li a.active {
  background: #108d46;
  color: #fff;
}

ul.pagination li a:hover {
  color: #fff;
  background: #108d46;
  transition: 250ms all ease;
}

li.mob-show {
  display: none;
}

.site-ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

li.directory-li {
  display: inline-block;
  font-family: "Poppins";
}

li.directory-li a {
  margin: 0px 5px;
  color: #666666;
  font-size: 15px;
  display: inline-block;
  font-family: "Poppins";
}

li.directory-li:not(:last-child)::after {
  content: ">";
  color: #666666;
  font-size: 15px;
  position: relative;
  top: 1px;
}

li.directory-li a.active {
  color: #99011a;
  font-weight: 600;
}

.slider.product-slider .item:focus {
  outline: none;
}

.item img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 40px auto;
  border-radius: 0;
}

.product-thumbnail .slick-slide {
  padding: 10px;
}

.product-thumbnail .item {
  margin: 0px 0px;
}

.item {
  /* margin: 30px 0; */
  padding: 20px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  border-radius: 20px;
  transition: all 500ms ease-in-out;
}

.product-thumbnail .item img {
  width: 92px;
  height: 81px;
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 9px auto;
  border-radius: 0;
}

.slider.product-slider.slick-initialized.slick-slider {
  padding: 0 0px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}

.item-sliderNav {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
}

h2.product-title {
  margin: 0;
  font-family: "SharpSansNo1-bold";
  font-size: 40px;
  text-transform: uppercase;
}

h3.product-price {
  color: #108d46;
  font-size: 35px;
  font-family: "SharpSansNo1-Bold";
}

p.product-description {
  font-family: "jost";
  color: #a4a4a4;
  font-weight: 500;
  font-size: 18px;
}

.plus-minus-div {
  margin: 0px 0px 25px 0px;
  display: flex;
  align-items: center;
}


.plus-minus-div.details-page{
   margin: 26px 0px 0px -69px!important;
}

.plus-minus-div #decrease {
  margin-right: 0px;
  /* border-radius: 5px 0 0 5px; */
}

.value-button {
  display: flex;
  border: 1px solid #ddd;
  margin: 0px;
  width: 35px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  background: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
}

.value-button i {
  color: #555555;
  cursor: pointer;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 60px;
  height: 40px;
  position: relative;
  font-family: "Poppins";
}

.plus-minus-div #increase {
  margin-left: 0px;
  /* border-radius: 0 5px 5px 0; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select.form-control {
  color: #333333;
  font-family: "Jost";
  font-weight: 500;
}

select.form-control option {
  font-family: "Jost";
  font-weight: 500;
}

.atc {
  font-size: 16px;
  font-family: "SharpSansNo1-bold";
  background: #108d46;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 15px 0;
  min-width: 180px;
  cursor: pointer;
}

label.product-l {
  color: #a4a4a4;
  font-size: 17px;
  font-family: "SharpSansNo1-Semibold";
}

.product-info.nav-tabs .nav-link.active {
  border-color: #fff #fff #108d46 !important;
  color: #108d46 !important;
  border-width: 2px;
}

.product-info.nav-tabs .nav-link {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 50px;
  color: #999999;
  font-family: "SharpSansNo1-Bold";
}

.product-info {
  margin: 15px 0px 0px 0px;
}

.product-info.nav-tabs .nav-link:hover {
  border-color: #fff #fff #108d46 #fff !important;
  color: #108d46 !important;
  border-width: 2px;
}

.product-slider-pd .meta-btn-wrapper {
  right: 30px;
  width: 48px;
  height: 48px;
}

.rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rating-item .progress {
  flex: 3;
  margin: 0px 20px;
  border-radius: 0;
  border: 1px solid #d9dde5;
  padding: 2px;
  background: #fff;
  height: 20px;
}

ul.rating p.rating-amount {
}

.rating-item p.rating-amount {
  margin: 0;
  flex: 1;
  color: #120505;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
}

.rating-item ul.rating {
  margin: 0;
  flex: 1;
}

.rating-item:last-child {
  margin: 0;
}

.rating-item .progress .progress-bar {
  background-color: #bec821;
}

p.cumilative-figure {
  margin: 0;
  color: #120505;
  font-family: "Teko";
  font-size: 65px;
  line-height: 1;
}

p.total-reviews {
  margin: 0;
  font-family: "Roboto";
  font-weight: 500;
  text-decoration: underline;
  color: #120505;
  line-height: 1;
}

h5.review-heading {
  color: #108d46;
  font-family: "Jost";
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
}

textarea.review-ta {
  width: 100%;
  resize: none;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
  padding: 15px;
  font-family: "Jost";
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

button.btn-green.review {
  border: 0;
  min-width: 130px;
  margin-top: 10px;
  min-height: 45px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.review-user {
}

.review-user ul.rating {
  margin: 0;
}

.review-user p.review-p {
  margin: 0;
  font-size: 16px;
  font-family: "Jost";
  font-weight: 500;
  color: #666666;
}

p.review-text {
  font-family: "Jost";
  color: #a4a2a2;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

ul.sidebar {
  background: #1f2c34;
  border-radius: 20px;
  padding: 20px 0px 100px;
  margin: 0;
}

ul.sidebar li {
  padding: 15px 20px 15px;
}

ul.sidebar li a {
  font-size: 14px;
  font-family: "SharpSansNo1-Semibold";
  color: #fff;
}

.sidebar-wrapper {
  height: 100%;
  min-height: 100%;
}

ul.sidebar li:hover {
  background: #108d46;
}

.bantu-table {
  padding: 0px 20px;
  border-radius: 40px;
  box-shadow: 0 0 10px -7px #00000078;
}

.bantu-table .table-responsive thead {
}

.bantu-table .table-responsive thead th {
  border: 0;
  font-family: "SharpSansNo1-Bold";
  color: #676767;
  font-size: 16px;
  vertical-align: middle;
  line-height: 19px;
  text-transform: uppercase;
}

.bantu-table .table-responsive {
  padding: 10px;
}

.bantu-table .table-responsive tbody {
}

.bantu-table .table-responsive tbody tr {
}

.bantu-table .table-responsive tbody tr td {
  vertical-align: middle;
  font-family: "Jost";
  color: #676767;
  font-weight: 400;
  border-top: 1px solid #f6f6f6;
}

span.txt-green {
  color: #108d46;
}

button.wishlist-delete {
  background: 0;
  border: 0;
  color: #7a7a7a;
}

.bantu-table .table-responsive table.table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

li.active-link {
  background: #108d46;
}

img.wishlist-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

h3.inner-heading {
  font-family: "SharpSansNo1-Bold";
  font-size: 32px;
  margin: 0;
}

.maain-tabble.table-responsive {
}

.maain-tabble.table-responsive th {
  border: 0;
  font-family: "Jost";
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.maain-tabble.table-responsive td {
  border: 0;
  font-family: "Jost";
  color: #666666;
  font-size: 13px;
  padding: 20px;
  font-weight: 500;
}

.maain-tabble.table-responsive tbody tr {
  box-shadow: 0px 0px 7px -5px #000;
  border-radius: 50px;
}

.maain-tabble.table-responsive table#DataTables_Table_0 {
  border-spacing: 0px 15px;
}

div.dataTables_wrapper div.dataTables_info {
  display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  border-radius: 50px;
  border: 1px solid #ebebeb;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_previous
  a.page-link {
  color: #108d46;
  border: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  font-family: "Roboto";
  font-size: 14px;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_next
  a.page-link {
  color: #108d46;
  border: 0;
}

li.paginate_button.page-item.active a.page-link {
  border-radius: 50px;
  background-color: #108d46;
  border-color: #108d46;
  color: #fff !important;
}

div#DataTables_Table_0_paginate {
  display: flex;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li a.page-link {
  color: #666666;
  border: 0;
  font-size: 13px;
  margin: 0 10px;
  position: relative;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li
  a.page-link:hover {
  border-radius: 50px;
  color: #fff !important;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li
  a.page-link:after {
  content: "|";
  position: absolute;
  right: -10px;
  color: #ebebeb;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_previous
  a.page-link:after {
  content: "";
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_next
  a.page-link:after {
  content: "";
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_next
  a.page-link:hover {
  background: #fff;
  color: #108d46 !important;
}

div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  li#DataTables_Table_0_previous
  a.page-link:hover {
  background: #fff;
  color: #108d46 !important;
}

div.dataTables_wrapper
  div.dataTables_length
  label
  select.form-control.form-control-sm {
  border-radius: 50px;
}

div.dataTables_wrapper
  div.dataTables_length
  label
  select.form-control.form-control-sm:focus {
  box-shadow: none;
  border-color: #ccc;
}

div.dataTables_wrapper
  div.dataTables_filter
  label
  input.form-control.form-control-sm:focus {
  box-shadow: none;
  border-color: #ccc;
}

div.dataTables_wrapper div.dataTables_length label {
  font-family: "Jost";
  font-size: 14px;
  color: #666666;
  text-transform: capitalize;
  font-weight: 500;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0;
}

div.dataTables_wrapper
  div.dataTables_filter
  label
  input.form-control.form-control-sm {
  border-radius: 50px;
  border: 1px solid #ebebeb;
  min-width: 220px;
  height: 40px;
  padding-left: 20px;
  font-family: "Jost";
}

.dataTables_filter label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  position: absolute;
  font-size: 15px;
  color: #108d46;
  width: 20px;
  height: 20px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  top: 8px;
  right: 10px;
}

p.order-filter {
  color: #999999;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 500;
}

.dp-order {
  border-radius: 50px;
  font-family: "Jost";
  text-transform: capitalize;
  font-size: 13px;
  background: #f8f8f8;
  border: 0;
}

.gj-datepicker [role="right-icon"] {
  background: #f8f8f8;
  border-radius: 0 50px 50px 0px;
}

.gj-datepicker
  [role="right-icon"]
  button.btn.btn-outline-secondary.border-left-0 {
  border: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  z-index: 5;
  box-shadow: none;
}

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 5px;
  background: #f8f8f8;
}

.gj-datepicker
  [role="right-icon"]
  button.btn.btn-outline-secondary.border-left-0
  i.gj-icon {
  position: initial;
  color: #108d46;
}

.dp-order:focus {
  background: #f8f8f8;
}

button.filter-button {
  border: 0;
  border-radius: 50px;
  font-family: "Jost";
  color: #ffff;
  background: #108d46;
  min-width: 125px;
  padding: 10px 0px;
  cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

select#status-select {
  border-radius: 50px;
  background: #f8f8f8;
  color: #999999;
  font-family: "Jost";
  font-weight: 400;
  border: 1px solid #ececec;
  height: 45px;
}

.btn-view {
  background: 0;
  padding: 0;
  color: #989898;
  font-size: 13px;
}

.btn-view::after {
  display: none;
}

.btn-view:focus {
  border-color: transparent;
  box-shadow: none;
}

.action-menu {
  padding: 0;
  max-width: 100px !important;
  margin: 0;
  width: 100px !important;
  min-width: 100px !important;
  border-radius: 10px;
}

.action-menu a.dropdown-item {
  padding: 5px 10px;
}

p.order-paragraph {
  margin: 0;
  font-size: 17px;
  color: #1f2c34;
  font-family: "SharpSansNo1-Bold";
}

p.order-info-paragraph {
  margin: 0;
  font-size: 17px;
  color: #666666;
  font-family: "Jost";
  font-weight: 500;
}

.bantu-border-top-1 {
  border-top: 1px solid #f6f6f6;
  margin: 0px 20px;
}

.cart-summary-card .top {
  border: 0;
  background: #ea242a;
  border-radius: 30px 30px 0px 0px;
}

.cart-summary-card .top h4 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-family: "SharpSansNo1-Bold";
  padding: 10px 10px 20px;
}

.cart-summary-card .body-sum {
  background: #ebebeb;
  border-radius: 0 0 30px 30px;
  padding: 20px;
}

p.cart-sumary {
  margin: 0 0 10px 0;
  color: #333333;
  font-family: "SharpSansNo1-Bold";
  font-size: 16px;
}

a.checkout-summary {
  border: 0;
  color: #fff;
  font-family: "SharpSansNo1-Bold";
  font-size: 16px;
  text-transform: capitalize;
  background: #108d46;
  min-width: 170px;
  border-radius: 50px;
  padding: 12px 0px;
  cursor: pointer;
  display: inline-block;
}

select.form-control.cart-qty {
  width: 60px;
  border-radius: 50px;
  background-color: #f9f8f8;
  font-size: 14px;
  font-family: "Poppins";
  appearance: none;
  background: url(../images/select-arrows.png) no-repeat;
  background-position: center right;
  background-size: auto;
}

h3.inner-heading.sc {
  font-size: 40px;
}

#msform {
  margin: 0 auto 50px;
  position: relative;
  padding: 0px 30px;
}

#progressbar {
  margin-bottom: 30px;
  counter-reset: step;
  display: flex;
  justify-content: space-between;
}

#progressbar li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 9px;
  width: 44px;
  position: relative;
  padding-top: 35px !important;
  padding: 0;
  border-bottom: 0;
  z-index: 99;
}

#progressbar li.active:before {
  border: 8px solid #b0d9c2;
}

#progressbar li.active:after,
#progressbar li.active:before {
  background: #108d46;
  color: #fff;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #d7d7d7;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  border: 8px solid #f0f0f0;
  box-sizing: border-box;
  text-indent: -9999px;
}

#progressbar li h3 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  font-size: 14px;
  color: #000;
  font-family: "SharpSansNo1-Bold";
  text-align: center;
}

#progressbar li.active i {
  opacity: 1;
}

#progressbar li i {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 50%;
  right: initial;
  margin: auto;
  opacity: 0.5;
  font-size: 13px;
  transform: translateX(-50%);
  text-align: center;
}

#progressbar li:after {
  content: "";
  width: 300px;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: -308px;
  top: 57px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

fieldset {
  position: relative !important;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.fs-title {
  color: #108d46;
  font-family: "SharpSansNo1-Bold";
  font-size: 35px;
  text-transform: capitalize;
  margin: 20px 0 10px 0;
}

.fs-subtitle {
  color: #ea242a;
  font-family: "SharpSansNo1-Bold";
  font-size: 20px;
}

.action-button {
  background: #108d46;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-family: "SharpSansNo1-Bold";
  min-width: 170px;
  border-radius: 20px;
  padding: 12px 0px;
  cursor: pointer;
}

#msform input#shipAd + label {
  font-family: "Jost" !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400;
}

#progressbar li.active::after {
  background: #108d46;
}

.expiry-field
  .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
  background: #fff;
  border: 0;
}

input#expiry-date[readonly] {
  background: #fff;
  border-radius: 20px;
}

.expiry-field
  span.input-group-append
  button.btn.btn-outline-secondary.border-left-0
  i.gj-icon {
  color: #c9c8c8 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background: transparent;
  border: 0;
}

input.previous.action-button {
  background: #ea242a;
}

.checkout-item {
  width: 114px;
  height: 114px;
  object-fit: contain;
}

h5.item--name {
  margin: 0;
  color: #333333;
  font-family: "SharpSansNo1-Bold";
  text-transform: uppercase;
  font-size: 22px;
}

p.item--price {
  margin: 0;
  font-size: 36px;
  font-family: "SharpSansNo1-Bold";
  color: #108d46;
}

p.item--qty {
  margin: 0;
  font-family: "Jost";
  text-transform: uppercase;
  font-weight: 500;
  color: #666666;
}

.item-card {
  margin: 20px 0px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px -4px #000;
  padding: 35px 20px;
}

p.item--price--total {
  color: #ea242a;
  font-family: "SharpSansNo1-Bold";
  font-size: 30px;
}

.modal-body.order-modal {
  padding: 30px;
}

.confrence-pic {
  border-radius: 100%;
  width: 135px;
  height: 135px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 0 10px -4px #000;
}

h5.conference--name {
  margin: 0px 0 10px 0;
  font-family: "SharpSansNo1-Bold";
  font-size: 24px;
}

p.conference-desc {
  color: #898989;
  font-family: "Jost";
  font-weight: 500;
  max-width: 340px;
}

.confrence-card {
  box-shadow: 0 0 10px -5px #00000073;
  border-radius: 40px;
  padding: 30px 25px;
  margin: 20px 0px;
}

p.conf-date {
  font-family: "Jost";
  color: #666666;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}

p.conf-date i {
  color: #108d46;
  font-size: 18px;
}

p.conf-day {
  margin: 0;
  font-family: "Jost";
  color: #666666;
  font-weight: 500;
  font-size: 15px;
}

p.conf-time {
  margin: 10px 0 0 0;
  font-family: "Jost";
  color: #666666;
  font-weight: 500;
  font-size: 15px;
}

p.conf-time i {
  color: #108d46;
  font-size: 18px;
}

p.conf-day i {
  color: #108d46;
  font-size: 18px;
}

a.enter-conf {
  background: #108d46;
  border-radius: 30px;
  color: #fff;
  font-family: "SharpSansNo1-Semibold";
  min-width: 180px;
  display: inline-block;
  text-align: center;
  padding: 12px 0px;
  box-shadow: 0 0 8px -2px #108d46;
}

ul.custom-pagination {
  display: flex;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  border-radius: 50px;
}

ul.custom-pagination li {
  font-family: "Roboto";
  font-size: 14px;
  margin: 0px 5px;
  position: relative;
}

ul.custom-pagination li.previous a,
ul.custom-pagination li.next a {
  color: #108d46;
}

ul.custom-pagination li.previous {
  padding-left: 0 !important;
}

ul.custom-pagination li.next {
  padding-right: 0px;
}

ul.custom-pagination li.active a {
  background: green;
  color: #fff;
}

ul.custom-pagination li a {
  color: #666666;
  padding: 14px 18px;
  border-radius: 50px;
}

ul.custom-pagination li a:hover {
  background: green;
  color: #fff;
}

ul.custom-pagination li:after {
  content: "|";
  color: #ccc;
  position: absolute;
  right: -5px;
}

ul.custom-pagination li.previous a:hover,
ul.custom-pagination li.next a:hover {
  background: transparent;
  color: green;
}

ul.custom-pagination li.previous:after,
ul.custom-pagination li.next:after {
  display: none;
}

.conference--inner--card {
  position: relative;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 10px -7px #000;
  padding: 100px 20px 100px;
  margin-top: 50px;
}

img.conf-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 0 10px -4px #000;
  top: -60px;
}

p.conf-details {
  font-family: "Jost";
  color: #898989;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

textarea.bantu-input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ebe6e6;
  padding: 10px;
  font-family: "Jost";
  color: #000;
  box-shadow: 0 0 5px -3px #000000ab;
  resize: none;
}

textarea.bantu-input::placeholder {
  color: #c9c8c8;
}

.submit-conf {
  font-size: 18px !important;
  padding: 12px 0 !important;
}

table thead th,
table tbody td {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

span.conf-status {
  font-size: 18px;
  font-family: "SharpSansNo1-Bold";
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  right: 35px;
}

span.conf-status.pending {
  color: #b4c408;
}

span.conf-status.accepted {
  color: #108d46;
}

span.conf-status.rejected {
  color: #ff0000;
}

span.conf-status i {
  font-size: 12px;
}

h6.reject-h {
  font-family: "SharpSansNo1-Bold";
  font-size: 20px;
}

h3.inner-h3 {
  margin: 0;
  font-family: "SharpSansNo1-Bold";
  font-size: 50px;
}

section.inner-page.padding-small {
  padding: 50px 0px;
}

img.notfound {
  max-width: 500px;
  width: 100%;
  object-fit: contain;
}

h5.notf {
  margin: 40px 0 0;
  color: #1c1c1c;
  font-family: "SharpSansNo1-bold";
  font-size: 35px;
}

p.nf-text {
  margin: 10px 0 10px;
  font-family: "Jost";
  font-weight: 500;
  color: #1c1c1c;
}

.media.notification-media .media-body p {
  margin: 5px 0 0;
  color: #108d46;
  font-family: "Jost";
}

.media.notification-media {
  align-items: center;
}

.media.notification-media .media-body {
}

.media.notification-media .media-body h5.mt-0 {
  color: #101f2e;
  font-family: "SharpSansNo1-Bold";
  font-size: 22px;
  margin: 0;
}

.notification-card {
  margin-bottom: 30px;
  box-shadow: 0 0 10px -5px #00000061;
  border-radius: 100px;
  padding: 20px 30px;
}

.notification-card a.btn-green {
  box-shadow: 0 0 10px 0 #108d46;
}

.cart-area .shopping-cart {
  background: #fff;
  width: 320px;
  position: absolute;
  top: 60px;
  right: -20px;
  border-radius: 20px;
  padding: 20px;
  z-index: 99999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}

.cart-area .shopping-cart.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  text-align: left;
}

.cart-area .badge {
  background-color: #005f00;
  color: #fff;
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  padding: 4px 0;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  position: relative;
  z-index: 9;
  top: -20px;
  left: -7px;
}

.cart-area .shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
  margin: 8px 0 0 0;
}

.cart-area .lighter-text {
  color: #005f00;
}

.main-color-text.total {
  color: #005f00;
}

.cart-area .shopping-cart-items {
  padding-top: 20px;
}

.cart-area .shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
  float: none;
  text-align: left;
  border: 1px solid #ececec;
  padding: 12px 8px;
  border-radius: 10px;
  display: flex;
  position: relative;
  align-items: center;
}

.cart-area .close {
  float: right;
  color: #fff;
  background: #999999;
  opacity: 1;
  border-radius: 50px;
  font-size: 10px;
  padding: 0px 4px 0px 4px;
  position: absolute;
  right: 10px;
  line-height: 15px;
  top: 10px;
}

.cart-area .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  max-width: 52px;
  border: 1px solid #ccc;
  padding: 10px;
  max-height: auto;
  border-radius: 4px;
}

.cart-area .shopping-cart .shopping-cart-items .item-name {
  display: block;
  font-size: 15px;
  font-family: "SharpSansNo1-Bold";
  color: #2a2a2a;
}

.cart-area .shopping-cart .shopping-cart-items .item-detail {
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Jost";
  color: #000;
  font-weight: 500;
}

.cart-area .shopping-cart .shopping-cart-items .item-price {
  color: #108d46;
  margin-right: 0;
  font-size: 22px;
  font-family: "Jost";
  font-weight: 500;
}

.cart-area .shopping-cart .shopping-cart-items .item-quantity {
  display: block;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Jost";
  color: #000;
  font-weight: 500;
}

.cart-area .button {
  background: #ea242a;
  color: #fff;
  border: 1px solid #ea242a;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-size: 15px;
  margin: 25px 0 15px 0;
  text-transform: capitalize;
  width: 48%;
  font-family: "SharpSansNo1-Bold";
}

.cart-area .button.green {
  background: #108d46 !important;
  border-color: #108d46;
}

.cart-area .shopping-cart:after {
  top: -15px;
  right: 36px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 11;
  pointer-events: none;
  margin-left: 0;
  background: url("../images/triangle.png") no-repeat center center / contain;
}

.cart-area {
  position: relative;
}

.item-detail,
.item-name,
.lighter-text,
.main-color-text.total {
  color: #005f00;
}

.notification-toggle::after {
  content: "\f107";
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0;
  vertical-align: 0;
  font-size: 12px;
}
.notif-header h6 {
  font-family: "SharpSansNo1-Bold";
  font-size: 20px;
  margin-bottom: 20px;
}
.notif-header {
}
ul.notifs {
  padding: 0;
  margin: 0;
}
ul.notifs li.notif-child {
  padding: 0 !important;
}
.media.notificationList-card {
  margin: 0 0 10px 0px;
}
.media.notificationList-card .media-body {
}
.media.notificationList-card .media-body h5 {
  margin: 0;
  font-family: "SharpSansNo1-Bold";
  color: #101f2e;
  font-size: 15px;
}
.media.notificationList-card .media-body p.n-time-and-date {
  font-family: "Jost";
  color: #108d46;
  font-weight: 500;
  font-size: 13px;
  margin: 5px 0;
}
a.n-view {
  font-family: "Roboto";
  color: #101f2e !important;
  text-decoration: underline;
  font-size: 14px;
}
.notification-dd {
  padding: 15px 25px;
  left: -64px !important;
  transform: translate3d(-168px, 32px, 0px) !important;
  min-width: 300px;
  border-radius: 10px;
}
.notification-dd:after {
  top: -14px;
  right: 36px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 11;
  pointer-events: none;
  margin-left: 0;
  background: url(../images/triangle.png) no-repeat center center / contain;
}

.user-dd:after {
  top: -14px;
  right: 36px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 11;
  pointer-events: none;
  margin-left: 0;
  background: url(../images/triangle.png) no-repeat center center / contain;
}
.user-dd {
  transform: translate3d(-50px, 40px, 0px) !important;
  padding: 10px 10px;
  border-radius: 10px;
}
.user-dd:after {
  top: -14px;
  right: 14px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 11;
  pointer-events: none;
  margin-left: 0;
  background: url(../images/triangle.png) no-repeat center center / contain;
}
ul.user-ul {
}

ul.user-ul li {
  padding: 0;
  margin: 0 0 5px 0;
}

ul.user-ul li a {
  color: #101f2e;
  font-family: "SharpSansNo1-Bold";
  font-size: 15px;
}

/**********************/
#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #fff;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: white;
}

#toggle-menu,
#menu a {
  padding: 0.5em;
}

#menu a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

/* #menu a:hover {
  background-color: white;
  color: #09c;
} */

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}
nav#menu {
  width: 100%;
}
#menu .sub-menu li a {
  color: #0a112a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
ul.sub-menu:after {
  top: -15px;
  right: 36px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 11;
  pointer-events: none;
  margin-left: 0;
  background: url("../images/triangle.png") no-repeat center center / contain;
}

#menu .sub-menu li .sub-menu::after {
  display: none;
}
#menu .sub-menu li a:hover {
  color: #3ea36a !important;
}
video.video-c {
  border-radius: 20px;
  height: auto;
  width:100%;
}
img.conf-banner {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
p.membership-p {
  margin: 0;
  color: #060d2c;
  font-size: 16px;
  font-weight: 600;
}

input.mem-input {
  width: 100%;
  border-radius: 4px;
  height: 45px;
  border: 1px solid #ebebeb;
}

small.mem-s {
  color: #999999;
  font-size: 14px;
}
.mem-input[type="number"]{
  appearance: auto !important;
  -moz-appearance:auto !important;
  -webkit-appearance:auto !important;
  padding-left:10px;
}
.mem-input::-webkit-outer-spin-button,
.mem-input::-webkit-inner-spin-button {
  -webkit-appearance: auto !important;
  margin-left: 10px;
}
textarea.mem-txt {
  width: 100%;
  border: 1px solid #ebebeb;
  resize: none;
  border-radius: 4px;
}
button.mem-green {
  border: 0;
  background: #108d46;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.membr {
  font-size: 20px !important;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 600 !important;
}
.membr-2 {
  color: #101f2e !important;
}
.membr-2 span {
  text-transform: uppercase;
  font-weight: bold;
}
div#membershipp .modal-body.order-modal {
  padding: 80px 20px;
}

@media only screen and (min-width: 1200px) {
  #menu .main-menu {
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
  }
  #toggle-menu,
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
    font-size: 12px;
  }

  #menu li {
    border-width: 0 1px 0 0;
    padding: 0px 8px;
    font-family: "SharpSansNo1-Semibold";
    font-size: 14px;
  }

  #menu .sub-menu li {
    float: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -26px;
    width: 12em;
    z-index: 3000;
    border-radius: 10px;
    padding: 0;
  }

  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu .sub-menu .drop-icon {
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

/*********************/

@media only screen and (max-width: 1280px) {
  .redbox {
    left: -40px;
  }
}

@media only screen and (max-width: 1199px) {
  /**************************/
  ul.main-menu.cf {
    position: absolute;
    width: 100%;
    left: 0;
    top: 110%;
    background: #000;
    padding: 20px 20px !important;
    border-radius: 0 0 30px 30px;
  }

  #toggle-menu,
  #menu a {
    font-family: "SharpSansNo1-Semibold";
    font-size: 14px;
  }
  .main-menu a.nav-link.btn-red {
    width: 200px;
    text-align: center;
    margin: 0px auto;
  }

  ul.main-menu.cf {
    text-align: center;
  }
  #menu li label.drop-icon {
    position: initial;
    padding: 0;
    margin: 0;
    vertical-align: -2px;
  }
  ul.sub-menu:after {
    display: none;
  }
  #menu .sub-menu li {
    background: #000;
    border: 0 !important;
  }
  #menu .sub-menu li a {
    color: #fff;
  }
  ul.sub-menu {
    border: 0 !important;
  }
  /**************************/
  nav#menu {
    width: auto;
  }

  #toggle-menu {
    padding: 0;
    margin: 0 15px 0 0px;
  }
  .modal-links a.red-link {
    padding: 15px 0px;
  }

  .main-nav-ul {
    padding: 20px 0px;
  }

  .navbarWrap {
    justify-content: flex-end;
  }

  a.red-link {
    padding: 15px 40px;
  }

  h1.section2-heading {
    font-size: 45px;
  }

  h1.banner-h1 {
    font-size: 65px;
    line-height: 1;
  }

  p.years {
    font-size: 80px;
  }

  .redbox {
    padding: 20px 30px 20px 20px;
    left: -20px;
  }

  a.scroll-down {
    right: 0;
  }

  .navbarWrap .navbar-collapse {
    background: #000;
    position: absolute;
    width: 30%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .navbar-dark .navbar-toggler {
    border: 0;
    color: #fff;
    background: none;
    opacity: 1;
    font-size: 25px;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/hamburger.png);
    opacity: 1;
    width: 30px;
    background-size: contain;
    height: 60px;
  }

  .navbar-dark .navbar-toggler:focus {
    outline: none;
  }

  .maain-tabble.table-responsive th {
    padding: 10px 0 10px 60px;
    min-width: 70px !important;
  }

  .maain-tabble.table-responsive td {
    padding: 20px 0 20px 60px;
    min-width: 70px !important;
  }

  #progressbar li:after {
    width: 240px;
    left: -245px;
  }
}

@media only screen and (max-width: 999px) {
  .user-dd {
    transform: translate3d(-70px, 40px, 0px) !important;
  }
  .conference--inner--card {
    margin-top: 100px;
  }

  .bantu-table .table-responsive thead th {
    padding-right: 90px;
  }

  .item-bslider .left {
    text-align: center;
    margin-bottom: 20px;
  }

  .item-bslider {
    padding: 0;
  }

  a.scroll-down {
    display: none;
  }

  .redbox {
    left: 80px;
    padding: 30px 20px;
    text-align: center;
    bottom: 0;
  }

  p.years {
    font-size: 40px;
  }

  p.year-p {
    font-size: 20px;
    line-height: 1;
  }

  .box-red {
    margin: 1.5rem 0 0 0;
    padding: 50px 40px 50px;
    text-align: center;
  }

  .box-green {
    text-align: center;
  }

  ul.socials {
    justify-content: center;
  }

  section#section-6 {
    padding-top: 240px;
    padding-bottom: 50px;
  }

  section.banner {
    padding: 200px 0px 150px;
  }
}

@media only screen and (max-width: 767.5px) {
  section.inner-page {
    padding: 40px 0px;
  }

  .media.notification-media {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .notification-card {
    border-radius: 50px;
    padding-bottom: 40px;
  }

  .media.notification-media .media-body {
    text-align: center;
    margin-bottom: 20px;
  }

  span.conf-status {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
  }

  .confrence-card .media {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .confrence-card .media-body {
    text-align: center;
  }

  a.enter-conf {
    margin: 0px auto;
    display: table;
  }

  .item-card .media {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-card .media img.align-self-center.mr-3.checkout-item {
    margin: 0 0 20px 0 !important;
  }

  p.item--price--total.m-0 {
    text-align: center;
  }

  .item-card .media .media-body {
    text-align: center;
  }

  .action-button {
    margin: 10px auto;
    display: table;
    width: 100%;
  }

  #progressbar li:after {
    width: 150px;
    left: -155px;
  }

  .filter-button {
    width: 100%;
  }

  .product-info.nav-tabs .nav-link {
    width: 100%;
    text-align: center;
  }

  .bantu-modal .modal-body {
    padding: 60px 30px;
  }

  .card-auth {
    padding: 50px 25px 80px;
  }

  .banner-slider ul.slick-dots {
    display: none !important;
  }

  p.big-donate {
    font-size: 60px;
  }

  p.small-donate {
    line-height: 1;
    font-size: 30px;
  }

  .section-padding {
    padding: 30px 0px;
  }

  .navbarWrap .navbar-collapse {
    width: 100%;
  }

  .mt-10 {
    margin-top: 20px;
  }

  h1.section2-heading {
    font-size: 32px;
  }

  #section-2 img.img-fluid {
    width: 100%;
  }

  .redbox {
    left: 15px;
    top: -30px;
    bottom: initial;
    padding: 20px 10px;
  }

  a.outline-btn {
    padding: 15px 60px;
  }

  section.banner {
    padding: 200px 0px 50px;
  }
}

@media only screen and (max-width: 525px) {
  #progressbar li:after {
    width: 110px;
    left: -105px;
  }
}

@media only screen and (max-width: 380px) {
  #progressbar li:after {
    width: 75px;
    left: -76px;
  }
}

@media only screen and (max-width: 340px) {
  .cart-area .shopping-cart {
    width: 302px;
  }

  ul.custom-pagination {
    padding: 10px 0;
  }

  #progressbar li:after {
    width: 40px;
    left: -45px;
  }

  li.mob-hide {
    display: none;
  }

  li.mob-show {
    display: block;
  }

  .bantu-modal .modal-body {
    padding: 60px 20px;
  }

  a.navbar-brand {
    flex: 1;
  }

  h1.banner-h1 {
    font-size: 50px;
  }

  .item-bslider {
    margin: 0 10px;
  }

  h2.white-heading {
    font-size: 50px;
  }

  h2.healthy-heading {
    font-size: 40px;
  }

  p.b-text {
    font-size: 50px;
  }

  h3.white {
    font-size: 35px;
  }

  .modal-links a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .modal-links a {
    width: 100%;
  }
  .notification-dd {
    transform: translate3d(-114px, 32px, 0px) !important;
  }

  .notification-dd:after {
    right: 91px;
  }
}
/*********accordion css start*************/
.filter-section {
    margin-bottom: 20px
}
.filter-section:last-child {
    border-bottom: none
}
.filter-section:last-child .filter-options:last-child {
    padding-bottom: 0
}
.filter-section .filter-category {
    border-radius: 3px;
    margin: 0;
    padding: 6px 15px;
}
.filter-section .filter-category li {
    display: block;
    padding: 0;
}
.filter-section .filter-category>li {
    border-bottom: 1px solid #f1f1f1;
}
.filter-section .filter-category li>ul {
    display: none
}
.filter-section .filter-category li.active>a {
    color: #666666;
    display: inline-block;
    text-align: left;
    font-weight: 300;
}
.filter-section .filter-category>li:last-child {
    border-bottom: none
}
.filter-section .filter-category>li>i {
    margin-top: 8px
}
.filter-section .filter-category>li>a {
    padding: 10px 0
}
.filter-section .filter-category>li ul li i {
    margin-top: 7px
}
.filter-section .filter-category>li ul li a {
    padding: 5px 0
}
.filter-section .filter-category>li ul li:first-child i {
    margin-top: 3px
}
.filter-section .filter-category>li ul li:first-child a {
    padding-top: 0
}
.filter-section .filter-category a {
    display: inline-block;
    margin-left: 18px;
    color: #666666;
    text-align: left;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
.filter-section .filter-category i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
.filter-section .filter-category i.open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.filter-section .filter-category ul {
    list-style: none;
    margin: 0 0 5px 15px;
    padding: 0;
}
.filter-section .filter-category ul ul {
    margin: 0 0 0 20px
}
.filter-section .filter-category ul li ul li {
    border-bottom: 0!important;
}
.filter-section .sub-category>i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
.filter-section .sub-category.active>i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.filter-section .form-group {
    overflow: auto;
    margin-bottom: 0
}
.filter-section h4 {
    margin-bottom: 8px;
    background: #108d46;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 15px;
    font-weight: 600;

}
.filter-section .checkbox {
    float: left;
    margin-bottom: 5px
}
.filter-section .checkbox:first-child {
    margin-top: 5px
}
.filter-section .checkbox:last-child {
    margin-bottom: 10px
}
.filter-section .checkbox>label {
    font-size: 15px;
    word-break: break-all;
}
.rtl .filter-section .filter-category i {
    -webkit-transform: rotate(0deg) rotateY(180deg);
    transform: rotate(0deg) rotateY(180deg);
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}
.rtl .filter-section .filter-category i.open {
    -webkit-transform: rotate(90deg) rotateY(180deg);
    transform: rotate(90deg) rotateY(180deg)
}
.categories-wrapper {
    border: 1px solid #e9e9e9;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
/*********accordion css end*************/
/* range slider-css */
.range-slider .multi-range {
    position: relative;
    height: 50px;
    display: block;
    padding: 15px 0;
}
.range-slider .multi-range input[type=range] {
    position: absolute;
}

.range-slider input[type=range] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(black, black) no-repeat center;
    background-size: 100% 2px;
    pointer-events: none;
}
.range-slider .multi-range input[type=range]:nth-child(2) {
    background: none;
}
.range-slider .multi-range input[type=range] {
    position: absolute;
}
.range-slider input[type=range]:active,
.range-slider input[type=range]:focus {
    outline: none;
}
.range-slider input[type=range]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius:50%;
    background-color: #150424;
    position: relative;
    margin: 5px 0;
    /* Add some margin to ensure box shadow is shown */
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;

}
.multi-range input {

    border: none !important;
}
.range-slider h3 {
    font-weight: 600;
    padding-left: 12px;

    padding-bottom: 20px;
}

.price-range-picker label {
    padding-bottom: 10px;
}
.noUi-base{
    position:absolute !important;
}
.noUi-connect {
    background: #108d46 !important;
}

.range-slider {
    border: 0;
    border-top: none;
    padding: 20px 25px 60px 25px;
}
.range-text input {
    width: 40%;
    float: left;
    margin-left: 10px;

}
.range-text p {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}
.categories-wrapper .add-to-cart {
    margin: 0 0 25px 10px;
    max-width: 100%;
    min-width: 80%;
}
/* range slider-css end */

.add-to-cart {
   border-radius: 23px;
    display: inline-block;
    background: #108d46;
    color: white;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 14px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-family: "Poppins";
    font-weight: 600;
}
input#qty {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    position: relative;
    font-family: "Poppins";
}
/*********order side css end*************/
.hide {
    display: none;
}
.show {
    display: block;
}
.rating-bar{
    margin:8px 0;
}
.progress{
    margin:10px 0;
}
.btn-update, .productdelete {
    background-color: #fff!important;
    border: unset;
}

.wizard{
    margin:20px auto;
    background:#fff
}
.wizard .nav-tabs{
    position:relative;
    margin:40px auto;
    margin-bottom:0;
    border-bottom-color:#e0e0e0;
    border-bottom:0!important
}
.wizard>div.wizard-inner{
    position:relative
}
.connecting-line{
    height:2px;
    background:#e0e0e0;
    position:absolute;
    width:71%;
    margin:0 auto;
    left:13%;
    top:50%;
    z-index:1
}
.wizard .nav-tabs>li.active>a,.wizard .nav-tabs>li.active>a:focus,.wizard .nav-tabs>li.active>a:hover{
    color:#555;
    cursor:default;
    border:0;
    border-bottom-color:transparent
}
.wizard h5{
    font-size:35px;
    font-weight:700;
    color:#ed1c24;
    text-align:left;
    margin:0 0 35px
}
span.round-tab{
    width:24px;
    height:24px;
    line-height:19px;
    display:inline-block;
    border-radius:100px;
    background:#fff;
    border:2px solid #e0e0e0;
    z-index:2;
    position:absolute;
    left:0;
    text-align:center;
    font-size:12px
}
span.round-tab i{
    color:#fff;
}
.wizard li a.active span.round-tab{
    background:#108d46;
    border:2px solid #108d46;
}
.wizard li a.active span.round-tab i{
    color:#fff
}
span.round-tab:hover{
    color:#fff;
    border:2px solid #fff!important
}
.wizard .nav-tabs>li{
    width:33.3%
}
.wizard li a:after{
    content:" ";
    position:relative;
    left:46%;
    top:-20px;
    opacity:0;
    margin:0 auto;
    bottom:0;
    border:5px solid transparent;
    border-bottom-color:#5bc0de;
    transition:.1s ease-in-out
}
.wizard li.active.nav-item:after{
    content:" ";
    position:relative;
    left:46%;
    top:-20px;
    opacity:1;
    margin:0 auto;
    bottom:0;
    border:10px solid transparent;
    border-bottom-color:#5bc0de;
    display: none;
}
.wizard .nav-tabs>li a{
    width:24px;
    height:24px;
    margin:20px auto;
    border-radius:100%;
    padding:0;
    position:relative
}
.wizard .nav-tabs>li a:hover{
    background:0 0
}
.wizard .tab-pane{
    position:relative;
    padding-top:52px
}
.wizard h3{
    margin-top:0
}
.wizard h3.theading{
    margin:-15px 0 15px;
    color:#000 !important;
        font-size: 16px;

}
.country select {
    border-radius: 100px !important;
    height: 46px;
    margin: 15px 0 15px 0;
    color: #999999 !important;
    font-size: 14px !important;
    -webkit-appearance: none;
    border: 1px solid #cccccc !important;
    background-repeat: no-repeat;
    /* background-image: url(../images/arrow-downn.png); */
    padding: 0 25px !important;
    /* background-position: 95%; */
}
.wizard .nav-tabs>li a{
    font-size:16px;
    width:90px;
    height:90px;
    margin:0 auto 11px;
    padding:0;
    display:table;
    text-align:center;
    background:0 0!important;
    border:none!important
}
.wizard-inner{
    position:relative
}
.wizard-inner .progress{
    position:absolute;
    left:0;
    right:0;
    top:55px;
    height:3px;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin:auto;
    width:66.66%;
    margin-bottom:0
}
.wizard .round-tab{
    width:80px;
    height:80px;
    line-height:80px;
    background: #108d46c9;
    display:table-cell;
    vertical-align:middle;
    border-radius:100%;
    position:absolute;
    left:0;
    top:12px;
    right:0;
    text-align:center;
    font-size:30px;
    margin:auto;
    -webkit-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
}
.account-details input[type="text"], .account-details input[type="password"], .account-details input[type="email"], .account-details input[type="number"], .update-email-address input[type="email"], .update-email-address input[type="password"] {
    width: 100%;
    position: relative;
    border-radius: 100px;
    height: 46px;
    color: black;
    font-size: 14px;
    margin: 15px 0;
    border: 1px solid #cccccc;
    padding: 0 25px;
}
.check-box-container .checkbox-checkmark {
    position: absolute;
    top: 17px;
    left: -3px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px #ccc solid;
}
.check-box-container:hover input~.checkbox-checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */

.check-box-container input:checked~.checkbox-checkmark {
    background-color: #d60522;
}
/* Create the checkmark/indicator (hidden when not checked) */

.check-box-container .checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.check-box-container input:checked~.checkbox-checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.cart-section input#number, .product input#number{
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 60px;
    height: 40px;
    position: relative;
    font-family: 'jostmed';
}
.cart-section tr{
    border-radius: 15px !important;
}
.cart-head {
    background-color: #108d46;
    padding: 17px 25px;
    color: #feffff;
    text-align: center;
    border-radius: 20px 20px 0 0;
}
.cart-head h2{
    font-size: 24px !important;
    font-family: "sharpbold";
    text-transform: uppercase;
}
.cart-list ul {
    border-bottom: 1px solid #eeeeee;
}
.cart-list {
    border-top: unset;
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
ul,ol{
    list-style: none !important;
}
.cart-list ul{
    padding-left: 0 !important;
    text-transform: uppercase;
}
.cart-list h3{
    font-size: 20px !important;
    text-transform: uppercase;
}
.error-message{
  color: red;
}