

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

/*new code 161123 START*/
@font-face {
  font-family: "baskerville";
	
  src: url('../fonts/baskerville.ttf') format('truetype'), 
	   url('../fonts/baskerville.woff') format('woff'), 
	   url('../fonts/baskerville.woff2') format('woff2');	
}

@font-face {
  font-family: 'nolan-regular';
  src: url('../fonts/Nolan-Regular.ttf') format('woff2'),
       url('../fonts/Nolan-Regular.woff') format('woff'),
       url('../fonts/Nolan-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'nolan-bold';
  src: url('../fonts/Nolan-Bold.woff2') format('woff2'),
       url('../fonts/Nolan-Bold.woff') format('woff'),
       url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
/*new code 161123 END*/
:root {
  --main-color: #465560;
}

::selection {
  background: #465560; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #465560; /* Gecko Browsers */
  color: #fff;
}

/*pop up issue have body padding*/
body{
	padding-right: 0 !important;
	/*background: #f7f9fa;*/
}

.serif {
  font-family: "Times New Roman", Times, serif;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em;
}



/*categories -panel*/
/*.columns {
	width: 20%;
	float: left;
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.thumbnail-category-panel {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}*/



/* form - upload file*/
.wrapper-class input[type="radio"] {
  width: 15px;
}

.wrapper-class label {
  display: inline;
  margin-left: 10px;
  }
	
input[type=file] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 34px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}

.control-fileupload {

  display: block;
  border: 1px solid #ccc;
 background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 5px 2px 5px;
  overflow: hidden;
  position: relative;
	margin-bottom: 10px;

  /* File upload button */
}
.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
  cursor: pointer !important;
  	
}
.control-fileupload:before {
  /* inherit from boostrap btn styles */
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  /* add more custom styles*/
  content: 'Browse';
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  line-height: 20px;
  text-align: center;
}
.control-fileupload:hover:before,
.control-fileupload:focus:before {
	
	 border-color: var(--main-color);
  background-color: #e6e6e6;
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.2s ease-out;
  transition: background-position 0.2s ease-out;
}
.control-fileupload label {
  line-height: 24px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 90px;
  margin-bottom: 0px;
  cursor: text;
}	



/*----------------------
	1. Body
------------------------*/
*{margin:0;padding:0;}
body {
 /* background: #f7f9fa;*/
  color: #3e3f3f;
  font-family: "Roboto",sans-serif;
}

/*new code 1611232023 START*/
.font-baskerville {
	font-family: "baskerville";
	
} /*new code 1611232023 END*/

.font-playfair {
	font-family: "Playfair Display",serif;
} /*11042023 new*/
.wrapper {
    min-height: calc(100vh - 70px);
}

h1, h2, h3, h4, h5, h6, p {
  margin:0;
}
p {
	line-height: 25px;
	font-size: 15px;
}

br {
	margin-bottom: 20px;/* 27122022*/
}
a {
  color: #3e3f3f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a, a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}

img {
  max-width:100%;
}

.img-shadow {

-webkit-box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.64);
box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.64);
	
}

.img-radius {
	 border-radius:8px;
}

.color-purple {
	color:#627bbc;
}

.color-white {
	color:#ffffff;
}

.color-gray {
	
	color: var(--main-color);
}

#bg-color-light-blue {
	background:#dce7f2;
}

#bg-dark {
	background:#465560;
}

.text-bold {
	font-weight:700;
}

.txt-white {
	color:#ffffff;
}

.font-small
{
	font-size: 13px; /*10052023*/
}

.disc-list {
	list-style-type: disc;
	margin-left: 15px;
}
.disc-list li {
	margin: 5px 0;
}

.inline-list li{
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	/*border-right: 1px solid #606060;
	display: inline-block;*/
	list-style-type: disc;
	float: left;
} /*03052023 new*/
.inline-list li:last-child{
	margin-right: 0;
	border-right:none;
} /*03052023 new*/

/*treatment*/

/*#caption-thumbnail p
{
	padding: 10px 0px;
	display: block;
    text-align: center;
}



.single_category_product {
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}


.single_category_product img {
  width: 100%;
}



.single_category_product .category_product_text {
  text-align: center;
  margin-top: 23px;
}


.single_category_product .category_product_text h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}*/

/*for message top */
/*#message-top {
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	display: block;
}

div.sticky {
	position: -webkit-sticky;
	position: sticky;	
	width: 100%;
	background-color: yellow;
	padding: 5px;
	font-size: 20px;
}
	
#inner-message2 {
    margin: 0 auto;
}*/


/*treatment end*/

/*promotion area*/
#promotion-panel
{
	background: #fff; 
	width: 100%; 
	display: block; 
	float: left; 
	padding: 15px; 
	border: #dcdcdc solid 2px; 
	border-radius: 5px;
	margin: 40px 0px;
	
	-webkit-box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.44);
box-shadow: 0px 9px 14px -2px rgba(0,0,0,0.44);
}

#promotion-panel-nav
{

    background: #fff;  
	border: #dcdcdc solid 2px; 
	border-radius: 5px;
	float: left;
    width: 100%;
	max-height: 370px;
	height: 370px;

}

.padding-lr-20
{
	padding: 0px 20px;
}

.padding-tb-30
{
	padding: 30px 0px;
}

.padding-tb-80
{
	padding: 80px 0px;
}

ul.table-list-circle
{
	list-style-type: circle;
	list-style-position:outside;
	padding-bottom: 20px;
	font-size:15px;
	padding: 5px 20px;
}

.table-list-circle li
{
	margin-bottom: 8px;
}


/*----------------------
	2. Common Classes
------------------------*/
.fix{overflow:hidden;}
.float-left{float:left;}
.float-right{float:right;}
.clear {
  clear: both;
}

*:focus {
  outline: none;
}
.section {
  padding: 80px 0;
}
.section2 {
  padding: 160px 0;
}
.border-bottom{
	border-bottom: 1px solid #674d26;
}
.page {
  padding: 30px 0;
}
.page2
{
  padding: 10px 0;
}
#pageBanner {
	height: 400px; 
	background-size: cover!important;
} /*10052023 new*/
.section-title {
  text-align: center;
  margin-bottom: 50px;	
}
.section-title h2 {
  color: #465560;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.content-title {
  color: #465560;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.underline {
  background: #465560 none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto;
  width: 100px;
}
.overlay {
/*  background: rgba(84,184,71,0.8);*/
	background: rgba(0,0,0,0.8);
}

.page-title-bg {
  background: #465560;
}

.pg-small .section {
  padding:40px 0px;
}

.overlay-page-title {
  background: rgba(0,0,0,0.6);
}
.owl-dots {
  text-align: center;
  margin-bottom: 30px;
}
.owl-dot {
  border: 1px solid #465560;
  display: inline-block;
  height: 5px;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
}
.owl-dot.active {
  background: #465560;
}
.owl-nav {
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
  text-align: center;
  display: block;
	width: 100%;
	top: 48%;
	
}

/*testing-today*/
.owl-nav > div 
{
  border:2px solid #465560;
  border-radius: 50%;
  color: #465560;
  display: inline-block;
  font-size: 22px;
  height: 36px;
  line-height: 32px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition: transform .2s;
  width: 36px;
	position: absolute;
	background: #fff;

}
.owl-nav > div:hover  {
  background: #465560;
  color: #fff;	
  transform: scale(1.2);   	
}

.owl-nav > div i{}

/*new code 180821*/
.owl-nav .owl-prev, .owl-nav .owl-next  {
	 position:absolute;
/*
  position: absolute;
  top: 50%;
  transform: translateY(-950%);
*/
    
}

.owl-nav .owl-prev {
  left:0;
}

.owl-nav .owl-next {
  right: 0px;
}

#scrollUp {
  background: #627bbc none repeat scroll 0 0;
  border: 3px solid #fff;
  bottom: 100px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 40px;
  right: 25px;
  text-align: center;
  width: 50px;
}
#scrollUp i{}


/*----- 3.1 Header Top -----*/
.header-top {
  background: #465560 none repeat scroll 0 0;
}
/*
.info, .socials {
	padding: 8px 0px;
}
.phn-num, .custome-sv {
  margin-right: 20px;
}

.phn-num i, .mail-id i {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
.phn-num i {
  margin-top: 5px;
}
.phn-num p, .mail-id p, .custome-sv p, .pointer p {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-left:5px;	
  	
	
}
.phn-num a, .custome-sv a, .pointer a {
  color: #fff;
}
.mail-id p a {
  color: #fff;
}
.mail-id p a:hover {
  text-decoration: underline;
}
.socials a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 25px;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  display: inline-block;
  line-height: 21px;
}
.socials a:hover {
  background: #fff none repeat scroll 0 0;
  color: #465560;
}
*/


/*----- 3.5 Slider Area -----*/
.slider-wrap {
  position: relative;
}
.slider-image{}
.nivo-caption{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height:100%;
	opacity:1;
}
.slide-text {
  display: table;
  float: left;
  height: 100%;
  margin-left: 59%;
}
.slide2-text.slide-text {
  float: right;
  margin-right: 36.2%;
}
.middle-text {
  display: table-cell;
  position: absolute;
  bottom: 70px;
  /*vertical-align: middle;*/
}
.cap-title {
  margin-bottom: 20px;
}
.cap-title h1 {
  background: rgba(224, 158, 37, 0.6) none repeat scroll 0 0;
  color: #ebebeb;
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
  margin-left: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.cap-dec{
	margin-bottom: 30px;
}
.cap-dec h2 {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-size: 45px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}
.cap-readmore {
  display: inline-flex;
  overflow: hidden;
}
.cap-readmore a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
.cap-readmore a:hover {
  opacity: 0.8;
}
.nivo-controlNav {
  bottom: -5px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 8;
}
.nivo-control {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  margin: 0 5px;
  text-indent: -99999px;
  width: 40px;
}
.nivo-control.active {
  background: #465560;
}
.slider-progress{
	position:absolute;
	top:0;
	left:0;
	background-color: #465560;
	height:5px;
	-webkit-animation: timebar 5000ms ease-in-out;
	-moz-animation: timebar 5000ms ease-in-out;
	-ms-animation: timebar 5000ms ease-in-out;
	animation: timebar 5000ms ease-in-out;
	opacity:0.8;
}
@-webkit-keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
 }
 @keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
 }
 .slider-progress.pos_hover{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
 }	

/*===========----------============*/
/*===========Index Page============*/
/*===========----------============*/
/*slider*/
.carousel-control{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 50%, rgba(0,0,0,.0001) 100%)!important;
} /*02062023*/
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
.carousel-indicators {
	z-index: 2;
}
/*icon-hyperlink*/
.icon-hyperlink img {
	background: #684e26;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 10px;
}
.icon-hyperlink a > div {
	text-align: center;
	color: #684e26;
	margin: auto;
	border-bottom: 2px solid #fff; /*10052023*/
}
.icon-hyperlink  a p {
	text-transform: uppercase;
	margin-top: 10px;
}
.icon-hyperlink div > a:hover > div{
	border-bottom-color: #465560;
}
.icon-hyperlink a:hover p {
	color: #465560;
}
.icon-hyperlink  a:hover img {
	background: #465560;
}
/*img-hyperlink*/
.img-hyperlink img {
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	opacity:0.85;
}
.img-hyperlink img:hover {
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	opacity: 1;
	border-radius: 10px;
}
/*#indexBanner1 {
	height: 400px; 
	background-size: cover!important;
}
#indexBanner2 {
	height: 550px;
	background-size: cover!important;
}
#indexBanner1 a, #indexBanner2 a {
	display: block; 
	height: 100%; 
	width: 100%;
}*/ /*10052023 remove these 3 */
.bannerDekstop {
	display: block;
}/*10052023 new*/
.bannerMobile {
	display: none;
}/*10052023 new*/
/*===========end Index Page============*/

.instagram-feed {
	width: 100%;
}

/*----- Featured product Area -----*/
.product-item {
  margin-bottom: 20px;
  /*margin-top: 20px;*/
  padding:8px;
  border:none;
  height: 100%;
/*
	margin-left: 5px;
	margin-right: 5px;
*/
}

.product-item:hover {
  box-shadow: 0px 0px 5px #ddd;
/*  transform: scale(1.05);*/
	
}

.product-item .img-blur2:hover 
{
	box-shadow: 0px 0px 1px #ddd;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
	filter: brightness(90%);
}

.product-img-hover {
  position: relative;
  margin-bottom: 10px;
}

.pro-image {
  display: block;
  position: relative;
}
.pro-image::before {
  background: none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 99;
}
.product-item:hover .pro-image::before {
  opacity: .6;
}



