@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) {
	
/* 25062025 Title Start */
	.title-description-ipad p{
		margin-left: 40px;
		margin-right: 40px;
	}
	.title-description-ipad h1{
		font-size: 28px;
	}
	.title-description-ipad{
		padding: 0px;
		margin-top: 35px;
	}
/* 25062025 Title End */
/* 25062025 Explore Start */
	.explore-button-ipad{
		margin-bottom: 60px;
	}
/* 25062025 Explore End */
/* 25062025 Cart Start */
	.cart-ipad{
		padding-top: -20px;
	}
/* 25062025 Explore End */
/* 25062025 Store Start */
	.store-title-mobile{
		font-size: 20px;
	}
/* 25062025 Explore End */
	.shipping-title-mobile{
		font-size: 20px;
	}
/* 25062025 Faq Start */
	.faq-title-mobile{
		font-size: 20px;
		font-weight: bold;
		margin-left: 320px;;
/* 25062025 Faq End */
	}
/* Home 1 */
	.info-alignment-contact-ipad{
		margin-bottom: 20px;
	}
	.contact-margin-right-ipad{
		margin-right:  20px;
	}
	.contact-margin-left-ipad{
		margin-left:  -20px;
	}
	.edu-table-ipad{
		margin-left: 90px;
		margin-bottom: 30px;
	}
	.inspired-margin-ipad{
		margin-bottom: 30px;
	}
.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%;

}

/* 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;
}
	
.icon-download{
	width: 45%;
}	
	
.product-purple-bg-index{
	padding: 30px 50px 280px;
}	
		
	
.section-category{
	margin: 0px 30px;	
}	
	
.tab-content {
    margin-left: 50px;
    margin-right: 50px;
}
	
/* search page */
	
.category-search p {
    font-size: 10px;
}
	
.col-search.search-col-2 {
    width: 35%;
}
	
.col-search.search-col-3 {
    width: 50%;
}
	
.tab-content.pro-history {
    margin-left: 0px;
    margin-right: 0px;
}	
	
.search{
   margin-top: 10px;	
}	
	
.search input{
	padding: 10px 20px;	
	margin-bottom: 20px;
}
	
.fa.fa-search.search-header{
	top: 2px;	
}	
	
#lblCartCount-camera{
	top: 120px;
    right: 50px;	
}	
	
}


/* Tablet desktop :768px. */

@media only screen and (max-width: 991px) {
	
	
/* 25062025 Recently viewed Start */
	.recently-viewed-ipad{
		font-size: 24px;
	}
/* 25062025 Recently viewed Start */
/* 25062025 Inspired margin Start */
	.inspired-margin-ipad-air{
		margin-bottom: 30px;
	}
/* 25062025 Inspired margin End */
/* 25062025 Get inspired Start */
	.get-inspired-ipad h3{
		font-size: 24px;
	}
	.get-inspired-ipad p{
		font-size: 16px;
	}
/* 25062025 Get inspired Start */
/* 25062025 Shop by style Start */
	.shop-by-style-ipad{
		font-size: 24px;
	}
/* 25062025 Shop by style  Start */
/* 25062025 Our story Start */
	.our-story-description-ipad p{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.our-story-description-ipad h1{
		font-size: 24px;
	}
	.our-story-description-ipad p{
		font-size: 16px;
	}
/* 25062025 Our story End */
/* 25062025 Title Start */
	.title-description-ipad p{
		margin-left: 40px;
		margin-right: 40px;
		font-size: 16px;
	}
	.title-description-ipad h1{
		font-size: 24px;
	}
	.title-description-ipad{
		padding: 0px;
/*		margin-top: 35px;*/
	}
/* 25062025 Title End */
/*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: left;
  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;

}
	
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  height: auto;
}	
	

/* 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;

}

/* Cart */

.cart-plus-minus .qtybutton {

  width: 28px;

}
	
.cart-plus-minus.cart-pro .qtybutton, .cart-plus-minus.cart-pro input{
  width: 33px;		
}		
	
.cart-plus-minus input{
  width: 30px;		
}
	
.btn-default.wishlist{
	width: 100%;
	font-size: 10px;	
}		

/* Checkout */	

/* 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: left;

}

.footer-top-area {

  padding-bottom: 0px;

}

.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:20px 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 {

  background: #F0F2F5;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;
}

.mean-container .mean-bar {

  top: 25px;

  border-bottom:1px solid #fff;

}

.header-area {

  text-align: center;

  margin-top: 75px;
   
  margin-bottom: 8px;

}

.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 {
/*  height: 250px;*/
	height: 200px;
}

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

.index-login{
  margin-top: 20px;	
}	
	
.icon-download {
    width: 48%;
} 
	
.column-1, .column-2, .column-3{
	width: 30%;	
}
	
.title-pro{
	padding-left: 5px;
}	
	
.product-purple-bg-index{
	padding: 30px 35px 240px;
	margin-top: 30px;
}	
/*
	
.tab-content{
	margin-left: 60px;
	margin-right: 60px;		
}	
	
*/
.carousel-indicators{
	bottom: 0px;
}	
	
.tab-product-area.section {
    padding: 50px 25px;
}

	
#top-menu > ul li > ul{
	right: auto;	
}
	
