@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	  
	  .box-center
	{
		display: block; 
		margin: 0 auto;
	}
}


/* Normal desktop :992px. */

@media only screen and (min-width: 992px) and (max-width: 1169px) {

  /* 04062025 */
  .product-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }

   /* 04062025 */
  .about-vswiss-index-img > img {
    border-radius: 20px;
    margin-bottom: 40px;
}

     /* 04062025 */
  .main-menu > nav > ul {
    justify-content: center;  /* 04062025 */
  }

    /* 04062025 */
  .mission-section {
    flex-direction: row;
  }

    /* 04062025 */
  .mission-image,
  .mission-content {
    width: 100%;
  }

    /* 04062025 */
  .mission-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

    /* 04062025 */
  .mission-content {
    padding: 20px;
    text-align: left;
  }

  /* 04062025 */
.logo a img {
  width: 26%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
	
/* Home 1 */

.slide-text {

  margin-left: 59%;

}

.middle-text {
  bottom:30px;
}

.cap-title h1 {

  font-size: 40px;

}

.cap-dec h2 {

  font-size: 35px;

}

.cap-readmore a {

  font-size: 14px;

}

.banner-text h1 {

  font-size: 35px;

  margin-bottom: 10px;

  margin-top: 10px;

}

.banner-text h2 {

  font-size: 28px;

}

.banner-text a {

  margin-top: 10px;

}

/* Home 3 */

.main-menu-2 > nav > ul > li > a {

  padding: 10px 20px;

}

/* Shop */

.list-pro-price {

  margin-bottom: 15px;

}

/* About Page */

.designer-text {

  top: 70%;

}
	
.about-info-1{
  padding: 10px 50px;
}

/* Login */

.social-login a {

  margin-right: 0;

  padding: 12px 15px;

}

.founder-2-intro {

  margin-top: 0px;

}

.founder-1-intro {

  margin-top: 30px;
  
}

.healthy-info-2 {
  height: auto;
}

.informative .content {
  padding:20px 10px;
}

.informative .content p {
  font-size: 13px;
}

.informative .content h3 {
  font-size: 20px;
}
	
.dashboard-icon-text{
 position: absolute;
 top: 80px;	
 right: 50px;
}
	
#top-menu > ul > li > a{
  padding: 10px 15px;		
}	
	
/* new code 26082021 start */	
	
.info-white-3{
  height: 400px;
}
	
/* new code 26082021 end */	
	
.lb-closeContainer{
  top:-1050px;	
}	
	
.shop-details{
  min-height: 0px;
}	
	
.main-menu > nav > ul > li {
  padding: 20px 0px;
}	
	
.logo {
    width: 100%;
}
	
.main-menu {
    margin-top: 15px;
}	
	
.cart-index {
    margin-top: 15px;
}	
	
#lblCartCount{
  /* 04062025 */
	top: 18px;
  left: 150px;
}	
	

	
}


/* Tablet desktop :768px. */

@media only screen and (max-width: 991px) {

   /* 09062025 */
  .fruit img {
    width: 240px;
}

 /* 04062025 */
 .product-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
}

  /* 04062025 */
.about-vswiss-index-img > img{
  border-radius: 20px;
  margin-bottom: 20px;
}

  /*04062025 */
.mission-section {
    /* flex-direction: column; 13062025*/
}

/*13062025*/
.scroll-fade-left,
.scroll-fade-right {
  transform: translateX(0px);
}


/* 04062025 */
.logo a img {
  width: 26%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

	
	
	
/*member page pop up*/	
.modal-member-content {
    width: 100%;
  }
	
.modal-member {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 150px 15px 0px 15px;	/*  Location of the box */
  left: 0;
  top: 8%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}	
/*END member page pop up*/		

/* Home 1 */

.info, .socials {

  overflow: hidden;

  text-align: center;

}

.phn-num, .mail-id {

  display: inline-block;

  float: none;

}

.socials a {

  margin: 0 10px;

}

#top-menu {

  float: none;

  margin-top: 0px;

  text-align: center;

}

.slide-text {

  /*margin-left: 50px;*/
  float: none;
  margin: 0 auto;

}

.middle-text {
  position: static;
  vertical-align: middle;
}

.cap-title h1, .home-3-slider .cap-title h1 {

  font-size: 30px;

}

.cap-dec h2, .home-3-slider .cap-dec h2 {

  font-size: 25px;

}

