@media (min-width: 0px) and (max-width: 768px) {
  .header-top {
    /* display: none; */
  }

  .header-top__contact-info p a {
    margin-right: 5px;
  }

  .header-top .header-top__social-icons {
    display: none;
  }

  .header-center-logo {
    position: inherit !important;
  }

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

  .header-center-bar {
    justify-content: space-between;
    align-items: center;
  }

  .header-center-main {
    margin: 0 25px;
  }

  .header-center-main-search {
    margin: 0;
  }

  .header-center-main-icons button.wish {
    display: none;
  }

  .header-center-main-profile {
    display: none;
  }

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

  .header-bottom {
    display: none;
  }

  .header-hamburg {
    display: inherit;
  }

  .header-mobile {
    display: inherit;
  }

  .eden-pagination {
    height: 60px;
  }

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

  .mobile-bar {
    display: block;
  }

  .ea-box {
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
    row-gap: 12px;
  }

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

  .ea-box-2 h6 {
    margin-bottom: 10px;
  }

  .ea-goto-shop {
    height: 60vh;
    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;
    height: 100%;
  }

  .ea-goto-shop-box {
    width: 100%;
    margin: 0;
  }

  .mf-product-category .mf-product-tools {
    display: flex;
  }

  .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-news-letter-box {
    background: #FFFFFF;
    box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .mf-news-letter-box button {
    width: 100%;
  }

  .mf-product {
    border-radius: 8px;
    padding: 0 10px;
    margin: 0 0 35px 0;
  }

  .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-content .title h4 {
    font-weight: 500;
    font-size: 18px;
  }

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

  .mf-product-content .options .quantity-btns {
    text-align: center;
  }

  .mf-product-content .options .to {
    row-gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
  }

  .mf-product-content .options .wishlist button {
    margin: 10px auto;
  }

  .mf-wishlist,
  .mf-cart {
    padding: 0 0 25px 0;
  }

  .mf-wishlist .mf-product-table,
  .mf-cart .mf-product-table {
    margin-top: 20px;
  }

  .mf-wishlist .mf-product-table thead,
  .mf-cart .mf-product-table thead {
    display: none;
  }

  .mf-wishlist .mf-product-table thead th:last-child,
  .mf-cart .mf-product-table thead th:last-child {
    border-bottom: none;
  }

  .mf-wishlist tbody tr,
  .mf-cart tbody tr {
    background: transparent !important;
    padding-left: 100px;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .mf-wishlist tbody tr:last-child,
  .mf-cart tbody tr:last-child {
    margin-bottom: 0;
  }

  .mf-wishlist tbody td,
  .mf-cart tbody td {
    border: none !important;
    font-size: 16px;
    display: block;
    text-align: right;
    padding: 10px 10px 10px 0;
    position: relative;
  }

  .mf-wishlist tbody td:last-child,
  .mf-cart tbody td:last-child {
    border-bottom: none;
  }

  .mf-wishlist tbody td.product-remove,
  .mf-cart tbody td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    z-index: 1;
  }

  .mf-wishlist tbody td.product-remove .remove-wishlist,
  .mf-cart tbody td.product-remove .remove-wishlist {
    height: 25px;
    width: 25px;
    line-height: 22px;
    font-size: 10px;
  }

  .mf-wishlist tbody td:before,
  .mf-cart tbody td:before {
    content: attr(data-title) " :";
    position: absolute;
    left: 0;
    font-size: 13px;
  }

  .mf-wishlist tbody td.product-thumbnail,
  .mf-cart tbody td.product-thumbnail {
    min-width: 80px !important;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: none;
    width: 80px !important;
  }

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

  .mf-wishlist tbody td.product-title,
  .mf-cart tbody td.product-title {
    width: 100% !important;
    text-align: left;
    padding-right: 40px;
    padding-left: 0;
  }

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

  .mf-wishlist tbody td.product-stock-status .stock,
  .mf-cart tbody td.product-stock-status .stock {
    padding: 5px 10px !important;
    font-weight: 500;
  }

  .mf-wishlist tbody td.product-quantity .quantity-main,
  .mf-cart tbody td.product-quantity .quantity-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

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

  .mf-wishlist tbody td.product-quantity .quantity button,
  .mf-cart tbody td.product-quantity .quantity button {
    background: transparent;
    border: none;
    color: #D1D0D0;
  }

  .mf-wishlist tbody td.product-quantity .quantity input,
  .mf-cart tbody td.product-quantity .quantity input {
    border: none;
    outline: none;
    background: transparent;
    color: #50c91f;
    text-align: center;
    width: 50px;
  }

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

  .mf-wishlist tbody td.product-add-cart .mf-btn-outline,
  .mf-cart tbody td.product-add-cart .mf-btn-outline {
    padding: 5px 15px !important;
  }

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

  .mf-wishlist-back-btn,
  .mf-cart-back-btn {
    margin: 50px 0 0 15px !important;
  }

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

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

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

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

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

  .mf-calculator {
    padding: 50px 15px;
    margin-bottom: 50px;
  }

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

  .mf-calculator .promocode-textbox input {
    width: 100%;
  }

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

  .mf-calculator .shipping-textbox input,
  .mf-calculator .shipping-textbox select {
    width: 100%;
  }

  .mf-payment {
    padding: 10px;
  }

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

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

  .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: #50C91F;
  }

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

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

  .mf-payment .billing-address .name .row {
    row-gap: 15px;
  }

  .mf-payment .billing-address .other .row {
    row-gap: 15px;
  }

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

  .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: "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: #C9EEBA;
    color: #50C91F;
  }

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

  .mf-about-img::after {
    display: none;
  }

  .mf-about-content {
    margin-top: 30px;
  }

  .mf-about-content p {
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A3A3A4;
  }

  .mf-contact {
    padding: 0;
    margin-bottom: 40px;
  }

  .mf-contact-details {
    margin-bottom: 30px;
  }

  .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: "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: #50C91F;
    border-radius: 40px;
    left: -15px;
  }

  .mf-contact-details .contact-body .contact-panel .content p {
    font-family: "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: "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: "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: #50C91F;
    padding: 8px 10px;
    background: #F3F9EC;
    border-radius: 5px;
  }

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

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

  .mf-contact-form .form-box label {
    font-family: "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: "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-crud {
    margin: 60px 0;
  }

  .mf-crud-background {
    display: none;
  }

  .ea-newsletter-main {
    margin: 20px 0;
  }

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

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

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

  section .ea-goto-shop--lhs-addon--p {
    position: inherit;
  }

  section .ea-goto-shop--lhs-addon {
    /* display: none; */
    margin-top: 10px;
  }

  section .ea-goto-shop--lhs-addon .row .col-lg-4:last-child .ea-box {
    margin: 0;
  }

  section .ea-goto-shop--lhs-addon .ea-box {
    margin-bottom: 20px;
  }

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

  .mf-carousel-inner .carousel-item .title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    line-height: normal;
  }

  .mf-carousel-inner .carousel-item .paragraph {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    display: none;
  }

  .mf-carousel-inner .carousel-item button.mf-primary-btn {
    text-align: center;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-center-logo {
    position: inherit !important;
  }

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

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

  section.mf-banner-mini-main {
    margin-top: 220px;
  }

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

  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 .row .col-lg-4:last-child .ea-box {
    margin: 0;
  }

  section .ea-goto-shop--lhs-addon .ea-box {
    margin-bottom: 20px;
  }

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

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

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

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

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

@media (min-width: 0px) and (max-width: 450px) {
  .header .header-top-main {
    flex-direction: column;
  }

  .header .header-top__contact-info {
    margin-top: 10px;
  }

  .header .header-top__contact-info p {
    font-size: 0;
  }

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

  .header .header-center-bar {
    justify-content: space-between;
    align-items: center;
  }

  .header .header-center-main-icons {
    display: none;
  }

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

  .header .header-bottom {
    display: none;
  }

  .header-hamburg {
    display: inherit;
  }

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

  .mf-carousel-inner .carousel-item .title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    line-height: normal;
  }

  .mf-carousel-inner .carousel-item .paragraph {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    display: none;
  }

  .mf-carousel-inner .carousel-item button.mf-primary-btn {
    text-align: center;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
  }

  .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;
  }

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

  .mf-product-card__img__btn {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 5px;
    background: #EEFAE9;
    color: #484444;
  }

  .mf-product-card__img__btn:hover i,
  .mf-product-card__img__btn:active {
    color: #50c91f;
  }

  .mf-product-card__title p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

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

  .mf-product-card__ratings-stars .stars button {
    font-size: 12px;
  }

  .mf-product-card__ratings-count p {
    font-size: 12px;
  }

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

  .mf-product-card__price .normal-price p {
    font-size: 16px;
  }

  .mf-product-card__price .offer-price p {
    margin: 0;
    text-decoration: line-through;
    font-family: "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: #C9EEBA;
    border-radius: 9px;
    width: 100%;
    padding: 10px 0;
    color: #50C91F;
  }

  .mf-product-card:hover {
    border: 1px solid #50C91F;
  }

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

  .ea-goto-shop--lhs {
    height: 100% !important;
    border-radius: 0 0 20px 20px !important;
  }

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

@media only screen and (max-width: 991px) {
  .mf-product-table thead th {
    font-size: 18px;
    padding: 18px 10px;
  }

  .mf-product-table tbody td {
    font-size: 18px;
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .mf-product-table tbody td.product-thumbnail {
    width: 80px;
  }
}

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



@media (min-width: 0px) and (max-width: 500px) {
  .mf-carousel-inner .carousel-item .title {
    font-size: 20px !important;
  }
}

@media (min-width:768px) and (max-width:10000px) {
  .mf-carousel-inner .carousel-item-content {
    justify-content: flex-end;
    margin-top: -20px;
  }
}