/* search page */
	
.col-search.column-1 {
    width: 8%;
}
	
.search-product {
    width: 80%;
    margin-left: 0px;
}
	
.col-search.column-2 {
    width: 32%;
}
	
.col-search.column-3 {
    width: 45%;
    margin-left: 20px;
}
	
.category-search {
    padding: 0px 5px;
}
	
.category-search p {
    font-size: 10px;
}
	
.search-more-btn {
    margin-left: 13px;
}	
	
/* brand */

.brand-logo{
	width: 100%;
}
	
.tab-content.pro-history {
    margin-left: 0px;
    margin-right: 0px;
}
	
#lblCartCount-camera{
	top: 120px;
    right: 10px;	
}	
	
/* header */
	
.cd-main-header {
    height: 70px;
}	
	
.cd-header-buttons {
	top: 12px;
	display: flex;
    width: 150px;
    align-items: center;
}	
	
.cd-header-buttons li {
    margin-right: 20px;
}
	
	.cd-header-buttons li:last-child{
	margin-right: 0px;	
	}	
	
.shopping-cart-index, .icon-user {
    width: 100%;
}
	
.gallery-index{
	grid-auto-rows: 180px;	
}	
	
.pro-border-right {
    border-right: none;
}	
	
.brand-details1{
	margin-top: 20px;	
}
	
.search{
	margin: 18px auto;	
}
	
.search input{
	padding: 10px 20px;
	font-size: 10px;
	width: 60%;
}	
	
.search > .submit{
	right: 100px;
	top: 9px;
}

/* popup chat box new code 01072022 */	
.popup-chat-box{
	width: 700px;
	right: 30px;
}
	
.open-button{
	right: 30px;	
}	
} /*end 991*/



/* Large Mobile :767px. */

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

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

}

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