.cap-readmore a, .home-3-slider .cap-readmore a {

  font-size: 13px;
  background: rgba(0,0,0,0.4);
  border: 1px solid white;

}

.sin-banner a .wrap {

  width: 100%;

}

.sin-banner a .wrap h2 {

  font-size: 34px;

}

.banner-text {

  padding: 10px;

}

.banner-text h1 {

  font-size: 30px;

  line-height: 30px;

  margin-bottom: 10px;

  margin-top: 30px;

}

.banner-text h2 {

  font-size: 20px;

}

.banner-text h2 span {

  font-size: 26px;

  margin-bottom: 10px;

}

.banner-text p {

  display: none;

}

.banner-text a {

  font-size: 13px;

  padding: 9px 12px;

}

/* Home 3 */

.main-menu-2-pre {

  padding-right: 15px;

}

.home-3-slider {

  padding-left: 15px;

}

.trendy-product {

  margin-bottom: 30px;

}

/* Shop */

.pagination {

  margin-bottom: 20px;

}

.select-menu .sort {

  margin-right: 15px;

}

/* About Page */

.designer-text {

  top: 82%;

}

.designer {

  margin-bottom: 30px;

}
	
.about-info-1 {
    padding: 0px 20px;
}	
	
.about-banner {
    padding: 65px 30px;
}	
	
.contact-banner {
    padding: 50px 30px;
}	

/* Cart */

.cart-plus-minus .qtybutton {

  width: 28px;

}

/* Checkout */

.checkout-right {

  margin-top: 30px;

}

/* Login */

.social-login a {

  font-size: 12px;

  margin-right: 0;

  padding: 12px;

}

/* portfolio */

#portfolio .mix h2 {

  font-size: 18px;

  padding: 15px 20px;

}


.about-uni, .eat-healthy, .flawless-skin, .young-one, .hair-body {

  height: auto;

  background-attachment: scroll;

}

.flawless-skin {

  color: #333; 

}


.content-uni {

  text-align: center;

}


.btn-default-mobile {

  padding:10px 15px;

  background-color: #54b847;

  margin:7px 0px;

  color: #fff;

  font-size: 1em;

  font-weight: bold;

  border:none;

  letter-spacing: 1px;

}

.btn-default-mobile:hover {

  background-color: #3e9d31;

  color: #fff;

}

.subscribe-area {

  text-align: center;

}

/*
.footer-top-area {

  padding-bottom: 70px;

}
*/

.payment ul li {

  margin:0 0 0 2px;

}

.payment ul li a img {

  width: 42px;

}

.hidden-on-mobile {

  display: none;

}

.bwizard-steps {

  margin-left: 0;

}

.about-us {

  height: auto;

}

.about-us .content {

  margin-bottom: 40px;

}

.pg-small .section {

  padding:80px 0;

}

.founder-1-intro {

  position:inherit;

  /*right: 50px;*/

  margin-top: 30px;

}

.founder-1-intro h2, .founder-2-intro h2 {

  font-size: 20px;

}

.founder-1-intro h4, .founder-2-intro h4 {

  font-size: 12px;

}

.founder-2-intro {

  position:inherit;

  /*left: 50px;*/

  width: 350px;

  top: 0;

  margin-top:0;

}

.shopper-benefits {

  width: auto;

  margin-top: 100px;

  }


.about-uni .content-uni {

margin-top: 20px;

}


.about-us .content {

  margin-top:40px;

/*  color: #fff;*/

  text-align: center;

}

.header-top {
/* 04062025 */
  background: #ffffff;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 99999;
}

.mean-container .mean-bar {

  top:50px;

/*  border-bottom:1px solid #fff;*/

}

.header-area {

  text-align: center;

  margin-top: 90px;

}

.hairbody-info-1 {
  background: url(../img/hairbody-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
}
.healthy-info-2 {
  height: auto;
}
.info-listing li {
  width: 40%;
}

.page-title, .page-title-about {
	height: 250px;
	margin-top: 70px;
}

.pg-small {
  height: auto;
}

.page-title img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
  }
.hide-on-mobile {
  display: none;
}

.healthy-info-4 .content {
  margin-top: 20px;
}
.health-info-5 .content-2 {
  margin-top: 10px;
  padding:20px;
  text-align:center;
}

.informative .content {
  padding:20px 10px;
}

.informative .content p {
  font-size: 13px;
}

.informative .content h3 {
  font-size: 20px;
}