/*.product-img-hover:hover {
  transform: scale(200%);
}*/
.product-action-btn {
  height: auto;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 99;
}
.product-action-btn a {
  background: #465560 none repeat scroll 0 0;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  transform: translateX(-100%);
  width: 40px;
}
.product-action-btn a:last-child {
  margin-bottom: 0;
}
.product-action-btn a:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}
.product-action-btn a.quick-view {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-action-btn a.favorite {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-action-btn a.add-cart {
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}
.product-action-btn a i{
  color: #fff;
}
.product-item:hover .product-action-btn a {
  transform: translateX(10px);
}
.name-describe {
	height: 160px;/* 03052023-2*/
	overflow:hidden;
}
.name-describe a {
	text-align: center;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
	
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	 -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    	line-height: 18px;/*27062023 new*/
    	
}
.name-describe a:hover span.pro-name{
  color: #465560;
}
.name-describe span.pro-describe {
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	font-family: "Playfair Display", serif;
	text-align: center;	
}
.name-describe a:hover span.pro-describe {
  color: #000;
}
.pro-price {
  float: left;
  width: 100%;
  margin-bottom: 7px;
	text-align: center;
}
.pro-price p{}
.pro-price p span {
  margin: 0 5px;
}
.pro-price p .old {
  text-decoration: line-through;
  /*color: #cf023c;*/
	font-size: 15px;
	
}
.pro-price p.discount {
	font-size: 18px;
	color: #ed1c24;
}
.pro-price p .new {
  font-weight: 600;
  position: static;
  font-size: 16px;
  color: #000;	
}
.owl-carousel .owl-stage {
	display: flex;
}
.price-button {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.price-button input {
	margin-bottom: 0;
	padding: 10px 15px;
    border: none;
    border-radius: 0px;
    background: #465560;
    color: #fff;
}

.action-btn, .action-btn2{
  margin-bottom: 20px;
}
.action-btn a {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}
.action-btn2 a {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 4px;
  text-align: left;
  width: auto;
  padding: 0 15px;
  font-family: 'Roboto Condensed', sans-serif;
}

.action-btn a:hover, .action-btn2 a:hover {
  background:#465560;
  color:#fff;
}


/*===========---------------============*/
/*===========Product Details============*/
/*===========--------------============*/
.product-detail-slider {
	/*float: left; 
	display: block;
	width: 100%; 
	margin-top: 20px;*/
	position: relative;
}

/*.featureslider { position: relative; }

.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top: 0; margin-bottom: 0; }

.featuredPostSlider img { width: 100%; }

.featuredPostSlider h2 { width: 65%; position: absolute; left: 5%; color: #fff; font-size: 36px; }

.pro-img-slider { position: relative; }*/

#slick-pager {
	position: absolute;
	top:0; 
	left: 0; 
	width: 20%; 
	z-index: 2; 
}

#slick-pager a { 
	padding: 5px 5px; 
	margin-bottom:5px;
	width: 100%; 
	float: left; 
	border: .5px solid #ddd; 
	color: #fff; 
	text-decoration: none; 
}

#slick-pager a:hover { 
	text-decoration: none; 
}

#slick-pager a.active { 
	background-color: #d95123;
}

#slick-pager .slick-list .slick-track .slick-slide.slick-current { 
	background-color: var(--main-color);
}

.slick-pager { 
	margin-top: 20px; 
	margin-bottom: 0px; 
	overflow: hidden;
}

.slick-slide {
	border: .5px solid #ddd;
}

.pagerNavigation i {
	float: left; 
	width: 100%; 
	margin-top: 0px; 
}

.pagerNavigationTop { 
	/*color: #fff; */
	font-size: 29px;
	text-align: center;
	position: relative; 
	right: 0;
	width: 100%; 
	cursor: pointer; 
}

.pagerNavigationBottom { 
	bottom: -30px; 
	position: absolute;
	width: 100%; 
	left: 0; 
	height: 30px;
	cursor: pointer; 
	/*color: #fff; */
	font-size: 29px; 
	text-align: center; 
	padding-top: 10px;
}
.shop-details {
  padding:20px;
}
.shop-details h3.product-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shop-details h5 {
  margin-bottom:15px;
  font-style: italic;
}
.shop-details .pro-ratting {
	margin: 20px 0;
}
.shop-details h3.current-price {
  font-weight: 700;
  margin: 15px 0;
}
.promo-price {
	color: #cf023c;
}
.shop-details span.original-price {
  margin-left: 0px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
.shop-details h3 .discount{
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;  
}
.shop-details p {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}

.shop-details .quantity {
  position: relative;
  width: 100%;
  }

.prod .quantity .cart-plus-minus .qtybutton {
  height: 60px;
  line-height: 60px;
}

.prod .quantity .cart-plus-minus input {
  height: 60px;
}

.shop-details .quantity input:focus {
  outline: 0;
}

.shop-details .quantity-nav {
  float: left;
  position: relative;
  height: 60px;
}

.shop-details .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.shop-details .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.shop-details .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.cart-btn input{
  width: 100%;
  padding:10px 15px;
  border:none;
  border-radius: 0px;	
  background: #465560;
  color: #fff;
}

.cart-btn input:hover{
  background: #344a54;
}

.details-pro-tab-content {
  margin-bottom: 20px;
}
.details-pro-tab-content .tab-pane{}
.details-pro-tab-list {
  margin: 0 -10px;
  overflow: hidden;
}
.details-pro-tab-list li {
  display: block;
  float: left;
  padding: 0 10px;
  width: 25%;
}
.details-pro-tab-list li.active{}
.details-pro-tab-list li a {
  display: block;
  padding: 0;
}
.details-pro-tab-list li a img{
  border:1px solid #e3e3e3;
}


.review {}
.review textarea {
  background: transparent;
  border: 1px solid #ccc;
  color: #848282;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 7px 15px;
  width: 100%;
}
.review-btn {
  float:right;margin-top:10px;
}

.add-wishlist {
	position: absolute; 
	right: 15px;
	top:15px;
}
.action-btn3 a {
  background: none;
  color: #ddd;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 4px;
  text-align: left;
  width: auto;
  padding: 0 15px;
}
.action-btn3 a:focus, .action-btn3 a:hover, .action-btn3 a:active {
  color:#F44447;
}

.review-summary > div {
	display: inline-block;
}
.review-summary > div:last-child p {
	display: inline-block;
}
.review-summary > div:last-child p:last-child {
	margin-left: 5px;
}
.review-summary > div:last-child a {
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
}
/*---rating input---*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '\2605 ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*---end rating input---*/


.product-nav {
  margin-bottom: 5px;
  border-bottom: 0;
}
.product-nav > li {
  display: inline-block;
	border-right:.5px solid #465560;
	margin: 10px 0;
}


.product-nav  > li > a {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
	padding: 5px 5px;
	margin: 0px 20px
}
.product-nav > li:last-child  {
	border-right:.5px solid #465560;
}
.product-nav  > li > a:hover, .product-nav  > li.active > a, .product-nav  > li.active > a:focus, .product-nav  > li.active > a:hover {
  background: transparent;
  color: #000;
	
}
.product-nav  > li.active a {
	border-bottom:1px solid #465560;
}
.description .product-nav  > li.active > a, .description .product-nav  > li > a {
  font-size: 16px;
  font-weight: 500;
}

.description .tab-content h4 {
  font-weight: 800;
  font-size: 16px;
  margin:0px 0px 10px 0px;
}

.description .tab-content p {
  font-size: 15px;
  font-weight:500;
}

.description .tab-content {
  padding: 15px;
}

.description .tab-content h5 {
  font-weight: bold;
  margin:30px 0px 10px 0px;
  color: #656565;
}

.description .tab-content h5:first-child {
  margin:0 0 10px 0;
}

.description .tab-content ul {
	list-style-position: inside;
    margin: 0;
    padding: 0 15px;
	font-size: 14px;
}

.description .tab-content ul li {
	
	list-style:disc;
	line-height: 28px;
}

.description .tab-content p {
  line-height: 1.6em;
}

.product-page .description .tab-pane p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/*.product-cat-title {
  margin-bottom:20px;
}

.product-cat-title h3 {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}*/

.description #review > div {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: .5px solid #465560;
}
.description #review > div:last-child {
	border-bottom:none;
}

/*===========end Product Details============*/






