/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/** Font Family **/
/** Site main Color **/
/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.mn-breadcrumb .gi_breadcrumb_inner {
  margin: 0;
  padding: 15px 5px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 15px;
}

.mn-breadcrumb .mn-breadcrumb-title {
  text-decoration: none;
  color: #313b50;
  display: block;
  font-size: 15px;
  font-family: "Poppins, sans-serif";
  line-height: 22px;
  font-weight: 600;
  margin: 0 auto;
  text-transform: capitalize;
}

.mn-breadcrumb-list {
  text-align: left;
}

.mn-breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.mn-breadcrumb-list li a {
  position: relative;
  color: #313b50;
}

.mn-breadcrumb-list li a:hover {
  color: #f97f34;
}

.mn-breadcrumb-list li.active {
  color: #777;
}

.mn-breadcrumb-list .mn-breadcrumb-item.active::before {
  color: #777;
}

.mn-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-breadcrumb-item+.mn-breadcrumb-item {
  padding-left: 7px;
}

.mn-breadcrumb-item+.mn-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color: #313b50;
  content: "\f2e5";
  font-family: "remixicon";
  font-size: 15px;
}

/* Breadcrumb Responsive css */
@media (max-width: 767px) {
  .mn-breadcrumb .mn-breadcrumb-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .mn-breadcrumb-list {
    text-align: center;
  }
}