.shop-details h5, .shop-details .pro-ratting, .review-btn {
  float: left;
  text-align: left;
}
.prod-tab-content {
  margin: 20px 0;
}

.nivo-caption {
  background: rgba(0,0,0,0.3);
}

.dashboard-icon-text{
 position: absolute;
 top: 60px;	
 left: -5px;
}
	
	
.overlay {
  margin-bottom: 20px;
}	

.img-text::before, .img-text::after {
		top:10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	
.hero-image{
  padding: 50px 0px;		
}
	
.info-white-1{
  padding: 20px;
}	
	
.col-info-contact{
  top: -15px;
}	
	
.info-white-2{
  margin: 30px 15px 50px;		
}	
	
.info-white-3{
  height: 900px;
}
	
/* new code 26082021  start*/	
.dash-border.mobile{
  margin-top: 20px;	
  min-height: 0px;	
}
/* new code 26082021 end*/	
	
.shopping-cart-index {
    width: 4%;
    margin: 0px 10px;
	float: right;
}

.shopping-cart-mobile{
	top: 45px;
	position: relative;
	
}	
	
.menu-area {
  background: #fff;
  background-color: #fff;
  /* border: 1px solid #000; */
  height: 110px;
    position: fixed;
    z-index: 99999;
    /* 04062025 */
    top: 40px;
	width: 100%;

}	

  /* 04062025 */
.mean-container a.meanmenu-reveal {
    top: 20px;
}
	
.slider-wrap {
  position: relative; 
  margin-top: 60px;	
}
	
.pro-red-bg{
  padding: 50px;
}

.page.pro{
	margin-top: 110px;
}		

.lb-closeContainer{
  top:-790px;	
}
	
.section-info{
  top: 70%;
}	
	
.section-info-2{
  left: 50%;
  transform: translate(-80%, -70%);	
}	
	
.prod .quantity3 .cart-plus-minus .qtybutton{
	height: 50px;
    line-height: 50px;	
}
	
.prod .quantity3 .cart-plus-minus input {
    height: 50px;
}	
	
.cart-plus-minus .qtybutton {
    width: 25px;
}
	
.cart-btn input {
    padding: 13px 8px;
}
	
.mean-container .mean-nav {
  /* 04062025 */
    margin-top: 50px !important; 
}	
	
	
.copy-right {

  text-align: center;

  padding-top: 10px;
	
  border-top: 1px solid #fff;

}	
	
.menu-logo{
	display: none;	
}	
	
#lblCartCount {
    font-size: 12px;
    /* background: #ffffff;
    color: #bf0d3e; 04062025*/
    top: 3px;
    /* 04062025 */
    left: 730px;
    /* right: 0px; remove*/
    width: 18px;
    height: 18px;
    border-radius: 50%;
	
}	
	
.fa.fa-pencil-square-o{
	font-size: 20px;	
}
	
.custome-sv p{
	font-size: 16px;
}
	
/* new code 26082021 */	
	
.contact-info{
	margin-bottom: 0px;	
}
	
}	
	 /*end 991*/



/* Large Mobile :767px. */

@media only screen and (max-width: 767px) {

  /* 04062025 */
  .product-grid {
    grid-template-columns: 1fr; /* 1 column */
  }
/* 04062025 */
  .mission-image,
  .mission-content {
    flex: 1 1 100%;
  }
/* 04062025 */
  .mission-content {
    padding: 20px;
  }
/* 04062025 */
  .our-mission-index a {
    font-size: 16px;
  }

/* 04062025 */
.testi-desc {
  height: 500px;
}

.modal-lg {
  width: 90%;
}

.prod-tab-content {
  margin: 20px 0;
}
.healthy-info-4 .content {
  margin-top: 20px;
}
.health-info-5 .content-2 {
  margin-top: 10px;
  padding:20px;
  text-align:center;
}
.container{

/*  width: 450px;*/
	width:96%;

}

/* 04062025 remove */
/* .owl-nav {
display: block;margin-top: 0px; top:-550px;
} */

/* Home 1 */

.info, .socials {

  overflow: hidden;

  text-align: center;

  padding: 5px 0px;	
}

.phn-num, .mail-id {

  display: inline-block;

  float: none;

}

.socials a {

  margin: 0 10px;

}

#top-menu {

  float: none;

  margin-top: 0px;

  text-align: center;

}

.header-area {

  text-align: center;

  margin-top: 100px;

}

.logo {

  margin:0 auto;

}

.log-link {

  margin-bottom: 20px;

}