/*----- 3.7 Offer Area -----*/
/*.banner-area.home-2 {
  padding-top: 80px;
}*/
.sin-banner {
  padding: 0;
  overflow: hidden;
}
.sin-banner > a {
  display: block;
  position: relative;
}
.sin-banner > a::before {
  background: rgba(224, 158, 37, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.sin-banner:hover > a::before {
  opacity: 1;
}
.sin-banner a img, .sin-banner img {
  width: 100%;
}
.sin-banner a .wrap {
  left: 50%;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(3);
  transform: translateX(-50%) translateY(-50%) scale(3);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.sin-banner:hover a .wrap {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.sin-banner a .wrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.sin-banner a .wrap p {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 5px;
}
.banner-text {
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.banner-text h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 50px;
}
.banner-text h1 span, .banner-text h2 span {
  display: block;
  font-weight: 600;
}
.banner-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.banner-text h2 span {
  font-size: 46px;
  margin-bottom: 20px;
}
.banner-text p {
  color: #fff;
  font-size: 13px;
  margin: 30px 0 15px;
}
.banner-text a {
  background: #fff none repeat scroll 0 0;
  color: #e09e24;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.banner-text a:hover {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
}
/*----- 3.8 Product Area -----*/
.tabs-list {
  text-align: center;
/*  margin-bottom: 30px;*/
}
.tabs-list > li {
  display: inline-block;
}
.tabs-list > li > a {
  font-size: 18px;
  font-weight: 600;
  padding: 3px 15px;
  text-transform: uppercase;
}
.tabs-list > li.active > a, .tabs-list > li > a:hover {
  color: #465560;
}
.tab-pane .owl-hidden {
  opacity: 1;
}

/*----- 3.12 Testimonial Area -----*/
.testimonial-area {
  background: url(../img/testimonial/testimonial-bg-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.testimonial-item .image {
  border: 3px solid #fff;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
  width: 200px;
}
.testimonial-item .image img {}
.testimonial-item .content {}
.testimonial-item .content p {
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
.testimonial-item .content h3 {
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
}
.testimonial-slider .owl-nav {
  margin-top: 30px;
  position: static;
}
.testimonial-slider .owl-nav > div {
  border: 2px solid #fff;
  color: #fff;
}
.testimonial-slider .owl-nav > div:hover {
  background: #fff none repeat scroll 0 0;
  color: #465560;
}

/*----- Footer Area -----*/
.footer-area {
  background: #465560;
  padding: 60px 0;
  color: #fff;	
}
.footer-area hr {
  border-color: #fff;
}
.footer-area h4 {
  font-size: 16px;	
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-top {
	display: flex;
}

.footer-top > div:first-child {
	position: relative;
}
.payment-method{
	/*position: absolute;
	bottom: 0;*/
}
.payment-method li, .social-media li{
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}
.footer-area li a{
	opacity: 0.8;
}
.footer-area li a:hover{
	opacity: 1;
}
.payment-method img{
	width: 50px;
}
.footer-area input[type="email"] {
  background: #fff;
  border: none;
  color: #000;
  display: block;
  font-weight: 400;
  padding: 6px 10px;
  float: left;
}
.footer-area .submit {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  padding: 6px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0;
  float: left;	
}
.footer-area .submit:hover {
	border: 2px solid #465560;
}
.footer-top ul li{
	margin-bottom: 10px;
}
.footer-top a {
	color: #fff;
}
.copy-right p {
  color: #eee;
  font-size: 11px;
  font-weight: 500;
}
.copy-right p a {
  color: #252525;
}
.copy-right p a:hover {
  color: #465560;
}
.payment {
  text-align: left;
}
.payment ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.payment ul li {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 0;
}
.payment ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
}
.payment ul li a img {
  width: 65px;
}
.payment-type {
  padding-left:0;
}
.payment-type ul {
  margin-top: 25px;
}
.payment-type li {
  width: 21%;
  float: left;
  margin: 7px 5px;
  border-radius: 3px;
  overflow: hidden;
}

.payment-type li img {
  width: 100%;
}

/*-----------------
	5. Shop Page
-------------------*/
.page-title {
  text-align: center;
}

.relative {
  position: relative;
}

.product-page-title {
  position: absolute;
  top: 0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.product-page-title h2{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
	 
	
	  
}

.cart-title {
  background: rgba(0, 0, 0, 0) url("../img/shopping-cart.jpg") no-repeat scroll center center / cover ;
}

.about-title{
  background: rgba(0, 0, 0, 0) url("../img/about-us.jpg") no-repeat scroll center center / cover ;
}

.banner-homme-top-title{
background:url("../img/homme.jpg") no-repeat scroll left center / cover ;
}

.banner-ownabusiness-top-title{
background:url("../img/own-abusiness.jpg") no-repeat scroll left center / cover ;
}

.banner-treatment-top-title{
background:url("../img/banner/treatment-banner.png") no-repeat scroll left center / cover ;

}

.banner-promotion-top-title{
background:url("../img/promotion.jpg") no-repeat scroll center center / cover ;
}

.banner-contact-top-title
{
  background:rgba(0, 0, 0, 0) url("../img/contact.jpg") no-repeat scroll center center / cover ;
}

.page-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase; 
}
/*===========----------------===========*/
/*===========Product List Page===========*/
/*===========----------------===========*/
[data-accordion] [data-content] {
	padding-left: 20px !important;
	background: transparent!important;
}

[data-accordion] [data-content] [data-content] {
	padding-left: 20px !important;
	background: transparent!important;
}

[data-accordion] [data-content] [data-content] [data-content] {
	padding-left: 20px !important;
	background: transparent!important;
	border-left: 1px solid 
}
.open > .accordian-btn {
	font-weight: 700;
}

/*.shop-tool-bar {
  margin-bottom: 50px;
}
.view-mode, .sort-by, .show-product {
  display: block;
  float: left;
}
.view-mode {
  margin-right: 10px;
}
.view-mode > a {
  background: #fff;
  display: block;
  float: left;
  font-size: 22px;
  height: 41px;
  line-height: 34px;
  margin-right: 10px;
  padding-top: 2px;
  text-align: center;
  width: 41px;
  border:1px solid #f2f2f2;
  border-radius: 3px;
}
.view-mode > a.active, .view-mode > a:hover{
  background: #465560;
  color: #fff;
}
.view-mode > a i{}
.sort-by, .show-product{
  padding: 3px 0;	
}
.sort-by {
  margin-right: 15px;
}
.show-product{}
.sort-by span, .show-product span {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}
.sort-by select, .show-product select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/bottom-arrow.png") no-repeat scroll 90% center;
  border: 1px solid #d7d7d7;
  color: #515151;
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
  text-transform: capitalize;
}
.show-product select {
  background-position: 80% center;
  margin-right: 5px;
  min-width: 55px;
}
.sort-by select option, .show-product select option{
  padding: 2px 5px;
}
.pro-Showing {
  float: right;
  margin: 7px 0;
}*/
.hot-pro, .new-pro {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 9999;
}
.hot-pro img, .new-pro img{}
.pagination {
  border-radius: 0;
  clear: both;
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.pagination ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
}
.pagination ul li {
  display: block;
  float: left;
  margin: 0 5px;
}
.pagination ul li a, .pagination ul li span {
  background: #fff ;
  color: #465560;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;	
}
.pagination ul li a i {
  font-size: 24px;
  line-height: 40px;
}
.pagination ul li span{}
.pagination ul li.active{}
.pagination ul li.active span, .pagination ul li a:hover {
  background: #465560;
  color: #fff;
}
/*===========end Product List Page===========*/


.list-pro-image {
  float: left;
  margin-right: 30px;
  width: 340px;
  border:1px solid #eee;
}
.list-pro-image a {
  display: block;
  position: relative;
}
/*.list-pro-image a::before {
  background: #465560 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 99;
}*/
.list-pro-image img:hover{ 
  box-shadow: 0px 0px 10px #ddd;
 
   }

.list-pro-image .img-blur img:hover{ 
  box-shadow: 0px 0px 1px #ddd;
  transform: scale(1.02);
	 -webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	-ms-filter: brightness(90%);
	filter: brightness(90%);
   }

.single-list-product:hover .list-pro-image a::before {
  opacity: 0.6;
}
.list-pro-des{}
.list-pro-des .pro-name {
  display: block;
  float: none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.list-pro-des .pro-name:hover {
  color: #465560;
}

.list-pro-des .pro-ratting {
  float: left;
  margin-bottom: 10px;
}
.list-pro-des .pro-ratting i{}
.list-pro-des p {
  clear: both;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.list-pro-price {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.list-pro-price .new{
  font-size: 20px;
  font-weight: 600;
}
.list-pro-price .old {
  margin-left: 25px;
  text-decoration: line-through;
  color: #cf023c;
}
.list-actions-btn{}
.list-actions-btn a {
  background: #fff none repeat scroll 0 0;
  color: #3e3f3f;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 40px;
}
.list-actions-btn a:hover {
  background: #627bbc none repeat scroll 0 0;
  color: #fff;
}
.list-actions-btn a i{}

/*.sin-shop-sidebar {
  padding:20px 0px;
}

.sin-shop-sidebar:first-child {
  padding-top: 0;
}

.sin-shop-sidebar h2 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}
.sin-shop-sidebar > a {
  display: block;
  position: relative;
}
.sin-shop-sidebar > a::before {
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}
.sin-shop-sidebar > a::after {
background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}
.sin-shop-sidebar > a:hover::before, .sin-shop-sidebar > a:hover::after {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.sin-shop-sidebar > a img {
  width: 100%;
}*/
/*.slider-range-container {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 15px;
}
#slider-range {
  background: #EBEBEB none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 6px;
  margin-bottom: 15px;
  margin-top: 10px;
}
#slider-range .ui-slider-range {
  background: #465560 none repeat scroll 0 0;
  height: 6px;
}
#slider-range .ui-slider-handle {
  background: #465560 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 15px;
  width: 15px;
}
#price-amount {
  border: 0 none;
  color: #464545;
  font-size: 14px;
  font-weight: 700;
  }*/
/*.sin-shop-sidebar ul {
  margin: 0;
  padding: 0;
}
.sin-shop-sidebar ul li {
}
.sin-shop-sidebar ul li a {
  color: #8e8e8e;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 20px;
  text-transform: capitalize;
}
.sin-shop-sidebar ul li a:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  padding-left: 30px;
}
.sin-shop-sidebar ul li a.active {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  padding-left: 30px;
}
.shop-tags ul {
  padding: 15px;
}
.shop-tags ul li {
  border: medium none;
  display: inline-block;
  margin: 0 0 5px;
}
.sin-shop-sidebar.shop-tags ul li a, #tags a, #custom-tags a {
  border: 1px solid #eee;
  color: #666;
  font-size: 11px !important;
  font-weight: 700;
  margin: 0 5px 5px 0;
  padding: 5px 9px ;
  text-decoration: none;
  text-transform: uppercase;
}
.sin-shop-sidebar.shop-tags ul li a:hover, #tags a:hover, #custom-tags a:hover {
  background: #465560;
  border: 1px solid #465560;
  color: #fff ;
}*/

.embed-responsive-16by9 {
/*	padding-bottom: 40%;*/
/*new code 141123 -close padding-bottom*/
}
/*.designer {
  text-align:center;
}
.designer-img {
  position: relative;
}
.designer-img img {
  max-width: 100%;
  width: 100%;
}
.designer-text {
  background: #465560 none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 77%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.designer:hover .designer-text {
  padding-top: 50px;
  top: 0;
}
.designer-text h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.designer-text h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.designer-text p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.designer-socials {
  margin-top: 10px;
}
.designer-socials a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 0 5px;
  text-align: center;
  width: 30px;
}
.designer-socials a:hover {
  background:#fff;
  color:#465560;
}
.designer-socials a i {}*/


.color-green {
  color: #465560;
}
.color-red {
  color: #ed1c24;
}
.color-orange {
  color: #e65b07;
}
.color-black {
	color:#000000;
}
.color-brow {
  color: #3b2003;
}
.color-main {
  color: var( --main-color);
}

/*==========--------------==========*/
/*==========Treatment List==========*/
/*==========--------------==========*/
.treatment-all div[class*=col-] {
	margin-top: 40px;
	}
.treatment-all div[class*=col-]:first-child,  .treatment-all div[class*=col-]:nth-child(2){
	margin-top: 0px;
}
.treatment-all #left40{
	margin-left: 40%;
}	
.overlay-box {
	padding: 15px; 
}
.overlay-box > div {
	background: rgba(0,0,0,.6); 
	width: 100%; 
	height: 100%; 
	min-height:320px; 
	max-width: 400px; 
	text-align: center; 
	display:flex; 
	align-items: center; 
	justify-content: center; 
	position:relative;
}
.border-motion {
	position:absolute; 
	bottom:30px; 
	color:#fff;
	left:40%;
	border-bottom: 2px solid transparent;
}	
.border-motion:hover{
	border-bottom: 2px solid #fff;
	color:#fff;
}	
.treatment-description div[class*=col-] {
	margin-top: 40px;
	
}	
.treatment-description div.row {
	display: flex;
	align-items: center;
	
}
.treatment-description p, .treatment-description li {
	font-weight: 300;
}
.treatment-description .inline-list li{
	font-weight: 500!important;
}
#options {
	margin-bottom: 20px;
}

/*-----------------------
	9. Contact Page
-------------------------*/
.contact_area {
  padding: 40px 0 70px;
}
#googleMap {
  height: 350px;
  width: 100%;
}
.contact-info {	
  margin-bottom: 70px;
/*  padding-right:100px;*/
  display: flex; 
  flex-wrap: wrap;
	
}
/*
.contact-page-2 {
  position: relative;
  margin-top: 0;
}

.contact-page-2 h2 {
	padding-left: 20px;
}


.contact-page-2 .contact-info {
  margin-bottom: 0;
  margin-top: 50px;
}
.contact-page-2 .info-single i {
  float: left;
}
.contact-page-2 .info-single p
{
  text-align: left;
	
}
.contact-page-2 .info-single a {
  text-align: left;
}*/
.contact-info h4 {
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  text-transform: uppercase;
  margin: 10px 0px 12px 0px;
}	


.contact-info p{
	color: #3e3f3f;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

.contact-info #info-panel
{
width: 100%;margin: 0px 0px; display: block; float: left;
}
.info-single {
  margin: 15px 0px;
  display: block;
  clear: both;
}


/*
.contact-page-2 .info-single {

margin:10px 0;
  text-align: left;

}
.bg-50-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7; 
}
*/
.gender
{
	font-size: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.gender-male
{
	
	color: #0EB0F4;
}


.gender-female
{
	color: #FA918C;
}



.info-single > p >span {
	padding-right: 10px;
}
.info-single i {
  color: #465560;
  float: left;
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
  margin-right: 5px;
  width: 10%;
  display: inline-block; 
  vertical-align: top; 
}
.info-single p{ 

  font-size: 14px;
  font-weight: 400;
  margin-bottom:11px;
  display: inline-block; 
  vertical-align: top; 
  width:85%; 
  float: right;
}
.info-single a {
  display: block;
}
.info-single a:hover{
	color: #465560;
}
.contact-form {
    margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
    margin-bottom: 30px;
}
.contact-form input[type*="radio"], .contact-form input ~ label {
	display: inline-block;
	width: fit-content!important;
}
.contact-form input ~ label {
	margin-right: 20px;
}
.contact-form label, .contact-form input, .contact-form textarea {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
}
.contact-form label{
  margin-bottom: 5px;
}
.contact-form input, .contact-form textarea{
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 10px 15px;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--main-color);
}

.contact-form input:last-child{
/*  margin-bottom: 0;*/
}
.contact-form textarea {
  margin-bottom: 20px;
}
.contact-form .submit, .btn-default {
  background: #465560 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: auto;
  margin-top: 10px;
	border-radius: 0;
} 
.contact-form .submit:hover, .btn-default:hover{
	background:#627bbc;
	color: #fff;
} 
.contact-less {
  left: 40px;
  position: absolute;
  text-align: center;
  top: 30px;
}
.contact-less h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
}

.contact-page-2 .or {
  width:100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.contact-page-2 .or h5 {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  line-height: 100px;
}
/*-----------------------
	10. Login / Register
-------------------------*/
.login h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.login p {
  font-size: 13px;
  font-weight: 400;
}
.social-login a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding: 12px 20px;
  text-decoration: none;
}
.social-login a:last-child {
  margin-right: 0px;
}
.social-login i {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 15px;
}
.login label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
.login input, textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #3e3f3f;
  font-size: 13px;
  padding: 7px 15px;
  width: 100%;
  margin-bottom:15px;
}

.login input:focus {
  background:#fff;
}
.login textarea:focus {
  background:#fff;
}

.remember {
  margin-top: 25px;
}
.remember input {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 6px;
  width: 15px;
}
.remember p {
  color: #656767;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.remember > a {
  color: #465560;
  float: right;
  font-size: 12px;
  font-weight: 500;
  text-decoration:none;
}
.login input[type="submit"] {
  background: #465560 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
.login input[type="submit"]:hover {
  background: #627bbc none repeat scroll 0 0;
}


.login input[type="reset"] {
  background: #31b0d5 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
.login input[type="reset"]:hover {
  background: #555555 none repeat scroll 0 0;
}

#facebook{background:#46629E;}
#twitter{background:#55ACEE;}

/*-----------------------
	12. 404 Page
-------------------------*/
.not-found_area img {
  max-width: 100%;
}
.not-found_area {
  position: relative;
}
.not-found_opacity::after {
  background: #111;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;	
}
.not-found_opacity{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
}
.not-found_opacity h2, .not-found_opacity h3, .not-found_opacity h5, .not-found_opacity p, .not-found_opacity a {
  color: #fff;
  position: relative;
  z-index: 5;
}
.not-found-text h2 {
  margin-top:40px;
  font-size: 280px;
  font-weight: 700;
  line-height: 270px;
}
.not-found-text h3 {
  font-size: 65px;
  font-weight: 700;
  margin: 40px 0;
  text-transform: uppercase;
}
.not-found-text h5 {
  font-size: 30px;
  font-weight: 400;
}
.not-found-text p {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 50px;
}
.not-found-text a {
  background: #465560 none repeat scroll 0 0;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.not-found-text a:hover {
  background: #555;
}
/*-----------------------
	13. Portfolio Page
-------------------------*/
/*#portfolio .mix {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-filter {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-filter .filter {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-filter .filter.active, .portfolio-filter .filter:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}
.port-wrap {
  position: relative;
}
.port-wrap img {
  width: 100%;
}
.port-wrap .hover {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.port-wrap:hover .hover {
  opacity: 1;
}
.port-wrap .hover i {
  background: #465560;
  color: #fff;
  height: 40px;
  font-size: 14px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.port-wrap:hover .hover i {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#portfolio .mix h2 {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-transform: uppercase;
}*/
/*-----------------------
	14. FAQ Page
-------------------------*/
#faqs .panel-heading a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}

/*-----------------------
	16. Cart Page
-------------------------*/
.table-responsive {
  padding: 1px;
}
.table-title {
  background: #fff none repeat scroll 0 0;
}
.cart-table .table-title th {
  border-bottom: 0 none !important;
  color: #465560;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.cart-table tbody {}
.table-responsive tbody tr.table-info {
  border-bottom: 1px solid #ddd;
}
.table-responsive tbody tr.table-info td {
  /*border-right: 1px solid #ddd;*/
  vertical-align: middle !important;
}
.table-responsive tbody tr.table-info td:first-child {
  /*border-left: 1px solid #ddd;*/
}
.table-info .produ {
  width: 15%;
  padding: 15px;
}
.namedes {
  width: 25%;
}
.table-info td h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.table-info p {
  font-size: 12px;
  font-weight: 300;
}
.table-info-main{
		padding: 14px !important;
	font-weight: 600;
	background: #fff !important;
}
.table-info-sub{
	padding: 14px !important;
	font-size: 11px;
	font-weight: normal;
	background: #f2f2f2 !important;
}

.table-info-main td{
	padding: 14px !important;
}
.table-info-sub td{
	padding: 14px !important;
}
.produ > img {
  max-width: 100%;
}
.unit {
  text-align: center;
  width: 15%;
}
.table-info h5 {
  font-size: 14px;
  font-weight: 600;
}
.quantity {
  text-align: center;
  width: 15%;
}
.cart-plus-minus {
    display: inline-block;
	border: 1px solid #000;
}
.cart-plus-minus input {
  border: 0 none;
  color: #636363;
  display: block;
  float: left;
  font-family: lato;
  font-size: 18px;
  height: 40px;
  text-align: center;
  width: 50%;
  background: transparent;	
}
.cart-btn input.disable {
	opacity: .2!important;
	cursor: not-allowed;
}
.cart-plus-minus .qtybutton {
  /*background: #fff none repeat scroll 0 0;*/
  color: #636363;
  cursor: pointer;
  float: left;
  font-family: lato;
  font-size: 18px;
  font-weight: 700;
  height:40px;
  line-height: 40px;
  text-align: center;
  width: 25%;
}
.cart-plus-minus .dec {
	font-size: 18px;
}
.cart-plus-minus .inc {
    font-size: 18px;
}
.valu {
  text-align: center;
  width: 15%;
}
.acti {
  text-align: center;
  width: 15%;
}
.table-info i {
  font-size: 18px;
}
.cart-table a{}
.cart-table a:hover {
  color: #465560;
}
.add-to-cart {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-weight: 600;
  padding: 7px 10px;
}
.add-to-cart:hover {
  background: #555;
  color: #fff !important;
}
.cart-page .action  {
	margin-top: 20px;
	margin-bottom: 20px;
}
.coupon {
  margin-top: 10px;
}
.coupon a {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #595a5a;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
}
.coupon h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 40px;
  text-transform: uppercase;
}
.coupon input {
  border: 1px solid #cccccc;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  width: 40%;
}
.coupon a, .proceed a{
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #595a5a;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration:none;
  text-transform: uppercase;
}
.coupon a:hover, .proceed a:hover {
  background: #ccc none repeat scroll 0 0;
  color: #111;
}
.coupon p {
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  margin-top: 40px;
}
.coupon p span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.proceed{margin-top:10px;text-align:right;}
.proceed a {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}
.total {
  /*background: #fff none repeat scroll 0 0;*/
  float: right;
  margin: 30px 0;
  /*padding: 25px 15px 20px 70px;*/
  width: 95%;
}

.total .total-p {
  margin:7px 0;
}
.total h5 {
  color: #595a5a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.total h5 span {
  margin-left: 80px;
}
.total h6 {
  color: #465560;
  font-size: 18px;
  font-weight: 700;
}
.total h6 span {
  margin-left: 68px;
}

.total h4 {
  font-weight: 700;
  font-size: 14px;
  color: #cf023c;
}
#procedto {
  background: #465560;
  box-shadow: inset 0px -4px 0px #655947;
  border: 0 solid;
  color: #fff;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
	letter-spacing:1px;
}
#procedto:hover {
  background:##627bbc;
}
/*NEW CODE*/
/*#procedto2 {
  background: #313133;
  box-shadow: inset 0px -4px 0px #0a0a0a;
  border: 0 solid;
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
	letter-spacing:1px;
}
#procedto2:hover {
  background:#000000;
}*/



.wishlist-table {
  margin-bottom: 0;
}
/*-----------------------
	17. Checkout Page
-------------------------*/
#checkout-progress {
  margin-bottom: 0;
}
.panel-group .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 24px;
  margin-top: 0 !important;
}
.panel-group .panel:last-child {
  margin: 0 !important;
}
.panel-default > .panel-heading {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: inherit;
  padding: 0;
}
.panel-heading a, .panel-heading a.collapsed {
  background: #fff none repeat scroll 0 0;
  color: #343434;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
}
.panel-heading a.active {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}
.panel-heading a.collapsed {
  background: #fff none repeat scroll 0 0;
  color: #343434;
	border:1px solid #ddd;/* 26042023*/
}
.panel-heading a.active span {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  border-radius: 30px;
}
.panel-heading a span, .panel-heading a.collapsed span {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  text-align: center;
  width: 26px;
	border-radius: 30px;
}
.panel-collapse.in {
  border: none;
}
.panel-collapse .panel-body {
	border: 1px solid #ddd; /*26042023 new*/
}
.checkout-method{}
.checkout-method h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.checkout-method input {
  float: left;
  margin: 0 5px 0 0;
}
.checkout-method p {
  color: #797777;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 10px;
}
.checkout-method h3 {
  color: #797777;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
}
.checkout-method ul {
  list-style: outside none disc;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 0;
}
.checkout-method li {
  color: #797777;
  font-size: 12px;
  font-weight: 500;
}
/*.checkout-method a, .bill-info a, .pay a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout-method a:hover, .bill-info a:hover, .pay a:hover {
  background:#655947;
}*/ /* 26042023 remove*/
.checkout-login h3 {
  margin-top: 0;
}
.checkout-login h4 {
  color: #797777;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 5px;
}
.checkout-login label {
  color: #797777;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.checkout-login input {
  border: 1px solid #ccc;
  color: #797777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}
.bill-info{}

.bill-info input, .bill-info select {
  border: 1px solid #ccc;
  display: block;
  float: left;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 10px;  
  width: 100%;
  border-radius: 0;
}

.bill-info .form-control {
  border-radius: 0 !important;
  -webkit-appearance: none;
  box-shadow: none;
}
.bill-info .group .half {
  margin-right: 2%;
  width: 49%;
}
.bill-info .group .half:last-child {
  margin-right: 0%;
}
.bill-info .group .third {
  margin-right: 2%;
  width: 28%;
}
.bill-info .group .onethird {
  width: 68%;
}
.bill-info .check {
  margin-right: 10px;
  margin-top: 0;
  width: auto;
}
.bill-info p {
  color: #797777;
  font-size: 12px;

  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#shipping-info .add-info {
  height: 120px;
}
.payment-met {
  padding: 15px 5px;
}


.payment-met h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}

.payment-met input[type="number"],
.payment-met input[type="password"] {
  padding:7px;
  font-size: 13px;
  border:1px solid #ccc;
  width: 100%;
}

.payment-met input[type=number]::-webkit-inner-spin-button, 
.payment-met input[type=number]::-webkit-outer-spin-button,
.payment-met input[type=password]::-webkit-inner-spin-button, 
.payment-met input[type=password]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.payment-met .payment-btn {
  margin-top: 20px;
}

.pay-col {
  padding:20px 0px;
}


.payment-met .col-sm-4 {
  border-right: 1px solid #eee;
}

.payment-met .col-sm-4:last-child {
  border:none;
}

.payment-met p {
  color: #636363;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-top: 10px;
}
.payment-met ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.payment-met ul li {
  display: inline-block;
  margin: 2px 3px;
  padding: 0;
}
.payment-met ul li a {
  border: 1px solid #eee;
  display: block;
}
.payment-met ul li a img {
  padding: 3px 5px;
  width: 60px;
}
.pay {
  margin-top: 50px;
}
.pay h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pay p {
  color: #636363;
  float: none;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
}
.information {}
.information h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information h4 {
  color: #797777;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.information h5, .information p {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
}
.information p {
  margin-bottom: 16px;
}
.information a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 15px;
  text-decoration: none;
}
.information a:hover {
  background:#555555;
}
.place-order {
  margin-top: 30px;
}
.order-list h2, .order-list h1 {
  float: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 50%;
  margin-bottom:30px;
}
.order-list h2 {
  text-align: right;
}
.order-list h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.order-list span {
  float: right;
  text-align: right;
}
.final-total {
  border-top: 2px solid #ccc;
  padding-top: 10px;
  text-align: right;
}
.final-total h4 {
  font-size: 12px;
  font-weight: 500;  
  margin-bottom: 15px;
}
.final-total h4 span {
  margin-left: 100px;
}
.final-total h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.final-total h5 span {
  margin-left: 92px;
}
.final-total a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
.final-total a:hover {
  background:#555555;
}
.checkout-right {
  background: #f8f8f8 none repeat scroll 0 0; /*26042023*/
  /*padding: 15px;*/
  /*margin-top: 90px;*/
}

.checkout-cart-details {
  padding: 10px;
  margin:10px 15px;
  border-bottom:2px dotted #ccc;
}

.checkout-cart-details:last-child {
  border:none;
}

.checkout-cart-details p {
  font-size: 11px;
}

.checkout-cart-total {
  padding: 10px;
  margin:10px 15px;  
}

.checkout-cart-total-child {
  border:none;
}

.checkout-cart-total p {
  font-size: 11px;
}

.padding-0  {
  padding:0;
}

.process-indicator {
  text-align: center;
  position: relative;
}

.process-indicator .rounded-no {
/*
  width: 100px;
  height: 100px;
*/
	width: 50px;
	height: 50px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  border:2px solid #fba807;
  margin:0 auto;
}

.process-indicator .rounded-no h4 {
  margin: 0;
  position: absolute;
  top: 50%;    
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: helvetica;
/*  color: #465560;*/
	color: #fba807;
}

.process-indicator .rounded-no.active {
/*  background: #465560;*/
	background: #fba807;/*orange*/
    border:2px solid #f6a00b;
}

.process-indicator .rounded-no.active h4 {
  color: #fff;
}

.process-line {
  border-bottom:5px dotted #ddd;
  width: 100%;
  margin-top:45px;
}

.process-line.active {
  border-color:#465560;
}

.process-title {
  margin-top:10px;
}

.process-title h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.process-title.active h6 {
/*  color: #465560; */
	color: #fba807;
}

.checkout-cart-details:after, .process-indicator:after {
  clear: both;
  display: block;
  content: '';
}
.checkout-right h2 {
  /*border-bottom: 2px solid #cccccc;*/
  color: #fff;
  background:#747474;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding:15px;
}
.checkout-right ul {
  list-style: outside none none;
  padding: 0;
}
.checkout-right li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.checkout-right li:last-child {
  margin-bottom: 0;
}
.checkout-right li a {
  color: #797777;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.checkout-right li a:hover {
  color: #465560;
  padding-left: 10px;
}

.shop-product-area .collapsible{
	width: 100%;
    border-color: transparent;
    background: #465560;
    padding: 10px 15px;
    color: #fff;
	margin-top: 20px;
}
.shop-product-area .content{
	padding: 10px 15px;
    border: 1px solid #ddd;
	margin-bottom: 10px;
}

/*ABOUT UNIVERA*/

/*.about-uni {
  height: 500px;
  background: url(../img/bg-01.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #444444;
  padding:50px 0;
}

.about-uni h1 {
  font-weight: 300;
  font-size: 40px;
}

.about-uni p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

.about-uni .content-uni {
  margin-top: 70px;
}

.content-uni {
  text-align: justify;
}

.content-uni h2 {
  font-weight: 500;
  text-align: left;
	margin: 8px 0px;
}

.content-uni p {
  line-height: 1.5em;
  font-weight: normal;
  text-align: left;
}*/

/*.btn-outline-white {
  border:1px solid #fff;
  border-radius: 8px;
  padding:10px;
  background:transparent;
  color: #fff;
}

.btn-outline-primary {
  border:1px solid var(--main-color);
  border-radius: 8px;
  padding:10px;
  background:transparent;
  color: var(--main-color);
}

.btn-outline-primary:hover {
  background:#fff;
  color: var(--main-color);
}

.btn-outline-black {
  border:1px solid #333;
  border-radius: 8px;
  padding:10px;
  background:transparent;
  color: #333;
}

.btn-outline-white:hover, .btn-outline-black:hover {
  background:#465560;
  color: #fff;
}

.btn-outline-white:focus, .btn-outline-white:visited {
  color:#fff;
}*/

.space-20 {
  margin-top: 20px;
}

.space-30 {
  margin-top: 30px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

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

/*new code 141123 START*/
.p-0
{
	padding: 0px;
}
/*new code 141123 END*/

/*.btn-default {
  padding:10px 10px;
  background-color: #465560;
  margin:7px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border:none;
  letter-spacing: 1px;

}

.btn-default2 {
	padding:10px 10px;
	background-color: #68ad45;	
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border:none;
	letter-spacing: 1px;
	width: 80%;
	margin: 0;
}

.btn-default:hover, 
.btn-default2:hover {
  background: #5e9d3e;
  color: #fff;
}*/



.btn-dark {
  background: #666;
}

.btn-dark:hover {
  background: #333;
  color: #fff;
}



/*btn-show now*/
/*
.btn-submit
{
    background: #465560 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
	border-radius: 20px;

}

.btn-submit2
{
   background: rgba(255,255,255,0.3);
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
	border-radius: 20px;

}

.btn-submit a, .btn-submit2 a
{
  color: #fff;

}

.btn-submit:hover, .btn-submit2:hover
{
 background: #627bbc;
  color: #ffffff;
}
*/


.padding-top-10 {
  padding-top:10px;
}

.border-left {
  border-left:1px solid #efefef;
}

.border-right {
  border-right:1px solid #efefef;
}

.border-top {
  border-top:1px solid #efefef;
}

.owl-carousel .owl-item {
	 padding:0px 10px;
}

.owl-item {
	margin-right: 5px !important;
}

.simpleLens-lens-image img {
  border:1px solid #e3e3e3;
}


/*STEPS WIZARD*/

.bwizard-steps {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    margin-left: 20%;
    font-size: 16px;
    font-weight: 700;
}

.bwizard-steps .active {
    color: #fff;
    background: #465560;
}

.bwizard-steps .active:after {
    border-left-color: #465560;
}

.bwizard-steps .active a {
    color: #fff;
    cursor: default
}

.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    padding: 1px 5px 2px
}

.bwizard-steps .active .label {
    background-color: #fff;
    color: #465560;
}


.bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 17px 22px 15px 40px;
    *display: inline;
    *padding-left: 17px;
    background: #ccc;
    line-height: 18px;
    list-style: none;
    zoom: 1;
}

.bwizard-steps li:first-child {
    padding-left: 12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.bwizard-steps li:first-child:before {
    border: none
}

.bwizard-steps li:last-child {
    margin-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.bwizard-steps li:last-child:after {
    border: none
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 25px inset transparent;
    border-left: 25px solid #fff;
    border-top: 25px inset transparent;
    content: ""
}

.bwizard-steps li:after {
    position: absolute;
    right: -25px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 25px inset transparent;
    border-left: 25px solid #ccc;
    border-top: 25px inset transparent;
    content: "";
    z-index: 2;
}

.bwizard-steps a {
    color: #333
}

.bwizard-steps a:hover {
    text-decoration: none
}

.bwizard-steps.clickable li:not(.active) {
    cursor: pointer
}

.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc
}

.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc
}

.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c
}

#rootwizard .tab-content {
  margin:40px 0px;
}
/*invoice */
.order-information {
  margin:0px 0px;
}