/* 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: 2px;
	
  margin-bottom: 5px;	

  text-align: center;

}

.header-area {

  text-align: center;

  margin-top: 100px;

}

.logo {

  margin:0 auto;

}

.log-link {

  margin-bottom: 20px;

}

.cart-info {

  float: none;

}

.cart-hover {
  right: -60px;
  top: 55px;	
}
	
#lblCartCount-index{
  font-size: 12px;
  width: 20px;
  height: 20px;		
}	

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

  margin-bottom: 15px;

}

/* 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;

}
	
.cart-plus-minus.cart-pro .qtybutton, .cart-plus-minus.cart-pro input{
  width: 38px;		
}	

.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-progress, #checkout-progress2{
	margin-top: 50px;	
}	

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

}


/* 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: left;

}



.footer-top-area {

  padding-bottom: 10px;

}



.payment ul li {

  margin:0 0 0 2px;

}




.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:20px 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 {

  background: #aa1781; 

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 9;
}

.mean-container .mean-bar {

  top: 55px;

  border-bottom:1px solid #fff;

}
	
#top-menu > ul li > ul{
  right: auto;		
}
	
#top-menu > ul > li > a{
  padding: 10px 5px;
}	

.page-title {
  height: 150px;
}

.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;
}
	
.brand-details i{
   font-size: 12px;
}	

.title-category{
   padding-top: 20px;		
}	
	
.store-grey-bg{
	padding: 30px 10px;	
}
	
.brand-smalltitle{
	font-size: 12px;	
}	
	
.brand-details.pro-right-col {
    padding-top: 0px;
}	
	
.pro-chat{
	padding-left: 0px;	
}	
	
.search{
	width: 100%;
	margin: 20px auto;
}	
	
.search input {
    width: 100%;
}

.search > .submit {
    right: 10px;
}	
	
#procedto2.proceed-btn {
	width: 100%;
}
	
.brand-slider .owl-nav .owl-next {
    top: -50px;
    margin: 0px 40px;
}
}


/* 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%;}	

}



/* small mobile :320px. */

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


	
	.title-description{
		padding-top: 110px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px;
	}
	.row {
        display: flex;
        flex-direction: column;
    }

    .img-container {
        order: -1; /* Move the image above */
		width: 100%;
    }
	.store-title-mobile{
		font-size: 20px;
	}
	.shipping-title-mobile{
		font-size: 20px;
	}
	.faq-description-mobile{
		font-size: 15px;
	}
	.faq-title-mobile{
		font-size: 20px;
	}
	
	.contact-padding p{
		margin-bottom: 30px;
	}
	.contact-padding{
		margin-bottom: 80px;
		padding-right:0px;
	}
	.title-contact-mobile h3{
		font-size: 20px;
	}
	.title-contact-mobile p{
		font-size: 15px;
		margin-right: 10px;
	}
	.title-contact-mobile h1{
		font-size: 20px;
	}
/*
	.google-image-mobile{
		width: 100%;
		height: 250px;
	}
*/
	.edu-table-mobile{
		margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 30px;
	}
	.education-mobile{
		font-size: 20px;
		padding-left: 0px;
	}
	.recently-mobile{
		font-size: 20px;
	}
	.get-insipred p{
		font-size: 15px;
	}
	.get-insipred h3{
		font-size: 20px;
	}
	.shop-by-style-mobile{
		font-size: 20px
	}
	.adjust-padding{
		padding-bottom: 40px;
	}
	
.the-essentials-mobile p{
   font-size: 15px;
   text-align: center;
   line-height: 1.8;
   max-width: 1000px;
   margin: 0 auto 30px auto;
   padding: 0px 20px;
}
	
.shopnow-button-mobile{
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto 20px auto;
}

.the-essentials-mobile h1{
	font-size: 20px;
	margin-top:-80px;
}
	
.our-story-description-mobile {
   font-size: 15px;
   text-align: center;
   line-height: 1.8;
   max-width: 1000px;
   margin: 0 auto 30px auto;
   padding: 0px 20px;
}
.explore-button-mobile{
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto 20px auto;
}
.ourstory-bg-mobile{
  background-image: url("../img/ourstory.jpg");
  background-size:auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px; /* Makes sure the body takes full viewport height */
  margin: 0;
  text-align: center;
}
.our-story-mobile h1{
	font-size: 20px;
	margin-top: -5px;
	margin-bottom: -20px;
}
	
	
.customize-button-mobile{
  display: inline-block;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  
}
	
.customize-ring-mobile p{
	ont-size: 18px;
	max-width: 100%;
	
}
	
.customize-ring-mobile h2{
	font-size: 20px;
	text-align: center;
}
	
.customize-ring-mobile{
	margin-left: 40px;
}
	
.owl-nav {	
  display: block;
  margin-top: 0px; 
  top:-420px;
}	

	
.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%;
	min-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%;

}


.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: 45px;

}
.header-area {

  margin-top: 92px;

}



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

	
.custome-sv{
  margin-right: 16px;		
}	
	
.custome-sv p{
  font-size: 11px;		
}	