.cart-info {

  float: none;

  margin-top: 20px;

}

.cart-hover {

  width: 100%;

}

.header-cart-pro .content {

  text-align: left;

}

.nivo-controlNav {

  bottom: -20px;

}

/*.slide-text {

  margin-left: 50px;

}
*/
.cap-title h1, .home-3-slider .cap-title h1 {

  font-size: 30px;

}

.cap-dec h2, .home-3-slider .cap-dec h2 {

  font-size: 25px;

}

.cap-readmore a, .home-3-slider .cap-readmore a {

  font-size: 13px;

}

.sin-banner a img {

  width: 100%;

}

.tabs-list > li > a {

  font-size: 14px;

  padding: 3px 10px;

}

.fun-factor {

  margin: 15px 0;

}

.support {

  margin-bottom: 30px;

}

.support:last-child {

  margin-bottom: 0;

}

.footer-newslater {

  margin-top: 0;

  text-align: left;

}

.footer-newslater h3 {

  margin: 0 0 15px;

}

.footer-newslater form {

  float: left;

}

.copy-right {

  text-align: center;

  padding-top: 10px;
	
  border-top: 1px solid #fff;

}

.payment {

  text-align: center;

}

/* Home 3 */

.main-menu-2-pre {

  padding-right: 15px;

}

.home-3-slider {

  padding-left: 15px;

}

.trendy-product {

  margin-bottom: 30px;

}

/* Shop Page */

.view-mode, .sort-by {

  margin-bottom: 15px;

}

.shop-products > div {

  float: left;
  width: 50%;
}

.pagination {

  margin-bottom: 20px;

  width: 100% !important;

}

.pagination ul li {

  margin: 0 5px 10px;

}

.shop-products .single-list-product {

/*  width: 100%;*/

  margin:0;

}

.shop-product-area .border-left {

  border:none;

}

.list-pro-image {

  float: none;

  margin: 0 0 15px;

  padding: 0 15px;

  width: 100%;

}

.list-pro-image a img {

  width: 100%;

}

.list-pro-des {

  padding: 0 15px;

}

.details-pro-tab-list.tabs-list > li > a {

  padding: 0;

}

.product-nav > li > a {

  padding: 10px;

}

/* Blog */

.tagcloud {

  margin-bottom: 15px;

}

/* About Page */

.designer {

  margin-bottom: 30px;

  padding: 0 50px;

}

.designer-text {

  top: 81%;

}

/* Cart */

.cart-plus-minus .qtybutton {

  width: 26px;

}

.proceed {

  text-align: left;

}

.proceed a {

  margin-left: 0;

  margin-right: 10px;

}

.total {

  float: left;

  padding: 0px;

  text-align: right;

  width: 100%;

}

.total h5 {

  font-size: 13px;

  margin-bottom: 0;

}



.total h4 {

  font-size: 13px;

}



.total p {

  font-size: 13px;

}



.total-p {

  margin:10px 0px;

}

#procedto {

  float: left;

}

/* Checkout */

.checkout-right {

  margin-top: 30px;

}

.checkout-method.checkout-reg {

  margin-bottom: 20px;

}

.bill-info .group input {

  margin-right: 0;

  width: 100%!important;

}

.payment-met p {

  float: none;

}

.information {

  margin-bottom: 20px;

}

/* Contact */

.contact-form input:last-child {

  margin-bottom: 7px;

}

.contact-page-2 .info-single {

  margin-bottom: 15px;

}

/* Login */

.login {

  margin-bottom: 30px;

}

/* portfolio */

#portfolio .mix h2 {

  font-size: 18px;

  padding: 15px 20px;

}

.portfolio-filter .filter {

  padding: 6px 10px;

  margin-bottom: 5px;

}



/* Service */

.sin-shop-sidebar.serrvice-add {

  margin-bottom: 0;

  margin-top: 30px;

}

.about-uni, .eat-healthy, .flawless-skin, .young-one, .hair-body, .cta-area {

  height: auto;

  background-attachment:scroll; 

}



.eat-healthy {

  background-position: center center;

}



.flawless-skin {

  color: #333; 

}



.content-uni {

  text-align: center;

}



.btn-default-mobile {

  padding:10px 15px;

  background-color: #54b847;

  margin:7px 0px;

  color: #fff;

  font-size: 1em;

  font-weight: bold;

  border:none;

  letter-spacing: 1px;



}



.btn-default-mobile:hover {

  background-color: #3e9d31;

  color: #fff;

}



