body {
  font-family: var(--poppins);
}

:root {
  --mf-theme-primary: #50c91f;
  --mf-theme-primary--fade: #C9EEBA;
  --poppins: "Poppins";
  --roboto: "Roboto";
}

.header {
  position: relative;
}

.header-top {
  background-color: #149253;
}
 .mf-product-card__img .stock-status {
                                                position: absolute;
                                                z-index: 99;
                                                background: #fe0000;
                                                color: #ffffff;
                                                right: 5px;
                                                top: 5px;
                                                padding: 3px 5px;
                                                font-size: 14px;
                                                border-radius: 5px;
                                            }

                                            .mf-product-card__img .stock-status p {
                                                margin: 0;
                                            }

.header-top-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top__social-icons a {
  text-decoration: none;
  color: var(--mf-theme-primary);
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}

.header-top__social-icons a i {
  width: 20px;
  height: 20px;
}

.header-top__contact-info p {
  margin: 0;
  color: #fff;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.header-top__contact-info p span {
  color: var(--mf-theme-primary);
  background: #fff;
  margin-right: 5px;
  border-radius: 3px;
  text-align: center;
  font-size: initial !important;
}

.header-top__contact-info p span i {
  width: 20px;
  height: 20px;
  font-size: initial !important;
}

.header-top__contact-info p a {
  text-decoration: none;
  color: #fff;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}

.header-center {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}

.header-center-logo {
  position: absolute;
  bottom: 0;
  background: #fff;
}

.header-center-logo img {
  width: 100px;
}

.header-center-bar {
  display: flex;
  align-items: center;
}

.header-center-main {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  flex: 1;
}

.header-center-main-search {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  flex: 1;
  margin-left: 10%;
}

.header-center-main-search form {
  width: 100%;
}

.header-center-main-search--new {
  display: flex;
  align-items: center;
}

.header-center-main-search input {
  background: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  width: 100%;
}

.header-center-main-search button {
  color: #fff;
  background: var(--mf-theme-primary);
  border: none;
  border-radius: 3px;
}

.header-center-main-icons {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: center;
}

.header-center-main-icons button {
  position: relative;
  background: transparent;
  border: transparent;
  outline: none;
  padding: 0;
  font-size: 20px;
}

.header-center-main-icons button span {
  position: absolute;
  top: 0;
  left: 85%;
  background: var(--mf-theme-primary);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.header-center-main-profile button {
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  outline: none;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(55, 54, 58);

}

.header-center-main-profile .profile-dropdown button {
  transition: all ease-in-out .5s;
}

.header-center-main-profile .profile-dropdown button:hover {
  border-bottom: 1px solid var(--mf-theme-primary);
  color: var(--mf-theme-primary);
}

.header-center-main-profile button img {
  width: 40px;
}

.header-center-main-profile button.dropdown-toggle::after {
  display: none;
}

.header-bottom {
  border-bottom: 1px solid #f2f2f2;
}

.header-bottom-nav {
  padding: 15px 0;
}

.header-bottom-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-bottom-nav-links li a {
  font-family: var(--poppins) !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #37363A;
  text-decoration: none;
  transition: all linear 0.3s;
  position: relative;
}

.header-bottom-nav-links li a:first-child i {
  padding-right: 5px;
}

.header-bottom-nav-links li a:first-child i:last-child {
  padding: 0;
  padding-left: 5px;
}

.header-bottom-nav-links li a span {
  background: var(--mf-theme-primary--fade);
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
}

.header-bottom-nav-links li a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--mf-theme-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  transition: 0.9s;
}

.header-bottom-nav-links li a:hover,
.header-bottom-nav-links li a.active {
  color: var(--mf-theme-primary);
}

.header-bottom-nav-links li a:hover::after,
.header-bottom-nav-links li a.active::after {
  color: var(--mf-theme-primary);
  width: 50%;
  opacity: 1;
}

.header-hamburg {
  display: none;
}

.header-hamburg button {
  background: #EEFAE9;
  border-radius: 5px;
  color: var(--mf-theme-primary);
  border: none;
  padding: 5px 10px;
  line-height: 0;
}

.header-hamburg button i {
  font-size: 25px;
}

.header-mobile {
  display: none;
  padding: 10px 0;
}

.header-mobile-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.header-mobile-search {
  flex: 1;
}

.header-mobile-search .search {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
  flex: 1;
}

.header-mobile-search .search form {
  width: 100%;
}

.header-mobile-search .search input {
  background: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  width: 90%;
}

.header-mobile-search .search button {
  color: #A3A3A4;
  background: transparent;
  border: none;
  border-radius: 3px;
  line-height: 0;
}

.header-mobile-categories button {
  background: #EEFAE9;
  border-radius: 10px;
  border: none;
  line-height: 0;
  padding: 5px 10px;
}

.header-mobile-categories button svg {
  width: 25px;
  color: var(--mf-theme-primary);
  line-height: 0;
}

.header-mobile-categories .mf-menu--dropdown-menu {
  right: 10px;
  -webkit-margin-before: 9px;
  margin-block-start: 9px;
}

.header-mobile-categories .offcanvas-header button {
  color: var(--mf-theme-primary);
}

.header-mobile-categories .offcanvas-body ul {
  list-style: none;
  padding: 0;
}

.header-mobile-categories .offcanvas-body ul li {
  margin-bottom: 10px;
}

.header-mobile-categories .offcanvas-body ul li a {
  padding: 10px 20px;
  border-bottom: 2px solid var(--mf-theme-primary);
}

.header-mobile-categories .offcanvas-body ul li a:hover {
  background: var(--mf-theme-primary--fade);
}

.eden-pagination {
  position: relative;
  height: 150px;
}

.eden-pagination img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.eden-pagination-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.eden-pagination-content h3 {
  color: white;
  font-size: 50px;
}

.eden-pagination::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.41);
}

.mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  display: none;
  padding: 5px 0;
}

.mobile-bar-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
}

.mobile-bar-menu ul li {
  flex: 1;
}