/*===== Cart sideabr css =====*/
.mn-open-cart {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.mn-open-cart:before {
  height: 100%;
  width: 100;
  background: #000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.mn-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.mn-side-cart {
  width: 350px;
  height: 100%;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
}

.mn-side-cart::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-side-cart::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-side-cart:after {
  width: 350px;
  height: 175px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 200px;
  background-image: url("../img/icons/bg-icon-dark.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.03;
}

.mn-side-cart .text-right {
  font-weight: 700;
}

.mn-side-cart .mn-cart-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-side-cart .mn-cart-inner .mn-cart-title {
  width: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-side-cart .mn-cart-inner .mn-cart-title .cart_title {
  font-size: 15px;
  color: #313b50;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}

.mn-side-cart .mn-cart-inner .mn-cart-title .mn-cart-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #313b50;
}

.mn-side-cart .mn-cart-inner .mn-cart-title .mn-cart-close i {
  font-size: 20px;
  line-height: 0;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  position: relative;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content {
  -webkit-box-flex: 1;
  -mn-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .cart-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #313b50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .cart-price span {
  color: #777;
  font-weight: 600;
  font-size: 15px;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .cart-remove-item {
  line-height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 0 0 10px;
  color: #999;
  font-size: 20px;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .cart-remove-item:hover {
  color: #f90c4c;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .qty-plus-minus {
  width: 85px;
  height: 35px;
  padding: 5px;
  margin-top: 7px;
  border: 1px solid #ddd;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #ddd;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content .qty-plus-minus .mn-qtybtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
  color: #777;
}

.mn-side-cart .mn-cart-inner .mn-cart-pro-items li .mn-pro-content input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 13px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart_btn a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 15px;
  line-height: 22px;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart_btn a i {
  margin-left: 5px;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
  margin: 20px 0 0 0px;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart-sub-total table tr td {
  border: none;
  color: #313b50;
  background: transparent;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart-sub-total table tr td.text-left {
  font-weight: 500;
}

.mn-side-cart .mn-cart-inner .mn-cart-bottom .cart-sub-total table tr td.text-right {
  text-align: right;
}

/* Responsive css */
@media (max-width: 480px) {
  .mn-side-cart {
    width: 300px;
  }

  .mn-side-cart:after {
    width: 300px;
  }
}

/*===== Wishlist sideabr css =====*/
/* .mn-open-wishlist rules moved below .mn-side-wishlist for better cascade */

.mn-side-wishlist-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.mn-side-wishlist {
  width: 350px;
  height: 100%;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
}

.mn-side-wishlist::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-side-wishlist::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-side-wishlist:after {
  width: 350px;
  height: 175px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px;
  background-image: url("../img/icons/bg-icon-dark.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.03;
}


.mn-side-wishlist.mn-open-wishlist {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.mn-side-wishlist .text-right {
  font-weight: 700;
}

.mn-side-wishlist .mn-wishlist-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-title {
  width: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-title .wishlist_title {
  font-size: 15px;
  color: #313b50;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-title .mn-wishlist-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #313b50;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-title .mn-wishlist-close i {
  font-size: 20px;
  line-height: 0;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  position: relative;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content {
  -webkit-box-flex: 1;
  -mn-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-pro-title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #313b50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-price span {
  color: #777;
  font-weight: 600;
  font-size: 15px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-price .stock {
  margin-left: 10px;
  color: #3a4ee5;
  font-weight: 400;
  font-size: 11px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-remove-item {
  line-height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 0 0 10px;
  color: #999;
  font-size: 20px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-pro-items li .mn-pro-content .wishlist-remove-item:hover {
  color: #f90c4c;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-bottom .wishlist_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-bottom .wishlist_btn a {
  display: block;
  font-weight: 600;
  padding: 8px 15px;
  line-height: 22px;
}

.mn-side-wishlist .mn-wishlist-inner .mn-wishlist-bottom .wishlist_btn a i {
  margin-left: 5px;
}

/* Wishlist Responsive css */
@media (max-width: 480px) {
  .mn-side-wishlist {
    width: 300px;
  }

  .mn-side-wishlist:after {
    width: 300px;
  }
}

/*===== Search sideabr css =====*/
.mn-open-search {
  overflow: hidden;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.mn-open-search:before {
  height: 100%;
  width: 100;
  background: #000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

.mn-side-search-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.mn-side-search {
  width: 500px;
  height: 100%;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
}

.mn-side-search::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-side-search::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-side-search:after {
  width: 500px;
  height: 250px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/icons/bg-icon-dark.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.03;
}

.mn-side-search .text-right {
  font-weight: 700;
}

.mn-side-search .mn-search-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.mn-side-search .mn-search-inner .mn-search-title {
  width: 100;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-side-search .mn-search-inner .mn-search-title .search_title {
  font-size: 15px;
  color: #313b50;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}

.mn-side-search .mn-search-inner .mn-search-title .mn-search-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 20px;
  color: #313b50;
}

.mn-side-search .mn-search-inner .mn-search-title .mn-search-close i {
  font-size: 20px;
  line-height: 0;
}

.mn-side-search .mn-search-inner .mn-search form {
  margin-bottom: 30px;
  position: relative;
}

.mn-side-search .mn-search-inner .mn-search form a {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #313b50;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-side-search .mn-search-inner .mn-search form a i {
  font-size: 20px;
}

.mn-side-search .mn-search-inner .mn-search form a:hover {
  color: #3a4ee5;
}

.mn-side-search .mn-search-inner .mn-search form input {
  border-color: #313b50;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  position: relative;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content {
  -webkit-box-flex: 1;
  -mn-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-pro-title {
  width: 100%;
  margin-bottom: 5px;
  padding-right: 30px;
  text-decoration: none;
  color: #313b50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-cat {
  font-size: 13px;
  color: #777;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-price span {
  color: #777;
  font-weight: 600;
  font-size: 15px;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-price .stock {
  margin-left: 10px;
  color: #3a4ee5;
  font-weight: 400;
  font-size: 11px;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-remove-item {
  line-height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 0 0 10px;
  color: #999;
  font-size: 20px;
}

.mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-content .search-remove-item:hover {
  color: #f90c4c;
}

.mn-side-search .mn-search-inner .mn-search-also ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-side-search .mn-search-inner .mn-search-also ul li {
  margin: 2px;
}

.mn-side-search .mn-search-inner .mn-search-also ul li a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #313b50;
  text-transform: capitalize;
  display: block;
}

.mn-side-search .mn-search-inner .mn-search-also ul li a:hover {
  color: #3a4ee5;
  border-color: #3a4ee5;
}

/* Responsive css */
@media (max-width: 575px) {
  .mn-side-search {
    width: 380px;
  }

  .mn-side-search:after {
    width: 380px;
    height: 192px;
  }
}

@media (max-width: 420px) {
  .mn-side-search {
    width: 300px;
  }

  .mn-side-search:after {
    width: 300px;
    height: 150px;
  }

  .mn-side-search .mn-search-inner .mn-search-pro-items>li .mn-pro-img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

/** General **/
body {
  margin: 0;
  font-family: "Poppins, sans-serif";
  letter-spacing: 0.03rem;
  background-color: #f1f4f7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand";
  letter-spacing: 0.03rem;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

p {
  color: #777;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.03rem;
}

.main-bg {
  background-image: url("https://maraviyainfotech.com/projects/mantu-html/assets/img/bg/bg.png");
}

.mn-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 7px 12px;
  background-color: #ffd783;
  color: #313b50;
  border-radius: 10px;
  border: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.mn-btn-1 span {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.mn-btn-1:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #3a4ee5;
  position: absolute;
  left: -240px;
  top: -75px;
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
}

.mn-btn-1:hover {
  color: #fff;
  background-color: #3a4ee5;
}

.mn-btn-1:hover:after {
  left: -25px;
  top: -75px;
}

.mn-btn-1:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mn-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 7px 12px;
  background-color: #3a4ee5;
  color: #fff;
  border-radius: 10px;
  border: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.mn-btn-2 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  z-index: 2;
}

.mn-btn-2:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #ffd783;
  position: absolute;
  left: -240px;
  top: -75px;
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
}

.mn-btn-2:hover {
  color: #313b50;
  background-color: #ffd783;
}

.mn-btn-2:hover:active {
  color: #313b50;
}

.mn-btn-2:hover:after {
  left: -25px;
  top: -75px;
}

.mn-btn-2:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mn-btn-2.remove-btn {
  background-color: #f90c4c;
  color: #fff;
}

.mn-btn-2.remove-btn:after {
  background-color: #d80a42;
}

.mn-btn-2.remove-btn:hover {
  background-color: #d80a42;
  color: #fff;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.03rem;
}

input,
.form-select,
.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eee;
  line-height: 22px;
  border-radius: 15px;
  font-size: 13px;
  color: #999;
}

input:focus,
input:active,
.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
  color: #777;
}

input::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: #999;
}

.col-form-label,
.form-label {
  font-size: 14px;
}

textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 13px;
  color: #777;
}

.p-l-10 {
  padding-left: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-m-24 {
  padding-bottom: 24px;
}

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.m-l-auto {
  margin-left: auto;
}

.m-r-auto {
  margin-right: auto;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-b-m-15 {
  margin-bottom: -15px;
}

.m-t-m-15 {
  margin-top: -15px;
}

.m-t-m-24 {
  margin-top: -24px;
}

.m-b-m-24 {
  margin-bottom: -24px;
}

.m-b-m-20 {
  margin-bottom: -20px;
}

.m-b-m-30 {
  margin-bottom: -30px;
}

/*  Loader  */
#mn-overlay {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
}

.loader-hookah {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.loader-logo {
  width: 180px;
  height: auto;
  animation: logoPulse 2s ease-in-out infinite;
  filter: brightness(1.1) drop-shadow(0 0 20px rgba(58, 78, 229, 0.2));
  z-index: 2;
}

.loader-progress {
  width: 180px;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
  overflow: hidden;
}

.loader-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ff6b35, #3a4ee5, #ff6b35);
  border-radius: 3px;
  animation: progressFill 2.5s ease-in-out infinite;
}

.smoke-container {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 120px;
  z-index: 1;
}

.smoke {
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  opacity: 0;
}

.smoke-1 {
  width: 30px;
  height: 30px;
  left: 35px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.06) 0%, transparent 70%);
  animation: smokeRise 3s ease-out infinite;
}

.smoke-2 {
  width: 45px;
  height: 45px;
  left: 25px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.05) 0%, transparent 70%);
  animation: smokeRise 3s ease-out infinite 0.8s;
}

.smoke-3 {
  width: 35px;
  height: 35px;
  left: 40px;
  background: radial-gradient(ellipse, rgba(0,0,0,0.04) 0%, transparent 70%);
  animation: smokeRise 3s ease-out infinite 1.6s;
}

@keyframes smokeRise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  20% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.3;
    transform: translateY(-50px) scale(1.5) translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(-110px) scale(2.2) translateX(15px);
  }
}

@keyframes logoPulse {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1.1) drop-shadow(0 0 20px rgba(58, 78, 229, 0.2));
  }
  50% {
    transform: scale(1.03);
    filter: brightness(1.15) drop-shadow(0 0 30px rgba(58, 78, 229, 0.35));
  }
}

@keyframes progressFill {
  0% {
    width: 0;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  40% {
    -webkit-transform: rotateZ(170deg);
    transform: rotateZ(170deg);
  }

  50% {
    -webkit-transform: rotateZ(280deg);
    transform: rotateZ(280deg);
  }

  60% {
    -webkit-transform: rotateZ(170deg);
    transform: rotateZ(170deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  40% {
    -webkit-transform: rotateZ(170deg);
    transform: rotateZ(170deg);
  }

  50% {
    -webkit-transform: rotateZ(280deg);
    transform: rotateZ(280deg);
  }

  60% {
    -webkit-transform: rotateZ(170deg);
    transform: rotateZ(170deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes spinner-1 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner-1 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.mn-title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.mn-title h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #313b50;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
}

.mn-title h2 span {
  color: #f97f34;
}

.mn-title-2 .mn-timer {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-title-2 .mn-timer h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-title-2 .mn-timer h2 span {
  margin-left: 7px;
}

.mn-title-2 .mn-timer>.dealend-timer {
  margin-left: 15px;
  background-color: #e1e5e9;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

.mn-title-2 .mn-timer .dealend-timer {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-title-2 .mn-timer .dealend-timer .dealend-timer .time-block span,
.mn-title-2 .mn-timer .dealend-timer .dealend-timer .time-block div {
  line-height: 15px;
}

/* Add to cart, Wishlist, Compare Popup */
.mn-wish-notify,
.mn-compare-notify,
.mn-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
  opacity: 0.9;
}

.mn-wish-notify img,
.mn-compare-notify img,
.mn-cart-notify img {
  width: 40px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px dashed #ddd;
}

.mn-wish-notify p,
.mn-compare-notify p,
.mn-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #313b50;
  border: 1px solid #3a4ee5;
  border-bottom: 5px solid #3a4ee5;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.mn-wish-notify p i,
.mn-compare-notify p i,
.mn-cart-notify p i {
  margin-right: 5px;
}

.mn-wish-notify .add,
.mn-compare-notify .add,
.mn-cart-notify .add {
  border-color: #3a4ee5;
}

.mn-wish-notify .add a,
.mn-compare-notify .add a,
.mn-cart-notify .add a {
  color: #3a4ee5;
}

.mn-wish-notify .add a:hover,
.mn-compare-notify .add a:hover,
.mn-cart-notify .add a:hover {
  color: #3a4ee5;
}

.mn-wish-notify .remove,
.mn-compare-notify .remove,
.mn-cart-notify .remove {
  border-color: #f90c4c;
}

.mn-wish-notify .remove a,
.mn-compare-notify .remove a,
.mn-cart-notify .remove a {
  color: #f90c4c;
}

.mn-wish-notify .remove a:hover,
.mn-compare-notify .remove a:hover,
.mn-cart-notify .remove a:hover {
  color: #f90c4c;
}

.mn-wish-notify a,
.mn-compare-notify a,
.mn-cart-notify a {
  color: #ffd783;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mn-wish-notify a:hover,
.mn-compare-notify a:hover,
.mn-cart-notify a:hover {
  color: rgba(72, 85, 104, 0.1);
}

/* Custom Tooltips css */
.custom-tooltip {
  height: 22px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 8px;
  border-radius: 15px;
  font-size: 11px;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  z-index: 99;
  top: -30px;
  left: 50%;
  line-height: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-tooltip:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.custom-tooltip-bottom {
  height: 22px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 8px;
  border-radius: 15px;
  font-size: 11px;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  z-index: 99;
  bottom: -35px;
  left: 50%;
  line-height: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-tooltip-bottom:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  border: 5px solid rgba(0, 0, 0, 0.8);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}

[data-tooltip] {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*  Ratings */
.mn-ratings {
  margin: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-ratings li {
  margin: 1px;
}

.mn-ratings li i {
  color: #ffd783;
  font-size: 14px;
}

.mn-ratings li .grey {
  color: #ddd;
}

/*  Timer */
.dealend-timer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dealend-timer .dealend-timer {
  padding: 5px;
  background-color: transparent;
}

.dealend-timer .time-block {
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #313b50;
}

.dealend-timer .time-block .day {
  margin: 0 5px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
  color: #313b50;
}

.dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}

.dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 0;
  color: #313b50;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}

.qty-plus-minus .mn-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}

.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.qty-plus-minus .dec.mn-qtybtn,
.qty-plus-minus .inc.mn-qtybtn {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**  Pagination  **/
.mn-pro-pagination {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.mn-pro-pagination span {
  font-size: 14px;
  color: #777;
}

.mn-pro-pagination ul li {
  display: inline-block;
}

.mn-pro-pagination ul li:not(:last-child) {
  margin-right: 3px;
}

.mn-pro-pagination ul li span {
  width: 20px;
  color: #777;
  display: block;
  text-align: center;
}

.mn-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 400;
  color: #313b50;
  line-height: 32px;
  background: #f1f0f4;
  border: 1px solid #ddd;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.mn-pro-pagination ul li a:hover {
  color: #313b50;
  background-color: #ffd783;
  border-color: #ffd783;
}

.mn-pro-pagination ul li a:hover i {
  color: #313b50;
}

.mn-pro-pagination ul li a.next {
  width: auto;
  padding: 0 13px;
  color: #313b50;
  border-color: #ddd;
  background-color: #e1e5e9;
  line-height: 30px;
}

.mn-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  color: #313b50;
}

.mn-pro-pagination ul li a.next:hover i {
  color: #313b50;
}

.mn-pro-pagination ul li a.active {
  color: #313b50;
  background-color: #ffd783;
  border-color: #ffd783;
}

.mn-pro-rating {
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.mn-pro-rating i {
  margin: 2px;
  color: #ffd783;
}

.mn-pro-rating i.grey {
  color: #ddd;
}

/* Responsive css */
@media only screen and (max-width: 991px) {
  .m-t-991 {
    margin-top: 30px;
  }

  .m-b-991 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-t-767 {
    margin-top: 30px;
  }

  .m-b-767 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-title-2 .mn-timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mn-title-2 .mn-timer>.dealend-timer {
    margin: 15px 0 0 0;
  }

  .mn-pro-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-pro-pagination span {
    margin-bottom: 15px;
  }

  .mn-pro-pagination ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/** Main Content **/
.mn-main-content.sb-hide {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  padding: 0;
}

.mn-main-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  max-width: 1500px;
  min-height: calc(100vh - 485px);
  padding: 0 40px;
  margin: 30px auto 0 auto;
}

/* Responsive css */
@media only screen and (max-width: 1399px) {
  .mn-main-content.sb-hide {
    width: 100%;
  }

  .mn-main-content {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-main-content {
    width: 100%;
    padding: 0 15px;
  }

  .mn-main-content.sb-hide {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-main-content.sb-hide {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 12px;
  }

  .mn-main-content {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 12px;
  }
}

/** Header css **/
header.sb-hide {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  padding: 0;
}

header {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.mn-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mn-header {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  /*===== Mobile menus =====*/
}

.mn-header .mn-header-items {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-header .mn-header-items .left-header {
  display: flex;
  align-items: center;
  flex: 1;
}

.mn-header .mn-header-items .left-header .logo {
  margin-right: 20px;
}

.mn-header .mn-header-items .left-header .logo img {
  width: 170px;
}

/* Inline Header Search */
.mn-header-search {
  align-items: center;
  flex: 1;
  max-width: 480px;
  margin-left: 20px;
  position: relative;
}

.mn-header-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mn-header-search-form:focus-within {
  border-color: #f97f34;
  box-shadow: 0 0 0 3px rgba(249, 127, 52, 0.08);
}

.mn-header-search-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 9px 14px;
  font-size: 13.5px;
  color: #293133;
  font-family: inherit;
}

.mn-header-search-form input::placeholder {
  color: #aaa;
  font-size: 13px;
}

.mn-header-search-form button {
  border: none;
  outline: none;
  background: transparent;
  color: #999;
  padding: 9px 14px;
  cursor: pointer;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  border-left: 1px solid #eee;
}

.mn-header-search-form button:hover {
  color: #f97f34;
}

.mn-header-search-form button i {
  font-size: 17px;
}

/* Search Results Dropdown */
.mn-header-search-results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  max-height: 420px;
  overflow-y: auto;
}

.mn-header-search-results.active {
  display: block;
}

.mn-search-group-title {
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}

.mn-search-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
  border-bottom: 1px solid #f5f5f5;
}

.mn-search-item:hover {
  background: #fff7f0;
  color: inherit;
  text-decoration: none;
}

.mn-search-item-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}

.mn-search-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-search-item-info {
  flex: 1;
  min-width: 0;
}

.mn-search-item-name {
  font-size: 13px;
  font-weight: 500;
  color: #293133;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-search-item-cat {
  font-size: 11px;
  color: #999;
}

.mn-search-item-price {
  font-size: 14px;
  font-weight: 700;
  color: #f97f34;
  white-space: nowrap;
}

.mn-search-item-price del {
  font-size: 11px;
  font-weight: 400;
  color: #bbb;
  margin-left: 4px;
}

.mn-search-no-result {
  padding: 20px 14px;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.mn-search-all-link {
  display: block;
  text-align: center;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
  border-top: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.mn-search-all-link:hover {
  background: #fff7f0;
  color: #e06520;
}

.mn-search-loader {
  text-align: center;
  padding: 16px;
}

.mn-search-loader .spinner-border {
  width: 20px;
  height: 20px;
  border-width: 2px;
  color: #f97f34;
}

/* === Location Selector === */
.mn-location-selector {
  position: relative;
  margin-left: 8px;
}

.mn-location-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
}

.mn-location-btn:hover {
  border-color: #f97f34;
  color: #293133;
}

.mn-location-btn .ri-navigation-line {
  color: #f97f34;
  font-size: 14px;
}

.mn-location-btn .ri-arrow-down-s-line {
  font-size: 14px;
  color: #bbb;
  transition: transform 0.2s ease;
}

.mn-location-btn.active .ri-arrow-down-s-line {
  transform: rotate(180deg);
}

.mn-location-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.mn-location-dropdown.active {
  display: block;
}

.mn-location-search {
  position: relative;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.mn-location-search input {
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 36px 10px 14px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease;
}

.mn-location-search input:focus {
  border-color: #f97f34;
}

.mn-location-search .ri-search-line {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}

.mn-location-current {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s ease;
}

.mn-location-current:hover {
  background: #fff7f0;
  color: #f97f34;
  text-decoration: none;
}

.mn-location-current i {
  font-size: 16px;
}

.mn-location-title {
  padding: 10px 16px 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
}

.mn-location-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 13px;
  color: #293133;
  text-decoration: none;
  transition: background 0.15s ease;
}

.mn-location-item:hover {
  background: #f9f9f9;
  color: #293133;
  text-decoration: none;
}

.mn-location-item i {
  color: #999;
  font-size: 14px;
}

.mn-location-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
  border-top: 1px solid #f0f0f0;
  transition: background 0.15s ease;
}

.mn-location-reset:hover {
  background: #fff7f0;
  color: #e06520;
  text-decoration: none;
}

/* === Header Actions (Login/Sell + Auth icons) === */
.mn-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mn-btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border: 2px solid #f97f34;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mn-btn-login:hover {
  background: #f97f34;
  color: #fff;
  text-decoration: none;
}

.mn-btn-sell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 22px;
  background: #f97f34;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mn-btn-sell:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(249, 127, 52, 0.4);
}

.mn-btn-sell i {
  font-size: 16px;
}

/* Auth Tool Icons (Remixicon based) */
.mn-header-actions .mn-tool-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 0;
}

.mn-header-actions .mn-tool-icons > div > a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 22px;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.mn-header-actions .mn-tool-icons > div > a:hover {
  background: #f5f5f5;
  color: #f97f34;
}

.mn-header-actions .mn-tool-icons > div > a .label {
  position: absolute;
  top: 1px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #f97f34;
  border-radius: 8px;
  font-size: 9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1.5px solid #fff;
}

/* User Avatar */
.mn-user-avatar-wrap {
  position: relative;
}

.mn-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #eee;
  transition: all 0.2s ease;
}

.mn-user-avatar:hover {
  border-color: #f97f34;
}

.mn-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-user-avatar i {
  font-size: 18px;
  color: #999;
}

.mn-user-avatar svg {
  color: #999;
}

/* === Profile Dropdown === */
.mn-profile-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 300px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  z-index: 1100;
  overflow: hidden;
}

.mn-profile-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mn-profile-dropdown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
}

.mn-profile-dropdown-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2.5px solid #f97f34;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.mn-profile-dropdown-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-profile-dropdown-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mn-profile-dropdown-info strong {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-profile-dropdown-info span {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-profile-dropdown-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0 18px;
}

.mn-profile-dropdown-nav {
  padding: 8px 10px;
}

.mn-profile-dropdown-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mn-profile-dropdown-nav a:hover {
  background: #f5f5f5;
  color: #f97f34;
}

.mn-profile-dropdown-nav a svg {
  color: #888;
  flex-shrink: 0;
  transition: color 0.15s ease;
}

.mn-profile-dropdown-nav a:hover svg {
  color: #f97f34;
}

.mn-profile-dropdown-logout {
  color: #e53e3e !important;
}

.mn-profile-dropdown-logout:hover {
  background: #fff5f5 !important;
  color: #e53e3e !important;
}

.mn-profile-dropdown-logout svg {
  color: #e53e3e !important;
}

.mn-profile-dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
}

.mn-profile-dropdown-overlay.active {
  display: block;
}

/* === Category Navigation Bar (letgo style) === */
.mn-cat-bar {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.mn-cat-bar-inner {
  display: flex;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  gap: 0;
}

/* Tüm Kategoriler Button */
.mn-cat-dropdown-wrap {
  position: relative;
}

.mn-cat-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 12px 16px 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #293133;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  border-right: 1px solid #e8e8e8;
  padding-right: 20px;
}

.mn-cat-dropdown-btn .ri-apps-2-fill {
  font-size: 18px;
  color: #f97f34;
}

.mn-cat-dropdown-btn .mn-cat-arrow {
  font-size: 16px;
  color: #999;
  transition: transform 0.2s ease;
}

.mn-cat-dropdown-btn.active .mn-cat-arrow {
  transform: rotate(180deg);
}

/* Menu Links */
.mn-cat-bar-links {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
}

.mn-cat-bar-links a {
  display: block;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.mn-cat-bar-links a:hover {
  color: #293133;
}

/* Mega Menu */
.mn-cat-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  min-width: 680px;
  border: 1px solid #e8e8e8;
  border-top: none;
  overflow: hidden;
}

.mn-cat-mega-menu.active {
  display: flex;
}

/* Left panel - category list */
.mn-cat-mega-left {
  width: 240px;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
  padding: 8px 0;
  flex-shrink: 0;
}

.mn-cat-mega-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #293133;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mn-cat-mega-item:hover,
.mn-cat-mega-item.active {
  background: #fff;
  color: #f97f34;
  text-decoration: none;
}

.mn-cat-mega-item img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
}

.mn-cat-mega-item i {
  font-size: 20px;
  color: #f97f34;
  width: 28px;
  text-align: center;
}

/* Right panel - subcategories */
.mn-cat-mega-right {
  flex: 1;
  padding: 20px 24px;
  min-height: 200px;
}

.mn-cat-mega-sub {
  display: none;
}

.mn-cat-mega-sub.active {
  display: block;
}

.mn-cat-mega-title {
  font-size: 15px;
  font-weight: 700;
  color: #f97f34;
  margin: 0 0 14px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.mn-cat-mega-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.mn-cat-mega-links a {
  display: block;
  width: 50%;
  padding: 7px 0;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  transition: color 0.15s ease;
}

.mn-cat-mega-links a:hover {
  color: #f97f34;
}

.mn-cat-mega-all {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
}

.mn-cat-mega-all:hover {
  color: #e06520;
  text-decoration: none;
}

/* Mobile category bar */
@media (max-width: 991px) {
  .mn-cat-bar-inner {
    padding: 0 15px;
    overflow-x: auto;
  }
  .mn-cat-dropdown-wrap {
    display: none;
  }
  .mn-cat-bar-links a {
    font-size: 12px;
    padding: 10px 12px;
  }
}

/* Mobile: show compact header actions */
@media (max-width: 991px) {
  .mn-header-actions .mn-tool-icons > div > a {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .mn-header-actions .mn-tool-icons > div > a .label {
    min-width: 16px;
    height: 16px;
    font-size: 9px;
    top: 1px;
    right: -1px;
    border-width: 1.5px;
  }
  .mn-btn-login {
    padding: 6px 16px;
    font-size: 13px;
  }
  .mn-btn-sell {
    padding: 6px 14px;
    font-size: 13px;
  }
  .mn-btn-sell span.sell-text {
    display: none;
  }
  .mn-user-avatar {
    width: 32px;
    height: 32px;
  }
  .mn-header-actions .mn-tool-messages,
  .mn-header-actions .mn-tool-notify {
    display: none;
  }
}

@media (max-width: 575px) {
  .mn-header-actions {
    gap: 6px;
  }
  .mn-header-actions .mn-tool-icons {
    gap: 0;
  }
}

/* Hide search icon on desktop when inline search visible */
@media (min-width: 992px) {
  .mn-tool-search {
    display: none !important;
  }
}

.mn-header .mn-header-items .left-header .mn-toggle-menu {
  line-height: 30px;
  display: none;
}

.mn-header .mn-header-items .left-header .mn-toggle-menu .header-icon {
  color: #313b50;
}

.mn-header .mn-header-items .left-header .mn-toggle-menu .header-icon i {
  font-size: 22px;
}

.mn-header .mn-header-items .right-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn-header .mn-header-items .right-header .mn-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 30px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 70px;
  text-decoration: none;
  text-transform: capitalize;
  color: #313b50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #313b50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li:hover>a {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li:hover>a:after {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li:hover>a .svg_img path {
  fill: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 450px;
  margin-top: 15px;
  position: absolute;
  background: #fff;
  padding: 0 0 0 30px !important;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: 0;
  z-index: 15;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li ul {
  padding: 15px 0;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block li.menu_title a {
  color: #3a4ee5;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block li.menu_title a:hover {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block li {
  border: 0 !important;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block li a {
  color: #777;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 10px 0;
  border: 0;
  height: auto;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu li .mega-block li a:hover {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu ul.mn-main-banner {
  margin-top: 20px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu ul.mn-main-banner li {
  width: 25%;
  padding-right: 30px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu ul.mn-main-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li .mega-menu.bg {
  background-image: url(https://maraviyainfotech.com/projects/mantu-html/assets/img/bg/3.png);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown {
  position: relative;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  right: 0;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li.active a {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li.active a i {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li:hover>a {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li:hover>a i {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 13px;
  color: #777;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li a:hover {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li a:hover i {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777;
  position: absolute;
  right: 15px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li:first-child {
  border-top: none;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul li .mn-sub-drop {
  padding: 10px 30px 10px 20px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: -5px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul .drop-list a {
  padding-right: 15px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul .dropdown-arrow {
  position: relative !important;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul .dropdown-arrow i {
  position: absolute;
  right: -5px;
  font-size: 18px;
}

.mn-header .mn-header-items .right-header .mn-main-menu ul li.active>a {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-main-menu>ul>li {
  position: relative;
}

.mn-header .mn-header-items .right-header .mn-main-menu>ul>li:hover>a i {
  color: #3a4ee5;
}

.mn-header .mn-header-items .right-header .mn-tool-icons {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a {
  width: 38px;
  height: 38px;
  margin-left: 0;
  line-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a:hover svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a:hover svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a:hover svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a:hover svg path {
  fill: none;
  stroke: #f97f34;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a:hover svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a:hover svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a:hover svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a:hover svg {
  color: #f97f34;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a .label,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a .label,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a .label,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a .label {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background-color: #f97f34;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  border: 1.5px solid #fff;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a .lbl-1,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a .lbl-1,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a .lbl-1,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a .lbl-1 {
  -webkit-animation: blinker 3s infinite alternate ease-in-out;
  animation: blinker 3s infinite alternate ease-in-out;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a .lbl-2,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a .lbl-2,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a .lbl-2,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a .lbl-2 {
  -webkit-animation: blinker 4s infinite alternate ease-in-out;
  animation: blinker 4s infinite alternate ease-in-out;
}

/* No blink when count is 0 */
.label.lbl-zero {
  animation: none !important;
  opacity: 0.5;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a svg,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a svg {
  width: 22px;
  height: 22px;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a svg path,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: none;
}

.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-search>a .custom-tooltip-bottom,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-user>a .custom-tooltip-bottom,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-wish>a .custom-tooltip-bottom,
.mn-header .mn-header-items .right-header .mn-tool-icons .mn-tool-cart>a .custom-tooltip-bottom {
  bottom: -25px;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.mn-header .mn-toggle-sidebar {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-header .mn-toggle-sidebar .outer-ring {
  width: 30px;
  height: 18px;
  display: block;
  border: 1px solid #313b50;
  border-radius: 30px;
  position: relative;
  background-color: #ffd783;
}

.mn-header .mn-toggle-sidebar .outer-ring .inner-ring {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 4px;
  border-radius: 30px;
  display: block;
  background-color: #313b50;
}

.mn-header .mn-toggle-sidebar.active-toggle .outer-ring .inner-ring {
  left: 4px;
}

.mn-header .mn-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(24, 30, 40, 0.5);
  z-index: 16;
}

.mn-header .mn-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #181e28;
  border-right: 1px solid #293343;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
}

.mn-header .mn-mobile-menu::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-header .mn-mobile-menu::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-header .mn-mobile-menu .mn-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-header .mn-mobile-menu .mn-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.mn-header .mn-mobile-menu .mn-menu-title .mn-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #f90c4c;
  background-color: transparent;
  border: 0;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul {
  padding: 0;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li {
  position: relative;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #b9c2d0;
  border: 1px solid #293343;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li a:last-child() {
  margin-bottom: 0;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li .menu-toggle {
  width: 100%;
  height: 45px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #f1f4f7;
  font-size: 19px;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #b9c2d0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.mn-header .mn-mobile-menu .mn-menu-inner .mn-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #949aa5;
}

.mn-header .mn-mobile-menu .mn-menu-inner .header-res-social {
  margin-top: 30px;
}

.mn-header .mn-mobile-menu .mn-menu-inner .header-res-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-header .mn-mobile-menu .mn-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3a4ee5;
  border-radius: 15px;
}

.mn-header .mn-mobile-menu .mn-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.mn-header .mn-mobile-menu.mn-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.mn-header .mn-tool-user {
  position: relative;
}

.mn-header .mn-tool-user:hover>.sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.mn-header .mn-tool-user .sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  padding: 5px 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 15px;
  border: 1px solid #ddd;
  min-width: 125px;
}

.mn-header .mn-tool-user .sub-menu li a {
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777;
  text-transform: capitalize;
}

.mn-header .mn-tool-user .sub-menu li a:hover {
  color: #3a4ee5;
}

/* Responsive css */
@media only screen and (max-width: 1399px) {
  header.sb-hide {
    width: 100%;
  }

  header.sb-hide {
    padding: 0;
  }

  header {
    padding: 0;
  }

  header .mn-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  header .mn-header {
    padding: 0;
  }

  .mn-header .mn-header-items {
    padding: 0 15px;
  }

  .mn-header .mn-header-items .left-header .mn-toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mn-header .mn-header-items .left-header .logo img {
    width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-header.sb-hide {
    margin: 0;
    width: 100%;
  }

  .mn-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
  }

  .mn-header .mn-header-items {
    padding: 10px 12px;
  }

  .mn-header .mn-header-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mn-header .mn-header-items .right-header .mn-tool-icons {
    display: none;
  }

  .mn-header .mn-header-items .left-header {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mn-header .mn-header-items .left-header .logo {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mn-header .mn-header-items .left-header .logo img {
    width: 110px;
  }

  .mn-header .mn-toggle-sidebar {
    margin: 0;
  }

  .mn-header .mn-mobile-menu {
    width: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .mn-header .mn-header-items .right-header .mn-header-logo {
    height: 26px;
  }

  .mn-header .mn-header-items .right-header .inner-right-header .mn-right-tool>a {
    width: 30px !important;
    height: 30px !important;
  }

  .mn-header .mn-header-items .right-header .inner-right-header .mn-flag-drop {
    display: none;
  }

  .mn-header .mn-header-items .right-header .inner-right-header .apps {
    display: none;
  }

  .mn-header .mn-header-items .right-header .mn-hover-drop .mn-hover-drop-panel.right {
    right: -100px;
  }
}

/** Sidebar **/
.mn-sidebar.sidebar-hide {
  left: -300px;
}

.mn-sidebar {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 300px;
  height: calc(100vh - 60px);
  margin: 30px 0 30px 0;
  background-color: #293133;
  border-radius: 0 15px 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  border: 1px solid #293133;
  border-left: 0;
}

.mn-sidebar:after {
  width: 290px;
  height: 148px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/icons/bg-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.03;
}

.mn-sidebar:hover .mn-sidebar-body::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}

.mn-sidebar:hover .mn-sidebar-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.mn-sidebar .side-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.mn-sidebar .side-close:hover {
  background-color: rgb(224, 78, 78);
}

.mn-sidebar .side-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.mn-sidebar .mn-sidebar-body {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 100%;
  padding: 30px;
  overflow: auto;
  position: relative;
}

.mn-sidebar .mn-sidebar-body::-webkit-scrollbar {
  position: absolute;
  width: 7px;
}

.mn-sidebar .mn-sidebar-body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list {
  margin: -15px 0;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle:hover {
  color: #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle>svg,
.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle>img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle .condense>i {
  margin-right: -5px;
  font-size: 22px;
  position: absolute;
  right: 0;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-drop-toggle.active-nav {
  color: #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop {
  margin: 15px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  display: none;
  -webkit-box-shadow: 0 7px 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 15px 5px rgba(0, 0, 0, 0.15);
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list {
  padding: 15px;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a {
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: capitalize;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 46%;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a:hover {
  color: #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a:hover:after {
  border: 2px solid #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a.active-nav {
  color: #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop .list a.active-nav:after {
  border: 2px solid #f97f34;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item-separator {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  padding: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-title {
  padding: 12px 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: -1;
}

.mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-title span {
  padding-right: 10px;
  background-color: #293133;
}

/* Responsive css */
@media only screen and (max-width: 1399px) {
  .mn-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(24, 30, 40, 0.5);
    z-index: 40;
    display: none;
  }

  .mn-sidebar-overlay-hide {
    display: block;
  }

  .mn-sidebar.sidebar-hide {
    left: 0;
  }

  .mn-sidebar {
    height: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 40;
    left: -300px;
    border-right: 1px solid #293343;
  }

  .mn-sidebar .side-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .mn-sidebar .mn-sidebar-body {
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .mn-sidebar .mn-sidebar-body .mn-sb-list .mn-sb-item .mn-sb-drop {
    padding: 8px;
  }
}

@media only screen and (max-width: 420px) {
  .mn-sidebar {
    width: 95%;
    left: -95%;
  }
}

/**  Footer  **/
footer.sb-hide {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  padding: 0;
}

footer {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  max-width: 1500px;
  padding: 0 40px;
  margin: 0 auto;
}

.mn-footer {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0 30px;
  color: #fff;
  background-color: #181e28;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.mn-footer .footer-top .mn-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-footer .footer-top .mn-footer-company .mn-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #7b8592;
  display: inline-block;
  position: relative;
}

.mn-footer .footer-top .mn-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 10px;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #b9c2d0;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px dashed #293343;
}

.mn-footer .footer-top .mn-footer-widget .s-head {
  display: none;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links i {
  line-height: 0;
  font-size: 18px;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #7b8592;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link:not(:last-child) {
  margin-bottom: 16px;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #7b8592;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
}

.mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link a:hover {
  color: #ffd783;
  opacity: 1;
}

.mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-links li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #7b8592;
}

.mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-links a {
  text-transform: unset;
}

.mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-links .mn-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-links .mn-footer-link .mt-15px {
  margin-top: 15px;
}

.mn-footer .footer-top .mn-footer-social {
  margin-bottom: 0;
}

.mn-footer .footer-top .mn-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link {
  padding-right: 5px;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link:not(:last-child) {
  margin-bottom: 0;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #4b5966;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link a:hover {
  background-color: #ffd783;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link a:hover i {
  color: #313b50;
}

.mn-footer .footer-top .mn-footer-social .mn-footer-widget .mn-footer-links .mn-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.mn-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #293343;
}

.footer-bottom .mn-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .mn-copy {
  color: #7b8592;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}

.footer-bottom .mn-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #ffd783;
}

.footer-bottom .mn-copy .site-name:hover {
  color: #ffd783;
}

.mn-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  footer {
    padding: 0;
  }

  footer.sb-hide {
    width: 100%;
    padding: 0;
  }

  .mn-footer {
    border-radius: 0;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link a {
    font-size: 15px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links li p {
    font-size: 15px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-detail {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .mn-footer:before {
    width: 30px;
    height: 30px;
    top: -30px;
    background-image: url("https://maraviyainfotech.com/projects/mantu-html/assets/img/footer/1.png");
    background-size: 30px;
  }

  .mn-footer:after {
    width: 30px;
    height: 30px;
    top: -30px;
    background-image: url("https://maraviyainfotech.com/projects/mantu-html/assets/img/footer/1.png");
    background-size: 30px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link a {
    font-size: 14px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links li p {
    font-size: 14px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-detail {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .mn-footer .footer-top .mn-footer-widget .mn-footer-dropdown {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .mn-footer {
    padding: 0 15px;
  }

  .mn-footer:before {
    width: 15px;
    height: 15px;
    top: -15px;
    background-image: url("https://maraviyainfotech.com/projects/mantu-html/assets/img/footer/1.png");
    background-size: 15px;
  }

  .mn-footer:after {
    width: 15px;
    height: 15px;
    top: -15px;
    background-image: url("https://maraviyainfotech.com/projects/mantu-html/assets/img/footer/1.png");
    background-size: 15px;
  }

  .mn-footer .footer-top .mn-footer-company {
    margin-bottom: 30px;
  }

  .mn-footer .footer-top .container>.row {
    padding: 0;
  }

  .mn-footer .footer-top .mn-footer-widget .s-head {
    display: block;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-dark-logo,
  .mn-footer .footer-top .mn-footer-widget .mn-footer-logo {
    width: 140px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links ul {
    margin-bottom: 15px;
  }

  .mn-footer .footer-top .mn-footer-widget .mn-footer-links .mn-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .mn-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .mn-footer .footer-top .mn-footer-contact .mn-footer-widget .mn-footer-heading {
    margin-bottom: 15px;
  }

  .mn-footer-contact {
    margin-bottom: 0;
  }

  .footer-news-title {
    font-size: 20px;
  }

  .mn-subscribe-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }

  .mn-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }

  .mn-footer-links.mn-footer-dropdown {
    display: none;
  }

  .footer-bottom-copy {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-bottom .mn-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .mn-bottom-info .footer-copy {
    margin-bottom: 15px;
  }

  .col.footer-bottom-right {
    margin: 15px auto;
  }

  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .m-minus-991 {
    margin-bottom: -15px;
  }
}

@media (max-width: 767px) {

  .mn-footer .footer-top .mn-footer-widget .mn-footer-dark-logo,
  .mn-footer .footer-top .mn-footer-widget .mn-footer-logo {
    max-width: 130px;
  }
}

@media (max-width: 575px) {

  .mn-footer .footer-top .mn-footer-widget .mn-footer-dark-logo,
  .mn-footer .footer-top .mn-footer-widget .mn-footer-logo {
    max-width: 120px;
  }
}

@media (max-width: 360px) {
  .footer-bottom .mn-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/**  Header  **/
.mn-footer-nav {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #10141a;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #293343;
  z-index: 15;
}

.mn-footer-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mn-footer-nav ul li a {
  position: relative;
}

.mn-footer-nav ul li a svg {
  width: 22px;
  height: 22px;
}

.mn-footer-nav ul li a svg path {
  fill: #fff;
}

.mn-footer-nav ul li a span {
  width: 15px;
  height: 15px;
  background-color: #f90c4c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: -8px;
  border-radius: 50%;
  font-size: 12px;
}

/* Responsive footer nav css */
@media only screen and (max-width: 575px) {
  body {
    margin-bottom: 50px;
  }

  .mn-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**  Quickview  **/
.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 800px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quickview-modal .modal-body {
  padding: 24px;
  position: relative;
  z-index: 2;
}

.quickview-modal .qty-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}

.quickview-modal .qty-close:hover {
  background-color: rgb(224, 78, 78);
}

.quickview-modal .qty-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.quickview-modal .modal-content {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}

.quickview-modal .modal-content .single-pro-img {
  max-height: 330px;
  height: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 15px;
}

.quickview-modal .modal-content .single-pro-img .single-product-scroll {
  height: 100%;
}

.quickview-modal .modal-content .single-pro-img .single-slide-quickview {
  height: 100%;
  background-color: #e1e5e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.quickview-pro-content .mn-quick-title a {
  margin: 0 0 10px 0;
  display: block;
  color: #313b50;
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  font-weight: 500;
}

.quickview-pro-content .mn-quickview-desc {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: 400;
}

.quickview-pro-content .mn-quickview-price {
  padding: 5px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.quickview-pro-content .mn-quickview-price span.new-price {
  color: #313b50;
  font-weight: 700;
  font-size: 22px;
}

.quickview-pro-content .mn-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.mn-quickview-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-quickview-qty .mn-quickview-cart {
  margin-left: 5px;
}

.mn-quickview-qty .mn-quickview-cart a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  font-weight: 500;
}

.mn-quickview-qty .mn-quickview-cart a i {
  padding-right: 8px;
  font-size: 17px;
}

.mn-pro-variations,
.mn-pro-variation {
  margin: 5px 0 15px 0;
}

.mn-pro-variations ul,
.mn-pro-variation ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-pro-variations ul li,
.mn-pro-variation ul li {
  height: 22px;
  margin: 2px;
  padding: 2px 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 15px;
  font-weight: 400;
}

.mn-pro-variations ul li a,
.mn-pro-variation ul li a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
}

.mn-pro-variations ul li.active,
.mn-pro-variation ul li.active {
  background-color: #3a4ee5 !important;
  color: #fff !important;
  border-color: #3a4ee5 !important;
}

.mn-pro-variations ul li.active a,
.mn-pro-variation ul li.active a {
  color: #fff;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }

  .quickview-pro-content .mn-quick-title a {
    margin-top: 15px;
    font-size: 19px;
  }

  .quickview-modal .modal-content .single-pro-img {
    max-height: unset;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    width: 90%;
  }
}

@media only screen and (max-width: 360px) {
  .mn-quickview-qty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mn-quickview-qty .qty-plus-minus {
    margin: auto;
  }

  .mn-quickview-qty .mn-quickview-cart {
    margin-top: 15px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/**  Shop Sidebar  **/
#shop_sidebar {
  margin-bottom: 15px;
  position: sticky;
  top: 30px;
  bottom: 30px;
}

.h-sidebar {
  padding-left: 12px;
  padding-right: 12px;
}

.h-sidebar .mn-sidebar-block {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.h-sidebar .mn-sidebar-wrap {
  border: 0 !important;
  padding: 0 !important;
}

.h-sidebar .mn-sidebar-wrap .mn-sidebar-block {
  margin-bottom: 24px !important;
}

.h-sidebar .mn-sidebar-wrap .mn-sb-title h3 .mn-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.h-sidebar h3 {
  margin: 5px 0;
}

.h-sidebar .cat-drop h6 {
  padding: 15px 0 0 0;
  font-size: 15px;
  color: #777;
  font-weight: 600;
}

.h-sidebar .cat-drop h6 i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 17px;
  line-height: 0 !important;
}

.h-sidebar .cat-drop h6 a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop h6 a .avil {
  font-size: 13px;
  font-weight: 400;
}

.h-sidebar .cat-drop ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h-sidebar .cat-drop ul li a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop ul li a .avil {
  font-size: 13px;
}

.mn-shop-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}

.mn-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.mn-shop-sidebar .mn-sb-title,
.mn-shop-sidebar-2 .mn-sb-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-shop-sidebar .mn-sb-title a,
.mn-shop-sidebar-2 .mn-sb-title a {
  font-size: 24px;
  line-height: 15px;
  color: #f90c4c;
}

.mn-shop-sidebar .mn-sb-title h3,
.mn-shop-sidebar-2 .mn-sb-title h3 {
  width: 100%;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: "Poppins, sans-serif";
  font-size: 17px !important;
  font-weight: 500;
  color: #313b50;
}

.mn-shop-sidebar .mn-blog-sidebar-wrap,
.mn-shop-sidebar-2 .mn-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-shop-sidebar .mn-blog-search,
.mn-shop-sidebar-2 .mn-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #e5e5e5;
  color: #313b50;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.mn-shop-sidebar .mn-blog-search .mn-blog-search-form,
.mn-shop-sidebar-2 .mn-blog-search .mn-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.mn-shop-sidebar .mn-blog-search .form-control,
.mn-shop-sidebar-2 .mn-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.mn-shop-sidebar .mn-blog-search .submit,
.mn-shop-sidebar-2 .mn-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #313b50;
}

.mn-shop-sidebar .mn-sidebar-block ul li a,
.mn-shop-sidebar-2 .mn-sidebar-block ul li a {
  padding-left: 30px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item {
  position: relative;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item input,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item input:checked~.checked::after,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item a,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item a span,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item a i,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item a i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 17px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item a .products,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item a .products {
  color: #999;
  font-size: 13px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .checked,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 15px;
  overflow: hidden;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .checked:after,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffd783;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #3a4ee5;
  font-family: "remixicon";
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.mn-shop-sidebar .mn-sidebar-block:not(:last-child),
.mn-shop-sidebar-2 .mn-sidebar-block:not(:last-child) {
  margin-bottom: 15px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img {
  margin-right: 15px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img {
  width: 100px;
  border-radius: 15px;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-title a,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-title a {
  color: #777;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-date,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
  line-height: 1;
  letter-spacing: 0;
}

.mn-shop-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial a,
.mn-shop-sidebar-2 .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial a {
  font-size: 14px;
  color: #ffd783;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sb-block-content.mn-sidebar-dropdown,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sb-block-content.mn-sidebar-dropdown {
  margin-top: 20px;
}

.mn-shop-sidebar .mn-sidebar-block.color-block ul,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block ul {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-shop-sidebar .mn-sidebar-block.color-block ul li,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block ul li {
  margin-right: 10px;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item {
  padding: 5px 0;
  border: 0;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item .mn-clr-block,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item .mn-clr-block {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0.8;
  background: transparent;
  cursor: pointer;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item .mn-clr-block:hover,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item .mn-clr-block:hover {
  opacity: 1;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item input,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item input {
  width: 20px;
  height: 20px;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item .checked,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item .checked {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
}

.mn-shop-sidebar .mn-sidebar-block.color-block .mn-sidebar-block-item .checked:after,
.mn-shop-sidebar-2 .mn-sidebar-block.color-block .mn-sidebar-block-item .checked:after {
  width: 24px;
  height: 18px;
  left: -1px;
  top: 50%;
  border: 1px solid transparent;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: transparent;
  font-family: "remixicon";
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-shop-sidebar .mn-sidebar-wrap,
.mn-shop-sidebar-2 .mn-sidebar-wrap {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.mn-shop-sidebar-2 .mn-sb-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.mn-shop-sidebar-2 .mn-sb-block-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.mn-shop-sidebar-2 .mn-close-btn {
  display: none;
  position: relative;
}

.mn-shop-sidebar-2 .mn-close-btn h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #3a4ee5;
}

.mn-shop-sidebar-2 .mn-close-btn .mn-cat-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: 0;
}

.mn-sidebar-block.drop .mn-sb-block-content {
  margin: 0;
}

.mn-sidebar-block.drop .mn-sb-block-content ul li .main {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  color: #313b50;
  text-transform: capitalize;
}

.mn-sidebar-block.drop .mn-sb-block-content ul li .main.drop {
  position: relative;
}

.mn-sidebar-block.drop .mn-sb-block-content ul li .main.drop:after {
  content: "+";
  cursor: pointer;
  font-size: 18px;
  color: #777777;
  font-weight: 400;
  margin-left: 7px;
}

.mn-sidebar-block.drop .mn-sb-block-content ul li ul {
  display: none;
}

.mn-sidebar-block.drop .mn-sb-block-content ul li ul li a {
  padding: 5px 0 5px 15px;
  color: #777;
  text-transform: capitalize;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Toggle filter sidebar */
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}

.mn-filter-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
}

.mn-filter-sidebar::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-filter-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-filter-sidebar .sidebar-filter-title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ddd;
}

.mn-filter-sidebar .sidebar-filter-title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.mn-filter-sidebar .sidebar-filter-title .filter-close {
  margin-left: 15px;
  color: #ff8585;
  font-size: 24px;
  line-height: 1;
}

.mn-filter-sidebar .mn-sidebar-wrap {
  border: 0;
}

.mn-filter-sidebar .mn-sb-title h3 {
  font-size: 18px;
}

.filter-sidebar-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Price slider block */
.mn-price-range-slider {
  margin-top: 20px !important;
  /*-----  Price Filter  -----*/
}

.mn-price-range-slider .noUi-target {
  cursor: pointer;
}

.mn-price-range-slider .noUi-target:focus {
  outline: none;
}

.mn-price-range-slider .noUi-horizontal {
  height: 4px;
  margin-bottom: 5px;
}

.mn-price-range-slider .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #3a4ee5;
  border-radius: 50%;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.mn-price-range-slider .noUi-horizontal .noUi-handle:hover {
  background: #3a4ee5;
}

.mn-price-range-slider .noUi-connect {
  background: #777;
}

.mn-price-range-slider .noUi-base {
  background: #ddd;
}

.mn-price-range-slider .noUi-handle.noUi-handle-upper {
  right: -2px;
}

.mn-price-range-slider .filter__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #777;
}

.mn-price-range-slider .mn-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-price-range-slider .mn-price-input {
  margin-bottom: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border-radius: 15px;
}

.mn-price-range-slider .mn-price-input label {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-price-range-slider .mn-price-input label input {
  border-radius: 15px;
}

.mn-price-range-slider .mn-price-input .mn-price-divider {
  position: relative;
  border-bottom: 1px solid #777;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

/* Tags block */
.mn-tag-block {
  margin: 15px 0 -3px 0;
}

.mn-tag-block a {
  margin: 2px 0 3px 0;
  padding: 3px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02rem;
  border: 1px solid #e5e5e5;
  color: #313b50;
  border-radius: 10px;
  background-color: #f1f0f4;
}

.mn-tag-block a:hover {
  background-color: #ffd783;
  border: 1px solid #ffd783;
}

.mn-banner-side {
  height: 100%;
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.mn-banner-side .mn-banner-block-side,
.mn-banner-side .mn-banner-block-side-2 {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.mn-banner-side .mn-banner-block-side-2 {
  background-image: url(https://maraviyainfotech.com/projects/mantu-html/assets/img/banner/7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1399px) {
  .mn-banner-side .mn-banner-block-side-2 {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #shop_sidebar {
    position: relative;
    top: unset;
    bottom: unset;
  }

  .mn-shop-sidebar-2 {
    width: 350px;
    height: 100vh;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: auto;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 1;
  }

  .mn-shop-sidebar-2 .mn-banner-side {
    height: auto;
  }

  .mn-shop-sidebar-2 .mn-close-btn {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  .mn-shop-sidebar-2 {
    width: 300px;
  }
}

/** Hero css **/
.mn-hero {
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-hero .owl-nav button.owl-prev,
.mn-hero .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 30px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  border-radius: 0;
  text-align: center;
  color: #313b50;
  background-color: #f1f4f7;
  z-index: 5;
}

.mn-hero .owl-nav button.owl-prev:before,
.mn-hero .owl-nav button.owl-next:before {
  font-family: "remixicon";
  font-size: 30px;
  line-height: 42px;
  outline: 0;
}

.mn-hero .owl-nav button.owl-prev span,
.mn-hero .owl-nav button.owl-next span {
  display: none;
}

.mn-hero .owl-nav button.owl-prev {
  border-radius: 0 20px 20px 0;
  left: 0;
}

.mn-hero .owl-nav button.owl-prev:before {
  content: "\ea64";
  margin-left: -7px;
  font-family: "remixicon";
  font-size: 30px;
  outline: 0;
}

.mn-hero .owl-nav button.owl-prev:after {
  content: "";
  width: 18px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../img/hero/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-hero .owl-nav button.owl-next {
  border-radius: 20px 0px 0px 20px;
  right: 0;
}

.mn-hero .owl-nav button.owl-next:before {
  content: "\ea6e";
  margin-right: -7px;
}

.mn-hero .owl-nav button.owl-next:after {
  content: "";
  width: 18px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/hero/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.mn-hero .owl-dots {
  width: auto;
  padding: 12px 15px 0 15px;
  background-color: #f1f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px 20px 0px 0px;
  z-index: 10;
}

.mn-hero .owl-dots:before {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  left: -15px;
  bottom: -6px;
  background-image: url("../img/hero/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.mn-hero .owl-dots:after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  right: -17px;
  bottom: -8px;
  background-image: url("../img/hero/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-hero .owl-dots .owl-dot {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 2px;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid #313b50;
  opacity: 1;
  border-radius: 10px;
}

.mn-hero .owl-dots .owl-dot.active {
  width: 25px;
  background-color: #3a4ee5 !important;
  border-color: #3a4ee5;
}

.mn-hero .mn-hero-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
}

.mn-hero .slide-1 {
  background-image: url("../img/hero/1.jpg");
}

.mn-hero .slide-2 {
  background-image: url("../img/hero/2.jpg");
}

.mn-hero .slide-3 {
  background-image: url("../img/hero/3.jpg");
}

.mn-hero .slide-4 {
  background-image: url("../img/hero/4.jpg");
}

.mn-hero .mn-hero-slider .mn-hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
  height: 300px;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail p {
  font-size: 12px;
  color: #fff;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label {
  height: 35px;
  width: 35px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #ffd783;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-animation: jingle 4s infinite alternate ease-in-out;
  animation: jingle 4s infinite alternate ease-in-out;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:after,
.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:before {
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #ffd783;
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label span {
  z-index: 5;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #313b50;
}

@-webkit-keyframes jingle {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

/* Responsive css */
@media only screen and (max-width: 1599px) {

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1399px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 250px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 25px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1199px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 225px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 24px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    padding-left: 70px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 200px;
    padding-left: 50px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail p {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 175px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 14px;
    line-height: 16px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label {
    height: 28px;
    width: 28px;
    margin-bottom: 8px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:after,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:before {
    height: 28px;
    width: 28px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label span {
    font-size: 12px;
    line-height: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .mn-hero .owl-dots {
    display: none;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 250px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label {
    height: 30px;
    width: 30px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:after,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label:before {
    height: 30px;
    width: 30px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail .label span {
    font-size: 12px;
    line-height: 13px;
  }
}

@media only screen and (max-width: 420px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 220px;
    padding-left: 30px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .mn-hero .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 380px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 200px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .mn-hero .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 340px) {
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail {
    height: 170px;
  }

  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
  .mn-hero .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .mn-hero .owl-nav {
    display: none;
  }
}

/* ── Mobile Slider — Square (1:1) ── */
.mn-hero.mn-hero-mobile {
  border-radius: 16px;
  overflow: hidden;
}

.mn-hero-mobile .mn-hero-slide {
  aspect-ratio: 1 / 1;
}

.mn-hero-mobile .mn-hero-slider .mn-hero-slide .mn-hero-detail {
  height: 100% !important;
  padding: 24px;
  justify-content: flex-end;
}

.mn-hero-mobile .mn-hero-slider .mn-hero-slide .mn-hero-detail h1,
.mn-hero-mobile .mn-hero-slider .mn-hero-slide .mn-hero-detail h2 {
  font-size: 20px;
  line-height: 24px;
}

.mn-hero-mobile .owl-nav {
  display: none;
}

.mn-hero-mobile .owl-dots {
  bottom: 12px;
}

/** Store carousel 2-row layout **/
.mn-store-row {
  margin-bottom: 16px;
}

.mn-store-row:last-child {
  margin-bottom: 0;
}

.mn-store-card {
  background: #fff;
  border-radius: 16px;
  border: 4px solid #eee;
  overflow: hidden;
  height: 220px;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}

.mn-store-card:hover {
  box-shadow: 0 8px 28px rgba(249, 127, 52, 0.2);
  border-color: #f97f34;
  text-decoration: none;
  color: inherit;
}

.mn-store-card-img {
  height: 130px;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
}

.mn-store-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-store-card:hover .mn-store-card-img img {
  transform: scale(1.06);
}

.mn-store-overlay {
  position: absolute;
  inset: 0;
  background: rgba(41, 49, 51, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mn-store-card:hover .mn-store-overlay {
  opacity: 1;
}

.mn-store-visit {
  background: #f97f34;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateY(6px);
  transition: transform 0.3s ease;
}

.mn-store-card:hover .mn-store-visit {
  transform: translateY(0);
}

.mn-store-card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px;
}

.mn-store-card-info h5 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.3;
  color: #293133;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mn-store-card:hover .mn-store-card-info h5 {
  color: #f97f34;
}

.mn-store-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mn-store-card-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
}

.mn-store-card-rating i {
  color: #ffc107;
  font-size: 13px;
}

.mn-store-card-rating .rating-val {
  font-weight: 700;
  color: #293133;
  font-size: 12px;
}

.mn-store-products {
  font-size: 11px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 3px;
}

.mn-store-products i {
  font-size: 12px;
  color: #bbb;
}

.mn-store-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.mn-store-promo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 16px;
  border: 2px dashed #f97f34;
  background: linear-gradient(135deg, #fff7f0 0%, #fff 100%);
  text-decoration: none;
  text-align: center;
  padding: 20px 15px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 10px;
}

.mn-store-promo-card:hover {
  background: linear-gradient(135deg, #f97f34 0%, #e06520 100%);
  border-color: #f97f34;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 127, 52, 0.3);
}

.mn-store-promo-card i.ri-store-2-line {
  font-size: 36px;
  color: #f97f34;
  transition: color 0.3s;
}

.mn-store-promo-card:hover i.ri-store-2-line {
  color: #fff;
}

.mn-store-promo-card .promo-title {
  font-size: 14px;
  font-weight: 700;
  color: #313b50;
  line-height: 1.4;
  transition: color 0.3s;
}

.mn-store-promo-card:hover .promo-title {
  color: #fff;
}

.mn-store-promo-card .promo-btn {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #f97f34;
  padding: 5px 14px;
  border-radius: 20px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mn-store-promo-card:hover .promo-btn {
  background: #fff;
  color: #f97f34;
}

/** Category section css **/
.mn-cat .mn-cat-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #f0e6dc;
  transition: all 0.3s ease-in-out;
}

.mn-cat .mn-cat-card:hover {
  border-color: #f97f34;
  box-shadow: 0 8px 25px rgba(249, 127, 52, 0.15);
  transform: translateY(-3px);
}

.mn-cat .mn-cat-card:hover .cat-image img {
  transform: scale(1.05);
}

.mn-cat .mn-cat-card .cat-image {
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.mn-cat .mn-cat-card .cat-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.mn-cat .mn-cat-card .cat-info {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mn-cat .mn-cat-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #313b50;
  margin: 0;
  flex: 1;
}

.mn-cat .mn-cat-card .cat-count {
  font-size: 11px;
  color: #f97f34;
  background-color: #fef5f0;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 600;
  margin-left: 8px;
}

/* Responsive Category css */
@media only screen and (max-width: 991px) {
  .mn-cat .mn-cat-card h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-cat .mn-cat-card h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-cat .mn-cat-card h3 {
    font-size: 13px;
  }
  .mn-cat .mn-cat-card .cat-info {
    padding: 10px 12px;
  }
}

/** Product section css **/
.mn-product .owl-nav,
.mn-related .owl-nav {
  position: absolute;
  top: -59px;
  right: 0;
}

.mn-product .owl-nav button,
.mn-related .owl-nav button {
  height: 25px;
}

.mn-product .owl-nav button span,
.mn-related .owl-nav button span {
  display: none;
}

.mn-product .owl-nav .owl-prev:after,
.mn-related .owl-nav .owl-prev:after {
  content: "\ea64";
  top: 0;
  font-family: "remixicon";
}

.mn-product .owl-nav .owl-next,
.mn-related .owl-nav .owl-next {
  margin-left: 5px;
}

.mn-product .owl-nav .owl-next:after,
.mn-related .owl-nav .owl-next:after {
  content: "\ea6e";
  top: 0;
  font-family: "remixicon";
}

.mn-product .owl-dots,
.mn-related .owl-dots {
  margin: -3px;
  position: absolute;
  top: -57px;
  right: 0;
}

.mn-product .owl-dots button,
.mn-related .owl-dots button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 3px;
  padding: 0;
  border: 1px solid #313b50;
  border-radius: 15px;
}

.mn-product .owl-dots button.active,
.mn-related .owl-dots button.active {
  width: 25px;
  border-color: #3a4ee5;
  background-color: #3a4ee5;
}

.mn-product-card {
  padding: 0;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.mn-product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #ccc;
}

.mn-product-card.mn-corporate {
  border-color: #f9b88a;
}

.mn-product-card.mn-corporate:hover {
  border-color: #f97f34;
  box-shadow: 0 4px 16px rgba(249, 127, 52, 0.12);
}

.mn-product-card.mn-individual {
  border-color: #c0c5c6;
}

.mn-product-card.mn-individual:hover {
  border-color: #293133;
  box-shadow: 0 4px 16px rgba(41, 49, 51, 0.1);
}

/* Seller Badge */
.mn-seller-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 4px 14px;
  border-radius: 0 0 8px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  text-decoration: none;
  transition: filter 0.2s;
}

a.mn-seller-badge:hover {
  filter: brightness(1.15);
  text-decoration: none;
}

.mn-seller-badge i {
  font-size: 13px;
}

.mn-seller-badge.corporate {
  background: #f97f34;
  color: #fff;
}

.mn-seller-badge.individual {
  background: #293133;
  color: #fff;
}

.mn-product-card:hover .mn-product-img .mn-img .mn-options {
  opacity: 1;
}

.mn-product-card .mn-product-img {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.mn-product-card .mn-product-img .lbl {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
  z-index: 2;
}

.mn-product-card .mn-product-img .lbl .trending {
  color: #3a4ee5;
}

.mn-product-card .mn-product-img .lbl .new {
  color: #f90c4c;
}

.mn-product-card .mn-product-img .lbl .sale {
  color: #54d3c2;
}

.mn-product-card .mn-product-img .lbl span {
  padding: 0 5px;
  background-color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 0 0 5px 5px;
}

.mn-product-card .mn-product-img .lbl span:before {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  left: -16px;
  bottom: -8px;
  background-image: url("../img/product/bg/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.mn-product-card .mn-product-img .lbl span:after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  right: -16px;
  bottom: -8px;
  background-image: url("../img/product/bg/shape-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) scaleX(-1) rotate(180deg);
  transform: translateY(-50%) scaleX(-1) rotate(180deg);
}

.mn-product-card .mn-product-img .mn-img {
  position: relative;
  overflow: hidden;
}

.mn-product-card .mn-product-img .mn-img .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-product-card .mn-product-img .mn-img .mn-pro-loader {
  width: 50px;
  height: 50px;
  padding: 1px;
  border-radius: 50%;
  border: 1px dashed #3a4ee5;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 55;
  opacity: 0;
  -webkit-animation: spinner-1 3s infinite linear;
  animation: spinner-1 3s infinite linear;
}

.mn-product-card .mn-product-img .mn-img .mn-options {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul {
  margin: -5px;
  padding: 5px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul:before {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  left: -16px;
  bottom: -1px;
  background-image: url("../img/product/bg/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.mn-product-card .mn-product-img .mn-img .mn-options ul:after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  right: -18px;
  bottom: 5px;
  background-image: url("../img/product/bg/shape-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li {
  margin: 5px;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a {
  line-height: 16px;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #313b50;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a:hover i {
  color: #3a4ee5;
}

.mn-product-card .mn-product-img .mn-img .mn-options ul li a.active i {
  color: #3a4ee5;
}

.mn-product-card .mn-product-img .mn-img.pro-loading {
  position: relative;
}

.mn-product-card .mn-product-img .mn-img.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.8;
  z-index: 21;
}

.mn-product-card .mn-product-img .mn-img.pro-loading .mn-pro-loader {
  opacity: 1;
  display: block;
}

.mn-product-card .mn-product-img img {
  width: 100%;
  border-radius: 0;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-product-card:hover .mn-product-img .main-img {
  transform: scale(1.05);
}

.mn-product-card .mn-product-img .main-img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.mn-product-card .mn-product-img .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mn-product-card .mn-product-detail {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mn-product-card .mn-product-detail .cat {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.mn-product-card .mn-product-detail .cat a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
}

.mn-product-card .mn-product-detail .cat a:hover {
  color: #3a4ee5;
}

.mn-product-card .mn-product-detail .cat ul {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-product-card .mn-product-detail .cat ul li {
  margin: 0 2px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
}

.mn-product-card .mn-product-detail h5 {
  margin-bottom: 8px;
}

.mn-product-card .mn-product-detail h5 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #293133;
  font-family: "Poppins, sans-serif";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-product-card .mn-product-detail h5 a:hover {
  color: #f97f34;
}

.mn-product-card .mn-product-detail .mn-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.mn-product-card .mn-product-detail .mn-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.mn-product-card .mn-product-detail .mn-price .mn-price-new {
  margin-right: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #293133;
}

.mn-product-card .mn-product-detail .mn-price .mn-price-old {
  color: #aaa;
  font-size: 13px;
}

/* Card Action Buttons */
.mn-card-actions {
  display: flex;
  gap: 6px;
  margin-top: auto;
}

.mn-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 0;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: all 0.25s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.mn-action-btn i {
  font-size: 13px;
}

/* Sepete Ekle */
.mn-cart-btn {
  flex: 1;
  background: linear-gradient(135deg, #f97f34 0%, #e06520 100%);
  color: #fff;
}

.mn-cart-btn:hover {
  background: linear-gradient(135deg, #e06520 0%, #c9551a 100%);
  color: #fff;
  box-shadow: 0 3px 10px rgba(249, 127, 52, 0.3);
}

/* Favoriye Ekle (icon only) */
.mn-fav-btn {
  width: 34px;
  min-width: 34px;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  color: #999;
}

.mn-fav-btn:hover {
  border-color: #f97f34;
  color: #f97f34;
  background: #fff5ef;
}

.mn-fav-btn.active {
  border-color: #f97f34;
  background: #f97f34;
  color: #fff;
}

/* Product card responsive */
/* 5 columns on large screens */
@media (min-width: 1200px) {
  .mn-grid-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mn-grid-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991px) {
  .mn-product-card .mn-product-img img {
    height: 160px;
  }
  .mn-product-card .mn-product-detail {
    padding: 10px;
  }
  .mn-product-card .mn-product-detail h5 a {
    font-size: 13px;
    line-height: 18px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-new {
    font-size: 14px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-old {
    font-size: 12px;
  }
  .mn-product-card .mn-product-detail .mn-price {
    margin-bottom: 8px;
  }
  .mn-product-card {
    border-width: 3px;
  }
}

@media (max-width: 767px) {
  .mn-product-card .mn-product-img img {
    height: 130px;
  }
  .mn-product-card .mn-product-detail {
    padding: 8px;
  }
  .mn-product-card .mn-product-detail .cat {
    margin-bottom: 3px;
  }
  .mn-product-card .mn-product-detail .cat a {
    font-size: 10px;
  }
  .mn-product-card .mn-product-detail h5 {
    margin-bottom: 4px;
  }
  .mn-product-card .mn-product-detail h5 a {
    font-size: 12px;
    line-height: 16px;
  }
  .mn-product-card .mn-product-detail .mn-price {
    margin-bottom: 6px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-new {
    font-size: 13px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-old {
    font-size: 11px;
  }
  .mn-seller-badge {
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 6px;
  }
  .mn-seller-badge i {
    font-size: 11px;
  }
  .mn-action-btn {
    font-size: 10px;
    padding: 5px 0;
  }
  .mn-action-btn i {
    font-size: 12px;
  }
  .mn-card-actions {
    gap: 4px;
  }
  .mn-fav-btn {
    width: 28px;
    min-width: 28px;
  }
  .mn-product-card {
    border-width: 3px;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .mn-product-card .mn-product-img img {
    height: 110px;
  }
  .mn-product-card .mn-product-detail {
    padding: 6px;
  }
  .mn-product-card .mn-product-detail h5 a {
    font-size: 11px;
    line-height: 15px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-new {
    font-size: 12px;
  }
  .mn-product-card .mn-product-detail .mn-price .mn-price-old {
    font-size: 10px;
  }
  .mn-cart-btn {
    font-size: 0;
    gap: 0;
  }
  .mn-cart-btn i {
    font-size: 14px;
  }
  .mn-card-actions {
    gap: 4px;
  }
}

.mn-product-card .mn-product-detail .mn-pro-option {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-product-card .mn-product-detail .mn-pro-option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  padding: 2px;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #ddd;
  opacity: 0.8;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li a {
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 30px;
}

.mn-product-card .mn-product-detail .mn-pro-option ul li.active {
  border: 1px solid #3a4ee5;
}

.mn-product-card .mn-product-detail .mn-wishlist {
  opacity: 0.8;
}

.mn-product-card .mn-product-detail .mn-wishlist i {
  color: #ddd;
  font-size: 20px;
  line-height: 16px;
}

.mn-product-card .mn-product-detail .mn-wishlist.active i {
  -webkit-animation: wishlist-active 0.5s 1;
  animation: wishlist-active 0.5s 1;
  color: #ffd783;
}

.mn-product-card .mn-product-detail .mn-wishlist.active i:before {
  content: "\ee0e";
}

@-webkit-keyframes wishlist-active {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Responsive product css */
@media only screen and (max-width: 575px) {
  .mn-product-card .mn-product-img .mn-img .mn-options {
    opacity: 1;
  }
}

/**  Start Service Section  **/
.mn-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

.mn-ser-inner .mn-service-image {
  margin-bottom: 15px;
}

.mn-ser-inner .mn-service-image svg {
  width: 50px;
  height: 50px;
  line-height: 0;
}

.mn-ser-inner .mn-service-image svg path {
  fill: #3a4ee5;
}

.mn-service-desc h3 {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 700;
  color: #313b50;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.mn-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive service css */
@media only screen and (max-width: 1399px) {
  .mn-ser-inner {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-service-desc h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-service-desc h3 {
    font-size: 16px;
  }
}

/**  Banner Section  **/
.mn-modern-banner .modern-banner {
  position: relative;
}

.mn-modern-banner .modern-banner .mn-banner-img {
  width: calc(100% - 400px);
  height: 500px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}

.mn-modern-banner .modern-banner .mn-banner-img.img-1 {
  background-image: url("../img/banner/1.jpg");
}

.mn-modern-banner .modern-banner .mn-banner-img.img-2 {
  background-image: url("../img/banner/2.jpg");
}

.mn-modern-banner .modern-banner .mn-banner-contact {
  width: 370px;
  position: absolute;
  top: 0;
  right: 0;
}

.mn-modern-banner .banner-animation>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.mn-modern-banner :root {
  --transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
}

.mn-modern-banner .mn-slide {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
}

.mn-modern-banner .active .banner-animation>*:nth-child(1) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.mn-modern-banner .active .banner-animation>*:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.mn-modern-banner .active .banner-animation>*:nth-child(3) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.mn-banner-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-banner-contact .inner-banner {
  margin-bottom: 16px;
  position: relative;
  left: -100px;
  width: calc(100% + 100px);
}

.mn-banner-contact .inner-banner h4 {
  margin: 0;
  font-size: 68px;
  font-weight: 700;
  color: #3a4ee5;
  text-shadow: 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 2px 2px 5px #f1f4f7;
  text-transform: uppercase;
}

.mn-banner-contact .inner-banner h3 {
  color: #313b50;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: -1px;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #f1f4f7;
  line-height: 0.8;
}

.mn-banner-contact .inner-text .bnr-text {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.mn-banner-contact p {
  margin-bottom: 16px;
}

.mn-banner-contact .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-modern-banner .owl-dots {
  background-color: #f1f4f7;
  padding: 10px 10px 0 10px;
  position: absolute;
  bottom: 0;
  right: 392px;
}

.mn-modern-banner .owl-dots button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 3px;
  border: 1px solid #313b50;
  border-radius: 15px;
}

.mn-modern-banner .owl-dots button.active {
  width: 25px;
  border-color: #3a4ee5;
  background-color: #3a4ee5;
}

.mn-offer-section {
  overflow: hidden;
}

.mn-ofr-banners .mn-bnr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.mn-ofr-banners .mn-bnr-body::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.mn-ofr-banners .mn-bnr-body:hover::before,
.mn-ofr-banners .mn-bnr-body:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-img {
  width: 100%;
  position: relative;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-img img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #ddd;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-img .lbl {
  padding: 2px 7px;
  font-size: 12px;
  border-radius: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  background-color: #3a4ee5;
  color: #fff;
  opacity: 0.8;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
  max-width: 300px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
  color: #313b50;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-detail p {
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.mn-ofr-banners .mn-bnr-body .mn-bnr-detail a {
  padding: 5px 15px;
}

/* Responsive */
@media screen and (max-width: 1599px) {
  .mn-banner-contact .inner-banner h4 {
    font-size: 52px;
  }

  .mn-banner-contact .inner-banner h3 {
    font-size: 30px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 250px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1499px) {
  .mn-banner-contact .inner-banner h4 {
    font-size: 44px;
  }

  .mn-banner-contact .inner-banner h3 {
    font-size: 22px;
  }

  .mn-modern-banner .modern-banner .mn-banner-contact {
    width: 270px;
  }

  .mn-modern-banner .modern-banner .mn-banner-img {
    width: calc(100% - 300px);
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 230px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1399px) {
  .mn-modern-banner .owl-dots {
    right: 375px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 60px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .mn-modern-banner .owl-dots {
    right: 315px;
  }

  .mn-modern-banner .modern-banner .mn-banner-img {
    height: 400px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 52px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .mn-banner-img img {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
  }

  .mn-modern-banner .owl-dots {
    display: none;
  }

  .mn-modern-banner .modern-banner .mn-banner-img {
    width: 100%;
    background-position: left;
  }

  .mn-modern-banner .modern-banner .mn-banner-contact {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .mn-banner-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mn-banner-contact .inner-banner {
    left: 0;
    width: 100%;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 42px;
  }

  .mn-banner-contact .inner-banner h3 {
    font-size: 21px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 200px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    margin-bottom: 15px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail p {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mn-modern-banner .modern-banner .mn-banner-img {
    height: 300px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 40px;
  }

  .mn-banner-contact .inner-banner h3 {
    font-size: 20px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 250px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail p {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .mn-banner-contact .inner-banner {
    margin-bottom: 8px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 32px;
  }

  .mn-banner-contact .inner-banner h3 {
    font-size: 18px;
  }

  .mn-banner-contact .inner-text .bnr-text {
    font-size: 18px;
  }

  .mn-modern-banner .modern-banner .mn-banner-img {
    height: 250px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 200px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 22px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail p {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mn-banner-contact .inner-banner h3 {
    font-size: 16px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 26px;
  }

  .mn-banner-contact .inner-text .bnr-text {
    font-size: 16px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 200px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 22px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail p {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .mn-modern-banner .modern-banner .mn-banner-img {
    height: 200px;
  }

  .mn-banner-contact .inner-banner h4 {
    font-size: 22px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail {
    max-width: 160px;
    right: 15px;
  }

  .mn-ofr-banners .mn-bnr-body .mn-bnr-detail h5 {
    font-size: 16px;
  }
}

/** Blog & blog Section **/
.mn-blog-section .section-title {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-blog-carousel .owl-stage {
  display: flex;
}

.mn-blog-carousel .owl-item {
  display: flex;
}

.mn-blog .mn-blog-card,
.mn-blog-section .mn-blog-card {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mn-blog .mn-blog-card .blog-info,
.mn-blog-section .mn-blog-card .blog-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mn-blog .mn-blog-card .blog-info .detail,
.mn-blog-section .mn-blog-card .blog-info .detail {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mn-blog .mn-blog-card .blog-info .detail .more-info,
.mn-blog-section .mn-blog-card .blog-info .detail .more-info {
  margin-top: auto;
}

.mn-blog .blog-info,
.mn-blog-section .blog-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 0;
}

.mn-blog .blog-info:hover .blog-img img,
.mn-blog-section .blog-info:hover .blog-img img {
  -webkit-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
}

.mn-blog .blog-info .blog-img,
.mn-blog-section .blog-info .blog-img {
  width: 100%;
  height: 180px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.mn-blog .blog-info .blog-img img,
.mn-blog-section .blog-info .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-blog .blog-info .detail,
.mn-blog-section .blog-info .detail {
  width: 100%;
  margin: 0;
}

.mn-blog .blog-info .detail label,
.mn-blog-section .blog-info .detail label {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #999;
  border-radius: 5px;
}

.mn-blog .blog-info .detail label a,
.mn-blog-section .blog-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #999;
}

.mn-blog .blog-info .detail label a:hover,
.mn-blog-section .blog-info .detail label a:hover {
  color: #f97f34;
}

.mn-blog .blog-info .detail h3,
.mn-blog-section .blog-info .detail h3 {
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 26px;
}

.mn-blog .blog-info .detail h3 a,
.mn-blog-section .blog-info .detail h3 a {
  font-family: "Poppins, sans-serif";
  color: #313b50;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mn-blog .blog-info .detail h3 a:hover,
.mn-blog-section .blog-info .detail h3 a:hover {
  color: #f97f34;
}

.mn-blog .blog-info .detail p,
.mn-blog-section .blog-info .detail p {
  font-size: 14px;
  color: #777;
}

.mn-blog .blog-info .detail .more-info a,
.mn-blog-section .blog-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #f97f34;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-blog .blog-info .detail .more-info a:hover,
.mn-blog-section .blog-info .detail .more-info a:hover {
  background: #fff;
  color: #e06520;
}

.mn-blog .blog-info .detail .more-info a:hover i,
.mn-blog-section .blog-info .detail .more-info a:hover i {
  color: #e06520;
}

.mn-blog .blog-info .detail .more-info a i,
.mn-blog-section .blog-info .detail .more-info a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  color: #f97f34;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-blog .owl-nav,
.mn-blog-section .owl-nav {
  position: absolute;
  top: -59px;
  right: 0;
}

.mn-blog .owl-nav button,
.mn-blog-section .owl-nav button {
  height: 25px;
}

.mn-blog .owl-nav button span,
.mn-blog-section .owl-nav button span {
  display: none;
}

.mn-blog .owl-nav .owl-prev:after,
.mn-blog-section .owl-nav .owl-prev:after {
  content: "\ea64";
  top: 0;
  font-family: "remixicon";
}

.mn-blog .owl-nav .owl-next,
.mn-blog-section .owl-nav .owl-next {
  margin-left: 5px;
}

.mn-blog .owl-nav .owl-next:after,
.mn-blog-section .owl-nav .owl-next:after {
  content: "\ea6e";
  top: 0;
  font-family: "remixicon";
}

.mn-blog .owl-dots,
.mn-blog-section .owl-dots {
  margin: -3px;
  position: absolute;
  top: -57px;
  right: 0;
}

.mn-blog .owl-dots button,
.mn-blog-section .owl-dots button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 3px;
  border: 1px solid #313b50;
  border-radius: 15px;
}

.mn-blog .owl-dots button.active,
.mn-blog-section .owl-dots button.active {
  width: 25px;
  border-color: #3a4ee5;
  background-color: #3a4ee5;
}

/**  Blog Sidebar  **/
.mn-blogs-sidebar .mn-sb-title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px;
}

.mn-blogs-sidebar .mn-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: 500;
}

.mn-blogs-sidebar .mn-blog-sidebar-wrap {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-blogs-sidebar .mn-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #313b50;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.mn-blogs-sidebar .mn-blog-search .mn-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-blogs-sidebar .mn-blog-search .mn-blog-search-form .submit {
  background: transparent;
  border: 0;
}

.mn-blogs-sidebar .mn-blog-search .mn-blog-search-form .submit i {
  font-size: 20px;
}

.mn-blogs-sidebar .mn-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.mn-blogs-sidebar .mn-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #313b50;
}

.mn-blogs-sidebar .mn-sidebar-block ul li a {
  padding-left: 30px;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item {
  position: relative;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item a span {
  color: #777;
  font-size: 13px;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 15px;
  overflow: hidden;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3a4ee5;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #3a4ee5;
  font-family: "remixicon";
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.mn-blogs-sidebar .mn-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img {
  margin-right: 15px;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img {
  width: 100px;
  border-radius: 15px;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-title a {
  color: #313b50;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial .mn-blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
  line-height: 1;
  letter-spacing: 0;
}

.mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-detial a {
  font-size: 14px;
  color: #3a4ee5;
}

/* Responsive Blog css */
@media only screen and (max-width: 1399px) {

  .mn-blog .blog-info .detail h3 a,
  .mn-blog-section .blog-info .detail h3 a {
    font-size: 16px;
  }
}

/** Testimonials Section **/
.testim-bg {
  padding: 30px 15px;
  background-color: #e1e5e9;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.testim-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/testimonials/bg.png");
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0.15;
  z-index: 0;
}

.mn-testimonials .mn-test-inner {
  max-width: 730px;
  margin: 0 auto;
  cursor: pointer;
}

.mn-testimonials .mn-test-item {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.mn-testimonials .mn-test-item .svg_img path {
  fill: #999;
}

.mn-testimonials .mn-test-desc {
  font-size: 15px;
  color: #313b50;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.mn-testimonials .mn-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-testimonials .mn-test-content .mn-test-desc {
  margin-bottom: 15px;
  color: #777;
}

.mn-testimonials .mn-test-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #3a4ee5;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.mn-testimonials .mn-test-designation {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.mn-testimonials .mn-test-rating {
  margin: 0 auto;
}

.mn-testimonials .mn-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}

.mn-testimonial-slider {
  margin-bottom: -30px;
  text-align: center;
}

.mn-test-outer {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mn-test-inner {
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-test-inner .mn-test-img {
  width: 100px;
  margin: auto auto 30px auto;
  display: block;
}

.mn-test-inner .mn-test-img img {
  border-radius: 50%;
}

.svg_img.test_svg {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #3a4ee5;
  opacity: 0.5;
}

.svg_img.test_svg.top {
  width: 45px;
  top: -5px;
  left: 0;
  right: auto;
}

.svg_img.test_svg.bottom {
  width: 45px;
  bottom: -5px;
  right: 0;
  left: auto;
}

/* Responsive Testimonial css */
@media only screen and (max-width: 991px) {
  .mn-testimonials .mn-test-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-testimonials .mn-test-name {
    font-size: 19px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-testimonials .mn-test-name {
    font-size: 18px;
  }
}

/* Instagram Section CSS */
.mn-instagram .mn-insta-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.mn-instagram .section-title .sub-title {
  margin-top: 7px;
}

.mn-insta-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.mn-insta-item {
  width: 100px;
  padding: 0 12px;
}

.mn-insta-inner a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  border-radius: 15px;
}

.mn-insta-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3a4ee5;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mn-insta-inner a:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "remixicon";
  content: "\ee66";
  font-size: 35px;
  line-height: 0px;
  color: #fff;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mn-insta-inner a:hover:after {
  opacity: 0.8;
}

.mn-insta-inner a:hover:before {
  opacity: 1;
  visibility: visible;
}

.mn-insta-inner img {
  max-width: 100%;
}

/** About page **/
.mn-about .mn-about-img {
  position: sticky;
  top: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 12px));
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.mn-about .mn-about-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-about .mn-about-detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-about .mn-about-detail .section-title {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-about .mn-about-detail .section-title h2 {
  margin-bottom: 15px;
  font-family: "Quicksand";
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #3a4ee5;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.mn-about .mn-about-detail .section-title h2 span {
  color: #313b50;
}

.mn-about .mn-about-detail .section-title p {
  color: #777;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.mn-about .mn-about-detail>p {
  margin-bottom: 15px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.mn-about .mn-about-detail>p:last-child {
  margin: 0;
}

/* Start Service Section */
.mn-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
}

.mn-ser-inner:hover .mn-service-image svg {
  stroke-dashoffset: 0;
  -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
}

.mn-ser-inner .mn-service-image {
  margin-bottom: 15px;
}

.mn-ser-inner .mn-service-image img {
  width: 50px;
  height: 50px;
}

.mn-service-desc h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #313b50;
  letter-spacing: 0.6px;
  font-family: "Poppins, sans-serif";
}

.mn-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Testimonial Section CSS */
.testim-bg {
  background-color: #e1e5e9;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-test-section .mn-test-inner {
  max-width: 730px;
  margin: 0 auto;
  cursor: pointer;
}

.mn-test-section .mn-test-item {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.mn-test-section .mn-test-item .svg_img path {
  fill: #777;
}

.mn-test-section .mn-test-desc {
  font-size: 15px;
  color: #313b50;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.mn-test-section .mn-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-test-section .mn-test-content .mn-test-desc {
  margin-bottom: 15px;
  color: #777;
}

.mn-test-section .mn-test-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ffd783;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.mn-test-section .mn-test-designation {
  font-size: 16px;
  color: #777;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.mn-test-section .mn-test-rating {
  margin: 0 auto;
}

.mn-test-section .mn-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}

#mn-testimonial-slider {
  margin-bottom: -30px;
  text-align: center;
}

.mn-test-outer {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mn-test-inner {
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-test-inner .mn-test-img {
  width: 100px;
  margin: auto auto 30px auto;
  display: block;
}

.mn-test-inner .mn-test-img img {
  border-radius: 50%;
}

.svg_img.test_svg {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #3a4ee5;
}

.svg_img.test_svg.top {
  width: 45px;
  top: -5px;
  left: 0;
  right: auto;
}

.svg_img.test_svg.bottom {
  width: 45px;
  bottom: -5px;
  right: 0;
  left: auto;
}

/* Facts Section CSS */
.mn-facts-section .mn-facts-inner {
  padding: 30px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-facts-section .mn-facts-inner .counter {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 800;
  color: #ddd;
}

.mn-facts-section .mn-facts-inner h4 {
  font-size: 20px;
  color: #313b50;
  font-weight: 600;
}

.mn-facts-section .mn-facts-inner p {
  max-width: 250px;
  margin: 0;
  font-size: 14px;
  color: #777;
}

/* Team Section CSS */
.mn-team-section .owl-dots {
  margin: -3px;
  position: absolute;
  top: -57px;
  right: 0;
}

.mn-team-section .owl-dots button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 3px;
  border: 1px solid #313b50;
  border-radius: 15px;
}

.mn-team-section .owl-dots button.active {
  width: 25px;
  border-color: #3a4ee5;
  background-color: #3a4ee5;
}

.mn-team-section .mn-team-box {
  position: relative;
}

.mn-team-section .mn-team-box:hover .mn-team-img .mn-team-socials {
  bottom: 15px;
  opacity: 1;
}

.mn-team-section .mn-team-box .mn-team-img {
  position: relative;
}

.mn-team-section .mn-team-box .mn-team-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials ul li a {
  width: 30px;
  height: 30px;
  margin: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #313b50;
  border-radius: 15px;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials ul li a i {
  color: #fff;
  font-size: 15px;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials ul li a:hover {
  background-color: #ffd783;
}

.mn-team-section .mn-team-box .mn-team-img .mn-team-socials ul li a:hover i {
  color: #313b50;
}

.mn-team-section .mn-team-box .mn-team-info {
  text-align: center;
}

.mn-team-section .mn-team-box .mn-team-info h5 {
  margin-top: 15px;
  color: #313b50;
  font-size: 18px;
  font-weight: 700;
}

.mn-team-section .mn-team-box .mn-team-info p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

/* Responsive about page CSS */
@media only screen and (max-width: 1199px) {
  .mn-about .mn-about-detail .section-title h2 {
    font-size: 25px;
  }

  .mn-about .mn-about-detail .section-title p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-about .mn-about-detail .section-title h2 {
    font-size: 24px;
  }

  .mn-about .mn-about-detail .section-title p {
    font-size: 16px;
  }

  .mn-facts-section .mn-facts-inner .counter {
    font-size: 38px;
  }

  .mn-facts-section .mn-facts-inner h4 {
    font-size: 19px;
  }

  .mn-team-section .mn-team-box .mn-team-info h5 {
    font-size: 17px;
  }

  .mn-service-desc h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-about .mn-about-detail .section-title h2 {
    font-size: 23px;
  }

  .mn-about .mn-about-detail .section-title p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-about .mn-about-detail .section-title h2 {
    font-size: 22px;
  }

  .mn-facts-section .mn-facts-inner h4 {
    font-size: 18px;
  }

  .mn-facts-section .mn-facts-inner .counter {
    font-size: 35px;
  }
}

/** Shop Page CSS **/
.width-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}

.width-50 {
  -webkit-box-flex: 0 !important;
  -mn-flex: 0 0 auto !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 50% !important;
}

.list-view,
.list-view-50 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-view .mn-product-card,
.list-view-50 .mn-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-view .mn-product-card .mn-product-img,
.list-view-50 .mn-product-card .mn-product-img {
  max-width: 250px;
  margin: 0 15px 0 0;
}

.list-view .mn-product-card .mn-product-detail,
.list-view-50 .mn-product-card .mn-product-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-view .mn-product-card .mn-product-detail .mn-pro-title a,
.list-view-50 .mn-product-card .mn-product-detail .mn-pro-title a {
  font-size: 16px;
  color: #313b50;
  font-weight: 20px;
}

.list-view .mn-product-card .mn-product-detail .mn-info,
.list-view-50 .mn-product-card .mn-product-detail .mn-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
  font-size: 13px;
  color: #777;
  display: block;
}

.mn-shop .mn-product-content {
  padding-top: 0;
}

.mn-shop .mn-pro-list-top {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-shop .mn-pro-list-top .mn-gl-btn {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: transparent;
}

.mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn i {
  font-size: 23px;
  color: #3a4ee5;
  line-height: 0;
}

.mn-shop .mn-pro-list-top .grid-btn.active {
  background: #ffd783;
  border: 1px solid #ffd783;
  border-radius: 10px;
}

.mn-shop .mn-pro-list-top .grid-btn.active i {
  color: #313b50;
}

.mn-shop .mn-pro-list-top .mn-sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-shop .mn-pro-list-top .mn-sort-select .sort-by {
  font-size: 14px;
  color: #777;
  padding-right: 22px;
}

.mn-shop .mn-pro-list-top .mn-sort-select .mn-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  line-height: 1.5;
  background: transparent;
  overflow: hidden;
  border-radius: 0;
  border-left: 1px solid #e5e5e5;
}

.mn-shop .mn-pro-list-top .mn-sort-select .mn-select-inner:after {
  padding: 0 10px;
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 50%;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mn-shop .mn-pro-list-top .mn-sort-select .mn-select-inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #777;
  cursor: pointer;
}

.mn-shop .mn-select-bar {
  margin: -5px -5px 25px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn-shop .mn-select-bar .mn-select-btn {
  margin: 5px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  color: #777;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.mn-shop .mn-select-bar .mn-select-btn .mn-select-cancel {
  margin-left: 15px;
  color: #ff8585;
  font-size: 18px;
}

.mn-shop .mn-select-btn-clear {
  padding: 0 !important;
}

.mn-shop .mn-select-btn-clear .mn-select-clear {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin: 0;
  padding: 3px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a4ee5;
  color: #fff;
  border-radius: 10px;
}

.mn-shop .mn-select-btn-clear .mn-select-clear:hover {
  color: #313b50;
  background-color: #ffd783;
}

/* Responsive Shop CSS */
@media only screen and (max-width: 1199px) {
  .width-50 {
    width: 33.3333% !important;
  }

  .list-view-50 .mn-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-view-50 .mn-product-card .mn-product-img {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-view .mn-product-card {
    max-width: 400px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-view .mn-product-card .mn-product-img {
    max-width: 100%;
    margin: 0 0 15px 0;
  }

  .width-50 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 575px) {
  .width-50 {
    width: 100% !important;
  }

  .list-view .mn-product-card,
  .list-view-50 .mn-product-card {
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn {
    width: 35px;
    height: 35px;
  }

  .mn-shop .mn-pro-list-top .mn-gl-btn .grid-btn i {
    font-size: 22px;
  }
}

/** Single product Page CSS **/
.mn-single-product {
  margin-bottom: 0;
  /*-----  Single Product  -----*/
  /*-----  Add More Product  -----*/
  /*-----  Product Info Tabs  -----*/
}

.mn-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.mn-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}

.mn-single-product .single-pro-img {
  position: relative;
  width: 47.3%;
}

.mn-single-product .single-pro-img .slick-list {
  margin-bottom: -7px;
}

.mn-single-product .single-pro-img .single-product-scroll {
  padding: 15px;
  position: sticky;
  top: 30px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

.mn-single-product .single-pro-img .mn-360-lbl {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-grid;
  display: grid;
  opacity: 0.7;
}

.mn-single-product .single-pro-img .mn-360-lbl:hover {
  opacity: 1;
}

.mn-single-product .single-pro-img .mn-video-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.mn-single-product .single-pro-img .mn-video-icon:hover {
  opacity: 1;
}

.mn-single-product .single-pro-desc {
  width: 52.7%;
}

.mn-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.mn-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}

.mn-single-product .space-6>div {
  margin-top: 30px;
}

.mn-single-product .space-6>div:nth-child(-n+2) {
  margin-top: 0;
}

.mn-single-product .single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-radius: 15px;
  position: relative;
}

.mn-single-product .single-nav-thumb {
  width: 100%;
  overflow: hidden;
}

.mn-single-product .single-nav-thumb .slick-list {
  margin: 0 -7px;
}

.mn-single-product .single-nav-thumb .single-slide {
  padding: 16px 8px 0 8px;
  display: block !important;
}

.mn-single-product .single-nav-thumb .slick-slide img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 15px;
}

.mn-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #3a4ee5;
}

.mn-single-product .single-nav-thumb .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(50% + 8px);
  left: auto;
  right: auto;
  border: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.3;
}

.mn-single-product .single-nav-thumb .slick-arrow:before {
  content: "";
  color: #fff;
  position: relative;
  font-size: 22px;
  font-family: "remixicon";
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.mn-single-product .single-nav-thumb .slick-arrow:hover {
  opacity: 1;
}

.mn-single-product .single-nav-thumb .slick-arrow.slick-prev {
  left: 1px;
  right: auto;
  border-radius: 0 10px 10px 0;
}

.mn-single-product .single-nav-thumb .slick-arrow.slick-prev:before {
  content: "\ea64";
  font-family: "remixicon";
}

.mn-single-product .single-nav-thumb .slick-arrow.slick-next {
  right: 1px;
  left: auto;
  border-radius: 10px 0 0 10px;
}

.mn-single-product .single-nav-thumb .slick-arrow.slick-next:before {
  content: "\ea6e";
  font-family: "remixicon";
}

.mn-single-product .single-pro-content .mn-single-title {
  margin: 0 0 20px 0;
  color: #313b50;
  font-size: 22px;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02rem;
}

.mn-single-product .single-pro-content p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #313b50;
  font-weight: 600;
}

.mn-single-product .single-pro-content p span {
  font-weight: 400;
}

.mn-single-product .single-pro-content .single-para {
  font-weight: 400;
  color: #313b50;
  line-height: 26px;
}

.mn-single-product .single-pro-content .mn-single-rating-wrap {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-single-product .single-pro-content .mn-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}

.mn-single-product .single-pro-content .mn-single-rating-wrap .mn-read-review {
  color: #777;
}

.mn-single-product .single-pro-content .mn-single-rating-wrap .mn-read-review a {
  color: #777;
  font-size: 14px;
  line-height: 20px;
}

.mn-single-product .single-pro-content .mn-single-rating-wrap .mn-read-review a:hover {
  color: #ffd783;
}

.mn-single-product .single-pro-content .mn-single-rating {
  margin: 0;
  padding-right: 15px;
  line-height: 17px;
}

.mn-single-product .single-pro-content .mn-read-review {
  line-height: 17px;
}

.mn-single-product .single-pro-content .mn-single-desc {
  margin-bottom: 12px;
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 26px;
  font-family: "Poppins, sans-serif";
}

.mn-single-product .single-pro-content .mn-single-list ul {
  margin-bottom: 30px;
  padding-left: 18px;
}

.mn-single-product .single-pro-content .mn-single-list ul li {
  margin: 10px 0;
  color: #777;
  font-size: 14px;
  list-style: circle;
}

.mn-single-product .single-pro-content .mn-single-list ul li strong {
  font-weight: 600;
}

.mn-single-product .single-pro-content .mn-single-price-stoke {
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-single-product .single-pro-content .mn-single-price-stoke>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-single-product .single-pro-content .mn-single-price-stoke .mn-single-ps-title {
  line-height: 1;
  font-size: 16px;
  color: #3a4ee5;
  letter-spacing: 0;
}

.mn-single-product .single-pro-content .mn-single-price-stoke .mn-single-sku {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #313b50;
  font-weight: 600;
}

.mn-single-product .single-pro-content .mn-single-sales {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-sales-visitor span {
  padding: 0 5px;
  background-color: #ffd783;
  border-radius: 5px;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown .timer {
  max-width: 200px;
  display: block;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown .timer .dealend-timer {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown .timer .dealend-timer .time-block {
  font-size: 20px;
  padding: 0;
}

.mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown .mn-single-count-desc {
  color: #777;
  font-size: 14px;
}

.mn-single-product .single-pro-content .mn-single-price .final-price {
  margin-bottom: 15px;
  color: #313b50;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-family: "Poppins, sans-serif";
  letter-spacing: 0;
}

.mn-single-product .single-pro-content .mn-single-price .final-price .price-des {
  margin-left: 15px;
  color: #3a4ee5;
  font-weight: 500;
  font-size: 18px;
}

.mn-single-product .single-pro-content .mn-single-price .mrp {
  color: #777;
}

.mn-single-product .single-pro-content .mn-single-price .mrp span {
  color: #777;
  text-decoration: line-through;
}

.mn-single-product .single-pro-content .mn-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #313b50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner>span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Poppins, sans-serif";
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner .mn-pro-variation-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #e1e5e9;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  float: left;
  border-radius: 15px;
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner.mn-pro-variation-color .mn-pro-variation-content li {
  width: 30px;
  height: 30px;
  padding: 2px;
  border-radius: 30px;
  opacity: 0.7;
  background-color: #fff;
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner.mn-pro-variation-color .mn-pro-variation-content li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}

.mn-single-product .single-pro-content .mn-pro-variation .mn-pro-variation-inner.mn-pro-variation-color .mn-pro-variation-content .active {
  border: 1px solid #313b50;
  background-color: transparent !important;
}

.mn-single-product .single-pro-content .mn-single-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus {
  width: 120px;
  height: 40px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
}

.mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus .ms_qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  color: #313b50;
}

.mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #313b50;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #e5e5e5;
}

.mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #e5e5e5;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-single-cart .mn-btn-1,
.mn-single-product .single-pro-content .mn-single-qty .mn-single-cart .mn-btn-2 {
  min-width: 140px;
  height: 40px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02rem;
  border: 0;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-single-cart .mn-btn-1 svg,
.mn-single-product .single-pro-content .mn-single-qty .mn-single-cart .mn-btn-2 svg {
  margin-right: 8px;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group.active {
  color: #fff;
  background-color: #ffd783;
  border-color: #ffd783;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group.active i {
  color: #313b50 !important;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #313b50;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #313b50;
  line-height: 0;
  font-size: 20px;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group:hover {
  color: #fff;
  background-color: #ffd783;
  border-color: #ffd783;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-btn-group:hover i {
  color: #313b50 !important;
}

.mn-single-product .single-pro-content .mn-single-qty .mn-single-wishlist {
  margin-right: 10px;
}

.mn-single-product .single-pro-content .mn-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-single-product .single-add-more .add-more-item {
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}

.mn-single-product .single-add-more .add-more-item:hover a {
  opacity: 1;
}

.mn-single-product .single-add-more .add-more-item a {
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}

.mn-single-product .single-add-more .add-more-item .add-more-img {
  margin-right: 15px;
  position: relative;
}

.mn-single-product .single-add-more .add-more-item .add-more-img img {
  width: 75px;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
}

.mn-single-product .single-add-more .add-more-item .add-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-single-product .single-add-more .add-more-item .add-more-info h5 {
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: "Poppins, sans-serif";
}

.mn-single-product .single-add-more .add-more-item .add-more-info .mn-pro-rating {
  margin-bottom: 5px;
}

.mn-single-product .single-add-more .add-more-item .add-more-info .mn-pro-rating i {
  font-size: 14px;
}

.mn-single-product .single-add-more .add-more-item .add-more-info .new-price {
  font-size: 20px;
  font-weight: 500;
}

.mn-single-product .single-add-more .add-more-item .add-more-info .old-price {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
  text-decoration: line-through;
}

.mn-single-product .mn-single-pro-tab {
  margin-top: 30px;
}

.mn-single-product .mn-single-pro-tab .mn-single-pro-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-single-product i.gicon.mn-star-o.fill {
  color: #ff6262;
}

.mn-single-product i.gicon.mn-star-o {
  color: #b2b2b2;
  float: left;
  font-size: 14px;
}

.mn-single-product .mn-single-pro-tab-nav {
  width: 100%;
  margin: auto;
  border-bottom: none;
  position: relative;
  display: block;
  text-align: center;
  float: left;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: inline-block;
  float: left;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 5px auto;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  line-height: 24px;
  color: #313b50;
  padding: 8px 28px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  letter-spacing: 0;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #3a4ee5;
  border: 1px solid #3a4ee5;
}

.mn-single-product .mn-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3a4ee5;
  border: 1px solid #3a4ee5;
}

.mn-single-product .mn-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.mn-single-product .tab-pane p {
  color: #777;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
}

.mn-single-product .mn-single-pro-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #313b50;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  border-radius: 15px;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-wrapper {
  margin-top: 10px;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc>p:last-child {
  margin-bottom: 0;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 28px;
  font-weight: 400;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc ol {
  padding-left: 24px;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc ul {
  margin-bottom: 15px;
  padding-left: 24px;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-desc ul li {
  padding: 5px 0;
  font-size: 15px;
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo p {
  color: #777;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ul {
  margin: -5px 0;
  padding-left: 24px;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ul li {
  padding: 5px 0;
  font-size: 15px;
  list-style: outside;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #313b50;
  display: inline-block;
  font-weight: 500;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item p {
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-avtar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 15px 0 0;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-avtar img {
  max-width: 100%;
  border-radius: 15px;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 10px;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-top .mn-t-review-name {
  margin-bottom: 25px;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #313b50;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-top .mn-t-review-rating {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-top a {
  color: #313b50;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-top a:hover {
  color: #3a4ee5;
}

.mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-bottom p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  font-weight: 400;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins, sans-serif";
  color: #313b50;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-star .mn-pro-rating {
  margin-bottom: 0;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-star span {
  margin: 0 18px 0 0;
  font-size: 16px;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-star i {
  font-size: 18px;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  color: #777;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea {
  font-size: 14px;
  border-radius: 10px;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input::-webkit-input-placeholder,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input::-moz-placeholder,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input:-ms-input-placeholder,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input::-ms-input-placeholder,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input input::placeholder,
.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea::placeholder {
  color: #777;
  opacity: 1;
}

.mn-single-product .mn-single-pro-tab-content .mn-ratting-content .mn-ratting-input textarea {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info img {
  width: 80px;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info h5 {
  font-size: 16px;
  font-weight: 700;
  color: #313b50;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-vendor-info p {
  margin-bottom: 0;
}

.mn-single-product .mn-single-pro-tab-content .mn-product-vendor .mn-detail ul {
  margin-bottom: 15px;
}

/* Responsive Single Product CSS */
@media only screen and (max-width: 1399px) {
  .mn-single-product .single-pro-content .mn-single-title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 1199px) {
  .mn-single-product .single-pro-content .mn-single-title {
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-single-product .single-pro-img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .mn-single-product .single-pro-desc {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mn-single-product .single-pro-content .mn-single-title {
    font-size: 19px;
    line-height: 30px;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-ratting-content h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-single-product .single-pro-content .mn-single-price .final-price {
    font-size: 20px;
  }

  .mn-single-product .single-pro-content .mn-single-title {
    font-size: 18px;
    line-height: 29px;
  }

  .mn-single-product .single-pro-content .mn-single-price-stoke .mn-single-sku {
    font-size: 17px;
  }

  .mn-single-product .mn-single-pro-tab-content {
    padding: 15px;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-ratting-content h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mn-single-product .single-pro-content .mn-single-sales .mn-single-countdown .mn-single-count-desc {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .mn-single-product .mn-single-pro-tab-content .mn-t-review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-avtar {
    margin: 0 0 15px 0;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-t-review-item .mn-t-review-avtar img {
    max-width: 70px;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ul {
    margin: -5px 0;
    padding: 0;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ul li {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-single-product .mn-single-pro-tab-content .mn-single-pro-tab-moreinfo ul li span {
    margin-bottom: 5px;
  }

  .mn-single-product .single-pro-content .mn-single-qty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-single-product .single-pro-content .mn-single-qty .qty-plus-minus {
    margin-bottom: 15px;
  }

  .mn-single-product .single-pro-content .mn-single-qty .mn-single-cart .mn-btn-2 {
    margin: 0 15px 0 0;
  }
}

/** Blog Page CSS **/
.mn-single-blog-item .single-blog-info .blog-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #777;
}

.mn-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #777;
}

.mn-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #ffd783;
}

.mn-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #313b50;
}

.mn-single-blog-item .single-blog-info .single-blog-detail p {
  color: #777;
  font-size: 14px;
}

.mn-single-blog-item .single-blog-info .single-blog-detail .mn-text-highlight {
  font-weight: 500;
  font-style: italic;
}

.mn-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}

.mn-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 15px;
}

.mn-blog-comments .mn-blog-dmn-title {
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #313b50;
  background-color: #e1e5e9;
  border-radius: 15px;
}

.mn-blog-comments .sub-cmt {
  margin-left: 65px;
}

.mn-blog-comments .mn-single-comment-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-user-img {
  width: 50px;
  margin-right: 15px;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-user-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content {
  width: calc(100% - 65px);
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content h5 {
  color: #313b50;
  font-size: 16px;
  font-weight: 600;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content span {
  color: #777;
  font-size: 13px;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content p {
  margin: 5px 0;
  color: #777;
  font-size: 14px;
}

.mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content .mn-blog-details-btn a {
  color: #3a4ee5;
  font-size: 13px;
}

.mn-blog-comments .mn-blog-cmt-form .mn-blog-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 20px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  font-size: 14px;
}

.mn-blog-comments .mn-blog-cmt-form .mn-blog-form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mn-blog-comments .mn-blog-cmt-form .mn-blog-form textarea:focus {
  outline: none;
}

/* Responsive Blog CSS */
@media only screen and (max-width: 1299px) {
  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img {
    margin: 0 0 15px 0;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .mn-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img {
    margin: 0 15px 0 0;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-blogs-sidebar .mn-blog-sidebar-wrap {
    padding: 15px;
  }

  .mn-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 420px) {
  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img {
    margin: 0 0 15px 0;
  }

  .mn-blogs-sidebar .mn-sidebar-block .mn-sidebar-block-item .mn-sidebar-block-img img {
    width: 100%;
  }

  .mn-blog-comments .mn-single-comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-blog-comments .mn-single-comment-wrapper .mn-blog-user-img {
    margin: 0 0 15px 0;
  }

  .mn-blog-comments .mn-single-comment-wrapper .mn-blog-comment-content {
    width: 100%;
  }

  .mn-blog-comments .sub-cmt {
    margin-left: 30px;
  }
}

/** Faq Page CSS **/
.mn-accordion.style-1 .mn-accordion-item {
  border-color: #e5e5e5;
  overflow: hidden;
}

.mn-accordion.style-1 .mn-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.mn-accordion.style-1 .mn-accordion-item .mn-accordion-header {
  margin: 0;
  padding: 12px 35px 12px 15px;
  background-color: #e1e5e9;
  color: #313b50;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins, sans-serif";
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.mn-accordion.style-1 .mn-accordion-item .mn-accordion-header:after {
  content: "\ea4e";
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "remixicon";
  cursor: pointer;
  font-size: 24px;
  color: #313b50;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}

.mn-accordion.style-1 .mn-accordion-body {
  padding: 15px 0;
  font-size: 14px;
  color: #777;
  display: none;
  line-height: 24px;
}

.mn-accordion.style-1 .mn-accordion-body code {
  font-weight: 600;
  font-size: 14px;
  color: #ffd783;
}

.mn-accordion.style-1 .mn-accordion-body.show {
  display: block;
}

/** Start Contact Section **/
.mn-contact iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-contact form .form-group {
  margin-bottom: 30px;
}

.mn-contact form .form-group input,
.mn-contact form .form-group textarea {
  padding: 10px 15px;
  border-color: #e5e5e5;
  border-radius: 15px;
  font-size: 15px;
  color: #777;
}

.mn-contact form .form-group input:focus,
.mn-contact form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mn-contact form .form-group input::-webkit-input-placeholder,
.mn-contact form .form-group textarea::-webkit-input-placeholder {
  color: #777;
}

.mn-contact form .form-group input::-moz-placeholder,
.mn-contact form .form-group textarea::-moz-placeholder {
  color: #777;
}

.mn-contact form .form-group input:-ms-input-placeholder,
.mn-contact form .form-group textarea:-ms-input-placeholder {
  color: #777;
}

.mn-contact form .form-group input::-ms-input-placeholder,
.mn-contact form .form-group textarea::-ms-input-placeholder {
  color: #777;
}

.mn-contact form .form-group input::placeholder,
.mn-contact form .form-group textarea::placeholder {
  color: #777;
}

.mn-contact .mn-contact-detail .mn-box {
  padding: 24px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
}

.mn-contact .mn-contact-detail .mn-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.mn-contact .mn-contact-detail .mn-box .info {
  width: calc(100% - 70px);
}

.mn-contact .mn-contact-detail .mn-box .info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #313b50;
  text-transform: capitalize;
}

.mn-contact .mn-contact-detail .mn-box .info p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.mn-contact .mn-contact-detail .mn-box .icon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background-color: #3a4ee5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.mn-contact .mn-contact-detail .mn-box .icon i {
  font-size: 25px;
  color: #fff;
}

/* Responsive Contact page CSS */
@media only screen and (max-width: 991px) {
  .mn-contact .mn-contact-detail .mn-box .info h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-contact iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-contact iframe {
    height: 250px;
  }

  .mn-contact .mn-contact-detail .mn-box .info h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .mn-contact .mn-contact-detail .mn-box .icon {
    width: 50px;
    height: 50px;
    margin: 0 0 15px 0;
  }

  .mn-contact .mn-contact-detail .mn-box .icon i {
    font-size: 23px;
  }

  .mn-contact .mn-contact-detail .mn-box .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-contact .mn-contact-detail .mn-box .info {
    width: 100%;
    text-align: center;
  }
}

/* Cart Page CSS */
.cart-table-content {
  overflow: auto;
}

.cart-table-content table {
  min-width: 700px;
}

.mn-cart-section .shop-all-btn {
  margin-bottom: 0;
}

.mn-cart-section .mn-sidebar-wrap {
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.mn-cart-section .mn-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 21px;
}

.mn-cart-section .mn-sidebar-wrap .mn-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.mn-cart-section .mn-sidebar-wrap .mn-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #777;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mn-cart-section .mn-sidebar-wrap .mn-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "remixicon";
  font-size: 18px;
  color: #777;
  font-weight: 400;
}

.mn-cart-content .mn-cart-inner {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}

.mn-cart-content .table-content table {
  width: 100%;
  background-color: #fff;
}

.mn-cart-content .table-content table thead>tr {
  background-color: #fff;
}

.mn-cart-content .table-content table thead>tr>th {
  padding: 15px;
  border-top: medium none;
  color: #313b50;
  background-color: #f1f4f7;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.mn-cart-content .table-content table thead>tr>th:first-child {
  border-radius: 15px 0 0 15px;
}

.mn-cart-content .table-content table thead>tr>th:last-child {
  border-radius: 0 15px 15px 0;
}

.mn-cart-content .table-content table tbody>tr {
  border-bottom: 1px solid #e5e5e5;
}

.mn-cart-content .table-content table tbody>tr td {
  padding: 15px 14px;
  color: #313b50;
  font-size: 16px;
  text-align: left;
}

.mn-cart-content .table-content table tbody>tr td .mn-cart-pro-img {
  width: 60px;
  margin-right: 15px;
  border-radius: 10px;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus {
  width: 84px;
  height: 35px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus input {
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #313b50;
  float: left;
  font-size: 14px;
  text-align: center;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .mn_cart_qtybtn {
  width: 40px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: #313b50;
  float: left;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .mn_qtybtn {
  width: 100%;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  color: #313b50;
  position: relative;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .mn_qtybtn:before {
  content: "";
  width: 100%;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "remixicon";
  overflow: hidden;
  font-size: 15px;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .dec.mn_qtybtn:before {
  padding-bottom: 4px;
  content: "\ea4e";
  color: #777;
}

.mn-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .inc.mn_qtybtn:before {
  padding-top: 4px;
  content: "\ea78";
  color: #777;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-name {
  width: 40%;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-name a {
  color: #777;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-subtotal {
  color: #313b50;
  font-weight: 500;
  font-size: 15px;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-price {
  color: #313b50;
  font-weight: 500;
  font-size: 15px;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-remove {
  width: 90px;
  text-align: right;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-remove a {
  font-size: 22px;
  margin: 0 auto;
  color: #3a4ee5;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-remove a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.mn-cart-content .table-content table tbody>tr td.mn-cart-pro-remove a:hover i {
  color: #ff9d9d;
}

.mn-cart-content .mn-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}

.mn-cart-content .mn-cart-page-msg {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}

.mn-cart-update-bottom>a {
  color: #313b50;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.mn-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
}

.mn-cart-form label {
  margin-bottom: 10px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.mn-cart-form input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 15px;
}

.mn-cart-form select {
  padding: 0 15px;
  webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #777;
  cursor: pointer;
  border-radius: 15px;
}

.mn-cart-form .mn-cart-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 0;
  margin-bottom: 28px;
  border-radius: 15px;
}

.mn-cart-form .mn-cart-select-inner::after {
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.mn-cart-summary-bottom .mn-cart-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.mn-cart-summary-bottom .mn-cart-summary .text-left {
  color: #313b50;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.mn-cart-summary-bottom .mn-cart-summary .text-right {
  color: #313b50;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.mn-cart-summary-bottom .mn-cart-summary .text-right a {
  color: #313b50;
  font-weight: 500;
  cursor: pointer;
}

.mn-cart-summary-bottom .mn-cart-summary .text-right a:hover {
  color: #3a4ee5;
}

.mn-cart-summary-bottom .mn-cart-summary .mn-cart-summary-total {
  border-top: 1px solid #e5e5e5;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.mn-cart-summary-bottom .mn-cart-summary .mn-cart-summary-total .text-left {
  font-size: 16px;
  font-weight: 500;
}

.mn-cart-summary-bottom .mn-cart-summary .mn-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.mn-cart-summary-bottom .mn-cart-summary .mn-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.mn-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-cart-coupan-form .mn-coupan {
  width: calc(100% - 70px);
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #777;
  font-size: 14px;
  border: 0;
  background: transparent;
  text-align: left;
  letter-spacing: 0.5px;
  outline: none;
  border-radius: 15px;
}

/* Responsive cart CSS */
@media only screen and (max-width: 1199px) {
  .mn-cart-section .mn-sidebar-wrap h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-cart-section .mn-sidebar-wrap h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .mn-cart-content .mn-cart-update-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mn-cart-content .mn-cart-update-bottom button {
    margin-top: 15px;
  }
}

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.mn-checkout-section {
  font-size: 14px;
}

.mn-checkout-section .mn-pay-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-checkout-section label {
  margin-bottom: 15px;
}

.mn-checkout-section [type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}

.mn-checkout-section [type=radio]:checked+label {
  margin: 0;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777;
  letter-spacing: 0;
}

.mn-checkout-section [type=radio]:checked+label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #3a4ee5;
}

.mn-checkout-section [type=radio]:checked+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3a4ee5;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mn-checkout-section [type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}

.mn-checkout-section [type=radio]:not(:checked)+label {
  margin: 0;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #777;
  letter-spacing: 0;
}

.mn-checkout-section [type=radio]:not(:checked)+label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.mn-checkout-section [type=radio]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffd783;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mn-checkout-wrap {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 15px;
}

.mn-checkout-wrap h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: block;
  color: #313b50;
  line-height: 1;
}

.mn-checkout-wrap .mn-check-login h3 {
  margin-bottom: 22px;
}

.mn-checkout-wrap .mn-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}

.mn-checkout-wrap .mn-check-bill .mn-check-subtitle {
  margin-bottom: 10px;
}

.mn-sidebar-wrap {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 15px;
}

.mn-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.mn-sidebar-wrap .mn-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.mn-sidebar-wrap .mn-sb-title h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  color: #313b50;
}

.mn-sidebar-wrap .mn-sb-title h3 .mn-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.mn-sb-block-content.mn-sidebar-dropdown {
  margin-top: 15px;
}

.mn-checkout-pay-wrap [type=radio]:checked+label {
  margin-bottom: 30px;
}

.mn-checkout-pay-wrap [type=radio]:not(:checked)+label {
  margin-bottom: 6px;
}

.mn-new-product {
  margin-top: 2px;
}

.mn-check-subtitle {
  margin-bottom: 14px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-checkout-block.mn-check-new {
  margin-bottom: 30px;
}

.mn-new-option span {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mn-new-desc {
  position: relative;
  line-height: 24px;
  color: #777;
  letter-spacing: 0;
  max-width: 64%;
}

.mn-new-btn {
  margin-top: 26px;
}

.mn-check-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-check-login-form label {
  margin-bottom: 11px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-check-login-form input {
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  font-size: 14px;
  outline: none;
  border-radius: 15px;
}

.mn-check-login-form .mn-check-login-fp {
  color: #313b50;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}

.mn-check-login-form .mn-check-login-fp:hover {
  color: #3a4ee5;
}

.mn-check-login-form .mn-check-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.mn-check-login-form .mn-check-login-btn .mn-btn-2 {
  margin-right: 20px;
}

.mn-bill-option {
  margin-bottom: 15px;
  display: block;
}

.mn-bill-option span {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.mn-checkout-wrap .mn-check-bill-form .mn-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bill-wrap.mn-bill-half {
  width: 50%;
}

.mn-checkout-wrap .mn-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.mn-checkout-wrap .mn-check-bill-form label {
  margin-bottom: 10px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-checkout-wrap .mn-check-bill-form input {
  width: 100%;
  margin-bottom: 26px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  font-size: 14px;
  outline: none;
  border-radius: 15px;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bill-fp label {
  margin-bottom: 0;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bill-fp label a {
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bl-select-inner {
  width: 100%;
  height: 45px;
  padding: 0;
  margin-bottom: 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  border-radius: 15px;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bl-select-inner select {
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  cursor: pointer;
  border-radius: 15px;
}

.mn-checkout-wrap .mn-check-bill-form .mn-bl-select-inner::after {
  content: "\ea4e";
  height: 45px;
  padding: 0 10px;
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.mn-checkout-content .mn-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.mn-checkout-content .mn-check-order-btn .btn {
  width: 150px;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
}

.mn-checkout-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.mn-checkout-summary .text-left {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.mn-checkout-summary .text-right {
  color: #313b50;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.mn-checkout-summary .text-right a {
  color: #313b50;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.mn-checkout-summary .text-right a:hover {
  color: #3a4ee5;
}

.mn-checkout-summary .mn-checkout-summary-total {
  border-top: 1px solid #e5e5e5;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.mn-checkout-summary .mn-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 600;
  color: #313b50;
  font-family: "Quicksand";
}

.mn-checkout-summary .mn-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 600;
  font-family: "Quicksand";
}

/*-----  Sidebar Page CSS  ------*/
.mn-sidebar-wrap .mn-sidebar-block .mn-checkout-pro {
  margin-top: 30px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-checkout-pro>div:not(:last-child) {
  margin-bottom: 15px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro li {
  padding: 1px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #777;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-pro-size li a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-pro-size li.active a {
  background-color: #3a4ee5;
  color: #fff;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
  width: calc(100% - 100px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 {
  padding: 0 15px 0 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 a {
  font-size: 15px;
  color: #313b50;
  font-weight: 600;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content h5 a:hover {
  color: #3a4ee5;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content .mn-price span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content .mn-price span.new-price {
  margin-left: 10px;
  color: #313b50;
  font-weight: 700;
  font-size: 14px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image img {
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
  width: 85px;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-actions {
  opacity: 1;
  bottom: 10px;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img:not(:last-child) {
  opacity: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner:hover .mn-pro-image .image img.hover-image {
  opacity: 1;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-del-option>* {
  width: 50%;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-del-opt-head {
  color: #313b50;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-del-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-pay-opt-head {
  color: #313b50;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-pay-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.mn-product-inner .mn-pro-content .mn-price:not(:last-child) {
  margin-bottom: 4px;
}

.mn-sidebar-wrap.mn-checkout-del-wrap .mn-del-commemt {
  margin-top: 12px;
  display: block;
}

.mn-sidebar-wrap.mn-checkout-del-wrap .mn-del-commemt .mn-del-opt-head {
  margin-bottom: 8px;
}

.mn-sidebar-wrap.mn-checkout-del-wrap textarea {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 15px;
}

.mn-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.mn-sidebar-wrap textarea {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #313b50;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 15px;
}

.mn-sidebar-wrap .mn-pay-commemt .mn-pay-opt-head {
  margin-bottom: 8px;
}

.mn-sidebar-wrap .mn-pay-agree {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-weight: 300;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-sidebar-wrap .mn-pay-agree input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative !important;
  opacity: 0;
  border-color: #e5e5e5;
  cursor: pointer;
  z-index: 9;
}

.mn-sidebar-wrap .mn-pay-agree input:checked~.checked::after {
  display: block;
}

.mn-sidebar-wrap .mn-pay-agree a {
  margin-left: 5px;
  display: block;
  color: #313b50;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}

.mn-sidebar-wrap .mn-pay-agree a:hover {
  color: #3a4ee5;
}

.mn-sidebar-wrap .mn-pay-agree a span {
  font-weight: 500;
  color: #313b50;
}

.mn-sidebar-wrap .mn-pay-agree .checked {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.mn-sidebar-wrap .mn-pay-agree .checked:after {
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  border: 1px solid #3a4ee5;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 15px;
  color: #3a4ee5;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}

.mn-sidebar-wrap.mn-check-pay-img-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.mn-check-pay-img-wrap .mn-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn-check-pay-img-wrap .mn-check-pay-img img {
  width: 100%;
}

/* Checkout Summary CSS */
.mn-checkout-summary .mn-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.mn-checkout-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 15px;
}

.mn-checkout-coupan-form .mn-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777;
  font-size: 14px;
  width: calc(100% - 70px);
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  border-radius: 15px;
}

.mn-checkout-coupan-form .mn-coupan-btn {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/* Responsive checkout page css */
@media only screen and (max-width: 1199px) {
  .mn-checkout-wrap h3 {
    font-size: 19px;
  }

  .mn-sidebar-wrap .mn-sb-title h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .mn-checkout-wrap h3 {
    font-size: 18px;
  }

  .mn-sidebar-wrap .mn-sb-title h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .mn-new-desc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .mn-checkout-wrap {
    padding: 15px;
  }

  .mn-checkout-wrap h3 {
    font-size: 17px;
  }

  .mn-checkout-wrap .mn-check-bill-form .mn-bill-wrap.mn-bill-half {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
    width: 65px;
  }

  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
    width: calc(100% - 80px);
  }

  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-check-pay-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-image-outer {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .mn-sidebar-wrap .mn-sidebar-block .mn-sb-block-content .mn-checkout-pro .mn-product-inner .mn-pro-content {
    width: 100%;
  }
}

/* Compare Page CSS */
.mn-compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}

.mn-compare-box::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
  position: absolute;
}

.mn-compare-box::-webkit-scrollbar-thumb {
  background-color: rgba(80, 93, 113, 0.5);
  border-radius: 5px;
}

.mn-compare-box .mn-compare-col {
  width: 324px;
  min-width: 324px;
  height: 100%;
  display: block;
  position: relative;
}

.mn-compare-box .mn-compare-col:not(:last-child) {
  margin-right: -1px;
  width: 305px;
  min-width: 305px;
}

.mn-compare-box .mn-compare-col:hover .mn-action {
  opacity: 1;
}

.mn-compare-box .mn-compare-col .remove-compare-product {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 15px;
  z-index: 5;
}

.mn-compare-box .mn-compare-col .remove-compare-product i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  opacity: 0.5;
  color: #313b50;
}

.mn-compare-box .mn-compare-col .remove-compare-product:hover i {
  color: #f90c4c;
  opacity: 1;
}

.mn-compare-box .mn-compare-col .mn-action {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.mn-compare-box .mn-compare-col .mn-action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-compare-box .mn-compare-col .mn-action ul li {
  margin: 2px;
}

.mn-compare-box .mn-compare-col .mn-action ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #3a4ee5;
}

.mn-compare-box .mn-compare-col .mn-action ul li a:hover {
  background-color: #ffd783 !important;
}

.mn-compare-box .mn-compare-col .mn-action ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.mn-compare-box .mn-compare-cell {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mn-compare-box .mn-compare-cell>div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn-compare-box .mn-compare-cell .i-stock {
  color: #54d3c2;
}

.mn-compare-box .mn-compare-cell .o-stock {
  color: #f90c4c;
}

.mn-compare-box .mn-compare-cell h5 {
  margin: 0;
  line-height: 28px;
  color: #313b50;
  font-size: 15px;
  font-weight: 600;
}

.mn-compare-box .mn-compare-cell p {
  margin: 0;
  font-size: 14px;
  color: #777;
  font-weight: 300;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mn-compare-box .mn-compare-cell img {
  height: 200px;
  margin: auto;
  border-radius: 15px;
}

.mn-compare-box .mn-compare-cell .desc {
  height: 115px;
}

.mn-compare-box .mn-compare-cell .desc p {
  height: 115px;
  max-height: 288px;
  display: -webkit-box;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.mn-compare-box .mn-compare-cell .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-compare-box .mn-compare-cell .list,
.mn-compare-box .mn-compare-cell .title {
  width: 100%;
  min-height: 221px;
  height: 100%;
}

.mn-compare-box .mn-compare-cell .rating-info {
  margin-left: 5px;
  color: #777;
  font-size: 12px;
  line-height: 15px;
}

.mn-compare-box .mn-compare-cell .mn-pro-rating {
  margin: 0;
}

.mn-compare-box .mn-compare-cell .mn-pro-rating i {
  line-height: 18px;
}

.mn-compare-box .mn-compare-page-msg {
  width: 100%;
  margin: 0;
  padding: 60px 30px;
  text-align: center;
  font-size: 20px;
}

/* Responsive Compare page CSS */
@media only screen and (max-width: 991px) {
  .mn-compare-box .mn-compare-col:not(:last-child) {
    width: 250px;
    min-width: 250px;
  }

  .mn-compare-box .mn-compare-col:first-child {
    width: 150px !important;
    min-width: 150px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mn-compare-box .mn-compare-page-msg {
    padding: 45px 15px;
  }
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.mn-login-content {
  max-width: 1000px;
  margin: auto;
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mn-login-content .mn-login-box {
  width: 50%;
  padding: 0 15px;
}

.mn-login-content .mn-login-box.full-width {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mn-login-wrapper {
  max-width: 530px;
  height: 100%;
  margin: 0 auto 0;
}

.mn-login-wrapper .mn-login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-login-wrapper .mn-login-fp {
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-login-wrapper .mn-login-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.mn-login-wrapper .mn-login-container .mn-login-form {
  width: 100%;
}

.mn-login-wrapper .mn-login-container .mn-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mn-login-wrapper .mn-login-container .mn-login-form label {
  margin-bottom: 10px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-login-wrapper .mn-login-container .mn-login-form input {
  height: 50px;
  margin-bottom: 24px;
  padding: 0 15px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  color: #000;
  font-size: 14px;
  outline: none;
  font-weight: 600;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-wrap+.mn-login-wrap input {
  margin-bottom: 15px;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-fp label {
  margin-bottom: 0;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-fp label a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-fp label a:hover {
  color: #3a4ee5;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn button {
  padding: 8px 15px;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn button span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn button:hover span {
  color: #fff;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn span {
  color: #777;
  font-size: 14px;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn span a {
  color: #313b50;
  font-weight: 600;
}

.mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn span a:hover {
  color: #3a4ee5;
}

.mn-login-img img {
  width: 100%;
  border-radius: 15px;
}

.mn-remember {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #777;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mn-remember input {
  width: 18px;
  height: 18px !important;
  margin: 0 10px 0 0 !important;
  position: relative !important;
  opacity: 0;
  border-color: #e5e5e5;
  cursor: pointer;
  z-index: 9;
}

.mn-remember input:checked~.checked:after {
  display: block;
}

.mn-remember .checked {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.mn-remember .checked:after {
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  border: 1px solid #3a4ee5;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 15px;
  color: #3a4ee5;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}

/* Responsive Login CSS */
@media only screen and (max-width: 991px) {
  .d-n-991 {
    display: none;
  }

  .mn-login-content {
    max-width: 530px;
    margin: 0 auto 0;
  }

  .mn-login-content .mn-login-box {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .mn-login-content {
    padding: 15px 0;
  }

  .mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-login-wrapper .mn-login-container .mn-login-form .mn-login-btn>span {
    margin-bottom: 15px;
  }

  .mn-login-wrapper .mn-login-container .mn-login-form .mn-login-fp label a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 320px) {
  .mn-login-wrapper .mn-login-fp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-login-wrapper .mn-login-fp .mn-remember {
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.mn-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}

.mn-register-wrapper .mn-register-container {
  border: 1px solid #e5e5e5;
  padding: 30px;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-wrap {
  width: 100%;
  padding: 0 15px;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-wrap.mn-register-half {
  width: 50%;
}

.mn-register-wrapper .mn-register-container .mn-register-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.mn-register-wrapper .mn-register-container .mn-register-form label {
  margin-bottom: 9px;
  color: #313b50;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.mn-register-wrapper .mn-register-container .mn-register-form input {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #777;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 300;
  outline: none;
  border-radius: 15px;
}

.mn-register-wrapper .mn-register-container .mn-register-form input[type="radio"] {
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 5px;
}

.mn-register-wrapper .mn-register-container .mn-register-form input::-webkit-input-placeholder {
  color: #777 !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form input::-moz-placeholder {
  color: #777 !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form input:-ms-input-placeholder {
  color: #777 !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form input::-ms-input-placeholder {
  color: #777 !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form input::placeholder {
  color: #777 !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-fp label {
  margin-bottom: 0;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-fp label a {
  color: #313b50;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-rg-select-inner {
  width: 300;
  height: 50px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  overflow: hidden;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-rg-select-inner select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #777;
  font-weight: 300;
  cursor: pointer;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-rg-select-inner::after {
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-wrap.mn-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn button {
  padding: 8px 15px;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn button span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn button:hover span {
  color: #fff;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn span {
  font-size: 14px;
  color: #777;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn span a {
  margin-left: 10px;
  color: #313b50;
  font-weight: 600;
}

.mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn span a:hover {
  color: #3a4ee5;
}

/* Responsive Register CSS */
@media only screen and (max-width: 575px) {
  .mn-register-wrapper .mn-register-container {
    padding: 15px;
  }

  .mn-register-wrapper .mn-register-container .mn-register-form .mn-register-wrap.mn-register-half {
    width: 100%;
  }

  .mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mn-register-wrapper .mn-register-container .mn-register-form .mn-register-btn>span {
    margin-bottom: 15px;
  }
}

/* Terms Condition & Privacy Policy Page CSS */
.mn-terms-conditions .mn-common-wrapper,
.mn-privacy-policy .mn-common-wrapper {
  padding: 30px;
  border: 1px solid #e5e5e5;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
}

.mn-terms-conditions .mn-cmn-block h5,
.mn-privacy-policy .mn-cmn-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #313b50;
}

.mn-terms-conditions .mn-cmn-block p,
.mn-privacy-policy .mn-cmn-block p {
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.mn-terms-conditions .mn-cmn-block p b,
.mn-privacy-policy .mn-cmn-block p b {
  font-weight: 500;
  color: #313b50;
}

.mn-terms-conditions .mn-cmn-block:last-child p,
.mn-privacy-policy .mn-cmn-block:last-child p {
  margin-bottom: 0;
}

/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.mn-track .mn-track-box {
  border-radius: 15px;
}

.mn-track .mn-track-card {
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  color: #777;
  text-align: center;
  font-size: 15px;
  background-color: #fff;
}

.mn-track .mn-track-card .mn-track-title {
  margin-bottom: 5px;
  color: #313b50;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.mn-track .mn-steps {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}

.mn-track .mn-steps-header {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}

.mn-track .mn-steps-header .progress {
  height: 30px;
}

.mn-track .mn-steps-header .progress .progress-bar {
  background-color: #ffd783;
}

.mn-track .mn-steps-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mn-track .mn-step {
  padding: 30px 15px;
  display: table-cell;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #e5e5e5;
  color: #777;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.mn-track .mn-step:last-child {
  border-right: 0;
}

.mn-track .mn-step:hover {
  color: #313b50;
  text-decoration: none;
}

.mn-track .mn-step:hover .mn-step-indicator {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: transparent;
  background-color: #e5e5e5;
}

.mn-track .mn-step:hover .mn-step-icon {
  color: #777;
}

.mn-track .mn-step-indicator {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.mn-track .has-indicator {
  padding-right: 1.5rem;
  padding-left: 2.375rem;
}

.mn-track .has-indicator .mn-step-indicator {
  top: 50%;
  margin-top: -0.75rem;
}

.mn-track .mn-step-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #777;
}

.mn-track .mn-step-icon i {
  font-size: 30px;
  line-height: 30px;
}

.mn-track .mn-step-active {
  color: #313b50;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
}

.mn-track .mn-step-active:hover {
  color: #313b50;
  pointer-events: none;
  cursor: default;
}

.mn-track .mn-step-active:hover .mn-step-icon {
  color: #3a4ee5;
}

.mn-track .mn-step-active .mn-step-icon {
  color: #3a4ee5;
}

.mn-track .mn-step-completed .mn-step-indicator {
  border-color: transparent;
  background-color: #3a4ee5;
  color: #fff;
  line-height: 1.25rem;
}

.mn-track .mn-step-completed .mn-step-indicator i {
  line-height: 24px;
  font-size: 18px;
}

.mn-track .mn-step-completed:hover .mn-step-indicator {
  border-color: transparent;
  background-color: #3a4ee5;
  color: #fff;
  line-height: 1.25rem;
}

.mn-track .mn-step-completed:hover .mn-step-indicator i {
  line-height: 23px;
}

/* Track order 2 */
ul.gi {
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
}

ul.gi li {
  padding: 30px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

/* Responsive track order */
@media (max-width: 767px) {

  .mn-track .mn-steps-body,
  .mn-track .mn-step {
    display: block;
    font-size: 14px;
  }

  .mn-track .mn-step {
    display: block;
    font-size: 14px;
    border-right: 0;
    border-bottom: 1px solid #e9ecef;
  }

  .mn-track .mn-step:last-child {
    border-bottom: 0;
  }

  .mn-track .mn-steps-header {
    display: none;
  }
}

/*-------------------------------------------------
   Wishlist Page CSS
---------------------------------------------------*/
.mn-wishlist-page .mn-vendor-dashboard-card {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
}

.mn-wishlist-page .mn-vendor-card-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-wishlist-page .mn-vendor-card-header h5 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #313b50;
}

.mn-wishlist-page .mn-vendor-card-body {
  padding: 30px;
  overflow: hidden;
}

.mn-wishlist-page .mn-vendor-card-table {
  overflow-y: auto;
}

.mn-wishlist-page .mn-table {
  min-width: 700px;
  width: 100%;
  margin: 0;
}

.mn-wishlist-page .mn-table:before {
  content: "";
}

.mn-wishlist-page .mn-table thead tr th {
  padding: 15px;
  bottom: 0 !important;
  color: #313b50;
  background-color: #f1f4f7;
  border: 0;
  font-size: 15px;
  font-weight: 500;
}

.mn-wishlist-page .mn-table thead tr th:first-child {
  border-radius: 15px 0 0 15px;
}

.mn-wishlist-page .mn-table thead tr th:last-child {
  border-radius: 0 15px 15px 0;
}

.mn-wishlist-page .mn-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.mn-wishlist-page .mn-table tbody tr th span {
  padding: 15px 0 !important;
  display: block;
  color: #777;
}

.mn-wishlist-page .mn-table tbody tr .mn-cart-pro-name {
  min-width: 200px;
}

.mn-wishlist-page .mn-table tbody tr td .mn-item {
  padding: 15px 0;
  color: #313b50;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mn-wishlist-page .mn-table tbody tr td .mn-item:hover {
  color: #3a4ee5;
}

.mn-wishlist-page .mn-table tbody tr td .tbl-btn a {
  width: 30px;
  height: 30px;
  margin: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.mn-wishlist-page .mn-table tbody tr td .tbl-btn a>i {
  line-height: 12px;
}

.mn-wishlist-page .mn-table tbody tr td .tbl-btn span>i {
  line-height: 23px;
}

.mn-wishlist-page .mn-table tbody tr td .prod-img {
  width: 58px;
  margin-right: 15px;
  border-radius: 15px;
}

.mn-wishlist-page .mn-table tbody tr td>span {
  padding: 15px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #777;
}

.mn-wishlist-page .mn-table tbody tr td .avl {
  color: #54d3c2;
}

.mn-wishlist-page .mn-table tbody tr td .out {
  color: #e9abab;
}

.mn-wishlist-page .mn-table tbody tr td .dis {
  color: #777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mn-wishlist-page .mn-product-box.pro-gl-content {
  position: relative;
}

.mn-wishlist-page .mn-product-box.pro-gl-content:hover .remove-product {
  opacity: 1;
}

.mn-wishlist-page .remove-product {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #313b50;
  border-radius: 50%;
  z-index: 12;
  opacity: 0;
}

.mn-wishlist-page .remove-product i {
  color: #fff;
  line-height: 10px;
}

.mn-wishlist-page .mn-wishlist-msg {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}

/* Responsive Wishlist page css */
@media (max-width: 767px) {
  .mn-wishlist-page .mn-table tbody tr td span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .mn-wishlist-page .mn-vendor-card-body {
    padding: 15px;
  }

  .mn-wishlist-page .mn-vendor-card-header {
    padding: 15px;
  }
}

   / *   C u s t o m   P r o d u c t   I m a g e   S t y l e s   * /     . m n - p r o d u c t - c a r d   . m a i n - i m g ,
       . m n - p r o d u c t - c a r d   . h o v e r - i m g    {
               h e i g h t :    1 8 0 p x    ! i m p o r t a n t ;
               o b j e c t - f i t :    c o v e r    ! i m p o r t a n t ;
       
}

         / *   5   C o l u m n   G r i d   f o r   P r o d u c t s   * /     @ m e d i a   ( m i n - w i d t h :   1 2 0 0 p x )    {
               . c o l - x l - 5 - c u s t o m    {
                         f l e x :    0   0   2 0 %    ! i m p o r t a n t ;
                         m a x - w i d t h :    2 0 %    ! i m p o r t a n t ;
                 
  }

       
}

/* Wishlist Styles */
.mn-add-wishlist {
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mn-add-wishlist.active {
  color: #ef4444 !important;
}

.mn-add-wishlist.active i,
.mn-add-wishlist.active svg {
  color: #ef4444 !important;
  fill: #ef4444 !important;
  animation: heartPulse 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes heartPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heartBurst {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}




.mn-wishlist-top {
  flex: 1;
  overflow-y: auto;
}

.mn-wishlist-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.wishlist_title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.mn-wishlist-close {
  font-size: 20px;
  color: #222;
  cursor: pointer;
}

.mn-wishlist-pro-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wishlist-sidebar-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  gap: 15px;
}

.mn-pro-img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.mn-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-pro-content {
  flex: 1;
  padding-right: 25px;
  /* Space for remove button */
}

.wishlist-pro-title {
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s;
  text-decoration: none;
}

.wishlist-pro-title:hover {
  color: #ef4444;
}

.wishlist-price {
  display: block;
  font-weight: 600;
  color: #ef4444;
}

.wishlist-remove-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
  color: #999;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.wishlist-remove-item:hover {
  background: #ef4444;
  color: #fff;
}

.mn-wishlist-bottom {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.mn-btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background: #222;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
}

.mn-btn-1:hover {
  background: #ef4444;
  color: #fff;
}

.mn-side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

     

/* Wishlist Sidebar & Overlay Fixes */
.mn-side-wishlist-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.mn-side-wishlist {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.mn-side-wishlist.mn-open-wishlist {
  right: 0;
}

/* Selected related product item */
.add-more-item {
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 5px;
}

.add-more-item.selected {
  background-color: #f0fdf4 !important;
  border-color: #16a34a !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.add-more-item.selected .add-more-img,
.add-more-item.selected .add-more-info {
  background-color: transparent;
}

.add-more-item.selected .mn-price .new-price {
  color: #16a34a;
  font-weight: 700;
}

/* User Avatar Styling */
.user-avatar {
  width: 100px;
  height: 100px;
  box-shadow: rgba(58, 78, 229, 0.3) 0px 5px 15px;
  margin: 0px auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-color: rgb(58, 78, 229);
  border-image: initial;
}

/* Equal Height Card Fix */
.mn-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mn-product-detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

/* ── Stores Listing Page ── */
}

/* Hero Search */
.mn-stores-hero {
  background: linear-gradient(135deg, #f97f34 0%, #ff6b1a 50%, #e85d0a 100%);
  border-radius: 16px;
  padding: 40px 32px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.mn-stores-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
}
.mn-stores-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 5%;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.mn-stores-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.mn-stores-hero h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}
.mn-stores-hero h3 i {
  margin-right: 6px;
  font-size: 26px;
  vertical-align: -2px;
}
.mn-stores-hero p {
  color: rgba(255,255,255,.85);
  font-size: 14px;
  margin: 0 0 20px;
}
.mn-stores-hero-form {
  max-width: 480px;
  margin: 0 auto;
}
.mn-stores-hero-input {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 4px 4px 4px 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.mn-stores-hero-input i {
  color: #94a3b8;
  font-size: 18px;
  flex-shrink: 0;
}
.mn-stores-hero-input input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  color: #334155;
}
.mn-stores-hero-input input::placeholder {
  color: #94a3b8;
}
.mn-stores-hero-input button {
  background: #f97f34;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
  flex-shrink: 0;
}
.mn-stores-hero-input button:hover {
  background: #e66a1e;
}

/* Filter Bar */
.mn-stores-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.mn-stores-filter-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mn-stores-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #fed7aa;
}
.mn-stores-filter-tag a {
  color: #c2410c;
  display: flex;
  font-size: 14px;
  transition: color .2s;
}
.mn-stores-filter-tag a:hover {
  color: #9a3412;
}
.mn-stores-result-info {
  color: #64748b;
  font-size: 13px;
}
.mn-stores-filter-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mn-stores-filter-label {
  font-size: 13px;
  color: #64748b;
}
.mn-stores-sort {
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  color: #475569;
  background: #fff;
  cursor: pointer;
  outline: none;
}

/* Store Cards Grid */
.mn-stores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.mn-store-card-v2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow .25s, transform .2s;
}
.mn-store-card-v2:hover {
  box-shadow: 0 8px 30px rgba(249,127,52,.14);
  transform: translateY(-4px);
}
.mn-store-card-banner {
  position: relative;
  height: 90px;
  overflow: hidden;
}
.mn-store-card-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mn-store-card-banner-default {
  width: 100%;
  height: 100%;
  background: #f8f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mn-store-card-banner-default-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  padding: 0 12px;
  text-align: center;
  line-height: 1.3;
  word-break: break-word;
}





.mn-store-card-verified {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(59,130,246,.9);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  backdrop-filter: blur(4px);
}
.mn-store-card-type {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  backdrop-filter: blur(4px);
}
.mn-store-card-type.corporate {
  background: rgba(37,99,235,.85);
  color: #fff;
}
.mn-store-card-type.individual {
  background: rgba(22,163,74,.85);
  color: #fff;
}
.mn-store-card-logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: -32px;
  position: relative;
  z-index: 2;
}
.mn-store-card-logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  border: 3px solid #fff;
}
.mn-store-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mn-store-card-logo-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: #94a3b8;
  font-size: 28px;
}
.mn-store-card-body {
  padding: 12px 20px 16px;
  text-align: center;
  flex: 1;
}
.mn-store-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mn-store-card-desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mn-store-card-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.mn-store-card-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}
.mn-store-card-stat i {
  font-size: 16px;
  margin-bottom: 2px;
}
.mn-store-card-stat i.ri-star-fill {
  color: #f59e0b;
}
.mn-store-card-stat i.ri-shopping-bag-line {
  color: #f97f34;
}
.mn-store-card-stat i.ri-chat-3-line {
  color: #8b5cf6;
}
.mn-store-card-stat strong {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}
.mn-store-card-stat span {
  font-size: 11px;
  color: #94a3b8;
}
.mn-store-card-stat-divider {
  width: 1px;
  height: 28px;
  background: #e2e8f0;
}
.mn-store-card-footer {
  padding: 0 20px 16px;
  text-align: center;
}
.mn-store-card-visit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  transition: gap .2s;
}
.mn-store-card-v2:hover .mn-store-card-visit {
  gap: 8px;
}
.mn-store-card-v2:hover .mn-store-card-visit i {
  transform: translateX(2px);
}

/* Empty State */
.mn-stores-empty {
  text-align: center;
  padding: 60px 20px;
  color: #64748b;
}
.mn-stores-empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.mn-stores-empty-icon i {
  font-size: 36px;
  color: #f97f34;
}
.mn-stores-empty h4 {
  font-size: 18px;
  color: #334155;
  margin-bottom: 8px;
}
.mn-stores-empty p {
  margin-bottom: 20px;
}
.mn-pagination-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .mn-stores-hero {
    padding: 28px 16px;
  }
  .mn-stores-hero h3 {
    font-size: 20px;
  }
  .mn-stores-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px;
  }
  .mn-stores-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 480px) {
  .mn-stores-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Search All Links ── */
.mn-search-all-link-store {
  border-top: none !important;
  padding-top: 0 !important;
  font-size: 12px;
}

/* ── Header Messages Dropdown ── */
.mn-tool-messages {
  position: relative;
}
.mn-main-messages {
  position: relative;
}
.mn-main-messages .label {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
.mn-messages-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: -60px;
  width: 380px;
  max-height: 520px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
  z-index: 1000;
  overflow: hidden;
  flex-direction: column;
}
.mn-messages-dropdown.active {
  display: flex;
}
.mn-messages-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f97f34;
  color: #fff;
}
.mn-messages-dropdown-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.mn-messages-close {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .2s;
}
.mn-messages-close:hover {
  background: rgba(255,255,255,.2);
}
.mn-messages-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mn-messages-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.mn-messages-search i {
  color: #94a3b8;
  font-size: 16px;
}
.mn-messages-search input {
  border: none;
  background: transparent;
  font-size: 13px;
  outline: none;
  width: 100%;
  color: #334155;
}
.mn-messages-search input::placeholder {
  color: #94a3b8;
}
.mn-messages-conversations {
  flex: 1;
  overflow-y: auto;
  max-height: 360px;
}
.mn-messages-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 12px;
  color: #94a3b8;
  font-size: 13px;
}
.mn-msg-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid #f1f5f9;
  border-top-color: #f97f34;
  border-radius: 50%;
  animation: mn-msg-spin .6s linear infinite;
}
@keyframes mn-msg-spin {
  to { transform: rotate(360deg); }
}
.mn-msg-conv-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background .15s;
  border-bottom: 1px solid #f8fafc;
}
.mn-msg-conv-item:hover {
  background: #fff7f0;
}
.mn-msg-conv-item.unread {
  background: #fffbf5;
}
.mn-msg-conv-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mn-msg-conv-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mn-msg-conv-avatar i {
  font-size: 20px;
  color: #94a3b8;
}
.mn-msg-conv-info {
  flex: 1;
  min-width: 0;
}
.mn-msg-conv-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.mn-msg-conv-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.mn-msg-conv-time {
  font-size: 11px;
  color: #94a3b8;
  flex-shrink: 0;
}
.mn-msg-conv-preview {
  font-size: 12.5px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mn-msg-conv-item.unread .mn-msg-conv-name {
  color: #f97f34;
}
.mn-msg-conv-item.unread .mn-msg-conv-preview {
  color: #334155;
  font-weight: 500;
}
.mn-msg-conv-unread-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #f97f34;
  border-radius: 50%;
}
.mn-messages-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: #94a3b8;
}
.mn-messages-empty i {
  font-size: 44px;
  color: #cbd5e1;
  margin-bottom: 12px;
}
.mn-messages-empty p {
  font-size: 13px;
  margin: 0;
}
.mn-messages-dropdown-footer {
  padding: 10px 20px;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}
.mn-messages-dropdown-footer a {
  font-size: 13px;
  font-weight: 600;
  color: #f97f34;
  text-decoration: none;
  transition: color .2s;
}
.mn-messages-dropdown-footer a:hover {
  color: #e66a1e;
}

/* Chat View */
.mn-msg-chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafafa;
}
.mn-msg-back-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #475569;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  transition: background .15s;
}
.mn-msg-back-btn:hover {
  background: #f1f5f9;
}
.mn-msg-chat-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mn-msg-chat-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.mn-msg-chat-user span {
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
}
.mn-msg-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 300px;
  min-height: 200px;
  background: #fefefe;
}
.mn-msg-bubble {
  max-width: 75%;
  padding: 8px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
}
.mn-msg-bubble.sent {
  align-self: flex-end;
  background: #f97f34;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.mn-msg-bubble.received {
  align-self: flex-start;
  background: #f1f5f9;
  color: #334155;
  border-bottom-left-radius: 4px;
}
.mn-msg-bubble-time {
  font-size: 10px;
  opacity: .65;
  margin-top: 2px;
}
.mn-msg-bubble.sent .mn-msg-bubble-time {
  text-align: right;
}
.mn-msg-chat-input {
  padding: 10px 12px;
  border-top: 1px solid #f1f5f9;
  background: #fff;
}
.mn-msg-chat-input form {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mn-msg-chat-input input {
  flex: 1;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 20px;
  padding: 9px 16px;
  font-size: 13px;
  outline: none;
  transition: border-color .2s;
}
.mn-msg-chat-input input:focus {
  border-color: #f97f34;
}
.mn-msg-chat-input button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #f97f34;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background .2s;
  flex-shrink: 0;
}
.mn-msg-chat-input button:hover {
  background: #e66a1e;
}

@media (max-width: 768px) {
  .mn-messages-dropdown {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 0;
    z-index: 9999;
  }
  .mn-messages-conversations {
    max-height: calc(100vh - 200px);
  }
  .mn-msg-chat-messages {
    max-height: calc(100vh - 260px);
  }
}
}

/* ===== Notification Dropdown ===== */
.mn-tool-notify {
  position: relative;
}
.mn-notify-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: -40px;
  width: 360px;
  max-height: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
  z-index: 1000;
  overflow: hidden;
  flex-direction: column;
}
.mn-notify-dropdown.active {
  display: flex;
}
.mn-notify-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f97f34;
  color: #fff;
}
.mn-notify-dropdown-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.mn-notify-close,
.mn-notify-read-all {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: .85;
  transition: opacity .2s;
  text-decoration: none;
}
.mn-notify-close:hover,
.mn-notify-read-all:hover {
  opacity: 1;
}
.mn-notify-body {
  overflow-y: auto;
  max-height: 360px;
  flex: 1;
}
.mn-notify-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 8px;
  color: #999;
  font-size: 13px;
}
.mn-notify-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background .15s;
}
.mn-notify-item:hover {
  background: #fafafa;
}
.mn-notify-item.unread {
  background: #fff8f3;
}
.mn-notify-item-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #f97f34;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.mn-notify-item-content {
  flex: 1;
  min-width: 0;
}
.mn-notify-item-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}
.mn-notify-item-message {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mn-notify-item-time {
  font-size: 11px;
  color: #aaa;
  margin-top: 4px;
}
.mn-notify-item.unread .mn-notify-item-title {
  color: #f97f34;
}
.mn-notify-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #bbb;
  font-size: 13px;
}
.mn-notify-empty i {
  font-size: 32px;
  margin-bottom: 8px;
}
.mn-notify-dropdown-footer {
  padding: 12px 20px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.mn-notify-dropdown-footer a {
  color: #f97f34;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.mn-notify-dropdown-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .mn-notify-dropdown {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 0;
    z-index: 9999;
  }
  .mn-notify-body {
    max-height: calc(100vh - 120px);
  }
}