.subscribe-area {

  text-align: center;

}



/*
.footer-top-area {

  padding-bottom: 70px;

}
*/



.payment ul li {

  margin:0 0 0 2px;

}

.payment ul li a img {

  width: 42px;

}



.about-uni p, .content-uni p {

  font-size: 1.1em;

}



.cta-area {

  text-align: center;

}





.btn-default {

  white-space: normal;

}

.testimonial-item .content {

  text-align: center;

}



.testimonial-item .content h3 {

  margin-top: 30px;

}



.hidden-on-mobile {

  display: none !important;

}



table.cart-data-table {

    border: 0;

  }

  table.cart-data-table caption {

    font-size: 1.3em;

  }

  table.cart-data-table thead {

    border: none;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  table.cart-data-table tr {

    border-bottom: 3px solid #ddd;

    display: block;

    margin-bottom: .625em;

  }

  table.cart-data-table td {

    border-bottom: 1px solid #ddd;

    display: block;

    font-size: .8em;

    text-align: right;

  }

  table.cart-data-table td:before {

    /*

    * aria-label has no advantage, it won't be read inside a table

    content: attr(aria-label);

    */

    content: attr(data-label);

    float: left;

    font-weight: bold;

    text-transform: uppercase;

  }

  table.cart-data-table td:last-child {

    border-bottom: 0;

  }



  table.cart-data-table img {

    width: 100px;

  }





.bwizard-steps {

  background: transparent;

  margin-left:0;

  width: 100%;

  margin-top: 20px;

}



.payment-met .col-sm-4 {

  border-right:0;

  border-bottom: 1px solid #eee;

}



.simpleLens-lens-element {

  display: none;

}



.page-title h2 {

  font-size: 30px;

}



.pg-small .section {

  padding:60px 0;

}



.about-us {

  height: auto;

}



.founder-1, .founder-2 {

  width: 100%;

  margin-top: 0;

  float: none;

  text-align: center;

}



.founder-1-intro {

  /*bottom: 40px;*/

  /*top: 60%;*/

  background:rgba(255,255,255,0.6);

}



.founder-2-intro {

  background:rgba(255,255,255,0.6);

  float: left;

  left: 10%;

  right: 35%;

  width: 80%;

  text-align: left;

  top: 60%;

}



.shopper-benefits {

  width: 300px;

  float: none;

  margin:0 auto;

  margin-top: 150px;

  }



  .shopper-bar {

    height: 700px;

  }



/*
  .content-uni h2, .content-uni p {

    text-align: center;

  }
*/



  .about-uni .content-uni {

    margin-top: 20px;

  }



  .about-us .content {

    margin-top:40px;

/*    color: #fff;*/

    text-align: center;

  }



  .bg-50-half {

    width: 100%;

    height: 40%;

  }

  .contact-page-2 .or {

    display: none;

  }



  .contact-form {

   padding-left: 0px;
	padding-right: 0px;

  }



  .founder-1-intro, .founder-2-intro {

  position: inherit;

  bottom: 0;

  right: 0;

  left: 0;

  text-align: center;

  width: 100%



}



.title {

  margin:20px 0;

  padding:0;

}



.one-man h1, .one-man h2 {

  font-size: 5em;

  margin-top: 0;

  text-align: center;

}



.legacy h1, .legacy h2 {

  font-size: 3.5em;

  margin-top: 0;

  text-align: center;

}



.legacy-content .quote {

  width: 100%;

  margin-left: 0

}


.header-top {
/* 04062025 */
  background: #ffffff; 

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999999;
}

.mean-container .mean-bar {

  top: 55px;

  border-bottom:1px solid #fff;

}

.page-title {
  height: 150px;
  margin-top: 140px;	
}

/* n04062025 */	
.page-title.mobile-page {
  height: auto;
  margin-top: 120px;	
}	
	
.page-title-about{
  height: 350px;
  margin-top: 0px;	
}
	
	
.about-banner {
    padding: 75px 30px;
}
	
.contact-banner {
    padding: 75px 30px;
}	

.pg-small {
  height: auto;
}

.page-title img {
  width: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
  }

.hairbody-info-1 {
  background: url(../img/hairbody-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
}

.healthy-info-2 {
  height: auto;
}

.info-listing li {
  width: 40%;
}
.hide-on-mobile {
  display: none;
}

.shop-details h5, .shop-details .pro-ratting, .review-btn {
  float: left;
  text-align: left;
}	

}


/* small mobile :760px. */
@media only screen and (max-width: 760px) {

.prod-tabs .tabbable-line > .nav-tabs > li {
  width: auto;
}

.prod-tabs .tabbable-line > .nav-tabs > li > a > img {
  top: -30px;
}
.prod-tab-whitening-content h5 {
  margin-top: 10px;
}
.prod-tab-whitening-content p {
  margin: 5px 0 30px 0;
}

.mean-container .mean-bar {

  top: 35px;

}
.header-area {

  margin-top: 80px;

}
.founder-2-intro, .founder-1-intro {

  margin-top: 0;

}




.hairbody-content {
  margin-top: 30px;
}

.babycare-p1, .babycare-p2, .babycare-p3, .babycare-p4, .babycare-p5 {
  background-position: 0px 50px;
  padding:180px 0 40px 0;
  /*background-attachment: fixed;*/
}

.hide-on-mobile {
  display: none;
}
	
.width-half, .width-7 {width:100%;}	
	
#top-menu > ul > li > a{
	padding: 10px 5px;	
}
	
		

}