.order-information h3 {
  font-size: 14px;
  font-weight: 700;
   margin:5px 0px;
  text-transform: uppercase;
}

.order-information h5 {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin:5px 0px;
}

  #order-table thead td
  {
   padding: 3px 5px;
   border:1px solid #999999;
  background: #ddd;
  }

#sponsor-table thead td
  {
   padding: 3px 5px;
  background: #ddd;
  }

 #order-table tbody td, #sponsor-table tbody td
  {
   padding: 5px;
  }



.pager li>a, .pager li>span {
  background: #465560;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  padding:7px 15px;
}

.pager .next>a, .pager .next>span {
  color: #fff;
  background: #465560;
}

.pager li>a:hover, .pager li>span:hover {
  background:#3e9d31; 
}


/*PROFILE PAGE*/

.profile-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #555;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
  border:3px solid #eee;

}

.profile-details-side {
  text-align: center;
}

.profile-details-side h4, .profile-details-side h5 {
  margin:10px 0px;
  color: #515153;
}

.profile-details-side h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
}

.profile-details-side h5 {
  font-size: 16px;
}

.profile-action {
  margin-top:15px; /*03052023-2*/
  text-align: center;
}
.profile-action .btn-default {
	width: 100%;
} /*03052023-2 new*/

.profile-details {
  padding-top: 30px;
}



