html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #f9f9f9;
}

.mvx-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 15px;
  color: #001027;
}

.mvx-butn {
  font-family: "Montserrat", sans-serif;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.2;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.mvx-butn:hover {
  opacity: 0.8;
}

.mvx-live-chat-whatsapp {
  line-height: 0.89;
  border-radius: 0.25rem;
  border: 0.06rem solid #eee;
  top: 0.06rem !important;
}

.mvx_social_profile a:hover {
  text-decoration: none;
}
.mvx_social_profile a i.mvx-font {
  background: #fff;
  font-size: 0.75rem;
  padding: 0.5rem;
  border-radius: 50%;
}

.mvx-banner-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
  padding: 20px;
  padding: 2rem;
}

.column-class {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  margin-right: 14px;
  margin-left: 14px;
}

.mvx-theme02 .mvx-heading {
  color: #fff;
  text-align: left;
}
.mvx-theme02 .mvx-banner-area {
  height: 100%;
}
.mvx-theme02 .mvx-address {
  text-align: left;
  margin: 0.25rem 0;
}

p.mvx-address i {
  color: #7f5c9e;
  background: #fff;
  padding: 0.325rem;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

.mvx-banner-wrap {
  position: relative;
  height: auto;
  background: #fff;
}

.banner-img-cls .mvx-imgcls {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mvx_bannersec_start {
  height: 100%;
}

.mvx_breadcrumb-cls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 10px;
  margin: 15px 0 25px;
  list-style: none;
}

.mvx-bredcrumb-menu {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 13px;
  color: #676c74;
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.mvx-bredcrumb-menu:hover {
  color: #001027;
}

.mvx-bredcrumb-menu .fa {
  padding: 0 15px;
}

.mvx-breadcrumb-active {
  font-weight: 600;
  color: #001027;
}

.mvx-profile-imgcls {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
}

.mvx-ratingcls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mvx-ratingcls .fa.fa-star {
  color: #ffad4d;
  margin: 0 2px;
}

.mvx-rating-digit {
  margin: 0 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

.mvx-rating-digit span {
  font-weight: 400;
}

.mvx-address {
  color: #fff;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.mvx-contact-deatil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mvx-contact-deatil .mvx-address:first-child {
  margin-right: 30px;
}
.mvx-contact-deatil .mvx-address span {
  padding-right: 4px;
}
.mvx-contact-deatil .mvx-address a {
  color: #fff;
  text-decoration: none;
}

.socialicn-area {
  position: relative;
  width: 100%;
}

.mvx_social_profile {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

.socialicn-area a {
  margin: 0 5px;
  width: auto;
  height: auto;
}

.socialicn-area a img {
  width: 85%;
  height: auto;
}

.mvx-bannerright {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

button.mvx-butn i.fa {
  padding-right: 5px;
}

button.mvx-stroke-butn {
  background: transparent;
  border-color: #f1f1f1;
  color: #fff;
}

button.mvx-fill-butn {
  background: #5b82e2;
  color: #fff;
}

.mvx-theme01 .mvx-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 12px 20px 15px 0;
}
.mvx-theme01 .mvx-banner-below {
  display: grid;
  grid-template-columns: 0.5fr 2fr 1fr;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.mvx-theme01 .mvx-profile-area {
  margin-top: -55px;
}
.mvx-theme01 .mvx-rating-digit {
  color: #001027;
}
.mvx-theme01 .mvx-address {
  color: #001027;
  margin: 2px 10px 2px 0;
}
.mvx-theme01 .mvx-banner-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mvx-theme01 .mvx-ratingcls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mvx-theme01 .mvx-address a,
.mvx-theme03 .mvx-address a {
  color: #001027;
}

.mvx-theme01 button.mvx-stroke-butn,
.mvx-theme03 button.mvx-stroke-butn {
  color: #5b82e2;
  border-color: #5b82e2;
  margin-right: 10px;
}

.mvx-theme01 .mvx-address .fa,
.mvx-theme03 .mvx-address .fa {
  color: #5b82e2;
}

.mvx-theme01 .mvx-contact-deatil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mvx-theme01 .mvx-bannerright {
  height: 220px;
}
.mvx-theme01 .mvx-bannerright .mvx-butn-area {
  padding-top: 3rem;
}
.mvx-theme01 p.mvx-address i {
  color: #fff;
  background: #7f5c9e;
  padding: 0.325rem;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

.carousel-item {
  height: 300px;
}
.carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.v-vlite.v-playing.v-video {
  height: 300px;
}

.mvx_bannersec_start .banner_area {
  overflow: hidden;
}

.mvx_bannersec_start .banner_video {
  width: 100%;
}

.mvx_bannersec_start .banner_video iframe {
  left: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .mvx_bannersec_start .banner_video iframe {
    top: 0px;
  }
}
.mvx-theme03 .mvx-banner-below {
  text-align: center;
  position: relative;
  z-index: 99;
}
.mvx-theme03 .mvx-profile-area {
  margin-top: -60px;
}
.mvx-theme03 .mvx-rating-digit {
  color: #001027;
}
.mvx-theme03 .mvx-ratingcls {
  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;
}
.mvx-theme03 .mvx-contact-deatil {
  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;
}
.mvx-theme03 .mvx-address {
  color: #001027;
  margin: 18px 30px 12px 0;
}
.mvx-theme03 .mvx-profile-imgcls {
  margin: auto;
}
.mvx-theme03 p.mvx-address i {
  color: #fff;
  background: #7f5c9e;
  padding: 0.325rem;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

.mvx-main-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 0;
}

.mvx-leftwidget-sec, .mvx-rightwidget-sec {
  min-width: 29%;
  max-width: 29%;
}

.mvx-tab-header {
  background: #fff;
  padding: 0 20px;
  border-radius: 6px;
  border-bottom: 1px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  margin: 0;
}
.mvx-tab-header a {
  text-decoration: none;
}

.mvx-tablink {
  border: none;
  background: transparent;
  padding: 18px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
}
.mvx-tablink:focus {
  outline: 0;
}

.mvx-tablink.active {
  background: #eef2fb;
  position: relative;
}
.mvx-tablink.active::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 4px;
  background: #5b82e2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}

.mvx-inner-widget {
  padding: 25px 25px 0px;
  background: #fff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.062745098);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.062745098);
}
.mvx-inner-widget .mvx-heading {
  margin: 0 0 10px;
}

.mvx-widget-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

.mvx-single-filter {
  padding: 15px 0;
  border-top: 1px solid #f1f1f1;
}

.mvx-widget-heading .fa-angle-up {
  font-size: 22px;
  color: #5b82e2;
}

.mvx-tab-content {
  padding: 30px 0;
}

.mvx-product-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, 24%);
  grid-template-rows: 200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.mvx-product-item {
  background: lightblue;
}

.panel {
  display: none;
  overflow: hidden;
}

.store-timing {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
}

.store-timing:nth-child(2) {
  padding: 12px 0;
}

.mvx-middle-sec {
  min-width: 66%;
}

.mvx-vendor-profile {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 -14px;
}

.mvx-about-sec {
  background: #fff;
  padding: 26px 32px;
  margin-bottom: 15px;
}
.mvx-about-sec .mvx-heading {
  margin-top: 0;
}

.mvx-profile-col {
  font-family: "Montserrat", sans-serif;
  color: #001027;
}
.mvx-profile-col span {
  font-size: 14px;
  font-weight: 500;
}
.mvx-profile-col p {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 10px;
  position: relative;
}
.mvx-profile-col p::before {
  content: "";
  width: 90%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
}

.mvx-about-detail {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #001027;
  margin: 18px 0;
}

.mvx-policie-sec {
  padding: 0 32px 25px;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.0196078431);
}

.mvx-tabcontent-header {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 16px;
}
.mvx-tabcontent-header .mvx-heading {
  margin: 0;
}

.mvx-policies-header {
  border-bottom: 1px solid #e3e3e3;
}
.mvx-policies-header p {
  font-family: "Montserrat", sans-serif;
  color: #001027;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.mvx-sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 25px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mvx-sub-heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  word-break: break-all;
}
.mvx-sub-heading img {
  width: 38px;
  height: 38px;
  margin-right: 12px;
}

.mvx-policie-sub-area {
  padding: 0 0 0 50px;
}
.mvx-policie-sub-area h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #010101;
}
.mvx-policie-sub-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 10px 0 20px;
  color: #001027;
}

.mvx-paymnt-optn img {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-right: 8px;
}

.mvx-follower-sec {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.0196078431);
          box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.0196078431);
  padding: 0 32px 25px;
}