/* small mobile :320px. */

@media only screen and (max-width: 480px) {


   /* 09062025 */
   .fruit img {
    width: 120px;
}

  .bg-light-grey.padding-tb-80{
    padding: 40px 0px;
  }

 /* 04062025 */
 .form-contact{
  margin-bottom: 10px;
 }

 /* 04062025 */
  .ingredient-content h4{
    text-align: center;
  }
  

 /* 04062025 */
.page-title, .page-title-about {
	margin-top: 90px;
}

   /* 04062025 */
   .ingredient-section {
    flex-direction: column;
  }

   /* 04062025 */
.product-section {
  flex-direction: column;
  }

   /* 04062025 */
  #faq-footer > ul > li > a{
      padding: 4px 10px;
  }


 /* 04062025 */
  .mean-container .mean-nav {
      margin-top: 0px !important; 
  }	
  

/* 04062025 */
  .vswiss-content h3{
    padding-top: 20px;
  }
  

  /*04062025  */
  .padding-tb-80
{
	padding: 0px 0px;
}


/* 04062025 remove */
/* .owl-nav {	
display: block;margin-top: 0px; top:0px;
}	 */
	
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: bold;
  font-size: 15px;

}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-height: auto;
  width: 94%;
 margin:2%;
  text-align: center;
  cursor: pointer;
}	
	
	
	
/*pop up memberpage*/
.modal-member-content {
    width: 100%;
  }	
	
.modal-member {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 150px 15px 0px 15px;	/*  Location of the box */
  left: 0;
  top: 15%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}	
/*end pop up member page*/	

	/*testing today*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height: auto;
}	
	

.container{

  width: 350px;

}

/* Home 1 */

.header-button-price .total-price {

  float: left;

}

/*.nivo-caption {

  display: none !important;

}
*/
.section-title h2 {

  font-size: 16px;

}

.sin-banner a .wrap {

  width: 100%;

}

.magic-area .content h2 {

  font-size: 26px;

}

.magic-area .content h3 {

  font-size: 24px;

}

.testimonial-item .image {

  display: block;

  float: none;

  margin: 0 auto;

}

.footer-newslater form input[type="email"] {

  width: 170px;

}

/* Shop Page */

.shop-products > div {

  float: left;

  width: 100%;

}

.pro-Showing {

  float: left;

}

.list-pro-image {

  padding: 0;

}

.list-pro-des {

  padding: 0;

}

.select-menu .sort {

  margin-bottom: 10px;

}

/* About Page */

.designer {

  padding: 0;

}

.designer-text {

  top: 78%;

}

/* Service */

.services-details img {

  float: none;

  margin-bottom: 15px;

  margin-right: 0;

  width: 100%;

}



.payment {

  display: none;

}



.terms-conditions {

  text-align: center;

}



.terms-conditions li a {

  font-size: 10px;

}



/* badges only on small screens */

    .bwizard-steps li:after,

    .bwizard-steps li:before {

        border: none

    }

    .bwizard-steps li,

    .bwizard-steps li.active,

    .bwizard-steps li:first-child,

    .bwizard-steps li:last-child {

        margin: 5px 0px;

        padding: 7px 0px;

        /*background-color: transparent*/

    }



    .bwizard-steps li {

      width: 100%;

      display: block;

    }



    .bwizard-steps li:first-child, .bwizard-steps li:last-child {

      border-radius: 0;

    }