table#listing {
  width: 100%;
}

table#listing td, table#listing th {
  padding:10px;
  font-size: 15px;
}

table#listing td {
  font-size: 13px;
}

table#listing tr:nth-child(even) {
  background: #eee;
}

table#listing tr:first-child {
  background:#465560;
  color: #fff
}

#user-details p {
  padding:10px 0px;
}

#user-details input {
  border-radius: 4px;
  border:1px solid #ccc;
  padding:5px;
}

.event-share a {
  display: inline-block;
  margin:0px 3px;
}

/*DASHBOARD*/


.dashboard-user {
  margin-top: 50px;
}
.dashboard-user h2 {
  font-weight:800;
  margin:15px 0px;
}

.dashboard-user h4 {
  font-size: 30px;
  margin:0px 0px 10px 0px;
  color: #515151;
}

.dashboard-user h5 {
  font-size: 20px;
  font-weight:300;
  margin: 0px 0px 10px 0px;
}

.dashboard-wallet-balance {
  margin-top: 50px;
}

.dashboard-wallet-balance li {
  display: inline-block;
  width: 300px /* 40% */;
  float: right;
  padding:15px;
  background: #ddd;
  margin:0 9px;
  border-radius: 10px;
  border:4px solid #efefef;
  text-align: right;
}
.dashboard-link {
  margin:20px 0px;
}
.dashboard-link h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.dashboard-wrapper {
  border:1px solid #ddd;
  margin:10px 7px 0px 7px;
  /*  background:#008980;*/
	 background:#627bbc; /*purple*/
	
  width: 100%;
}

.dasboard-content-top {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.box-icon {
  width: 38px;
  height: 38px;
  float: left;
  /*border-right:1px solid #ddd;*/
  /*border-bottom:1px solid #ddd;*/
  padding:10px;
  text-align: center;
  background: #465560;
}

.box-title {
  width: auto;
  float: left;
  height: 38px;
  padding:10px;
  /*border-bottom:1px solid #ddd;*/
}

.box-icon i {
 /*text-shadow: -1px 1px 0px #fff;*/
  color: #fff
}

.box-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /*text-shadow: -1px 1px 0px #fff;*/
  text-transform: uppercase;
}

.dashboard-content {
  padding:20px;
  background: #fff;
}

.dashboard-content a:hover {
  color: #465560;
}

.unishare-page a:hover {
  color: #fff !important;
}

.dashboard-content li {
  padding:20px 10px;
  border:1px solid #ccc;
  border-radius: 10px;
  width: 15.3%;
  text-align: center;
  margin:0 5px;
  display: inline-block;
  background: #f5f5f5;
  vertical-align: text-top;
  height: 140px;
  margin-bottom:15px;
}
.dashboard-content li h6 {
  text-transform:uppercase;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 12px;
  color: #666;
}

/*new code-190520*/
.dash-bg
{
	
	background: #ddd;    
	float: left;
    width: 100%;
}
.dash-icon {
	float: left;
	width: 45px;
}

.dash-icon img {
	width: 35px;
	height: 35px;
	float: left;
}

.dash-info {
	width: 74%;
	float: left;
	background: #000;
}

.dash-info h5 {
	font-size: 14px;
	text-shadow: none;
}

.dash-info h3 {
	font-size: 18px;
	text-shadow: none;
}

.box-padding {
    padding: 10px;
	margin-bottom: 20px;
}

.link-icon {
  margin-bottom: 15px;
}
.link-icon img{
  width:50px;
}
.link-icon i {
  font-size: 30px;
}

.p-rev {
  margin-top:20px;
  padding-bottom: 20px;
  border-bottom:1px dotted #ccc;
}

.p-rev img {
  border:1px solid #eee;
}

.balance-title {
  font-size: 13px;
  font-weight:800;
  text-transform:uppercase;
}

.balance-number {
  font-size: 23px;
  font-family: arial;
  font-weight:700;
  color: #465560;
}

.terms-conditions {
  text-align: right;
}

.terms-conditions li {
  padding:0px 7px;
  display: inline-block;
  border-right:1px solid #ccc;
}

.terms-conditions li:last-child {
  border-right:none;
}

.terms-conditions li a {
	color: #fff;
 font-size: 11px;
}

.terms-conditions li a:hover {
}

.swap-on-hover{
  margin: 0 auto;
  width: 20px;
}

.swap-on-hover img{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 60%;
}

.swap-on-hover .swap-on-hover__front-img{
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

.swap-on-hover:hover > .swap-on-hover__front-img{
  opacity:0;
}

.dashboard > li{
  display: inline-block;	
  padding-bottom: 50px;	
}

.dashboard-icon{
  width: 30%;
}

.dashboard-icon-text{
 position: relative; 
 top: 90px; 
 color: #627bbc	
}

/*SPONSOR TREE*/

.sponsor-tree .item, .sponsor-tree-main .item {
  /*background: #999;*/
  border:2px solid #465560;
  padding:10px 0px;
  border-radius: 5px;
  
}

.sponsor-tree .sponsor-img, .sponsor-tree-main .sponsor-img {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  overflow: hidden;
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 0px;
  
}

.sponsor-tree .sponsor-info h4, .sponsor-tree-main .sponsor-info h4, .sponsor-tree .sponsor-info h3, .sponsor-tree-main .sponsor-info h3 {
  padding:10px;
  text-align: center;
}

.sponsor-tree .sponsor-info h3, .sponsor-tree-main .sponsor-info h3 {
  color: #465560;
  font-size: 14px;
}

.sponsor-tree .sponsor-info h3 {
  height: 60px;
}

.sponsor-tree .sponsor-info h4, .sponsor-tree-main .sponsor-info h4{
  font-size: 13px;
  font-weight:700;
  text-align:center;
  background: #465560;
  color: #fff;
}

.sponsor-tree .sponsor-info h4 > a, .sponsor-tree-main .sponsor-info h4 > a{
  font-size: 13px;
  font-weight:700;
  text-align:center;
  background: #465560;
  color: #fff;
}

.sponsor-tree .sponsor-content, .sponsor-tree-main .sponsor-content {
  margin:10px 0px;
  padding: 0px 10px;
  text-align: center;
  height: 80px;
}

.sponsor-tree .sponsor-content p, .sponsor-tree-main .sponsor-content p  {
  font-size: 12px;
  margin:10px 0px;
  word-wrap: break-word;
}

.sponsor-tree .sponsor-content p.emailtext, .sponsor-tree-main .sponsor-content p.emailtext {
  height: 35px
}

.sponsor-border-bottom {
  border-top:5px solid #333;
  border-left:5px solid #333;
  border-right:5px solid #333;
  margin:0 auto;
  margin-bottom:20px;
  margin-top:20px;
  height: 20px;
  width: 90%;
}


/* Triangle */
.triangle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
}
.triangle.top:before {
  border-bottom-color: #333;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


/*
.owl-nav {
  margin-right: 0px;
  margin-top: 0px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  margin-top: 30px;
}
*/

/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */

.dropdown{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #fff;

  border-radius: 3px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.dropdown.open{
  z-index: 2;
}

/*.dropdown:hover{
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}*/

.dropdown.focus{
  /*box-shadow: 0 0 5px rgba(51,102,248,.4);*/
  border-color: #f1c75c;
}

/* CARAT */

.dropdown .carat{
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #999;
}

.dropdown.open .carat{
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 8px solid #000;
}

.dropdown.disabled .carat{
  border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.dropdown select{
  position: absolute;
  left: 0px;
  top: 0px;
}

.dropdown.touch .old{
  width: 100%;
  height: 100%;
}

.dropdown.touch select{
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.dropdown .selected,
.dropdown li{
  display: block;
  height: 50px;
  font-size: 11px;
  line-height: 1;
  color: #666;
  padding: 18px 5px 5px 15px;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown.disabled .selected{
  color: #999;
}

.dropdown .selected::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

.dropdown div{
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
  opacity: 1;
  z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  
  box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
  opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin:0px;
}

.dropdown.scrollable.open ul{
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */


.dropdown li{
  list-style: none;
  height: auto;
  padding: 15px 15px;
}

/* .focus class is also added on hover */

.dropdown li.focus{
  background: #f1c75c;
  position: relative;
  z-index: 3;
  color: #fff;

}

.dropdown li.active{
  font-weight: 700;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background: #627bbc;
}

.cart-popup-msg {
  margin-top: 10%;
  text-align: center;
}

.cart-popup-msg .modal-footer {
  display: none;
}

.cart-popup-msg img {
	width: 40px;
	height: auto;
}

table.cart-data-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;  
/*	background: #000000;*/
}
table.cart-data-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.cart-data-table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em; 
}
table.cart-data-table td {  
  font-size: 12px;
}
table.cart-data-table img {  
  width: auto;
  height: 60px;
}



table.cart-data-table th,
table.cart-data-table td {
  padding: 1em;
  text-align: center;
	
}
table.cart-data-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #465560;
}

table.cart-data-table td.cart-img {
  padding:20px;
}

/*CUSTOM MODAL SETTING*/

.modal-content {
  overflow: hidden;
  border:none;
}

.modal-header {
  background: #465560;
}
.modal-header .close {
	color: #fff;
}
.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.form-control {
  font-size: 12px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
	outline: var(--main-color);
}

.modal-wishlist .modal-header {
  background: #cf023c;
}

.wishlist img {
  border:1px solid #eee;
}

.wishlist li {
  margin:10px 0px 0px 0px;
  padding-bottom:10px;
  border-bottom: 1px dotted #eee;
}

.wishlist i {
  margin-top:20px;
}

/*STAR RATING*/
.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}

/*!
 * @copyright � Kartik Visweswaran, Krajee.com, 2014
 * @version 2.5.0
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
/*
 * Stars
 */
.rating-gly {
    font-family: 'Glyphicons Halflings';
}
.rating-gly-star {
    font-family: 'Glyphicons Halflings';
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: default;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #fde16d;
}

.rating-container-rtl:before {
    content: attr(data-content);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}

.review-container {
  margin-top:20px;
  padding-bottom:20px;
  border-bottom: 2px dotted #eee;
}

.review-container:last-child {
  border-bottom:none;
}

.review-user-details {
  margin-top:15px;
}
.review-user-details h5 {
  text-transform: uppercase;
  float:left;
  font-size: 13px;
}



.review-user-details span.date-time {
  font-weight: 400;
  font-size:13px;
  margin-left: 10px;
}

.review-rating {
  float: right;
}

.review-details h4 {
  color: #444;
  font-weight: 500;
  font-size:14px;
}

.review-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow:hidden;
  text-align: right;
}
.review-img  img{
  width: 100%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
z-index: 10;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;

}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}


.progress {
  height: 35px;
  background: #dcdcdc;
  position: relative;
}
.progress .skill {
  font: normal 12px;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.search-result h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.result h5 {
  font-weight: 600;
  font-size: 20px;
}

.result p {
  margin:10px 0px;
}

.result li {
  display: block;
  padding-bottom:20px;
  margin-top: 20px;
  border-bottom: 1px dotted #ccc
}

.result li:after {
  display: block;
  content: '';
  clear: both;
}

.result img {
  padding:5px;
  border:1px solid #ddd;
}

.result a {
  color: var(--main-color);
}

.result .pro-ratting {
  float:none;
}

.search-result span {
  color:var(--main-color);
}

#loginmodal .modal-dialog {
/*    width: 300px;*/
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#loginmodal .modal-footer {
    /* height: 70px; */
    margin-bottom: 30px;
    margin: 0;
}
#loginmodal .modal-footer .btn {
    font-weight: bold;
    background: var(--main-color)
}
#loginmodal .modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
#loginmodal .input-group-addon {
    color: #fff;
    background: var(--main-color);
    border:0;
}

#loginmodal .form-control {
  border:1px solid #eee;
  box-shadow: none;
  font-size: 12px;
}

#loginmodal .form-control:focus {
  border:1px solid var(--main-color);
}

#loginmodal .glyphicon {
  top:0;
}

#loginmodal .checkbox label, .radio label {
  font-size: 11px;
}

#loginmodal .forget-pass {
  margin:14px 0 10px 0;
  font-size: 11px;
}


.error-message
{
	color: red; 
	text-align: left; 
	font-size: 12px;
	line-height: 20px;
}

.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

.symbol-empty {
    background-color: #eee;
}

.symbol-filled {
    background-color: #efce4a;
}