.menu-logo{
  top: 0px;
  width: 25%;
}
	
.index-login {
    margin-top: 0px;
    text-align: center;
	margin-bottom: 15px;
}	
	
.icon-login{
	width: 15%;
}
	
.rating{
	padding-bottom: 20px;
}	
	
.description .tab-content{
	padding: 0px;
}	
	
.icon-pro{
	padding: 0px;	
	width: 20%;
}	
	
.product-purple-bg-index{
	padding: 30px 5px 500px;
}	
	
.title-pro.mobile{
	padding-top: 30px;
}	
	
.container-mobile{
	padding: 0px;	
}
	
.owl-nav .owl-prev {
    top: 300px;
}
	
.owl-nav .owl-next {
    top: 300px;
}
	
.rating-col{
	margin: 8px;
	padding: 8px;
}	

.product-page .description .tab-pane p{
	font-size: 10px;
}
	
.tab-product-area.section {
    padding: 20px 0px;
}
	
.pro-title-right{
	width:48%; 
}	

/* new code 01072022 */	
.brand-item p{
	font-size: 10px;
	padding-top: 3px;
}	
	
.brand-slider .owl-nav{
	display: none;	
}	
	
.section-category{
	height: 100px;
	margin: 0px;
	padding: 20px 0px 0px;
}
	
.top-pro {
    padding: 30px 0px;
}	
	
.tab-content{
	margin-left: 0px;
	margin-right: 0px;
}
	
/* search page */
	
.col-search{
	display: block;	
}	
	
.col-search.search-col-1 {
    width: 100%;
}
	
.col-search.search-col-2, .col-search.search-col-3, .col-search.search-col-4 {
    width: 100%;
    padding-top: 10px;
}	
	
.category-search{
	padding: 0px 5px;	
}	
	
.category-search p{
	font-size: 10px;	
}
	
.search-more-btn{
	margin: 0px 40px;	
}	
	
.search-product{
	width: 30%;
	margin-left: 0px;
}	
	
.brand-grey-bg{
	padding: 20px 20px 80px;	
}	
	
.brand-details.right-col{
	padding-top: 16px;
}
	
.col-search.column-1{
	width: 50%;	
	margin-bottom: 10px;
}
	
.col-search.column-2{
	width: 100%;
	margin-bottom: 10px;
}	

.col-search.column-3 {
    width: 100%;
    margin-left: 0px;
	margin-bottom: 10px;
}	
	
.col-search.column-4{
	width: 100%;
}	
	
.purchase-pro{
	width: 100%;
}	

.chat-box-2 button {
    margin-right: 0px;
}	
	
.purchase-history {
    padding: 10px 0px;
}	
	
.purchase-details {
    padding: 5px 0px 5px 10px;
}
	
.purchase-total{
	margin: 0px;
}	

.delivery-status{
	margin: 10px 0px;
}	
	
.pro-purchase-bg{
	padding: 0px 15px 10px;
}
	
#lblCartCount-camera{
	top: 120px;
    right: 90px;	
}	
	
.gallery-index	{
	grid-auto-rows: auto;	
}
	
.container-img{
	padding-bottom: 15px;	
}	
	
.gallery-index {
    grid-auto-rows: auto;
    display: block;
}
	
.tab-content.index {
    margin-left: 10px;
    margin-right: 10px;
}	
	
.owl-nav {
    margin-top: 0px;
    top: 0px;
    z-index: 1;
}	
	
.payment ul li a img {

  width: 50px;
	
  padding-bottom: 5px;	

}


.subscribe-footer{
	padding-top: 25px;
}
	
.btn-default2{
	margin: 20px auto;	
}	
	
.btn-default{
	text-align: center;
    width: 50%;
    display: inline;
	margin: 0px;
}	
	
/* popup chat box new code 01072022 */
	
.popup-chat-box{
	width: 320px;
	right: 30px;
}
.left-sidebar{
	width: 100%;	
}		
}


@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: 10%;
  height: auto;
  top: 0px;	
}
}