/* new code checkout*/

.process-mobile{
	padding: 0px;
}	
	
.container.container-top-menu-mobile{
	padding: 0px;
}	
	
.process-title {

  text-align: center;

  

}
	
.process-title h6 {
    font-size: 11px;
    text-align: center;	
}
	
.process-container-mobile{
	left: 20px;
}	


.process-line {
    margin: 15px 5px;
    margin-top: 20px;
	width: auto;
}	
	
.process-indicator{
	margin: 20px 0px;
}	

.final-total h4 span, .final-total h5 span {

  margin-left:50px;

}



.dashboard-wallet-balance li {

  width: 100%;

  text-align: left;

}



.dashboard-link h5 {

  margin:10px 0;

}



.dashboard-content li {

  width: 43%;

  margin:5px 5px;

  height: 120px;

}



.page-title h2 {

  font-size: 30px;

}



.founder-1-intro, .founder-2-intro {

  position: inherit;

  bottom: 0;

  right: 0;

}



#popup-container {

  width: 300px;

  height: 380px;

}



.shopper-benefits {

  margin-top: 30px;
  width: auto;
  }


.img-big {
  height: 140px;
  background: #fff;
}

.img-big img{

  max-width: 250% !important;
  margin-left: auto;
  margin-right:auto;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%)
}

  .shopper-bar {

    background-size: auto;

    background-position: top right;

  }

  .referral-bar {

    background-size: auto;

    background-position: top left;

  }



  .about-us .content p {

    font-size: 14px;

  }



  .nivoSlider img {

    left:-330px;

    width:200% !important;

  }



  .dashboard-content li h6 {

    font-size: 11px

  }

  .link-icon img {

    width: 30px

  }

  .m-img {

    width: 200px;

  }

  #popup-container .m-content h1, #popup-container .m-content p {

    font-size: 15px;

  }

  .contact-page-2 .contact-info {

    padding-right: 0;

  }
  .modal-dialog {

    margin:30px auto;

  }

.cart-popup-msg {

  width: 90%;

  margin:0 auto;

}

.mean-container .mean-bar {

  top: 15px;
  background: transparent;
  border-bottom: none;	

}
.header-area {

  margin-top: 0px;

}

.menu-logo{
  left: 170px;
  width: 25%;
  top: 6px;	
  display: none;	
}	


.hairbody-content {
  margin-top: 0px;
}

.babycare-p1, .babycare-p2, .babycare-p3, .babycare-p4, .babycare-p5 {
  background-position: 0px 50px;
  padding:180px 0 40px 0;
  /*background-attachment: fixed;*/
}

.info-listing li {
  width: 100%;
}

.healthy-info-2 {
  background-image: none;
}

.show-on-mobile {
  display: block;
}

.informative .content {
  padding:20px 10px;
}

.fc-event, .fc-event-dot {
  background: transparent;
  color: #54b847;
}

.fc-event {
  box-shadow: none;
}
.prod-benefits, .health-info-5 .info-title {
  text-align: center;
}

.healthy-info-7 .content, .healthy-info-6 .content, .healthy-info-4 .content, .healthy-info-3 .content, .healthy-info-2 .content,.babycare-1 .content  {
  margin-top:0;
  padding:15px;
  text-align:center;
}

.fc-title:before {
  color: var(--main-color);
}

.table-info td h2 {
  padding-left: 40px;
}

#popup-container-home.pop-style-2 {
  width: 300px;
  height: 400px;
}

#popup-container-home.pop-style-2 .m-content {
  margin-top:15px;
}

.lib-icon {
  padding:100px 0;
}	
	
#table-normal td, #table-normal th {padding: 10px;}
	
.bsi-banner {
	background: url("../img/bsi-banner-mobile.jpg");
	background-size: cover;
}	
	
.banner-content {
	padding: 30px 0 ;
	margin-top: 300px;
}
	
.hero-image{
	padding: 0px;
}	
	
.abt-row{
	padding: 30px 0px 0px;
}
	
.about-info-2{
	padding: 50px 20px;
}	
	
.hero-image h3{
	padding-top: 50px;	
}	

.abt-row-hero{
	width: 100%;
    -js-display: flex;
    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;
	padding: 30px 0px 0px;
}	
	
.info-white-1.mobile{
	margin-top: 20px;
}
	
.info-white-2{
	padding: 20px 0px;
}
	