.rating-here .fa {
  color:#efce4a;
}


.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

.symbol-empty {
    background-color: #eee;
}

.symbol-filled {
    background-color: #efce4a;
}

.rating-here .fa {
  color:#efce4a;
}


/*PRICING*/

.shopper-bar {
  /*background: url("../img/shopper-bar.png");*/
  background-size:contain;
  background-repeat: no-repeat;
  padding:30px;
}

.referral-bar {
  background: #ddf0db; /*url("../img/refferal-bar.png");*/
  background-size:100%;
  background-repeat: no-repeat;
  padding:30px;
   /*height: 700px;*/

}

.shopper-benefits {
  
  width: 400px;
  margin:0 auto;
  margin-top: 50px;
}

.shopper-benefits .fa-check {
  color: var(--main-color)
}

/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*padding: 10px;*/
    padding-right: 0;
    margin-bottom: 40px;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 100%;    
    margin: 0;
    overflow: hidden;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  */  
/*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.package-content{
    position: relative;
    color: #FEFEFE;
    padding: 30px 0 30px 0;
}

.benefits-title {
  padding:15px 0;
  background: #336d2d;
  color:#fff;
  font-size: 17px;
  font-weight: normal
}
/*arrow creation*/

/*.package-content:after, .package-content:before,.pt-footer:before,.pt-footer:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}*/
.pt-footer:after,.pt-footer:before{
    top:0;
}
.package-content:after,.pt-footer:after {
  border-color: rgba(136, 183, 213, 0); 
  border-width: 9px;
  margin-left: -9px;
}

.package-content:hover {
  opacity: 0.95;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
    padding:3px 0px;
}

.package-content a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.price span{    
    font-size: 50px;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 35px;
    left: -30px;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
    margin-top:20px;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:0px;
    font-size: 0.9rem;
    margin-bottom:0;
}
.features li{
    padding:15px 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-bottom:1px dotted #ddd;
}
.features li span{
   padding-right: 0.4rem; 
   font-size: 12px;
}


.features li.terms-apply {
  background:var(--main-color);
  color: #fff;
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
    padding:20px 10px;
}
/*PERSONAL*/
.personal .title{        
    background: #01423e;    
}
.personal .package-content{
    background: #005953;
}
.personal .package-content:after{ 
  border-top-color: #005953;  
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}
.professional .package-content,.professional .pt-footer{
    background: #53CFE9;
}
.professional .package-content:after{ 
  border-top-color: #53CFE9;  
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #3e9d31;
}
.business .package-content{
    background: var(--main-color);
}
.business .package-content:after{ 
  border-top-color: var(--main-color);  
}
.business .pt-footer:after {  
  border-top-color: #FFFFFF;  
}
/*
.btn {
  padding:10px 20px;
  border-radius: 8px;
  font-size: 16px;
}*/

.btn-primary {
  background-color: var(--main-color);
  border:0;
}

.btn-white {
  background:#fff;
  color: var(--main-color);
}


.btn-white:hover{
  background:#eee;
  color: var(--main-color);
}

.btn-primary:hover {
  background-color: #465560;
}

.share-tab .input-group{
  width:100%;
}

.share-tab .description .product-nav  > li.active > a, .share-tab .description .product-nav  > li > a {
  font-size: 12px;
}

.free-delivery {
  margin:30px 0 0;
}

.free-delivery h5 {
  margin-bottom: 5px;
}

a {
  word-wrap: break-word;
}

/*new code*/

.table-list01 tr td
{

	padding: 5px;
	background: #ffffff;
}

.table-list01 .tb-title
{
background: #ebebeb;	
}

.table-list01 .tb-row
{
background: #ebebeb;	
}


.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}


/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
/*
  min-width: 400px;
  max-width: 480px;
*/
  max-height: auto;
  width: 31.33%;
 margin:1%;
/*	width: 25%;*/
/*  background: #3085a3;*/
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
/*  z-index: 1000;*/
/*	 z-index: 995;*/
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
	background: #ff00ff;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: bold;
  font-size: 18px;

}



.grid figure h2 span {
  font-weight: bold;
}

.grid figure h2,
.grid figure p {
  margin: 0;
	opacity: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}



/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
 background: #000;
}

figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
/*  padding-top: 30%;*/
	padding-top: 11%;
	letter-spacing: 2px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
  text-shadow:1px 1px #494949;
}



figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*end new code*/

/*ABOUT US*/

.about-us {
/*
  background: #fff url("../img/about-bg.png");
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
*/
}

.about-us .content {
  margin-top:30px;
  text-align: left;
}

.about-us .content h1 {
  margin-bottom:20px;
  font-size: 50px;
}

.about-us .content p {

/*
  font-size: 14px;
  line-height: 1.7em;
*/

}

.about-us .content img {
	
/*	padding-bottom: 30px;*/

}

.founder-section {
  position: relative;
  background:#fff;
}

.founder-row:after {
  width: 300px;
  background-color: #000;
}

.founder-row {
  width: 100%
  background: #fff;
  position: relative;
}

.founder-1, .founder-2, .founder-1-intro, .founder-2-intro {
  padding:30px;
}

.founder-1 {
  background: #eee;
  width: 53%;
  float: left;
}

.founder-1-intro {
  float: left;
  /*position: absolute;
  right: 35%;
  top: 50px;*/
  margin-top: 100px;
}

.founder-2 {
  float: right;
  width: 53%;
  background: #ddd;
  margin-top: -50px;
}

.founder-2-intro  {
  float: right;
  /*position: absolute;*/
  width: 40%;
  text-align: right;
  /*top: 30px;
  left: 16%;*/
  margin-top: 70px;
}

.founder-1-intro h2, .founder-2-intro h2 {
  font-weight: 700;
  font-size:35px;
  letter-spacing: -1px;
  font-family: 'Roboto-Condensed';
}

.founder-1-intro h4, .founder-2-intro h4 {
  font-weight: 300;
  margin:4px 0px;
  font-size: 15px;
}

.founder-1-intro p, .founder-2-intro p {
  font-weight: 700;
}

.tnc h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tnc p  {
  margin:7px 0;
}

.tnc ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.tnc ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

.tnc ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.7em;
    text-align: justify;
  }

  .tnc li ol > li {
    margin: 0;
    margin-bottom: 10px;
     font-size: 15px;
    line-height: 1.7em;
    text-align: justify;
}

.tnc li ul {
  list-style-type: square;
  margin-left: 30px;
}

.tnc li ul li {
  margin:10px 0;
}

.brands-terms {
  margin:30px 0 10px 0;
  background:#f7f7f7;
  padding:20px;
  height: 180px;
  overflow-y: auto;
}

.brands-terms h4 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #444;
}

.brands-terms h3 {
  font-size: 20px;
  margin:20px 0px 0px 0px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #444;
}

.brands-terms p {
  margin:10px 0px;
  font-size: 12px;
  line-height: 1.7em;
}

.login input[type="checkbox"] {
  width:auto;
  margin-right: 5px;
}

/*ONE MANS VISION*/


.title { 
  margin:40px 60px;
 }
.one-man h2 {
  font-size: 7em;
  font-weight: 300;
  letter-spacing: -3px;
}

.one-man h1 {
  font-size: 11em;
  font-weight: 700;
  margin-top: -40px;
}

.one-man h1, .one-man h2 {
  text-shadow: 0px 0px 10px #666;
}
.one-content p {
  margin:10px 0px;
}

.one-content span {
  font-weight:700;
}

.one-content {
  margin:0px;
  padding:20px;
  /*background:rgba(255,255,255,0.8);*/
  text-align: justify;
}

.one-man-content img {
  margin-top: 40px;
  box-shadow: 0px 0px 20px #444;
  width: 100%;
  -webkit-transition: 2s; /* Safari */
  transition: 2s;
}

.one-man-content img:hover {
  transform: scale(1.1);
}

/*Legacy VISION*/

.title { 
  margin:40px 60px;
 }
.legacy h2 {
  font-size: 7em;
  font-weight: 300;
  letter-spacing: -3px;
}

.legacy h1 {
  font-size: 7em;
  font-weight: 700;
  margin-top: -20px;
}

.legacy h1, .legacy h2 {
  text-shadow: 0px 0px 10px #666;
}

.legacy-content p {
  margin:10px 0px;
  text-align:left;
}

.legacy-content .quote {
  padding:20px;
  background: #ddd;
  margin:20px;
  background: var(--main-color);
  color: #fff;
  border-top:5px solid #3e9d31;
  margin-left: -50px;
  width: 80%;
  float: left;
}

/*POP UP*/

#active-popup {
  background-color: rgba(52,73,94, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#popup-container {
  width: 500px;
  height: 400px;
  /*margin: 0 auto;*/
  /*margin-top: 5%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 30%);
  z-index: 9999;
  top: 0;
  display: none;
  border-radius: 10px;
  border:7px solid #fff;
  background: #eee url("../img/pop-up-bg.png") no-repeat center top;
  background-size: 100%;
}

#popup-container .m-content {
  position: relative;
  text-align: center;
  padding:10px 30px;
}

#popup-window { position: relative; }

#popup-container .m-content h1,
#popup-container .m-content p { color: #333; font-size: 18px; font-weight: 600; }

/* #popup-container.m-content p { padding: 20% 5% 0 5%; } */

#popup-container a.close {
  position: relative;
  float: right;
  top: -39px;
  right: 10px;
  z-index: 99;
  font-weight: 400;
  font-size: 16px;
  /*-webkit-border-radius: 20px;*/
  /*-moz-border-radius: 20px;*/
  /*border-radius: 20px;*/
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 8px 10px 8px 12px;
  line-height: 1em;
  text-align: center;
  background: var(--main-color);
  /*border: 2px solid #fff;*/
  cursor: pointer;
  color:#fff;
  opacity: 1;
}

.m-img {
  width: 300px;
  margin:0 auto;
  margin-top:30px;
}

.tooltip_templates { display: none; }

.benefits {
  padding:10px 20px;
}

.benefits ul li {
  list-style: square;
  margin:5px 0px;
}

.benefits ul li ul.insider {
  margin-left: 30px;
}

#table_item_desc td, #table_item_desc th {    
    border: 1px solid #ddd;
    text-align: left;
}

#table_item_desc {
    border-collapse: collapse;
    width: 100%;
    margin-bottom : 10px;
}

#table_item_desc th, #table_item_desc td {
    padding: 15px;
}

#pricing_summary_table td, #pricing_summary_table th{
	border: 1px solid #ddd;
	padding: 10px;
}

#pricing_summary_table tr:first-child th {
	text-align: right;
}

#pricing_summary_table td {
	text-align: right;
}


/*INFORMATION PAGES*/
.show-on-mobile {
  display: none;
}


/*.skincare-info {
  background: #fff;
}



.hairbody-info-2 {
  background: #ddcef5;
}

.informative {
	padding: 35px 0;
}

.bg-white {
  background: #fff;
}

.informative .content {
	padding: 10px;
}

.informative .content h1, .informative .content h2, .informative .content h3, .informative .content h4, .informative .content h5 {
  margin:0 0 7px 0;
}

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

.informative .content p {
  font-size: 15px;
  line-height: 1.7em;
  margin:10px 0;
  font-weight: 300;
}

.healthy-info-3 .content p {
  font-size: 13px;
  margin-top:20px;
}*/

/*.info-listing {
  margin-top: 40px;
}

.info-listing li {
  width: 25%;
  text-align: center;
  margin:0 auto;
  display: inline-block;
}

.listing-info {
  padding:10px;
}

.listing-info img {
  margin-bottom:20px;
}

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


.healthy-info-4 {
  background:#465560;
  color: #fff;
}

.healthy-info-7 {
  background:#546f7a;
  color: #fff;
}

.healthy-info-6 {
  color: #494949;
}



.informative h5 {
  font-weight: 600;
}

.prod-benefits p {
  line-height: 1.7em;
  font-size: 14px;
  margin:15px 0;
}

.prod-benefits .para-title strong {
  font-size:18px;
}

.prod-benefits h3{
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.prod-benefits h4{
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 16px;
}

.health-info-5 .info-title {
  width: 100%;
  padding:0 0 10px 10px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 700;
}

.health-info-5 .content-2 {
  margin-top: 60px;
}

.health-info-5 h4 {
  font-size: 25px;
  color: #999;
  font-weight: 300;
  margin-bottom: 10px;
}

.health-info-5 a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--main-color);
}

.babycare-1 {
  background: #ffab00;
  color: #fff;
}

.babycare-1 .content {
  margin-top: 0px;
  padding:30px 15px 20px 0;
}*/

/*CALENDAR DESIGN*/
.fc-event {
    border:none;
    box-shadow: 0px 2px 4px #ccc;
  }
  .fc-day-grid-event .fc-content {
    text-align: center;
  }
  .fc-event, .fc-event-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin:0 auto;
    background: #54b847;
    /*color: #54b847;*/
  }
  
  .fc-title {
    width: 100%;
    margin-top: 30px;
    top: 30px;
  }

  .fc-title:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 15px;
    margin-top: 5px;
    color: #fff   
  }

  tr:first-child > td > .fc-day-grid-event {
    margin-top: -10px;
  }

.mean-container .mean-nav ul:first-child {
height: 490px;
overflow-y: auto;
	
/*new code 22/08/2022*/
/*  height: 660px;*/
/*
  height: 490px;
  overflow-y:scroll !important;
*/
}

/*new code 22/08/22*/
.lock-scroll {
    overflow-y:hidden !important;
}

/*** Start - pop up container homepage ***/

#popup-container-home {
  width: 500px;
  height: 400px;
  /*margin: 0 auto;*/
  /*margin-top: 5%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 30%);
  z-index: 9999;
  top: 0;
  display: none;
  border-radius: 10px;
  border:7px solid #fff;
/*  background: #eee url("../img/pop-up-bg.png") no-repeat center top;*/
  background-size: 100%;
}