.mobile-bar-menu ul li a {
  text-decoration: none;
  color: #000000;
  background: transparent;
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 18px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.mobile-bar-menu ul li a svg {
  width: 20px;
}

.mobile-bar-menu ul li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

.mobile-bar-menu ul li a:hover {
  color: var(--mf-theme-primary);
  background: #e3f5db;
}

.mobile-bar-menu ul li a:hover svg {
  fill: var(--mf-theme-primary);
}

.section-title {
  text-align: center;
}

.section-title__content {
  text-align: center;
  margin: 0;
}

.section-title__seperator {
  width: 50px;
  height: 3px;
  background-color: var(--mf-theme-primary);
  display: inline-block;
  position: relative;
}

.ea-box {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

.ea-box-main {
  margin-top: 100px;
}

.ea-box-1 .icon {
  border-radius: 50%;
  background: var(--mf-theme-primary--fade);
  color: var(--mf-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ea-box-1 .icon i {
  font-size: 30px;
}

.ea-box-2 h6 {
  margin: 0;
}

.ea-box-2 p {
  margin: 0;
  color: #777777;
  font-weight: 100;
  font-size: 13px;
}

.mf-category-section {
  padding-top: 30px;
}

.mf-category-section .categories {
  margin-top: 30px;
}

.mf-category-section .categories-main {
  margin-bottom: 30px;
}

.mf-category-section .categories-main:hover .categories__img img {
  transform: scale(1.1);
}

.mf-category-section .categories__img {
  text-align: center;
}

.mf-category-section .categories__img img {
  transition: transform 0.5s;
  width: 80%;
  border-radius: 10px;
}

.mf-category-section .categories__name {
  padding: 10px;
}

.mf-category-section .categories__name h6 {
  text-align: center;
  color: #37363a;
}

.mf-category-section .categories a {
  text-decoration: none;
}

.mf-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.mf-carousel-indicators [data-bs-target] {
  background-color: transparent !important;
  padding: 2px;
  border: 1px solid var(--mf-theme-primary);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background-clip: inherit;
}

.mf-carousel-indicators .active {
  width: 16px;
  background-color: var(--mf-theme-primary) !important;
  border-radius: 10px;
}

.mf-carousel-inner .ea-index-slider ul.slick-dots {
  bottom: -40px !important;
}

.mf-carousel-inner .ea-index-slider ul.slick-dots li {
  margin-right: 5px;
}

.mf-carousel-inner .ea-index-slider ul.slick-dots li button {
  border: 1px solid var(--mf-theme-primary) !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 auto !important;
  transition: all ease-in-out .5s;
}

.mf-carousel-inner .ea-index-slider ul.slick-dots li button::after,
.mf-carousel-inner .ea-index-slider ul.slick-dots li button::before {
  display: none;
}

.mf-carousel-inner .ea-index-slider ul.slick-dots li.slick-active button {
  background: var(--mf-theme-primary);
  width: 25px;
  border-radius: 10px;
}

.mf-carousel-inner .carousel-item {
  transition-duration: 2s;
  height: 80vh;
}

.mf-carousel-inner .carousel-item .container {
  height: 100%;
}

.mf-carousel-inner .carousel-item .container .row {
  height: 100%;
}

.mf-carousel-inner .carousel-item .container .row .col-12 {
  height: 100%;
}

.mf-carousel-inner .carousel-item-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mf-carousel-inner .carousel-item .title {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
  text-shadow: 3px 3px 20px #000000,
    -2px 1px 30px #000000;
}

.mf-carousel-inner .carousel-item .paragraph {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}



.mf-carousel-inner .carousel-item-1,
.mf-carousel-inner .carousel-item-2,
.mf-carousel-inner .carousel-item-3,
.mf-carousel-inner .carousel-item-4,
.mf-carousel-inner .carousel-item-5,
.mf-carousel-inner .carousel-item-6 {
  background-size: cover !important;
}

.mf-carousel-inner .carousel-item-1 {
  background: url(/assets/images/slider/slider-1.jpg) no-repeat center;
}

.mf-carousel-inner .carousel-item-2 {
  background: url(/assets/images/slider/slider-2.jpg) no-repeat center;
}

.mf-carousel-inner .carousel-item-3 {
  background: url(/assets/images/slider/slider-3.jpg) no-repeat center;
}

.mf-carousel-inner .carousel-item-4 {
  background: url(/assets/images/slider/slider-4.jpg) no-repeat center;
}

.mf-carousel-inner .carousel-item-5 {
  background: url(/assets/images/slider/slider-5.jpg) no-repeat center;
}

.mf-carousel-inner .carousel-item-6 {
  background: url(/assets/images/slider/slider-6.jpg) no-repeat center;
}

.mf-product-card {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 9px;
  margin-bottom: 20px;
  transition: all 0.8s;
}

.mf-product-card__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.mf-product-card__img img {
  transition: all 0.8s;
  width: 100%;
}

.mf-product-card__img__btn {
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  border-radius: 5px;
  background: #EEFAE9;
  color: #484444;
  display: none;
  transition: ease-in-out 0.3s;
}

.mf-product-card__img__btn:hover i,
.mf-product-card__img__btn:active {
  color: var(--mf-theme-primary);
}

.mf-product-card__title p {
  margin: 0;
}

.mf-product-card__title p a {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #37363A;
  margin: 0;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mf-product-card__ratings {
  margin-top: 10px;
}

.mf-product-card__ratings-stars {
  display: none;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.mf-product-card__ratings-stars .stars {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.mf-product-card__ratings-stars .stars button {
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  color: #FBC701;
}

.mf-product-card__ratings-count p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}

.mf-product-card__price {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 10px;
  justify-content: center;
  flex-direction: row-reverse;
}

.mf-product-card__price .normal-price p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #37363A;
}

.mf-product-card__price .offer-price p {
  margin: 0;
  text-decoration: line-through;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #A3A3A4;
}

.mf-product-card__btn {
  margin-top: 15px;
}

.mf-product-card__btn button {
  border: none;
  background: #149253;
  border-radius: 9px;
  width: 100%;
  padding: 10px 0;
  color:#fff;
}

.mf-product-card:hover {
  border: 1px solid var(--mf-theme-primary);
}

.mf-product-card:hover .mf-product-card__img img {
  transform: scale(1.1);
}

.mf-product-card:hover .mf-product-card__img .mf-product-card__img__btn {
  display: inherit;
}

.mf-primary-btn,
.mf-crud-form button {
  border: none;
  background: #149253;
  border-radius: 9px;
  padding: 10px 20px;
  color: #fff;
}

.banner {
  padding: 40px 0;
  background: rgb(213, 83, 8);
  background: linear-gradient(51deg, rgba(213, 83, 8, 0.13) 15%, rgb(255, 255, 255) 28%, rgba(210, 229, 123, 0.3084831345) 44%);
}

.banner-content-title h4 {
  text-align: center;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #37363A;
}

.banner-content-title p {
  text-align: center;
  margin-top: 15px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: #5F5E61;
}

.banner-content-percentage h1 {
  text-align: center;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 147px;
  color: var(--mf-theme-primary);
}

.banner-content-timer .title {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  line-height: 39px;
  color: #79787B;
}

.banner-content-timer .timer {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 15px 0;
}

.banner-content-timer .timer .box {
  background: #fff;
  border-radius: 8px;
  padding: 10px 15px;
}

.banner-content-timer .timer .box h6 {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #5F5E61;
}

.banner-content-timer .timer .box p {
  text-transform: uppercase;
  margin: 0;
  color: #b0afb1;
  font-weight: 100;
}

.banner-content-btn {
  text-align: center;
}

.banner-content-btn button {
  padding: 10px 20%;
}

.mf-banner-mini {
  padding: 30px;
  background: #E7FBED;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.mf-banner-mini--one {
  background: #EFEEF4;
}

.mf-banner-mini .offer-percentage h3 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  color: var(--mf-theme-primary);
}

.mf-banner-mini .offer-content p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #37363A;
}

.mf-banner-mini-btn button {
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 10px 20px;
  color: #fff;
}

.mf-banner-mini-btn button.one {
  background: #149253;
}

.mf-banner-mini-btn button.two {
  background: #2FE571;
}

.mf-banner-mini:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

section .ea-goto-shop--lhs {
  height:50vh;
  background: url(/assets/images/bg-quality.jpg);
  background-position: right center;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  margin-bottom: 120px;
  margin-top: 100px;
}

section .ea-goto-shop--lhs .container {
  height: 100%;
}

section .ea-goto-shop--lhs-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section .ea-goto-shop--lhs-box {
  text-align: center;
  width: 70%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4039215686);
  margin-top: 40px;
  padding: 20px;
}

section .ea-goto-shop--lhs-addon {
  background: white;
  border-radius: 15px;
  border: 1px solid #e2e2e2;
  margin-top: -60px;
  padding: 30px 15px;
}

section .ea-goto-shop--lhs-addon--p {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

section .ea-goto-shop--lhs-addon--p .container {
  margin: 0 auto;
  padding: 0;
}

.ea-goto-shop {
  height: 50vh;
  background: url(/assets/images/bg-goto.jpg);
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.ea-goto-shop .container {
  height: 100%;
}

.ea-goto-shop-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ea-goto-shop-box {
  text-align: center;
  width: 70%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4039215686);
  margin-top: 40px;
  padding: 20px;
}

.mf-testimonial-box {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 40px;
}

.mf-testimonial-box-content p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #BFBFBF;
  margin: 0;
}

.mf-testimonial-box-author {
  margin-top: 25px;
}

.mf-testimonial-box-author p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  color: var(--mf-theme-primary);
  margin: 0;
}

.mf-testimonial .slick-dots li button:before {
  font-size: 14px !important;
  color: #D1D0D0;
}

.mf-testimonial .slick-dots li.slick-active button:before {
  color: var(--mf-theme-primary) !important;
}

.mf-testimonial-box:hover,
.mf-testimonial .active {
  box-shadow: 2px 25px 35px rgba(58, 88, 105, 0.2);
  border-radius: 8px;
}

.mf-testimonial-slider .slick-center .mf-testimonial-box {
  box-shadow: 2px 25px 35px rgba(58, 88, 105, 0.2);
}

.mf-testimonial-slider .slick-slide {
  padding: 10px;
  margin: 60px 0;
}

.mf-news-letter-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-news-letter-box input[type=text],
.mf-news-letter-box input[type=mail] {
  background: #F5F5F5;
  border-radius: 9px;
  outline: none;
  border: none;
  padding: 20px;
  width: 100%;
}

.mf-news-letter-box input[type=text]::-moz-placeholder,
.mf-news-letter-box input[type=mail]::-moz-placeholder {
  color: #37363A;
}

.mf-news-letter-box input[type=text]::placeholder,
.mf-news-letter-box input[type=mail]::placeholder {
  color: #37363A;
}

.mf-news-letter-box button {
  padding: 20px;
}

.mf-news-letter-box::after {
  position: absolute;
  content: " ";
  background: url(/assets/images/svg/news-letter.svg);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  left: -30px;
  bottom: -35px;
}

.mf-footer {
  background: #ffffff;
  padding: 50px 0;
  border-top: 1px solid #e2e2e2;
}

.mf-footer-main h5 {
  font-family: var(--poppins);
  font-style: normal;
  color: var(--mf-theme-primary);
  margin-bottom: 25px;
}

.mf-footer-main-nav {
  list-style: none;
  padding: 0;
}

.mf-footer-main-nav li {
  margin-bottom: 15px;
}

.mf-footer-main-nav li a {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #555555;
  text-decoration: none;
}

.mf-footer-main-nav li a:hover {
  color: var(--mf-theme-primary);
}

.mf-footer-main .contact-nav {
  list-style: none;
  padding: 0;
}

.mf-footer-main .contact-nav li {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 15px;
}

.mf-footer-main .contact-nav li i {
  color: var(--mf-theme-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.mf-footer-main .contact-nav li p {
  margin: 0;
  color: #555555;
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.mf-footer-main .contact-nav li p a {
  text-decoration: none;
  color: #555555;
  margin-bottom: 10px;
}

.mf-footer-main .contact-nav li p a:hover {
  color: var(--mf-theme-primary);
}

.mf-footer-bottom {
  background: white;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
}

.mf-footer-bottom p {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.mf-footer-bottom p a {
  text-decoration: none;
  color: var(--mf-theme-primary);
}

.mf-offcanvas-header a img {
  width: 70px;
}

.mf-offcanvas-menu {
  height: 100%;
}

.mf-offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.mf-offcanvas-menu ul .menu-item {
  width: 100%;
}

.mf-offcanvas-menu ul .menu-item a {
  font-family: "Poppins";
  text-decoration: none;
  color: #79787B;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid var(--mf-theme-primary);
  transition: all ease-in-out 0.5s;
}

.mf-offcanvas-menu ul .menu-item a:hover {
  background: var(--mf-theme-primary--fade);
}

.mf-product-category {
  padding: 15px;
}

.mf-product-category .mf-product-tools {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mf-product-category .mf-product-tools .offcanvas-header button {
  color: var(--mf-theme-primary);
}

.mf-product-category .mf-product-tools .offcanvas-body ul {
  list-style: none;
  padding: 0;
}

.mf-product-category .mf-product-tools .offcanvas-body ul li {
  margin-bottom: 10px;
}

.mf-product-category .mf-product-tools .offcanvas-body ul li a {
  padding: 10px 20px;
  border-bottom: 2px solid var(--mf-theme-primary);
}

.mf-product-category .mf-product-tools .offcanvas-body ul li a:hover {
  background: var(--mf-theme-primary--fade);
}

.mf-product-category .mf-product-tools .categ button {
  background: rgba(238, 250, 233, 0);
  border-radius: 10px;
  border: none;
  line-height: 0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-product-category .mf-product-tools .categ button svg {
  width: 15px;
  color: var(--mf-theme-primary);
  line-height: 0;
}

.mf-product-category .mf-product-tools .filter button {
  background: rgba(238, 250, 233, 0);
  border-radius: 10px;
  border: none;
  line-height: 0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-product-category .mf-product-tools .filter button svg {
  width: 15px;
  fill: var(--mf-theme-primary);
  line-height: 0;
}

.mf-product-category-filter .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mf-product-category-filter .filter-header-title h6 {
  margin: 0;
  color: #37363A;
}

.mf-product-category-filter .filter-header-btn button {
  background: transparent;
  border: none;
  outline: none;
  color: var(--mf-theme-primary);
}

.mf-product-category-filter .filter-category-box-title h6 {
  margin: 0;
  text-transform: uppercase;
}

.mf-product-category-filter .filter-category-box-links ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
}

.mf-product-category-filter .filter-category-box-links ul li {
  margin-bottom: 5px;
}

.mf-product-category-filter .filter-category-box-links ul li a {
  text-decoration: none;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #79787B;
}

.mf-product-category-filter .filter-category-box-links ul li a:hover,
.mf-product-category-filter .filter-category-box-links ul li a.active {
  color: var(--mf-theme-primary);
}

.mf-product-category-filter .filter-price-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mf-product-category-filter .filter-price-box-header-title h6 {
  margin: 0;
}

.mf-product-category-filter .filter-price-box-header-btn button {
  background: transparent;
  border: none;
  outline: none;
  color: var(--mf-theme-primary);
}

.mf-product-category-filter .filter-price-box-price-range {
  margin: 20px 0;
}

.mf-product-category-filter .filter-price-box-price-range input[type=range] {
  width: 100%;
  background: transparent;
  accent-color: var(--mf-theme-primary);
}

.mf-product-category-filter .filter-price-box-price-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mf-product-category-filter .filter-price-box-price-btn select {
  background: #F5F5F5;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
}

.mf-product {
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 25px;
  margin: 25px 0 30px 0;
}

.mf-product-main .thumbnail img {
  width: 100%;
}

.mf-product-thumb .slick-slide {
  margin: 0 5px;
}

.mf-product-thumb .small-thumb-img {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  cursor: pointer;
}

.mf-product-thumb .small-thumb-img img {
  width: 100%;
}

.mf-product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.mf-product-content .title h4 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #37363A;
  margin: 0;
}

.mf-product-content .ratings {
  margin-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.mf-product-content .ratings .stars button {
  color: #FBC701;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.mf-product-content .ratings-count p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #37363A;
}

.mf-product-content .weight {
  margin-top: 10px;
}

.mf-product-content .weight span {
  font-family: var(--roboto);
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #C1C1C2;
}

.mf-product-content .price {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 15px;
}

.mf-product-content .price .normal-price p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #37363A;
}

.mf-product-content .price .offer-price p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: line-through;
  color: #149253;
}

.mf-product-content .availability {
  display: flex;
  margin-top: 15px;
}

.mf-product-content .availability div {
  display: flex;
  align-items: center;
  background: #EAFBE9;
  border: 1px solid #149253;
  border-radius: 8px;
  padding: 10px 20px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.mf-product-content .availability div p {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #37363A;
}

.mf-product-content .availability div p.value {
  color: #149253;
}

.mf-product-content .delivery-estimate {
  margin-top: 15px;
}

.mf-product-content .delivery-estimate p {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 13px;
  color: #A3A3A4;
}

.mf-product-content .seperator {
  height: 2px;
  border: 1px solid #F0F0F0;
  width: 80%;
  text-align: center;
  margin: 10px auto;
}

.mf-product-content .options .quantity {
  padding-bottom: 20px;
}

.mf-product-content .options .quantity-title {
  margin-bottom: 5px;
}

.mf-product-content .options .quantity-title h5 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #37363A;
}

.mf-product-content .options .quantity-btns button,
.mf-product-content .options .quantity-btns span.qtybtn {
  background: #FFFFFF;
  border: 1px solid #D1D0D0;
  border-radius: 8px;
  padding: 10px 15px;
  color: #D1D0D0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mf-product-content .options .quantity-btns input {
  color: var(--mf-theme-primary);
  text-align: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  border: none;
  outline: none;
  width: 15%;
  padding: 10px 15px;
}

.mf-product-content .options .quantity-btns input::-webkit-outer-spin-button,
.mf-product-content .options .quantity-btns input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mf-product-content .options .to {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 20px;
}

.mf-product-content .options .to .buy {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-product-content .options .to .buy button {
  border-radius: 9px;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.mf-product-content .options .to .buy button.one {
  border: 2px solid #149253;
  color: #149253;
  background: transparent;
}

.mf-product-content .options .to .buy button.two {
  background: #149253;
  color: #fff;
  border: 1px solid transparent;
}

.mf-product-content .options .to .share {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  align-items: center;
}

.mf-product-content .options .to .share p {
  margin: 0;
}

.mf-product-content .options .to .share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-product-content .options .to .share ul a {
  color: #C1C1C2;
}

.mf-product-content .options .wishlist button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 10px;
}

.mf-product-content .options .wishlist button i {
  font-size: 22px;
}

.mf-product-content .options .wishlist button p {
  margin: 0;
}

.mf-product-content .detail h3 {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 20px;
  color: #37363A;
}

.mf-product-content .detail p {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 13px;
  color: #A3A3A4;
  margin: 0;
}

.mf-about {
  margin-bottom: 60px;
}

.mf-about-img {
  position: relative;
}

.mf-about-img .img {
  padding: 20px;
}

.mf-about-img .img img {
  width: 100%;
}

.mf-about-img .bars {
  height: 80%;
  width: 30px;
  position: absolute;
  background: var(--mf-theme-primary);
  border-radius: 50px;
  z-index: -1;
}

.mf-about-img .bars.one {
  box-shadow: 1px 5px 15px rgba(80, 201, 31, 0.35);
}

.mf-about-img .bars.two {
  right: 0;
  bottom: 0;
  box-shadow: 1px 5px 15pxvar --mf-theme-primary;
}

.mf-about-img::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: url(/assets/images/svg/about-leaf.svg);
  background-repeat: no-repeat;
}

.mf-about-content p {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #6a6a6d;
  margin-bottom: 20px;
}

.mf-about-content p:last-child {
  margin-bottom: 0;
}

.mf-contact {
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 60px;
}

.mf-contact-details {
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 60px;
}

.mf-contact-details .contact-header {
  background: url(/assets/images/contact.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px 8px 0 0;
  background: #149253;
}

.mf-contact-details .contact-header .title h4 {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
}

.mf-contact-details .contact-header::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/svg/contact-wave.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.mf-contact-details .contact-body .contact-panel {
  padding-inline: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding-block: 15px;
}

.mf-contact-details .contact-body .contact-panel .title {
  margin-bottom: 18px;
}

.mf-contact-details .contact-body .contact-panel .title h5 {
  position: relative;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #37363A;
  margin: 0;
}

.mf-contact-details .contact-body .contact-panel .title h5::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background: var(--mf-theme-primary);
  border-radius: 40px;
  left: -15px;
}

.mf-contact-details .contact-body .contact-panel .content p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #79787B;
  margin: 0;
}

.mf-contact-details .contact-body .contact-panel .content p a {
  text-decoration: none;
  color: #79787B;
}

.mf-contact-details .contact-body .contact-panel .content span.sub-title {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #37363A;
  display: block;
  margin-top: 15px;
}

.mf-contact-details .contact-footer .title {
  margin: 15px 0;
}

.mf-contact-details .contact-footer .title h6 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #37363A;
}

.mf-contact-details .contact-footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.mf-contact-details .contact-footer ul li a {
  text-decoration: none;
  color: var(--mf-theme-primary);
  padding: 8px 10px;
  background: #F3F9EC;
  border-radius: 5px;
}

.mf-contact-form {
  padding: 30px;
}

.mf-contact-form .form-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.mf-contact-form .form-box label {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #5F5E61;
  margin-bottom: 15px;
}

.mf-contact-form .form-box input,
.mf-contact-form .form-box textarea {
  outline: none;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #5F5E61;
  padding: 10px;
}

.mf-contact-form .form-box input::-moz-placeholder,
.mf-contact-form .form-box textarea::-moz-placeholder {
  color: #C1C1C2;
}

.mf-contact-form .form-box input::placeholder,
.mf-contact-form .form-box textarea::placeholder {
  color: #C1C1C2;
}

.mf-contact-form .form-box textarea {
  height: 150px;
}

.mf-breadcrumb {
  padding: 15px;
}

.mf-breadcrumb ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  flex-wrap: wrap;
  margin: 0;
}

.mf-breadcrumb ul li a,
.mf-breadcrumb ul li span {
  text-decoration: none;
  color: #C1C1C2;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.mf-breadcrumb ul li:last-child::after {
  display: none;
}

.mf-breadcrumb ul li:last-child a {
  color: #5F5E61;
}

.top-selling-product-slider .slick-slide {
  margin: 0 10px;
}

.mf-wishlist,
.mf-cart {
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 50px;
}

.mf-wishlist .mf-wishlist-table,
.mf-wishlist .mf-cart-table,
.mf-cart .mf-wishlist-table,
.mf-cart .mf-cart-table {
  margin: 0;
}

.mf-wishlist .mf-wishlist-table th:last-child,
.mf-wishlist .mf-wishlist-table td:last-child,
.mf-wishlist .mf-cart-table th:last-child,
.mf-wishlist .mf-cart-table td:last-child,
.mf-cart .mf-wishlist-table th:last-child,
.mf-cart .mf-wishlist-table td:last-child,
.mf-cart .mf-cart-table th:last-child,
.mf-cart .mf-cart-table td:last-child {
  text-align: right;
}

.mf-wishlist .mf-wishlist-table thead,
.mf-wishlist .mf-cart-table thead,
.mf-cart .mf-wishlist-table thead,
.mf-cart .mf-cart-table thead {
  background-color: var(--mf-theme-primary);
}

.mf-wishlist .mf-wishlist-table thead th,
.mf-wishlist .mf-cart-table thead th,
.mf-cart .mf-wishlist-table thead th,
.mf-cart .mf-cart-table thead th {
  border: none;
  font-family: var(--poppins);
  font-style: normal;
  font-size: 14px;
  font-weight: 100;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 18px 15px;
}

.mf-wishlist .mf-wishlist-table thead th:first-child,
.mf-wishlist .mf-cart-table thead th:first-child,
.mf-cart .mf-wishlist-table thead th:first-child,
.mf-cart .mf-cart-table thead th:first-child {
  border-radius: 6px 0 0 6px;
}

.mf-wishlist .mf-wishlist-table thead th:last-child,
.mf-wishlist .mf-cart-table thead th:last-child,
.mf-cart .mf-wishlist-table thead th:last-child,
.mf-cart .mf-cart-table thead th:last-child {
  border-radius: 0 6px 6px 0;
}

.mf-wishlist .mf-wishlist-table tbody,
.mf-wishlist .mf-cart-table tbody,
.mf-cart .mf-wishlist-table tbody,
.mf-cart .mf-cart-table tbody {
  border-top: none !important;
}

.mf-wishlist .mf-wishlist-table tbody tr,
.mf-wishlist .mf-cart-table tbody tr,
.mf-cart .mf-wishlist-table tbody tr,
.mf-cart .mf-cart-table tbody tr {
  margin-bottom: 10px;
  background: #FCFCFC;
}

.mf-wishlist .mf-wishlist-table tbody td,
.mf-wishlist .mf-cart-table tbody td,
.mf-cart .mf-wishlist-table tbody td,
.mf-cart .mf-cart-table tbody td {
  border-top: none;
  border-bottom: 2px solid #e2e2e2;
  vertical-align: middle;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-body);
  min-width: 150px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove,
.mf-wishlist .mf-cart-table tbody td.product-remove,
.mf-cart .mf-wishlist-table tbody td.product-remove,
.mf-cart .mf-cart-table tbody td.product-remove {
  min-width: auto;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove .remove-wishlist,
.mf-wishlist .mf-cart-table tbody td.product-remove .remove-wishlist,
.mf-cart .mf-wishlist-table tbody td.product-remove .remove-wishlist,
.mf-cart .mf-cart-table tbody td.product-remove .remove-wishlist {
  display: block;
  text-align: center;
  font-size: 20px;
  border: 1px solid transparent;
  color: #EF3349;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove .remove-wishlist:hover,
.mf-wishlist .mf-cart-table tbody td.product-remove .remove-wishlist:hover,
.mf-cart .mf-wishlist-table tbody td.product-remove .remove-wishlist:hover,
.mf-cart .mf-cart-table tbody td.product-remove .remove-wishlist:hover {
  border: 1px #ff001e;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove:before,
.mf-wishlist .mf-cart-table tbody td.product-remove:before,
.mf-cart .mf-wishlist-table tbody td.product-remove:before,
.mf-cart .mf-cart-table tbody td.product-remove:before {
  display: none;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove .remove-cart,
.mf-wishlist .mf-cart-table tbody td.product-remove .remove-cart,
.mf-cart .mf-wishlist-table tbody td.product-remove .remove-cart,
.mf-cart .mf-cart-table tbody td.product-remove .remove-cart {
  display: block;
  text-align: center;
  font-size: 20px;
  border: 1px solid transparent;
  color: #D1D0D0;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove .remove-cart:hover,
.mf-wishlist .mf-cart-table tbody td.product-remove .remove-cart:hover,
.mf-cart .mf-wishlist-table tbody td.product-remove .remove-cart:hover,
.mf-cart .mf-cart-table tbody td.product-remove .remove-cart:hover {
  border: 1px #ff001e;
  color: #ff001e;
}

.mf-wishlist .mf-wishlist-table tbody td.product-remove:before,
.mf-wishlist .mf-cart-table tbody td.product-remove:before,
.mf-cart .mf-wishlist-table tbody td.product-remove:before,
.mf-cart .mf-cart-table tbody td.product-remove:before {
  display: none;
}

.mf-wishlist .mf-wishlist-table tbody td.product-price,
.mf-wishlist .mf-wishlist-table tbody td.product-quantity,
.mf-wishlist .mf-wishlist-table tbody td.product-stock-status,
.mf-wishlist .mf-wishlist-table tbody td.product-total,
.mf-wishlist .mf-cart-table tbody td.product-price,
.mf-wishlist .mf-cart-table tbody td.product-quantity,
.mf-wishlist .mf-cart-table tbody td.product-stock-status,
.mf-wishlist .mf-cart-table tbody td.product-total,
.mf-cart .mf-wishlist-table tbody td.product-price,
.mf-cart .mf-wishlist-table tbody td.product-quantity,
.mf-cart .mf-wishlist-table tbody td.product-stock-status,
.mf-cart .mf-wishlist-table tbody td.product-total,
.mf-cart .mf-cart-table tbody td.product-price,
.mf-cart .mf-cart-table tbody td.product-quantity,
.mf-cart .mf-cart-table tbody td.product-stock-status,
.mf-cart .mf-cart-table tbody td.product-total {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #3A344C;
}

.mf-wishlist .mf-wishlist-table tbody td.product-price span.currency-symbol,
.mf-wishlist .mf-wishlist-table tbody td.product-quantity span.currency-symbol,
.mf-wishlist .mf-wishlist-table tbody td.product-stock-status span.currency-symbol,
.mf-wishlist .mf-wishlist-table tbody td.product-total span.currency-symbol,
.mf-wishlist .mf-cart-table tbody td.product-price span.currency-symbol,
.mf-wishlist .mf-cart-table tbody td.product-quantity span.currency-symbol,
.mf-wishlist .mf-cart-table tbody td.product-stock-status span.currency-symbol,
.mf-wishlist .mf-cart-table tbody td.product-total span.currency-symbol,
.mf-cart .mf-wishlist-table tbody td.product-price span.currency-symbol,
.mf-cart .mf-wishlist-table tbody td.product-quantity span.currency-symbol,
.mf-cart .mf-wishlist-table tbody td.product-stock-status span.currency-symbol,
.mf-cart .mf-wishlist-table tbody td.product-total span.currency-symbol,
.mf-cart .mf-cart-table tbody td.product-price span.currency-symbol,
.mf-cart .mf-cart-table tbody td.product-quantity span.currency-symbol,
.mf-cart .mf-cart-table tbody td.product-stock-status span.currency-symbol,
.mf-cart .mf-cart-table tbody td.product-total span.currency-symbol {
  font-weight: 600;
  padding-right: 5px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-thumbnail,
.mf-wishlist .mf-cart-table tbody td.product-thumbnail,
.mf-cart .mf-wishlist-table tbody td.product-thumbnail,
.mf-cart .mf-cart-table tbody td.product-thumbnail {
  min-width: 130px;
  width: 130px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-thumbnail a,
.mf-wishlist .mf-cart-table tbody td.product-thumbnail a,
.mf-cart .mf-wishlist-table tbody td.product-thumbnail a,
.mf-cart .mf-cart-table tbody td.product-thumbnail a {
  border-radius: 10px;
  display: block;
}

.mf-wishlist .mf-wishlist-table tbody td.product-thumbnail a img,
.mf-wishlist .mf-cart-table tbody td.product-thumbnail a img,
.mf-cart .mf-wishlist-table tbody td.product-thumbnail a img,
.mf-cart .mf-cart-table tbody td.product-thumbnail a img {
  border-radius: 10px;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mf-wishlist .mf-wishlist-table tbody td.product-thumbnail:before,
.mf-wishlist .mf-cart-table tbody td.product-thumbnail:before,
.mf-cart .mf-wishlist-table tbody td.product-thumbnail:before,
.mf-cart .mf-cart-table tbody td.product-thumbnail:before {
  display: none;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity-main,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity-main,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity-main,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity-main {
  display: inline-block;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #D1D0D0;
  border-radius: 8px;
  padding: 5px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity button,
.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity span.caryqtybtn,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity button,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity span.caryqtybtn,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity button,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity span.caryqtybtn,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity button,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity span.caryqtybtn {
  background: transparent;
  border: none;
  color: #D1D0D0;
  padding: 10px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity input,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity input,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity input,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity input {
  border: none;
  outline: none;
  background: transparent;
  color: var(--mf-theme-primary);
  text-align: center;
  width: 50px;
  padding: 10px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity input::-webkit-outer-spin-button,
.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity input::-webkit-inner-spin-button,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity input::-webkit-outer-spin-button,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity input::-webkit-inner-spin-button,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity input::-webkit-outer-spin-button,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity input::-webkit-inner-spin-button,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity input::-webkit-outer-spin-button,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity .quantity select,
.mf-wishlist .mf-cart-table tbody td.product-quantity .quantity select,
.mf-cart .mf-wishlist-table tbody td.product-quantity .quantity select,
.mf-cart .mf-cart-table tbody td.product-quantity .quantity select {
  border: none;
  outline: none;
  background: transparent;
  color: #D1D0D0;
  font-size: 13px;
}

.mf-wishlist .mf-wishlist-table tbody td.product-quantity::before,
.mf-wishlist .mf-cart-table tbody td.product-quantity::before,
.mf-cart .mf-wishlist-table tbody td.product-quantity::before,
.mf-cart .mf-cart-table tbody td.product-quantity::before {
  top: 12px !important;
}

.mf-wishlist .mf-wishlist-table tbody td.product-title,
.mf-wishlist .mf-cart-table tbody td.product-title,
.mf-cart .mf-wishlist-table tbody td.product-title,
.mf-cart .mf-cart-table tbody td.product-title {
  width: 30%;
  color: var(--color-black);
}

.mf-wishlist .mf-wishlist-table tbody td.product-title a,
.mf-wishlist .mf-cart-table tbody td.product-title a,
.mf-cart .mf-wishlist-table tbody td.product-title a,
.mf-cart .mf-cart-table tbody td.product-title a {
  text-decoration: none;
  font-family: var(--poppins);
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #5F5E61;
}

.mf-wishlist .mf-wishlist-table tbody td.product-title:before,
.mf-wishlist .mf-cart-table tbody td.product-title:before,
.mf-cart .mf-wishlist-table tbody td.product-title:before,
.mf-cart .mf-cart-table tbody td.product-title:before {
  display: none;
}

.mf-wishlist .mf-wishlist-table tbody td.product-stock-status .stock,
.mf-wishlist .mf-cart-table tbody td.product-stock-status .stock,
.mf-cart .mf-wishlist-table tbody td.product-stock-status .stock,
.mf-cart .mf-cart-table tbody td.product-stock-status .stock {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}

.mf-wishlist .mf-wishlist-table tbody td.product-stock-status span.in,
.mf-wishlist .mf-cart-table tbody td.product-stock-status span.in,
.mf-cart .mf-wishlist-table tbody td.product-stock-status span.in,
.mf-cart .mf-cart-table tbody td.product-stock-status span.in {
  background: #EEFAE9;
  border: 1px solid var(--mf-theme-primary);
  color: var(--mf-theme-primary);
}

.mf-wishlist .mf-wishlist-table tbody td.product-stock-status span.out,
.mf-wishlist .mf-cart-table tbody td.product-stock-status span.out,
.mf-cart .mf-wishlist-table tbody td.product-stock-status span.out,
.mf-cart .mf-cart-table tbody td.product-stock-status span.out {
  background: #FFECED;
  border: 1px solid #EF3349;
  color: #EF3349;
}

.mf-wishlist .mf-wishlist-table tbody td.product-add-cart .mf-btn-outline,
.mf-wishlist .mf-cart-table tbody td.product-add-cart .mf-btn-outline,
.mf-cart .mf-wishlist-table tbody td.product-add-cart .mf-btn-outline,
.mf-cart .mf-cart-table tbody td.product-add-cart .mf-btn-outline {
  border-color: #efefef;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid var(--mf-theme-primary);
  border-radius: 8px;
  background: transparent;
  color: var(--mf-theme-primary);
  transition: 0.8s;
}

.mf-wishlist .mf-wishlist-table tbody td.product-add-cart .mf-btn-outline:hover,
.mf-wishlist .mf-cart-table tbody td.product-add-cart .mf-btn-outline:hover,
.mf-cart .mf-wishlist-table tbody td.product-add-cart .mf-btn-outline:hover,
.mf-cart .mf-cart-table tbody td.product-add-cart .mf-btn-outline:hover {
  background: #EEFAE9;
}

.mf-wishlist .mf-wishlist-table tbody td.product-add-cart::before,
.mf-wishlist .mf-cart-table tbody td.product-add-cart::before,
.mf-cart .mf-wishlist-table tbody td.product-add-cart::before,
.mf-cart .mf-cart-table tbody td.product-add-cart::before {
  display: none;
}

.mf-wishlist-back-btn,
.mf-cart-back-btn {
  margin-top: 50px;
}

.mf-wishlist-back-btn a,
.mf-cart-back-btn a {
  background: #F4F4F5;
  border-radius: 8px;
  text-decoration: none;
  color: #37363A;
  padding: 10px 15px;
}

.mf-wishlist-back-btn a i,
.mf-cart-back-btn a i {
  padding-right: 5px;
}

.mf-calculator {
  background: transparent;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 50px;
}

.mf-calculator .promocode-title {
  margin-bottom: 40px;
}

.mf-calculator .promocode-textbox {
  display: flex;
  align-items: center;
}

.mf-calculator .promocode-textbox input {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #BFBFBF;
  padding: 10px;
  outline: none;
}

.mf-calculator .promocode-textbox button {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #BFBFBF;
  border: none;
  background: var(--mf-theme-primary--fade);
  border-radius: 8px;
  color: var(--mf-theme-primary);
  margin-left: -15px;
  border: 1px solid var(--mf-theme-primary--fade);
  padding: 10px;
}

.mf-calculator .shipping-title {
  margin-bottom: 40px;
}

.mf-calculator .shipping-textbox {
  margin-bottom: 15px;
}

.mf-calculator .shipping-textbox input,
.mf-calculator .shipping-textbox select {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #BFBFBF;
  padding: 10px;
  outline: none;
  width: 90%;
}

.mf-calculator .shipping-textbox input::-moz-placeholder,
.mf-calculator .shipping-textbox select::-moz-placeholder {
  opacity: 0.5;
}

.mf-calculator .shipping-textbox input::placeholder,
.mf-calculator .shipping-textbox select::placeholder {
  opacity: 0.5;
}

.mf-calculator .shipping-textbox button {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #BFBFBF;
  border: none;
  background: var(--mf-theme-primary--fade);
  border-radius: 8px;
  color: var(--mf-theme-primary);
  border: 1px solid var(--mf-theme-primary--fade);
  padding: 10px;
}

.mf-calculator .payment-box {
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 20px;
  font-family: var(--poppins);
  font-style: normal;
  font-size: 14px;
  text-transform: capitalize;
  color: #3A344C;
}

.mf-calculator .payment-box .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
}

.mf-calculator .payment-box .shipping {
  padding: 15px 0;
  border-bottom: 1px solid #F0F0F0;
}

.mf-calculator .payment-box .shipping ul.cost {
  margin-bottom: 0.5rem;
}

.mf-calculator .payment-box .shipping ul.cost li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.mf-calculator .payment-box .shipping ul.cost li::before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 5px;
  left: -10px;
  color: var(--mf-theme-primary);
}

.mf-calculator .payment-box .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mf-payment {
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 50px;
  margin-bottom: 50px;
}

.mf-payment .contact-info .title {
  margin-bottom: 20px;
}

.mf-payment .contact-info .title h5 {
  margin: 0;
}

.mf-payment .contact-info .inputs input[type=email],
.mf-payment .contact-info .inputs input[type=text],
.mf-payment .contact-info .inputs input[type=tel] {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  transition: ease-in-out 0.9s;
}

.mf-payment .contact-info .inputs input[type=email]::-moz-placeholder,
.mf-payment .contact-info .inputs input[type=text]::-moz-placeholder,
.mf-payment .contact-info .inputs input[type=tel]::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .contact-info .inputs input[type=email]::placeholder,
.mf-payment .contact-info .inputs input[type=text]::placeholder,
.mf-payment .contact-info .inputs input[type=tel]::placeholder {
  color: #C1C1C2;
}

.mf-payment .contact-info .inputs input[type=email]:last-child,
.mf-payment .contact-info .inputs input[type=text]:last-child,
.mf-payment .contact-info .inputs input[type=tel]:last-child {
  margin-bottom: 0;
}

.mf-payment .contact-info .inputs input[type=email]:hover,
.mf-payment .contact-info .inputs input[type=email]:focus,
.mf-payment .contact-info .inputs input[type=text]:hover,
.mf-payment .contact-info .inputs input[type=text]:focus,
.mf-payment .contact-info .inputs input[type=tel]:hover,
.mf-payment .contact-info .inputs input[type=tel]:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .contact-info .inputs .check-box {
  margin-top: 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.mf-payment .contact-info .inputs .check-box input {
  accent-color: var(--mf-theme-primary);
}

.mf-payment .contact-info .inputs .check-box span {
  font-size: 14px;
}

.mf-payment .billing-address {
  margin-top: 20px;
}

.mf-payment .billing-address .title {
  margin-bottom: 20px;
}

.mf-payment .billing-address .country select {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  width: 100%;
  transition: ease-in-out 0.9s;
}

.mf-payment .billing-address .country select option:not(:first-of-type) {
  color: black;
}

.mf-payment .billing-address .country select::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .country select::placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .country select:hover,
.mf-payment .billing-address .country select:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .billing-address .name {
  margin-top: 15px;
}

.mf-payment .billing-address .name input {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  width: 100%;
  transition: ease-in-out 0.9s;
}

.mf-payment .billing-address .name input::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .name input::placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .name input:hover,
.mf-payment .billing-address .name input:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .billing-address .address {
  margin-top: 15px;
}

.mf-payment .billing-address .address textarea {
  border-radius: 6px;
  resize: none;
  outline: none;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  width: 100%;
  transition: ease-in-out 0.9s;
}

.mf-payment .billing-address .address textarea::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .address textarea::placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .address textarea:hover,
.mf-payment .billing-address .address textarea:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .billing-address .appartment {
  margin-top: 15px;
}

.mf-payment .billing-address .appartment input {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  width: 100%;
  transition: ease-in-out 0.9s;
}

.mf-payment .billing-address .appartment input::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .appartment input::placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .appartment input:hover,
.mf-payment .billing-address .appartment input:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .billing-address .other {
  margin-top: 15px;
}

.mf-payment .billing-address .other input {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  width: 100%;
  transition: ease-in-out 0.9s;
}

.mf-payment .billing-address .other input::-moz-placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .other input::placeholder {
  color: #C1C1C2;
}

.mf-payment .billing-address .other input:hover,
.mf-payment .billing-address .other input:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

.mf-payment .billing-address .checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 15px;
}

.mf-payment .billing-address .checkbox input[type=checkbox] {
  width: 25px;
  height: 25px;
  accent-color: var(--mf-theme-primary);
  color: #fff;
}

.mf-payment .billing-address .checkbox span {
  font-size: 18px;
}

.mf-payment .payment {
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 15px;
}

.mf-payment .payment .type {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.mf-payment .payment .type .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  border-radius: 8px;
  background: #F4F4F4;
}

.mf-payment .payment .type .box .name p {
  margin: 0;
}

.mf-payment .payment .type .box input[type=checkbox] {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
}

.mf-payment-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 50px;
}

.mf-payment-btns button {
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.mf-payment-btns button i {
  padding-right: 5px;
}

.mf-payment-btns .gray {
  background: #F4F4F5;
}

.mf-payment-btns .green {
  background: var(--mf-theme-primary--fade);
  color: var(--mf-theme-primary);
}

.mf-payment-status {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  margin-bottom: 50px;
}

.mf-payment-status-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 50px;
}

.mf-payment-status-box .icon {
  background: #ffffff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-payment-status-box .icon span {
  font-size: 50px;
}

.mf-payment-status-box .content p {
  margin: 0;
  color: #fff;
}

.mf-payment-status.successed {
  background: url(/assets/images/svg/payment-s.svg);
  background-position: center;
}

.mf-payment-status.successed .icon span {
  color: var(--mf-theme-primary);
}

.mf-payment-status.successed .icon span::before {
  content: "\f00c";
  font-family: "FontAwesome";
}

.mf-payment-status.failed {
  background: url(/assets/images/svg/payment-f.svg);
  background-position: center;
}

.mf-payment-status.failed .icon span {
  color: #EF3349;
}

.mf-payment-status.failed .icon span::before {
  content: "\f00d";
  font-family: "FontAwesome";
}

.mf-product-1 {
  margin-bottom: 60px;
}

.mf-product-1-main {
  margin-block: 30px;
}

.mf-product-1-main:nth-child(even) .row {
  flex-direction: row-reverse;
}

.mf-product-1-img {
  text-align: center;
}

.mf-product-1-details .product-name {
  margin-bottom: 30px;
}

.mf-product-1-details .product-name h4 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: #37363A;
  margin: 0;
}

.mf-product-1-details .product-desc {
  margin-bottom: 20px;
}

.mf-product-1-details .product-desc p {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #79787B;
}

.mf-product-1-details .product-options {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.mf-product-1-details .product-options .share {
  display: flex;
}

.mf-product-1-details .product-options .share p {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #3A344C;
}

.mf-product-1-details .product-options .share ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}

.mf-product-1-details .product-options .share ul li a {
  text-decoration: none;
  color: #C1C1C2;
}

.mf-faq {
  background: #FFFFFF;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 30PX;
  margin-bottom: 60px;
}

.mf-faq-title {
  margin-bottom: 25px;
}

.mf-faq-title h3 {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 20px;
  color: #37363A;
}

.mf-faq-list li {
  font-size: 14px;
  color: #79787B;
}

.mf-faq-list li p {
  margin: 0;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #79787B;
}

.mf-faq-list li p a {
  text-decoration: none;
}

.mf-crud {
  margin: 60px 0;
}

.mf-crud-form .login-form-title {
  margin-bottom: 50px;
}

.mf-crud-form .login-form-title h2 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #37363A;
}

.mf-crud-form .login-form-title p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #C4C4C4;
}

.mf-crud-form .login-form-inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.mf-crud-form .login-form-inputs label {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #5F5E61;
  margin-bottom: 15px;
}

.mf-crud-form .login-form-inputs input {
  border: 1px solid #C1C1C2;
  border-radius: 10px;
  outline: none;
  padding: 10px;
}

.mf-crud-form .login-form-inputs input::-moz-placeholder {
  color: #B8BFCA;
}

.mf-crud-form .login-form-inputs input::placeholder {
  color: #B8BFCA;
}

.mf-crud-form .login-form-link p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #7A7A7A;
}

.mf-crud-form .login-form-link p a {
  text-decoration: none;
  color: var(--mf-theme-primary);
}

.mf-crud-form .login-form-btn {
  margin-bottom: 15px;
}

.mf-crud-form .login-form-btn button {
  width: 100%;
}

.mf-crud-form .login-form-other button.sign-google {
  width: 100%;
  border: 1px solid #C1C1C2;
  border-radius: 10px;
  background: transparent;
  color: #7A7A7A;
  margin-bottom: 15px;
}

.mf-crud-form .login-form-other p {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #C4C4C4;
}

.mf-crud-form .login-form-other p a {
  text-decoration: none;
  color: var(--mf-theme-primary);
}

.mf-crud-form .hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: rgba(63, 63, 63, 0.69);
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}

.mf-crud-form .hr-text:before {
  content: "";
  background: rgba(63, 63, 63, 0.69);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.mf-crud-form .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.mf-crud-form .forgot-password-box .reset-panel {
  border: 1.3px solid rgba(196, 196, 196, 0.5);
  padding: 30px;
  filter: drop-shadow(0px 10px 15px rgba(151, 151, 151, 0.08));
  border-radius: 14px;
  transition: 0.3s;
}

.mf-crud-form .forgot-password-box .reset-panel .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px;
}

.mf-crud-form .forgot-password-box .reset-panel .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-crud-form .forgot-password-box .reset-panel .top .icon i {
  padding: 15px;
  background: rgba(152, 160, 178, 0.2);
  border-radius: 50%;
  font-size: 22px;
  transition: 0.3s;
}

.mf-crud-form .forgot-password-box .reset-panel .top .content h5 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #37363A;
}

.mf-crud-form .forgot-password-box .reset-panel .top .content p {
  margin: 0;
}

.mf-crud-form .forgot-password-box .reset-panel .bottom .input input {
  background: #F5F7FB;
  border: transparent;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 15px;
}

.mf-crud-form .forgot-password-box .reset-panel .bottom .input input::-moz-placeholder {
  color: #C4C4C4;
}

.mf-crud-form .forgot-password-box .reset-panel .bottom .input input::placeholder {
  color: #C4C4C4;
}

.mf-crud-form .forgot-password-box .reset-panel:hover i {
  color: var(--mf-theme-primary);
  background: #EEFAE9 !important;
}

.mf-crud-form .forgot-password-box .reset-panel:hover {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: 0px 10px 15px rgba(41, 128, 151, 0.1);
}

.mf-crud-form .forgot-password-box .reset-btn {
  margin-top: 30px;
}

.mf-crud-form .forgot-password-box .reset-btn button {
  width: 100%;
}

.mf-crud-form .forgot-password-box .reset-back-btn {
  margin-top: 30px;
}

.mf-crud-form .forgot-password-box .reset-back-btn button {
  color: #A3A3A4;
  background: transparent;
  padding: 0 !important;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.mf-crud-background {
  background: linear-gradient(165.6deg, #E5FFDB 0.43%, rgba(235, 235, 235, 0) 89.79%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf-crud-background img {
  width: 500px;
  width: 500px;
}

.ea-newsletter {
  background-image: url(./assets/images/newsletter.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ea-newsletter-main {
  margin: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: rgba(255, 255, 255, 0.4588235294);
  padding: 20px;
  border-radius: 5px;
}

.ea-newsletter-title h3 {
  font-weight: 600;
}

.ea-newsletter-form {
  margin-top: 20px;
}

.ea-newsletter-form-label {
  margin-bottom: 10px;
}

.ea-newsletter-form-input {
  width: 100%;
  height: 42px;
  outline: none;
  background: transparent;
  padding: 0 15px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  transition: ease-in-out 0.9s;
}

.ea-newsletter-form-input:hover,
.ea-newsletter-form-input:focus {
  border: 1px solid var(--mf-theme-primary);
  box-shadow: var(--mf-theme-primary--fade) 0px 5px 15px 0px;
}

/*# sourceMappingURL=style.css.map */



.blog-side-bar {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 20px;
}

.blog-side-bar-title {}

.blog-side-bar-title h5 {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.blog-side-bar-title h5 span {
  display: inline-block;
  height: 5px;
  width: 25px;
  background: var(--mf-theme-primary);
  border-radius: 10px;
}

.blog-side-bar .mini-post-link {
  text-decoration: none;
}

.blog-side-bar .mini-post-link:hover .mini-post .img img {
  scale: 1.1;
}

.blog-side-bar .mini-post {
  display: flex;
  column-gap: 10px;
  align-items: center;
  /* margin-bottom: 20px; */
  padding: 10px 0;
  border-bottom: 1px solid var(--mf-theme-primary);
}

.blog-side-bar .mini-post-link:last-child .mini-post {
  /* margin-bottom: 0px; */
  /* border:none */
}

.blog-side-bar .mini-post .img {
  flex: 1;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
}

.blog-side-bar .mini-post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out .5s;
}

.blog-side-bar .mini-post .title {
  flex: 2;
}

.blog-side-bar .mini-post .title h6 {
  margin: 0;
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #4f4f50;
}

.blog {}

.blog-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 20px;
}

.blog-box .blog-img {}

.blog-box .blog-img img {
  width: 100%;
}

.blog-box .blog-detail {}

.blog-box .blog-detail .blog-content {}

.blog-box .blog-detail .blog-content .title {
  margin: 15px 0;
}

.blog-box .blog-detail .blog-content .title h3 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: #37363A;
  margin: 0;
}

.blog-box .blog-detail .blog-content .content {
  margin-bottom: 20px;
}

.blog-box .blog-detail .blog-content .content:last-child {
  margin-bottom: 0px;
}

.blog-box .blog-detail .blog-content .content h4 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #37363A;

}

.blog-box .blog-detail .blog-content .content p {
  font-family: var(--poppins);
  font-style: normal;
  font-size: 16px;
  color: #A3A3A4;
  margin: 0;
  margin-bottom: 10px;
}

.blog-box .blog-detail .blog-content .content p:last-child {
  margin-bottom: 0;
}

.blog-box .blog-detail .blog-content .content .sub-content {}

.blog-box .blog-detail .blog-content .content .sub-content h6 {
  font-family: var(--poppins);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #37363A;
  padding: 10px 0;
  margin: 0;
}

.blog-box .blog-detail .blog-content .content .sub-content p {
  padding-left: 15px;
}


.index-blog .blog-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px !important;
  border-radius: 20px;
}

.index-blog .blog-side-bar {
  padding: 10px !important;
}

.index-blog .blog-side-bar .mini-post {
  display: flex;
  column-gap: 10px;
  align-items: center;
  /* margin-bottom: 20px; */
  padding: 0;
  border-bottom: none;
}

.index-blog .blog-side-bar .mini-post:hover .img img {
  scale: 1.1;
}

.index-blog .blog-side-bar .mini-post .post-link {
  color: var(--mf-theme-primary);
  /* background: var(--mf-theme-primary--fade); */
  text-decoration: none;
  font-size: 13px;
  margin-top: 5px;
  /* padding: 2px 15px; */
}


.mf-carousel-inner .carousel-item button.mf-primary-btn {
  background: #149253;
  color: #fff;
}


.for-pattern {
  background-image: url(shopping-pattern.png), url(shopping-pattern.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;


  /* background-image: url(shopping-pattern.png); */
  /* background-size: contain; */
  /* background-repeat:  no-repeat; */

}