.mvx-single-flower {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 25px 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 5px 0;
}

.mvx-profile-cls {
  width: 45px;
  height: 45px;
}

.mvx-profile-cls img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mvx-follower-leftside {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.mvx-follower-name {
  margin: 0 20px 0 15px;
}
.mvx-follower-name h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 600;
  color: #001027;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mvx-follower-name span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #001027;
}

.mvx-status {
  margin: 0 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #676c74;
  font-weight: 400;
  position: relative;
}
.mvx-status::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #001027;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15%;
  border-radius: 50%;
}

form.mvx-serach-field {
  position: relative;
}
form.mvx-serach-field .fa-search {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 6%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b2b7be;
}
form.mvx-serach-field input {
  padding: 10px 10px 10px 32px;
  border: 1px solid #b2b7be;
  border-radius: 32px;
  position: relative;
  color: #001027;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
form.mvx-serach-field input:focus {
  outline: 0;
  border: 1px solid #676c74;
}

.mvx-reviewprofile-area {
  margin: 0 15px;
  width: 100%;
}

.user-name-cls {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 600;
  color: #001027;
}

.mvx-rating-area {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mvx-rating-area p {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 600;
  color: #001027;
  font-size: 15px;
}

.mvx-single-review-box {
  padding: 20px 30px;
  border: 1px solid #f1f1f1;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px 0;
}

.mvx-rating-leftside {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mvx-rating-leftside ul {
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 10px 0 0;
  padding: 0;
}
.mvx-rating-leftside ul li {
  list-style: none;
  margin: 0 2px;
}
.mvx-rating-leftside ul li .fa-star {
  color: #ffad4d;
  font-size: 14px;
}

.mvx-feedback-cls {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #001027;
  line-height: 24px;
  margin-bottom: 0;
}

form.mvx-short-cls {
  font-family: "Montserrat", sans-serif;
}
form.mvx-short-cls label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
form.mvx-short-cls select {
  padding: 8px 0 8px 5px;
  border: 1px solid #d8d9db;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
form.mvx-short-cls select:focus {
  outline: 0;
  border: 1px solid #676c74;
}

.error404 main p {
  margin: 0 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .mvx-product-content {
    grid-template-columns: 100%;
  }
  .mvx-follower-sec {
    padding: 15px;
  }
  .mvx-single-flower {
    -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;
    padding: 15px;
  }
  .mvx-follower-rightside {
    margin: 10px 0 0 60px;
  }
  .mvx-policie-sub-area {
    padding: 0;
  }
  .mvx-heading {
    font-size: 18px;
  }
  form.mvx-serach-field input {
    width: 135px;
  }
  .mvx-rating-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
  }
  .mvx-tabcontent-header {
    -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;
  }
  .mvx-tabcontent-header .mvx-heading {
    margin-bottom: 8px;
  }
  .mvx-vendor-profile {
    grid-template-columns: 1fr;
  }
  .mvx-about-sec {
    padding: 15px;
  }
  .mvx-single-review-box {
    padding: 15px;
  }
  .mvx-follower-name h3 {
    -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;
  }
  .mvx-status {
    margin: 4px 0 0 12px;
    font-size: 14px;
  }
  .mvx-theme03 .mvx-contact-deatil {
    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;
  }
  .mvx-contact-deatil .mvx-address:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .column-class {
    min-width: 100%;
    margin: 0;
  }
  .mvx_bannersec_start {
    padding: 0 10px;
  }
  .mvx-banner-area {
    grid-template-columns: 100%;
  }
  .mvx-contact-deatil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -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;
  }
  .socialicn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 15px 0;
  }
  .mvx-bannerright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mvx-theme01 .mvx-banner-below {
    grid-template-columns: unset;
  }
  .mvx-theme01 .mvx-ratingcls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mvx-vendor-profile {
    margin: 0;
  }
  .banner-img-cls {
    height: 320px;
  }
  .mvx-theme02 .mvx-banner-wrap img {
    height: 100%;
  }
  .mvx-theme02 .mvx-bannerright {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 12px 0;
  }
  .woocommerce .content-area .site-main {
    padding-top: 28px;
    margin: 0 2vw;
  }
  .mvx-theme02 .mvx-banner-area {
    position: relative;
  }
  .mvx-banner-area {
    padding: 15px 15px 0 15px;
  }
  .description_data p {
    text-align: center;
  }
  .mvx-theme02 .mvx-heading,
  .mvx-address,
  .mvx-contact-deatil .mvx-address a {
    color: #6d6d6d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mvx-product-content {
    grid-template-columns: repeat(auto-fill, 49%);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
  .mvx-main-section {
    padding: 30px 30px 0;
  }
  .mvx-tablink {
    padding: 18px 25px;
  }
  .mvx-middle-sec {
    min-width: 65%;
  }
  .mvx-product-content {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
@media screen and (min-width: 1025px) {
  .mvx-profile-col:nth-child(6) p,
  .mvx-profile-col:nth-child(5) p,
  .mvx-profile-col:nth-child(4) p {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=mvx-shop-page.css.map */