#popup-container-home .m-content {
  position: relative;
  text-align: center;
  padding:10px 30px;
}

#popup-container-home .m-content h1,
#popup-container-home .m-content p { color: #333; font-size: 18px; font-weight: 600; }

#popup-container-home a.close {
  position: relative;
  float: right;
  top: -39px;
  right: 10px;
  z-index: 99;
  font-weight: 400;
  font-size: 16px;
  /*-webkit-border-radius: 20px;*/
  /*-moz-border-radius: 20px;*/
  /*border-radius: 20px;*/
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 8px 10px 8px 12px;
  line-height: 1em;
  text-align: center;
  background: var(--main-color);
  /*border: 2px solid #fff;*/
  cursor: pointer;
  color:#fff;
  opacity: 1;
}

#popup-container-home.pop-style-2 {
  border:none;
  background:#fff url("../img/landing-popup.png") center center no-repeat;
  background-size: cover;
  width: 450px;
  height: 400px;
}

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

#popup-container-home.pop-style-2 a.close {
  top: -15px;
  right: -15px;
  border-radius:50%;
  border:2px solid #fff;
  background-color:#000;
  opacity: 0.6;
}

#popup-container-home.pop-style-2 h4 {
  font-size: 25px;
  color: #085a52;
}

#popup-container-home.pop-style-2 h4 span {
  font-weight: 700;
}

#popup-container-home.pop-style-2 input {
  width: 80%;
  padding:15px;
  border:1px solid #ccc;
  text-align: center;
  border-radius: 7px;
}

#popup-container-home.pop-style-3 {
  border:none;
  background:none;
  width: 450px;
  height: auto;
}

#popup-container-home.pop-style-3 a.close {
  top: 15px;
  right: 15px;
  border-radius:50%;
  border:2px solid #fff;
  background-color:#000;
  opacity: 0.6;
}

/*** End - pop up container homepage ***/


/*** Library Selection Page - Start ***/
.lib-icon {
  padding:200px 0;
  height: auto;
  width: auto;
  text-align: center;
  /*width: 300px;*/
  margin:0 auto;
}


.lib-icon p{
  margin-top: 5px;
}

.lib-icon h2 {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: -5px;
}

.lib-icon h5 {
  margin-top: 10px;
  text-transform:uppercase;
  font-weight: 500;
}

.lib-icon .fa {
  font-size: 30px;
}

.lib-icon a {
  color: var(--main-color);
  border:1px solid var(--main-color);
  padding:10px 30px;
}


.bg-grey {
  background:#999;
}

.bg-light-grey {
  background:#f8f8f7;
}

.font-white {
  color: #fff
}

.lib-yt-content h4 {
  padding:3px;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.4em;
  height: 80px;
}

.lib-btn {
  margin-top: 50px;
}

.lib-btn a:hover {
  background:var(--main-color);
  color: #fff;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.prod-tabs {
  padding:50px 0;
}
.prod-tabs .tabbable-panel {
  /*border:1px solid #eee;*/
  padding: 10px;
}

/* Default mode */
.prod-tabs .tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.prod-tabs .tabbable-line > .nav-tabs > li {
  margin-right: 1px;
  width: 16%;
  text-align: center;
  position: relative;
}

.prod-tabs .tabbable-line > .nav-tabs > li > a > img {
  position: absolute;
  top: -53px;
  left: 0;
  width: 90%;
}
.prod-tabs .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 14px;
}
.prod-tabs .tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.prod-tabs .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li > .box-bottom {
  width: 100%;
  background: #eee8f6;
  height: 8px;
  border-radius: 5px;
}
.prod-tabs .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover > .box-bottom {
  background: #e0d1f4;
}
.prod-tabs .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.prod-tabs .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.prod-tabs .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
/*.prod-tabs .tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}*/
.prod-tabs .tabbable-line > .nav-tabs > li.active > .box-bottom {
  background: #9677ca;
  position: relative;
}
.prod-tabs .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #9677ca;
  /*font-weight: 600;*/
}
.prod-tabs .tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.prod-tabs .tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  /*border-top: 1px solid #eee;*/
  padding: 15px 0;
}
.prod-tabs .portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.prod-tab-content {
  margin-top: 60px;
}

.prod-tab-content h5 {
  font-weight: bold;
}

.prod-tab-whitening-content {
  background:#eee8f6;
  padding:40px 20px;
  font-size: 13px;
}

.prod-tab-whitening-content h4 {
  font-weight: bold;
  font-size: 14px;
}

.prod-tab-whitening-content h5 {
  font-size: 13px;
  font-weight: bold;
}

/* HYDRATING TABS COLOR */
.hydrating-tabs .prod-tabs .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li > .box-bottom {
  background: #b8daf8;
}
.hydrating-tabs .prod-tabs .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover > .box-bottom {
  background: #90c9fb;
}
.hydrating-tabs .prod-tabs .tabbable-line > .nav-tabs > li.active > .box-bottom {
  background: #278be1;
}
.hydrating-tabs .prod-tabs .tabbable-line > .nav-tabs > li.active > a {
  color: #278be1;
}
.hydrating-tabs .prod-tab-whitening-content {
  background: #e4f2fc;
}

.hydrating-tabs .tab-pane {
  background: #cae0ee;
}

#videomodal .modal-content {
  background: transparent;
  top: 100px;
}
#videomodal .modal-body {
  padding:0;
}

#videomodal .close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}

.modal-lg {
  margin:0 auto;
}

.disabled {
	cursor: not-allowed;
}

#procedto.disabled {
	cursor: not-allowed;
	background: #465560;	
}

#procedto2.disabled {
	cursor: not-allowed;
	background: #313133;
}

.proceed a.disabled {
	cursor: not-allowed;
	background: #ebebeb none repeat scroll 0 0;
}

/*panel about us*/

/*.home-creative-process {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/home1.jpg) top center;
	background-repeat: no-repeat;
	
}

.unbold {
	font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;    
}*/


/*skin test*/


/*.bg-skintest
{
	background: url("../img/bg-skin-test.jpg") no-repeat top center;
    background-size: cover;
	width: 100%;
	height: 500px;
	
}*/
	
/*.font-big
{
	font-size: 90px;	
}
	*/


	
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
{ 	
	
/*new code 260821*/
/*.owl-nav .owl-prev, .owl-nav .owl-next 
{
	position: absolute;
  top: 50%;
  transform: translateY(440%);
}

.owl-nav .owl-prev {
  left: 0;
  top: 0;
}

.owl-nav .owl-next {
  right: 0;
  top: 0;
}	*/
	
	
	
	
.font-big
{
	font-size: 30px;
}
.font-small
{
	font-size: 10px;	
}	
	
	
	
.bg-skintest
{
	background: url("../img/bg-skin-test-mobile.jpg") no-repeat top center;
    background-size: cover;
	width: 100%;
	height: 500px;
	
}
	
#panel-start-skintest	
{	
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0 auto;
	top: 0px;
	left: 0px;
    padding: 10% 0;
    text-align: center;
    box-sizing: border-box;
	background: #ffff;
	
}	
	
}	/* end media*/
	


#panel-start-skintest	
{	
    width: 50%;
    position: relative;
/*    margin: 0 auto;*/
	left: 0;
	top:120px;
    padding: 20px 0;
    text-align: center;
    font-family: 'Martel', serif;
    box-sizing: border-box;
}	
	


	
	
#panel-small img{
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 140px;
	height: auto;
}

#panel-small img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}	

#panel-small
	{
		width:150px;
		padding: 10px;
		margin:10px 20px;
		
		
	}	

#panel-question
{
	width: 100%; 
	margin: 10px 0px 10px 0px;
	float: left;
	padding: 8px;
	
}	
	
#panel-area
{
	background: #627bbc; 
	padding: 20px;
	margin: 20px 0px 20px 0px;
	float: left;
	width: 100%;
	font-size: 16px;
}	
	
#space-clear
{
	clear: both;
}
	
	
/*radio  check box*/
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
	
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
	font-weight: 400;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #515252;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}



.checkbox-custom:checked + .checkbox-custom-label:before {
       background: #b8aec8;
	padding: 5px;
}



.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
  content: " ";
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 15px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #515252;
  background-color: transparent;
	
}

.radio-custom:checked + .radio-custom-label:before {
 background: #fff;
}


.radio-custom:checked + .radio-custom-label:after {
    border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 5px;
    content: " ";
    display: block;
    background: #b8aec8;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
	font-weight: 400;
}	


/*social media icon*/
.hover01 span img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 span:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.footer-icon-responsive3{
  height: 40px;
  padding: 5px;
  color: #fff;
}


/*arrow*/
.arrow {
  border: solid;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  margin:0 12px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*video*/
.embed-responsive-16by9 {
/*  padding-bottom: 600px;*/
}

/*video*/
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; *//* 16:9 */
  height: 0;
	 padding-bottom: 56.25%; /* 16:9 */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
/*
  width: 100%;
  height: 100%;
*/
}

/*member club*/
.bg-member-banner {
	position: relative;
	width: 100%;
	height: 100%;

}


.bg-member-banner-text 
{
  position: absolute;
  width: 100%;
  bottom:20px; 
}


.bg-member-club-bottom
{
	padding: 5px;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.3) 3%, rgba(186,207,219,1) 15%, rgba(186,207,219,1) 50%, rgba(186,207,219,1) 85%, rgba(255,255,255,0.3) 100%);

}

.bg-member-club-bottom2
{
	padding: 5px;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.3) 3%, rgba(237,176,168,1) 15%, rgba(237,176,168,1) 50%, rgba(237,176,168,1) 85%, rgba(255,255,255,0.3) 100%);

}

.table-bordered
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#member-club table
{
	overflow-x:auto;
	font-size: 14px;
	width: 100%;
	
}


#member-club table img
{
	width: 30px;
	height: 30px;
	/*margin-right: 30px;*/
    float: left;
    /*margin-bottom: 10px;*/
   

}
  #member-club th {
	  font-size: 18px;
	  font-weight: 600;
}


  #member-club th, #member-club td
  {
   padding: 15px;
   border:2px solid #000000;
   color:#231F20;
   font-weight: 600;
  }

  #member-club td span {font-weight: 400; }
	
  #member-club td:nth-child(1) , th:nth-child(1)
  {
    background-color: #e2b3aa;
  }
  #member-club td:nth-child(2) 
  {
    background-color: #e2b3aa;
  }
  #member-club th:nth-child(2) {
	  background-color: #e2b3aa;
  }

#member-club-info
{
/*	background: rgba(255,255,255,0.5); */
	width: 100%; 
/*	border-radius: 8px; */
	padding: 20px; 
/*	border: #000 solid 1px;*/
/*	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}


#member-club-info h3
{
	font-size: 25px;
}


#table-normal 
{
/*	border:1px solid #ffffff;*/
}

#table-normal th
{
  padding: 12px 15px;
/*  background-color: #98B9CA ;*/
/*  border: 1px solid #ffffff;	*/
}

#table-normal tr:nth-child(even) {
/*	background-color: #BACFDB;*/
}

#table-normal tr:nth-child(odd) {
/*	background-color: #DAE2E8;*/
}

#table-normal td {
	padding: 9px 15px;
/*	border: 1px solid #ffffff;*/
}

#table-normal td span {
	font-style: italic;
}

/* new code 29122020 */
.text-shadow {text-shadow: 2px 2px 4px #515151;}

ol li {margin: 10px auto;
	font-weight: 600;
}

ol li span {font-weight: 400; line-height: 25px;}

.center {text-align:center;}

.width-half {width:50%;}

.width-7 {width:70%;}

.button-new:hover{width: 255px !important; cursor: pointer}

.letter-spacing {letter-spacing: 8px;}

.button-new2:hover{width: 205px !important; cursor: pointer}

.bsi-banner {
	background: url("../img/bsi-banner.jpg");
	background-repeat:no-repeat;
    background-position:25%;
}

.banner-content {padding: 30px;}

 
.table_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}


/*table*/
.row .p-tb-30
{
	padding: 30px 0px;
}


/*#product-review-table >tbody>tr>td
{
	border-top: 0px solid #ddd;
}

#product-review-table ul li
{
	list-style: circle;
	list-style-position: outside;
	margin-left: 15px;
	font-size: 14px;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
	
#myImg02 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg02:hover {opacity: 0.7;}*/

/* The Modal (background) */
/*.modal-member {
  display: none; 
  position: fixed;
  z-index: 1; 
  padding: 150px 15px 0px 15px;
  left: 0;
  top: 15%;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8); 
}*/

/* Modal Content (image) */
/*.modal-member-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
	
}
#caption01 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-member-content, #caption01 {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}*/
/*.close01 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close01:hover,
.close01:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}*/
/*===============-----------==============*/
/*===============Header Area==============*/
/*===============-----------==============*/
.top-header-message {
	width: 100%; 
	background: #465560 ;
	padding: 10px 25px;
	font-size: 14px;
	color:#fff;
} /*10032023*/

.header-area {
	padding-top: 20px;
	border-bottom: 2px solid #fff;
}
.logo {
	width: 70%;
	margin:auto;
}
.header-area .top-header ul {
	text-align: right;
} /*02062023 new*/
.header-area .top-header ul li {
	padding: 0px 7px;
    display: inline-block;
    border-right: 1px solid #000;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.header-area .top-header ul li:last-child {
    border-right: none;
}
/*---cart---*/

#lblCartCount 
	{
    font-size: 12px;
    background: #627bbc;
    color: #000;
    padding: 5px;
	vertical-align:bottom;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    text-align: center;
    }