/* new code 26082021 start*/	
.info-white-3{
	padding: 20px 0px;
	height: 900px;
}
/* new code 26082021 end*/	
	
.pro-red-bg{
	padding: 50px 30px;
}
	
.pro-white-bg{
	padding: 50px 30px;
	height: 700px;
}

.pro-light-grey-bg {
    padding: 50px 30px;
}
.pro-white-bg-2 {
    padding: 50px 30px;
}
	
.shopping-cart-index {
    width: 5%;
    margin: 0px 5px;
}
	
.menu-area{
  /* 04062025 */
	top: 30px;	
	box-shadow: 0px 4px 8px #eceeee;
	height: 60px;
}
	
.shopping-cart-mobile {
    top: 3px;
}	
	
.slider-wrap{
  /* 04062025 */
	margin-top: 94px;
}	
	
.page.pro{
	margin-top: 0px;
}
	
.lb-closeContainer {
    top: -400px;
}	
	
.vswiss-content {
    margin: 0px 20px;
}
	
.section-content{
	padding: 150px 20px 0px;
}	
	
.section-info{
	top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
	position: relative;
}
	
#certificate-table td {
    padding: 2px;
}
	
.certificate-info{
	margin: 80px 30px;	
}
	
.section-content-2{
    padding: 200px 20px 0px;	
}		
	
.section-info-2 {
    position: relative;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
.prod .quantity3 .cart-plus-minus .qtybutton{
	height: 50px;
    line-height: 50px;	
}
	
.prod .quantity3 .cart-plus-minus input {
    height: 50px;
}	
	
.product-details-content {
    min-height: 300px;
}	
	
.cart-plus-minus .qtybutton {
    width: 20px;
}	
	
.shopping-cart-btn{
	margin-left: 0px;
}	
	
.join-us{
  height: 1050px;
  margin: 0px;	
}
	
	
.social-icon{
	float: none;
    margin-top: 15px;
    /* text-align: center;	04062025 remove */
}	

.social-icon > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
	
.social-icon > ul > li {
    margin: 0px 5px;
}	
	
.header-social{
	position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
    height: 55px;	
}
	
.mean-container a.meanmenu-reveal {
  /* 04062025 */
    top: 20px;
}
	
.mean-container .mean-nav ul {
    margin-top: 75px;
}	
	
.social-icon > ul > li {
    display: inline-block;
    margin: 0;
    position: relative;
	width: 10%;
    padding: 0px 5px;
    margin: 0px 8px;
}
	
#lblCartCount {
    font-size: 10px;
    /* background: #ffffff;
    color: #bf0d3e; 04062025 remove*/
    top: 3px; 
    left: 340px; /* 04062025 */
    width: 15px;
    height: 15px;
    border-radius: 50%;	
	
}
	
.fa.fa-pencil-square-o{
	font-size: 15px;	
}
	
.custome-sv p{
	font-size: 12px;
}
	
/* new code 26082021 */	
	
.product-title {
    background: rgba(0, 0, 0, 0) url("../../vswiss/img/product-banner-mobile.jpg") no-repeat scroll center center/ cover;
}	
	
.contact-info{
	font-size: 10px;	
	margin-bottom: 0px;
}
}

@media only screen and (max-width: 350px) 
{
.container{
width: 300px;
}
}

@media only screen and (max-width: 911px) 
{
.overlay {
margin-bottom: 20px;
}
}


/*printing*/
@media print {
	
	#scrollUp
	{
		display: none;
	}
		
	
	.noprint
	{
		display: none !important;
	}
	
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
      .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
           float: left;   
      }

      .col-sm-12 {
           width: 100%;
      }

      .col-sm-11 {
           width: 91.66666666666666%;
      }

      .col-sm-10 {
           width: 83.33333333333334%;
      }

      .col-sm-9 {
            width: 75%;
      }

      .col-sm-8 {
            width: 66.66666666666666%;
      }

       .col-sm-7 {
            width: 58.333333333333336%;
       }

       .col-sm-6 {
            width: 50%;
       }

       .col-sm-5 {
            width: 41.66666666666667%;
       }

       .col-sm-4 {
            width: 33.33333333333333%;
       }

       .col-sm-3 {
            width: 25%;
       }

       .col-sm-2 {
              width: 16.666666666666664%;
       }

       .col-sm-1 {
              width: 8.333333333333332%;
        }            
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.menu-logo {
    width: 15%;
    height: auto;
    left: 350px;
    top: 0px;
	display: none;
}
}