.cart-info {
  position: relative;
}
.cart-info > a {
  display: inline-block;
}
.cart-info > a:hover, .cart-info > a:focus {
  color: #465560;
}
.cart-info > a h5 {
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 5px;
}
.cart-info > a span {
  font-size: 15px;
}
.cart-info > a i {
  
  margin:7px 0px;
}
.cart-hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 330px;
  z-index: -99;
  max-height: 380px;
  overflow:scroll;
	
}
.cart-info:hover .cart-hover {
  opacity: 1;
  transform: scaleY(1);
  z-index: 99999;
}
.header-cart-pro {
  list-style: none;
	
}
.header-cart-pro li {
  display: block!important;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-right: none!important;	
  padding-bottom: 10px!important;
  width: 100%;
  		
}
.header-cart-pro .image {
  float: left;
  margin-right: 10px;
  width: 90px;
  border: 1px solid #ddd;
}
.header-cart-pro .image a {
  display: block;
}
.header-cart-pro .image a img{}
.header-cart-pro .content {
  text-align: left;
}
.header-cart-pro .content a {
  display: block;
  font-size: 13px;
  margin: 5px 0;
  text-transform: uppercase;
}
.header-cart-pro .content a:hover {
  color: #465560;
}
/*.header-cart-pro .content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
}
.header-cart-pro .delete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
  color: #666;
}
.header-cart-pro .delete:hover {
  color: #e9090e;
}*/
.price-quantity .price {
	float: left;
	margin-bottom: 0;
}
.price-quantity .quantity {
	float: right;
	font-size: 11px;
}
.price-quantity .quantity span {
	font-size: 15px;
}
.header-button-price{}
.header-button-price a, .checkout-method a, .bill-info a, .pay a {
  border: 1px solid #465560;
  color: #465560;
  display: block;
  float: right;
  font-size: 13px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 600;
	border-radius: 0;
} /*26042023 class name*/
.header-button-price a:hover,  .checkout-method a:hover, .bill-info a:hover, .pay a:hover {
  background: #465560;
  color: #fff;
} /*26042023 class name*/
.header-button-price a i {
  margin-right: 5px;
}
.header-button-price .total-price {
  float: right;
  text-align: right;
  width: 100%;
}
.header-button-price .total-price h3 {
  font-size: 15px;
  margin-top: 8px;
}
.header-button-price .total-price h3 span{
	 font-weight: 700;	
}
.search {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.search input {
  border: none;
  color: #efefef;
  font-weight:400;
  font-size: 11px;
  padding: 10px 20px;
  width: 100%;
  background-color:#000;
}
.search input::placeholder {
	color: #efefef;
}
.search input:focus {
  outline: none;
}

.search > .submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  line-height: 38px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  color: #efefef;	
}

.search > .submit:hover {
  color:#fff;
}
.mobile-header-cart {
	position: absolute; 
	right: 3%; 
	margin-right: 5%;
	display: none;
}
.mobile-header-cart a{
	font-size: 2rem; 
	color: #fff;
	line-height: 60px;
}

/* =================== Menu ==================== */
/* ===================-----==================== */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-main-content {
  background: #e2e3df;
  /*min-height: 100vh;*/
  z-index: 2;
}

.cd-main-header {
  /*height: 100px;*/
  z-index: 100;
  margin-top: 30px;	
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-logo {
  position: absolute;
  top: 12px;
  left: /*5%*/ 0%;
  display: none;
  width: 100%;	
}
.cd-logo img {
  width: 144px;
  display: block;
  margin: auto;
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  /*top: 8px;*/
  right: 5%;
  margin-bottom: 0;
}
.cd-header-buttons li {
  display: inline-block;
}
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #fff;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: visibility 0.1s 0s;
  -moz-transition: visibility 0.1s 0s;
  transition: visibility 0.1s 0s;
  transition-timing-function:ease-in;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  opacity: .7;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.cd-primary-nav, .cd-primary-nav ul {
  position: absolute;
  /*top: 0;*/
  /*right: 0;*/
  height: 100%;
  width: 100%;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav ul {
  top: 0;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  /*height: 50px;
  line-height: 50px;*/
  padding: 0 20px;
  color: #ffffff;
  font-weight: 700;	
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
} /*10052023*/
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #3764eb;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: rgba(255,255,255,.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: absolute;
  z-index: 2;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0,0,0,0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 959px) {
	
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  /*.cd-main-header {
    height: 80px;
  }*/
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }	
  .cd-logo {
    top: 26px;
    left: 4em;
  }	
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }	
  .cd-nav-trigger {
    display: none;
  }	
  .cd-primary-nav {
    position: static;
    /*padding: 0 150px 0 0;*/
    height: auto;
    width: 100%;
    /*float: right;*/
    overflow: visible;
    background: transparent;
	text-align: center;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    /*float: left;*/
	display: inline-block;
    margin-left: 3em;
	border-right: none!important;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    /*height: 80px;
    line-height: 80px;*/
	text-transform: uppercase;
    padding: 10px 10px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
    color: #405f72;
  }
  .cd-primary-nav > li > a.selected {
    color: #465560;
    /*box-shadow: inset 0 -2px 0 #3764eb;*/
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none!important;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 50px;
	left:0px;  
    width:100%;
    background: #000;
    padding: 20px 0px;
    /*box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);*/
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
	  display: flex;
	  flex-wrap: wrap;
  }


.cd-primary-nav > li > a.selected::after, .cd-primary-nav > li > a.selected::before {
	top: 120%;
	left: 50%;
	border: solid transparent;
	content: " "!important;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
	clear: both;
    display: block;
	-webkit-transition: opacity 1.5s 0s, visibility 1.5s 0s;
    -moz-transition: opacity 1.5s 0s, visibility 1.5s 0s;
    transition: opacity 1.5s 0s, visibility 1.5s 0s;
}

.cd-primary-nav > li > a.selected::after {
	/*border-color: #000;
	border-top-color: #000;
	border-width: 6px;
	margin-left: -30px;*/
	border:none;
}
.cd-primary-nav > li > a.selected::before {
	border-color: #000;
	border-top-color: #000;
	border-width: 12px;
	margin-left: -16px;
}
	
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
	text-transform: capitalize;  
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    max-height: 100vh;
    /* here you set the number of columns - use width percentage */
    width: auto;
	max-width: 300px;  
	padding: 15px 50px;  
    float: left;
	text-align: left;  
    /*margin-right: 2.66%;*/
    /*border-right: 1px solid #e2e3df;*/
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	  display: flex;
	  flex-wrap: wrap;
	 text-transform: capitalize; 
	 align-content: flex-start;
  }
  .cd-primary-nav .cd-secondary-nav > li:last-child {border-right: none;}
  .cd-primary-nav .cd-secondary-nav > li.no-child {
    line-height: 30px;
    padding: 0px 50px;
    border-bottom: none;
	float: inherit;
	}	
   .cd-primary-nav .cd-secondary-nav > li.no-child a{
    color: #2e3233!important;
    font-size: 1rem !important;
	font-weight: normal;
	}	
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    /*border-right: none;*/
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #efefef;
    font-weight:700;
    font-size: 15px; /*03052023-2*/
    margin-bottom: 5px; /*18052023*/
	width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav a {
    /*height: 35px;*/
    line-height: 18px; /*18052023*/
    color: #efefef;
	font-weight: 500;  
    border-bottom: none;
    font-size: 1.5rem;
	padding: 5px 0;
  } /*10052023*/
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #fff;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 100%;
  }
	
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
	.cd-primary-nav .cd-secondary-nav ul li:hover {
		margin-left: 5px;
		transition: linear .1ss ;
	}
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #3764eb;
    font-weight: bold;
    padding: 0 .4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #3764eb;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }	
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #3764eb;
  }	
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }

  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
   /* padding-right: 30px !important;*/
  }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
	  
	  display: none;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  /*.cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/

  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }	
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
/* =================== end Menu ==================== */




.highlight-mark {
	background-color: yellow;
	color: #000; 
	margin-left: 5px;
	border-radius: 10px; 
	padding: 0px 6px;
}

/*faq accordian*/

.accordion2 {
  background-color: #ebebeb;
  color: #444;
  cursor: pointer;
  padding:15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	
}

.active2, .accordion2:hover {
  background-color: #ebebeb; color: #444;
	border-bottom: #fff solid 1px;
}

.accordion2:after {
  content: '\002B';
  color: #444;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2212" !important;color: #444;
}

.panel2 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	
}
.accordion-wrap
{
	padding: 30px 10px;
}

.category-menu {
	/* background: linear-gradient(180deg, #d6d8db 0%, #ffffff 100%); */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	position:relative; 
	padding: 3px;
}

/*table-over-flow*/
.table-overflow
{
	overflow-x:auto;	
}

/*label-sold out*/
.label-soldout
{

	position: absolute; 
	font-size: 20px;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	border-radius:110px;
/*
	margin-left: -40px;
    margin-top: -40px;
*/
    z-index: 2;
    background: rgba(200,28,28,0.75);
    border-radius: 80px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;	
}


/*sothys-product-referral*/
#tnc-list ul
{
	font-size: 16px;
    list-style-type:disc !important;
	line-height: 30px;
}

#tnc-list ul li
{
	margin:10px 10px 30px 10px;
}

#bg-example01 
{
  background-image: url("../img/bg-example01.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:contain;
  padding: 50px 20px;
  font-size: 16px;
  line-height: 30px;
}

#bg-example02
{
  background-image: url("../img/bg-example02.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size:contain;
  padding: 50px 20px;
}

#bg-example03
{
  background-image: url("../img/bg-example03.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:contain;
  padding: 50px 20px;
}

#invite-step
{
	margin-top: 30px;
	margin-bottom: 30px;
    padding: 8px 20px;
    border-radius: 20px;
    background: #ffffff;
    max-height: 540px;
	height: 540px;
}

/*new  font type css*/
.font-nolan-regular
{
	font-family: "nolan-regular";
	font-weight: 500;
}

.font-nolan-bold
{
	font-family: "nolan-bold";
}

.border-left
{
	border-left: solid #e5e5e5 1px;
	
}

button.close
{
  filter: alpha(opacity=100);
  opacity: 1;
}


/* new 09122022*/
.color-blue {
	color:#374352;
} 
.color-brown {
	color: #8D7248;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-30 {
	margin-top: 30px;
}
.dis-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap; /*21122022*/
}
.flex-middle-md, .flex-middle-sm {
	display: flex;
	align-items: center;
}/*11042023 new*/
.btn-brown{
	color: #fff;
	background: #8D7248;
	padding: 8px 20px;
	width: fit-content;
	font-size: 20px;
}/*21122022*/
.btn-brown:hover{
	box-shadow: 0 0 5px 1px #ccc;
	color: #fff;
}
.title-brushstroke-bg{
	background: url('../img/text-bg.png') center; /*03012023*/
	background-repeat: repeat-y;/*03012023 new*/
	}
h1.extra-large {
	font-size: 7rem
}
h3.extra-large {
	font-size: 4.5rem
}

.serum-list li{
	list-style-image: url("../img/serum-icon.png");
}/*21122022*/
.serum-list li {
	font-size: 15px; /*21122022*/
	margin: 15px 0 15px 25px;
}
/*21122022 start new*/
.box-shadow {
	background: #fff; 
	height: 100%; 
	box-shadow: 0 0 10px #ddd; 
	border-radius: 25px; 
	padding:25px; 
	text-align:center;
}
.dis-flex-only {
	display: flex;
}
.bg-brown-box {
	background: rgba(193,162,133,.2);
	text-align: center;
	height: 100%;
}
.padding-extra-md {
	padding: 120px;
}
.vitaminc-middle {
	position: absolute; 
	bottom: 50px; 
	width: 100%;
}
.faq-newdesign {
	border-top: 1px solid  #8D7248;
	margin-top: 30px;
	padding-bottom: 30px;
}
.faq-newdesign .accordion3, .faq-newdesign .active2 {
	background: transparent;
	border: none;
	font-weight: 700;
	
  cursor: pointer;
  padding:10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	color: #8D7248; /*05052023*/
} /*04012023 change class name and content*/

.accordion3:after {
  content: '\002B'; 
  color: #444;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}/*04012023 new*/

.faq-newdesign  .panel3 {
	background: transparent;
	border:none;
	
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}/*04012023  change class name and content*/

.faq-newdesign .accordion-wrap {
	padding: 0;
}



/*04012023-4 remove*/
/*.tnc .collapsible {
  background: none;
  border:none;	
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
	width: 100%;
	text-align: left;
	 -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.tnc button.active {
	 -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.tnc button.collapsible:after {
  content: '\02795';
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
}
.tnc button.active:after {
  content: "\2796"; 
  color: #fff!important;	
}
.tnc .content {
  padding: 5px 20px 20px;
  display: none;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}*/
/*04012023-4 remove*/


.partner .owl-carousel .owl-nav .owl-next, .partner .owl-carousel .owl-nav .owl-prev{
	top: -189px;
}
.partner h5{
	text-align: center;
	font-family: "Playfair Display",serif;
	margin-top: 20px;
}
.partner p{
	text-align: center;
	font-family: "Playfair Display",serif;
	color: #847363;
	font-size: 12px;
}

/*flickr cover logo*/
.cover {
  width: 100%;
  height: 50px;
  background-color: transparent;
  animation-name: cover;
  animation-duration: 4s;
  position: absolute;
  top: 0;
  left: 0; /*10052023 new*/
}

@keyframes cover {
  0% {background: linear-gradient(to bottom, #fff 90%, transparent); left:0px; top:0px;}
  80% {background: linear-gradient(to bottom, #fff 90%, transparent); left:0px; top:0px;}
  100% {background: linear-gradient(to bottom, #fff 90%, transparent); left:0px; top:0px;}
}/* 03052023-2 new*/
/*flickr cover logo end*/

/*new code  191123 START*/
/*slider indicators*/
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;

}

.carousel .carousel-indicators li {background-color: #ded8d8;}
.carousel .carousel-indicators li.active {background-color: #928f8f;}


/*new code  191123 END*/


/*new code 201123 START*/
/*slider -vcclub*/
.carousel-control {
	width: 10%;
}
/*new code 201123 END*/
/*
.right.carousel-control, 
.left.carousel-control 
{
     visibility:hidden;
}
*/
