/*----------------------
  General Colors
  Corporate Gray: #465560;
  Corporate Darker Shade purple: #627bbc;
  Grey: #f2f2f2 / #f7f7f7;
  blue gray:#9eb8d2;	
  pink:#d8b2c5;
  orange:#e3a599;
  light orange:#f2d0b4;
  light green:#b9d2bd;
  Darker Grey / Footer: #343434;
  Font-Color :#3e3f3f;
  Font Red Color: #cf023c;
  Star Color:#efce4a;
  

------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

@font-face{
font-family: "Poppins-Regular";
src: url("../font/Poppins-Regular.otf") format("otf"), url("../font/Poppins-Regular.ttf") format("ttf"), url("../font/Poppins-Regular.woff2") format("woff2"),url("../font/Poppins-Regular.woff") format("woff");
}

@font-face{
font-family: "Poppins-Light";
src: url("../font/Poppins-Light.otf") format("otf"), url("../font/Poppins-Light.ttf") format("ttf"), url("../font/Poppins-Light.woff2") format("woff2"),url("../font/Poppins-Light.woff") format("woff");
}

@font-face{
font-family: "Poppins-SemiBold";
src: url("../font/Poppins-SemiBold.otf") format("otf"), url("../font/Poppins-SemiBold.ttf") format("ttf"), url("../font/Poppins-SemiBold.woff2") format("woff2"),url("../font/Poppins-SemiBold.woff") format("woff");
}

@font-face{
font-family: "Poppins-Italic";
src: url("../font/Poppins-Italic.otf") format("otf"), url("../font/Poppins-Italic.ttf") format("ttf"), url("../font/Poppins-Italic.woff2") format("woff2"),url("../font/Poppins-Italic.woff") format("woff");
}

:root {
  --main-color: #465560;
}

::selection {
  background: #465560; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #465560; /* Gecko Browsers */
  color: #fff;
}

.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;
}

/* 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: #5e5c56;
  font-family: Poppins-Regular;
}
.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: 50px;
}
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;
}

/*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 {
	/*
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #ddd;
	margin-bottom: 50px;
	*/
/*	overflow: hidden;*/
	background-color: #333;
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	display: block;
}

div.sticky {
	position: -webkit-sticky;
	position: sticky;	
	width: 100%;
/*	top: 0;*/
	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;
}
.page {
  padding: 30px 0;
}
.page2
{
  padding: 10px 0;
}

.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;
}
.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: -5px;
  margin-top: -50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.owl-nav > div {
  border: 2px solid #465560;
  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;
  width: 36px;
}
.owl-nav > div:hover {
  background: #465560;
  color: #fff;
}
.owl-nav > div i{}
.owl-nav .owl-prev{}
.owl-nav .owl-next{}
#scrollUp {
  background: #f8cf0e none repeat scroll 0 0;
  border: 3px solid #fff;
  bottom: 65px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 40px;
  right: 20px;
  text-align: center;
  width: 50px;
}
#scrollUp i{}

/*-----------------------------------
	2. Home page 1, Home Page 2
-------------------------------------*/
/*----- 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;
}
/*---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;
    }
/*----- 3.2 Top Menu -----*/
#top-menu > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#top-menu > ul > li {
  display: inline-block;
  margin: 0;
  position:relative;
}
#top-menu > ul > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
#top-menu > ul > li:hover > a {
  background:#fff;
  color:#465560;
}
#top-menu > ul li > ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: -1px;
  text-align: right;
  top: 100%;
  box-shadow: 0px 4px 8px #ddd;
  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: 120%;
  z-index: -99;
}
#top-menu > ul > li > ul > li {
  display: block;
}
#top-menu > ul > li > ul > li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  font-weight: 700;
}
#top-menu > ul > li > ul li a:hover{color:#465560;}

#top-menu > ul >  li:hover > ul {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999;
}

#top-menu > ul > li:last-child a {	
	padding-right: 0px;	
}
/*----- 3.3 Header Area -----*/
.header-area {
  background: #fff none repeat scroll 0 0;
  padding-top: 20px;
}
.log-link p {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.log-link h5 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.log-link h5 a {
  color: #465560;
  text-decoration: none;
}

.logo {
  padding-bottom: 20px;
}
.logo a {
  display: inline-block;
  text-decoration: none;
  text-align: right;
}
.logo a img{
  width: 100%;
}
.logo a h4 {
  color: #414141;
  font-size: 14px;
  font-weight: 400;
}
.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 {
  font-size: 14px;
  font-weight: 700;	
  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;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  		
}
.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 {
  color: #3e3f3f;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 0;
  text-transform: uppercase;
}

.container.container-header{
  padding-left: 150px;
  padding-right: 150px;
}

.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;
}
.header-button-price{}
.header-button-price a {
  border: 1px solid #62b7b4;
  color: #62b7b4;
  display: block;
  float: right;
  font-size: 13px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-button-price a:hover {
  background: #62b7b4;
  color: #fff;
}
.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{}
.search {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.search input {
  border: 1px solid #bdbdbd;
  color: #6b6b6b;
  font-weight:400;
  font-size: 11px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 30px;
  background-color:#f7f7f7;
}

.search input:focus {
  outline: none;
  border-color:#465560;
}

.search > .submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  line-height: 38px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
}

.search > .submit:hover {
  color:#465560;
}

/*----- 3.4 Main Menu -----*/
.menu-area {
  background:#fff;

}
.main-menu {
  text-align: left;
}
.main-menu > nav{}
.main-menu > nav > ul {
  display: inline-block;
  margin: 0 auto;
  float:none;
	
}
.main-menu > nav > ul > li {
  display: inline-block;
  margin: 0;
	/*padding: 20px 2px;*/
  padding: 20px 5px;
  position: relative;
}


.main-menu > nav > ul > li:last-child {
	padding-right: 0px;	
}

.main-menu > nav > ul > li > a {
  font-size:14px;
  font-weight: 700;
  padding: 20px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: Poppins-SemiBold;
  font-size: 14px;	
}
.main-menu > nav > ul > li:last-child > a {
	padding-right: 0px;
}
.main-menu > nav > ul > li > a:hover, .main-menu > nav > ul > li > a:focus {
  color:#465560;
}

@media screen and (min-width: 960px) {
  .sub-menu, .mega-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  left: 0;
  list-style: outside none none;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  text-align: left;
  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: 220px;
  z-index: -99;
  }
}


.main-menu > nav > ul > li:hover .sub-menu, .main-menu > nav > ul > li:hover .mega-menu {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999;
}
.sub-menu > li{}
.sub-menu > li > a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
}
.sub-menu > li > a:hover, .sub-menu > li > a:focus  {
  color:#465560;
  padding-left: 5px;
}
.sub-menu2 > li{}
.sub-menu2 > li > a {
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
  text-transform: uppercase !important;
}
.sub-menu2 > li > a:hover, .sub-menu2 > li > a:focus  {
  color:#465560 !important;
  padding-right: 5px !important;
}
.mega-menu {
  padding: 15px 0;
  width: 800px;
}
.mega-menu .column {
  padding: 15px;
  width: 25%;
  float: left;
  display: block;
}
.mega-menu .column ul {
  list-style: outside none none;
}
.mega-menu .column ul li{}
.mega-menu .column ul li:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.mega-menu.mega-menu-page .column ul li:first-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mega-menu .column ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.mega-menu.mega-menu-page .column ul li a {
  text-transform: uppercase;
}
.mega-menu.mega-menu-page .column ul li:first-child a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-menu .column ul li:first-child a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mega-menu .column ul li a:hover, .mega-menu .column ul li a:focus  {
  color:#465560;
  padding-left: 5px;
}
.mega-menu .column > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.mega-menu .column > a::before {
  background-color: rgba(0, 0, 0, 0.15);
  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;
}
.mega-menu .column > a::after {
  background-color: rgba(0, 0, 0, 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;
}
.mega-menu .column > a:hover::before, .mega-menu .column > 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%;
}
.mega-menu .column > a img {
  width: 100%;
}



/*testing 181120*/
/*
.mean-bar::after {
  color: #fff;
  content: "MENU";
  display: block;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}
*/
/*
.mean-bar::after {
  color: #fff;
  content: '';
  background-image: url("../img/header/logo-white.png");
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;

  display: block;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  top: 14px;
  position: absolute;
  text-transform: uppercase;
  
}
*/

.menu-logo {
  color: #fff;  
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
  width: 10%;
  height: auto;
}
.main-menu-2-pre {
  padding-right: 0;
}
.main-menu-2 {
  background: #465560 none repeat scroll 0 0;
  padding: 9px 0;
}
.main-menu-2 > nav {}
.main-menu-2 > nav > ul {
  list-style: outside none none;
  margin: 0;
}
.main-menu-2 > nav > ul > li {
  display: block;
  position: relative;
}
.main-menu-2 > nav > ul > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu-2 > nav > ul > li > a:hover, .main-menu-2 > nav > ul > li > a:focus {
  padding-left: 30px;
  background: #fff;
  color: #465560;
}

.main-menu > nav > ul > li:last-child > a {
	padding-right: 0px;
}

.sub-menu-2, .mega-menu-2 {
  left: 100%;
  top: 0;
}
.main-menu-2 > nav > ul > li:hover .sub-menu-2, .main-menu-2 > nav > ul > li:hover .mega-menu-2 {
  opacity: 1;
  transform: scaleY(1);
  z-index: 99999;
}
.mega-menu-2 {
  width: 400px;
}
.mega-menu-2 .column {
  width: 50%;
}

.mean-container .mean-bar {
  margin-bottom: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 55px;
}
.mean-container .mean-bar, .mean-container .mean-nav, .mean-container .mean-nav ul li a.mean-expand:hover {
  background: #fff none repeat scroll 0 0;
}

.mean-container .mean-bar {
  z-index: 9;
}
/*----- 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- bootstrap-slider*/
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }




/*---------- Home 3 Slider -----------*/
.home-3-slider {}
.home-3-slider .slide-text {
  margin-left: 50px;
}
.home-3-slider .cap-title h1 {
  font-size: 40px;
}
.home-3-slider .cap-dec h2 {
  font-size: 28px;
}
.home-3-slider .cap-readmore {
  margin-top: 0;
}
.home-3-slider .cap-readmore a {
  font-size: 14px;
}

.home-3-slider .nivo-controlNav {
  bottom: 0;
}
/*----- 3.6 Featured product Area -----*/
.product-item {
  margin-bottom: 20px;
  margin-top: 20px;
  padding:8px;
  border:1px solid #dddddd;
/*
	margin-left: 5px;
	margin-right: 5px;
*/
}

.product-item:hover {
  box-shadow: 0px 0px 5px #ccc;
/*  transform: scale(1.05);*/
	
}
.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);
}
.pro-name-price-ratting{}
.pro-name {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 65px;
}
.pro-name a {
  font-weight: 500;
  font-size: 20px;
}
.pro-name a:hover {
  color: #465560;
}

.pro-price {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.pro-price p{}
.pro-price p span {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
}
.pro-price p .old {
  text-decoration: line-through;
  color: #cf023c;
}
.pro-price p .new {
  position: static;
  font-size: 20px;
}


.pro-ratting {
  float: left;
}
.pro-ratting i{}
.pro-ratting i.on {
  color: #efce4a;
}
.pro-price {
  float: left;
}
.pro-price p{}
.pro-price p span {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
}
.pro-price p .old {
  text-decoration: line-through;
  color: #cf023c;
}
.pro-price p .new {
  position: static;
  font-size: 20px;
}

/*---- Eclectic Banner----*/

.eclectic-banner {
	display: block;
    float: left;
    min-height: 100%;
    position: relative;
    width: 100%;
    background-image: url(../img/eclectic-banner.jpg);
    height: 150vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}


.shop-button input[type="submit"] {
  background: #71c3c1 none repeat scroll 0 0; 	
  border: 0 none;
  border-radius: 50px;	
  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;
  box-shadow: 5px 5px 10px #888888;	
}

.eclectic-space-top{
  margin-top: 350px;	
}

.eclectic-content{
  padding: 0px 50px;
}

.eclectic-content p{
  font-size: 20px; 
  float: left;
}

.eclectic-banner-title{
	margin-bottom: 30px;	
}

/*----- 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.9 Magic Area -----*/
.magic-area {
  background: #465560 none repeat scroll 0 0;
}
.magic-area .image {
  padding: 0;
}
.magic-area .image a {
  display: block;
  position: relative;
}
.magic-area .image a::before {
  background-color: rgba(255, 255, 255, 0.15);
  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;
}
.magic-area .image 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;
}
.magic-area .image a:hover::before, .magic-area .image 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%;
}
.magic-area .image img {
  width: 100%;
}
.magic-area .content {
  background: #465560 none repeat scroll 0 0;
  padding: 30px;
}
.magic-area .content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.magic-area .content h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
.magic-area .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 34px;
}
.magic-area .content a {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 15px;
  text-transform: uppercase;
}
.magic-area .content a:hover {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
/*----- 3.10 BLog Area -----*/
.blog-area {}
.blog-area.home-2 {
  padding-top: 0;
}
.single-blog {
  margin-bottom: 30px;
  position: relative;
  padding:15px;
  background-color: #ffffff;
}
.single-blog .date {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  height: 60px;
/*  left: 0;*/
  right: 0;
  border-radius: 80px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 99;
}
.single-blog .date h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
	
}
.single-blog .date h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
/*  line-height: 40px;*/
  text-align: center;
	
}
/* .single-blog .content {
 position: relative;
*/

.single-blog h2 {

  font-weight: 600;

	
}

.text-limit
{
	width:100%;  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	word-break: break-all;
}

.single-blog .image {
  /*position: relative;*/
  display: block;
}
.single-blog .image::before {
  background-color: rgba(255, 255, 255, 0.15);
  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;
}
.single-blog .image::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;
}
.single-blog .image:hover::before{
  height: 98%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 98%;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.single-blog .image:hover::after {
  height: 98%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 98%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#downloadbtn
{
  background: #465560;
  padding: 10px 20px;
  border: 0 solid;
  color: #fff;
  font-weight: 400;	
  font-size: 13px;
  border-radius: 5px;
  margin: 10px 10px;

}



#downloadbtn:hover
{
	background:#68ac12;
}

#news-img
{
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 30px;
}

.single-blog .image img{}
.single-blog img {
  width: 100%;
}
.single-blog .content h2 {
  font-size: 22px;
  margin: 10px 0 5px;
}
.single-blog.blog-details .content h2 {
  font-size: 30px;
  margin: 10px 0;
}
.single-blog .content h2 a.title {
  font-size: 15px;
  color: #212121;
  text-align: left;
  margin:0;
}
.single-blog .content h2 .title:hover {
  color: #465560;
}
.meta {
  margin-bottom: 10px;
}
.meta a {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.blog-details .meta a {
  font-size: 14px;
}
.meta a {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}
.meta a:hover {
  color: #465560;
}
.meta i {
  margin-right: 5px;
}
.single-blog .content p {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
}
.read-more {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
}
.read-more:hover {
  background: #555;
  color: #fff;
}
/*----- 3.11 Fun factor Area -----*/
.funfact {
  padding-top: 0;
}
.fun-factor {
  text-align: center;
}
.fun-factor-in {
  background: #465560 none repeat scroll 0 0;
  border-radius: 10px;
  height: 60px;
  margin: 20px auto 40px;
  padding: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}
.fun-factor-in i {
  color: #fff;
  font-size: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fun-factor-out {
  border: 1px solid #465560;
  border-radius: 10px;
  height: 70px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 70px;
  margin-top: -55px;
  margin-left: -15px;
}
.fun-factor .timer {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.fun-factor h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
/*----- 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;
}
/*----- 3.13 Brand Area -----*/
.brand-area {
  background: #fff;
}
.brand-item {
  text-align: center;
}
.brand-item img {
  display: inline-block!important;
  width: auto !important;
}
/*----- 3.14 Support Area -----*/
.support-area {
  background: #EAE3D7;
}
.support {
  text-align: center;
}
.support i {
  color: #465560;
  font-size: 40px;
  margin-bottom: 20px;
}
.support h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.support p {
  color: #171717;
  font-size: 13px;
  font-weight: 300;
}
/*----- 3.15 Footer top Area -----*/
.footer-top-area {
  background: #72c2c1 none repeat scroll 0 0;
  padding: 20px 0;
}
.footer-top-area2 {
 background: rgb(128,114,91);
background: linear-gradient(90deg, rgba(128,114,91,1) 0%, rgba(95,84,66,1) 100%);
  padding: 30px 0;
}


.footer-about {
  margin-bottom: 30px;
}
.footer-about .image {
  display: inline-block;
  text-align: right;
  margin-bottom: 20px;
}
.footer-about .image img {}
.footer-about .image h3 {
  color: #cacaca;
  font-size: 13px;
  font-weight: 500;
}
.footer-about p {
  color: #cccccc;
  font-size: 13px;
  font-weight: 300;
}
.footer-contact{}
.single-contact {
  margin-bottom: 20px;
}
.single-contact:last-child {
  margin-bottom: 0;
}
.single-contact .icon {
  float: left;
  margin-right: 14px;
}
.single-contact .icon i {
  border: 1px solid #465560;
  border-radius: 50%;
  color: #465560;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
}
.single-contact .details {
  overflow: hidden;
}
.single-contact .details p {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}
.single-contact .details a {
  color: #ccc;
}
.single-contact .details a:hover {
  color: #465560;
}
.footer-links {
  margin-top: 25px;
}
.footer-links > h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li {
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
.footer-links.footer-account ul li {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
.footer-links ul li:nth-child(2n+1) {
  clear: both;
}
.footer-links.footer-quick-link ul li a {
  border-bottom: 1px solid #ddd;
}
.footer-links ul li a {
  color: #ccc;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 80%;
}
.footer-links ul li a:hover {
  color: #465560;
}

.footer-links p {
  color: #fff;
  font-size: 12px;
  margin-bottom:15px;
  line-height: 1.7em;
}

.footer-links > .copyright {
  font-size: 11px;
}

.footer-newslater {
  margin-top: 30px;
  text-align: right;
}
.footer-newslater .wrap {
  display: inline-block;
}
.footer-newslater h3 {
  color: #ccc;
  float: left;
  font-size: 16px;
  font-weight: 800;
  margin: 8px 15px 0 0;
}
.footer-newslater form {
  float: right;
  overflow: hidden;
  width: 318px;
}
.footer-newslater form input[type="email"] {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #555555;
  color: #ccc;
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px 10px;
  width: 220px;
}
.footer-newslater form .submit {
  background: #555555 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-newslater form .submit:hover {
    background: #465560;
}
/*----- 3.16 Footer Area -----*/
.footer-area {
  background: #EBEBEB;
  padding: 25px 0;
}
.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%;
}

.footer-social{
	text-align: left;
}

/*----------------------
	4. Home page 3
------------------------*/
.home-3-slider {
  padding-left: 0;
}
.trendy-product {}
.trendy-product h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 33px;
}
.trendy-item {
  margin-bottom: 20px;
  text-align: center;
}
.trendy-item:last-child {
  margin-bottom: 0
}
.trendy-item > a {
  display: block;
  position: relative;
}
.trendy-item > 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;
}
.trendy-item:hover > a::before {
  opacity: 0.6;
}
.trendy-item > a img {}
.trendy-item > h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}
.trendy-item > h4 > a:hover {
  color: #465560;
}
.trendy-item h5 {}
/*-----------------
	5. Shop Page
-------------------*/
.page-title {
  text-align: center;
}

.health-food {
  position: relative;
}

.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 ;
}

.dashboard-title{
  background: rgba(0, 0, 0, 0) url("../img/dashboard.jpg") no-repeat scroll center center / cover ;
}

.wishlist-title{
  background: rgba(0, 0, 0, 0) url("../img/wishlist.jpg") no-repeat scroll center center / cover ;
}

.banner-pdt-top-title{
  background:url("../img/product.jpg") no-repeat scroll left 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/treatment.jpg") 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;
  text-shadow: 1px 1px 5px #313131;		
}
.shop-product-area {
  padding-bottom: 80px;
  background: #fff;
}

.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;
}

.pro-img-bg{
  background-image: url("../../korea/img/product/price-bg.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;	
  display: block;
  float: left;
  min-height: 100%;
  position: relative;
  background-position: center;	
}

.pro-price-x7{
  padding: 40px 0px 35px;
  color: #E51215;
  text-shadow: 1px 1px 5px #fff;	
  font-family: Poppins-SemiBold;	
}

.hot-pro img, .new-pro img{}
.pagination {
  border-radius: 0;
  clear: both;
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.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 none repeat scroll 0 0;
  color: #465560;
  display: block;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.pagination ul li a i {
  font-size: 24px;
  line-height: 30px;
}
.pagination ul li span{}
.pagination ul li.active{}
.pagination ul li.active span, .pagination ul li a:hover {
  background: #62b7b4 none repeat scroll 0 0;
  color: #fff;
  border-radius: 50px;
}
/*-----------------------
	6. Shop List Page
-------------------------*/
/*new code*/

/*
.banner-pdt-top-title h2 , .banner-contact-top-title h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
*/




.single-list-product {
  padding: 30px 0;
  margin:0 30px;
  border-bottom: 1px solid #62b7b4;
}

.single-list-product:last-child {
  border: none;
}

.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;
  transform: scale(1.02);
   }
.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: #62b7b4 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: #62b7b4;
  border-bottom: 1px solid #62b7b4;	
  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 {
/*  background-color: rgba(255, 255, 255, 0.15);*/
  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 {
/*  background: #fff none repeat scroll 0 0;*/
  margin: 0;
  padding: 0;
}
.sin-shop-sidebar ul li {
  /*border-bottom: 1px solid #eee;*/
}
.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 {
  color: #62b7b4;
  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 ;
}
/*-----------------------
	7. About Us
-------------------------*/
.about-page {}
.about-title h2, .about-text h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-title span, .about-text span {
  color: #fff;
}
.about-title h3 {
  font-size: 24px;
  font-weight: 300;
}
.about-text {
  margin-top: 30px;
}
.about-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-text p span{color:#465560;}
.about-text blockquote {
  background: #fff none repeat scroll 0 0;
  border-color: #465560;
}
.about-text blockquote p {
  font-size: inherit;
}
.about-img {
  margin-top: 30px;
}
.about-margin {
  margin-top: 25px;
}
.about-img img {
  max-width: 100%;
}
.about-content-1{
  padding: 80px 20px 80px 50px;
}
.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 {}
/*-----------------------
	8. Blog Page
-------------------------*/
#comments {
  margin-top: 50px;
}
.comments-list {
  width: 83.33%;
}
h4.heading {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.commentlists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commentlists .sin-comment{}
.commentlists .sin-comment .the-comment {
  margin-bottom: 35px;
  overflow: hidden;
}
.the-comment .avatar {
  display: block;
  float: left;
  margin-right: 15px;
}
.the-comment .avatar img {}
.the-comment .comment-box {
  overflow: hidden;
}
.the-comment .comment-box .comment-author{}
.the-comment .comment-box .comment-author p {
  color: #2a2a2a;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-right: 22px;
  position: relative;
  text-transform: uppercase;
}
.the-comment .comment-box .comment-author p::before {
  background: #465560 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
}
.the-comment .comment-box .comment-author a {}
.the-comment .comment-box .comment-author a:hover {
  color: #465560;
}
.the-comment .comment-box .comment-author a::before {
  color: #363636;
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}
.the-comment .comment-box .comment-text {}
.the-comment .comment-box .comment-text p {
  color: #363636;
  font-size: 12px;
  margin: 0;
}
.children-comment {
  line-height: normal;
  list-style: outside none none;
  margin-left: 95px;
}
#commentform{}
#commentform .form-input {}
#commentform .form-input label {
  color: #545454;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px;
}
#commentform .form-input input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin-bottom: 35px;
  padding: 7px 15px;
  width: 100%;
}
#commentform .form-input textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 7px 15px;
  width: 100%;
}
#commentform .form-submit #submit {
  background: #465560 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}
#commentform .form-submit #submit:hover {
  background: #555555 ;
}
.single-sidebar {
  margin-bottom: 30px;
}
.single-sidebar h2 {
  background: #fff none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.single-sidebar ul {
  background: #fff none repeat scroll 0 0;
  list-style: outside none none;
}
.single-sidebar ul > li {
  border-bottom: 1px solid #eee;
}
.single-sidebar ul > li:last-child {
  border-bottom: 0px solid #eee;
}
.single-sidebar ul > li > a {
  display: block;
  font-weight: 500;
  padding: 10px 15px;
}
.single-sidebar ul > li > a:hover {
  color: #465560;
  padding-left: 25px;
}
.resent-post {
  padding: 15px;
}
.resent-post li {
  border: medium none !important;
  margin-bottom: 15px !important;
  overflow: hidden;
}
.resent-post li:last-child {
  margin-bottom: 0 !important;
}
.resent-post .image {
  display: block;
  float: left;
  margin-right: 10px;
  width: 70px;
}
.resent-post .image a {
  display: block;
  position: relative;
}
.resent-post .image a::before {
  background: rgba(224,158,37,0.6);
  color: #fff;
  content: "\f002";
  font-family: "fontawesome";
  height: 100%;
  line-height: 70px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.resent-post li:hover .image a::before {
  opacity: 1;
}
.resent-post .image a img{}
.resent-post .content {
  margin-top: 5px;
}
.resent-post .content h5 {
  margin-bottom: 5px;
}
.resent-post .content h5 a {
  font-size: 14px;
  font-weight: 500;
}
.resent-post .content h5 a:hover {
  color: #465560;
}
.resent-post .content span{}
.resent-post .content span i {
  margin: 0 5px 0 1px;
}
.tagcloud {
  background: #fff;
  padding: 15px;
}
.tagcloud a {
  border: 1px solid #eee;
  display: block;
  float: left;
  font-size: 12px !important;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.tagcloud a:hover {
  background: #465560 none repeat scroll 0 0;
  border: 1px solid #465560;
  color: #fff;
}

.color-green {
  color: #465560;
}

.color-red {
  color: #e45757;
}

.color-orange {
  color: #e65b07;
}


.color-black
{
	color:#000000;
}
.color-brow {
  color: #3b2003;
}


/*-----------------------
	9. Contact Page
-------------------------*/
.contact_area {
  padding: 40px 0 70px;
}
#googleMap {
  height: 350px;
  width: 100%;
}
.contact-info {	
  margin-bottom: 70px;
/*  padding-right:100px;*/
	
}


.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-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: 32px;
/*  height: 70px;*/
  display: block;
  margin-bottom: 8px;
  margin-right: 5px;
  width: 10%;
  display: inline-block; 
  vertical-align: top; 
	
}

.contact-page-2 .info-single i {
  float: left;
  /*margin: 0 auto 15px;*/
}
.info-single p{ 

  font-size: 14px;
  font-weight: 400;
  margin-bottom:11px;
  display: inline-block; 
  vertical-align: top; 
  width:85%; 
  float: right;
	
}

.contact-page-2 .info-single p
{
  text-align: left;
	
}
.info-single a {
  display: block;
}
.contact-page-2 .info-single a {
  text-align: left;
}
.info-single a:hover{
	color: #465560;
}
.contact-form {
    margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
/*  padding-left: 100px;*/
    margin-bottom: 30px;
}
.contact-form h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
} 
.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 #73bcbb;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.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 {
  background: #fff none repeat scroll 0 0;	
  color: #73bcbb;
  float: right;
  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;
}
.contact-form .submit:hover{
	background:#73bcbb;
	color: #fff;
	border: 1px solid #73bcbb;
}
.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: #f7f9fa none repeat scroll 0 0;
  border: 1px solid #72bcbb;
  color: #72bcbb;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  border-radius: 50px;	
}
.login input[type="submit"]:hover {
  background: #72bcbb none repeat scroll 0 0;
  color: #fff;	
}


.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;}
/*-----------------------
	11. Coming Soon
-------------------------*/
.comming-soon-top {
  background: #465560 none repeat scroll 0 0;
  height: 60px;
  width: 100%;
}
.come-logo {
  margin-bottom: 40px;
  margin-top: 30px;
}
.comming-soon-text {
  padding-bottom: 60px;
}
.comming-soon-text h2, .comming-soon-text h3 {
  color: #465560;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.come-soon h4 {
  color: #465560;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 22px;
}
.come-border {
  margin: 0 auto;
  width: 250px;
}
.come-bottom {
  background: #465560 none repeat scroll 0 0;
  height: 1px;
  margin-top: 10px;
  width: 100px;
}
.come-soon i {
  color: #465560;
  font-size: 20px;
  margin: 0 10px;
}
.come-socials {
  margin-bottom: 52px;
  margin-top: 30px;
}
.come-socials a {
  border: 2px solid #465560;
  border-radius: 50%;
  color: #465560;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 26px;
  margin: 0 5px;
  width: 30px;
}
.come-socials a i {}
.come-socials a:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}
#come-subscribe {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-size: 22px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight:600;
}
#come-subscribe:hover{
  background:#555555;
}
.come-soon-img img {
  max-width: 100%;
}
/*-----------------------
	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;
}
/*-----------------------
	15. Product Details
-------------------------*/
.details-pro-tab, .shop-details {
  margin-bottom: 30px;
}

.shop-details {
  padding:20px;
}
.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;
}
.shop-details > h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shop-details .pro-ratting {
  float: right;
  width: 100%;
  text-align: right;
}

.shop-details .product-code {
  margin-bottom:10px;
  font-weight: 600;
  font-style: italic;
}
.shop-details h3 {
  color: #cf023c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  
}
.shop-details h3 span {
  margin-left: 0px;
  font-size: 20px;
  color:#999;
  font-weight: 300;
  text-decoration: line-through;
}

.shop-details h3 .discount-percent {
  margin-left: 10px;
  font-size: 17px;
  color:#000;
  font-weight: 300;
 text-decoration: none;
}
.shop-details h3 .discount{
  color: #ea2929e3;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;  
}


.shop-details h4 {
  float: right;
  font-size: 13px;
  font-weight: 500;
}
.shop-details h5 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  float: right;
}
.shop-details h5 span {
  color: #465560;
}
.shop-details h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.shop-details p {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: justify;
}
.select-menu .sort {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: left;
  height: 38px;
  margin-right: 20px;
  padding: 5px 10px;
}
.select-menu .sort:last-child {
  margin-right: 0;
}
.sort > h4 {
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 7px;
  text-transform: uppercase;
}
.sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../img/bottom-arrow.png") no-repeat scroll 90% center;
  border: 0px;
  min-width: 40px;
}
.sort select option {
  background: #fff none repeat scroll 0 0;
  border: 0 solid;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
}
.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;
}
.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:#72bcbb;
  color:#fff;
}
.product-page {
  background: #fff;
} 
.product-page .description {
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-nav {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #465560;
}
.product-nav > li {
  display: inline-block;
}
.product-nav  > li > a {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.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: #62b7b4;
}
.description .tab-content {
  background: #fff none repeat scroll 0 0;
  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;
}

.description .tab-content ol {
	list-style-position: inside;
    margin: 0;
    padding: 0 15px;
	font-size: 14px;
}

.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;
}

.prod {
  padding:20px 0px;
}

.prod:last-child {
  border:none;
}

.prod .quantity2 {
  position: relative;
  width: 100%;
  }

.prod input[type=number]::-webkit-inner-spin-button,
.prod input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.prod input[type=number]
{
  -moz-appearance: textfield;
}

.prod .quantity2 input {
  width: 100%;
  height: 60px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 35px;
  border: 1px solid #eee;
}

.prod .quantity input:focus {
  outline: 0;
}

.prod .quantity-nav {
  float: left;
  position: relative;
  height: 60px;
}

.prod .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;
}

.prod .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.prod .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
.cart-btn input, .cart-btn button{
  margin: 5px auto;
  padding:10px 30px;
  border:1px solid #72bcbb;
  background-color: #eeeeee;
  border-radius: 10px;
  color: #72bcbb;
}

.cart-btn input:hover, .cart-btn button:hover{
  background: #72bcbb;
  color:#fff;
}

.add-cart-btn button{
  margin: 5px auto;
  padding:10px 30px;
  border:1px solid #72bcbb;
  background-color: #fff;
  border-radius: 50px;
  color: #72bcbb;
}

.add-cart-btn button:hover{
  background: #72bcbb;
  color:#fff;
}

.prod .quantity3 .cart-plus-minus .qtybutton {
  height: 60px;
  line-height: 60px;
}

.prod .quantity3 .cart-plus-minus input {
  height: 60px;
}

/*-----------------------
	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;
}
.cart-plus-minus input {
  border: 0 none;
  color: #636363;
  display: block;
  float: left;
  font-family: lato;
  font-size: 18px;
  height: 24px;
  text-align: center;
  width: 30px;
}
.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: 24px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}
.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;
}
.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: #62b7b4;
  box-shadow: inset 0px -4px 0px #488483;
  border: 0 solid;
  color: #fff;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
	letter-spacing:1px;
}
#procedto:hover {
  background:#488483;
}
/*NEW CODE*/
#procedto2 {
  background: #6f9a82;
  box-shadow: inset 0px -4px 0px #3c6f53;
  border: 0 solid;
  color: #fff;
  display: block;
/*  float: left;*/
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  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: #72bcbb none repeat scroll 0 0;
  color: #fff;
}
.panel-heading a.collapsed {
  background: #fff none repeat scroll 0 0;
  color: #343434;
}
.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: #62b7b4 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 {}
.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: #fff none repeat scroll 0 0;
  border: 1px solid #62b7b4;	
  color: #62b7b4;
  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:#62b7b4;
  color: #fff;	
}
.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: #fff none repeat scroll 0 0;
  /*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 #999;
  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: #999;
}

.process-indicator .rounded-no.active {
	background: #72bcbb;
    border:2px solid #72bcbb;
}

.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: #000;
}

.checkout-cart-details:after, .process-indicator:after {
  clear: both;
  display: block;
  content: '';
}
.checkout-right h2 {
  /*border-bottom: 2px solid #cccccc;*/
  color: #fff;
  background:#488483;
  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;
}

/*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;
}

/*Home - Eat healthy*/

.eat-healthy {
  height: 500px;
  background: url(../img/bg-02.jpg) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
  color: #212121;
  padding:10px 0;
  text-align: left;
}

.eat-healthy h1 {
  font-weight: 300;
  font-size: 40px;
}

.eat-healthy p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

/*Home - Flawless SKin */

.flawless-skin {
  height: 500px;
  background: #cbcbcb url(../img/bg-03.jpg) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
  color: #212121;
  padding:50px 0;
  text-align: left;
  /*background-position: -200px 0px;*/
}

.flawless-skin h1 {
  font-weight: 300;
  font-size: 40px;
}

.flawless-skin p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

/*Home - Hiar and Body */

.hair-body {
  height: 700px;
  background: #cbcbcb url(../img/hairbody-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
  color: #212121;
  padding:120px 0;
  text-align: left;
  /*background-position: -200px 0px;*/
}

.hair-body h1 {
  font-weight: 300;
  font-size: 40px;
}

.hair-body p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

/*Home - baby */

.young-one {
  height: 700px;
  background: #cbcbcb url(../img/young-bg.png) no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
  color: #212121;
  padding:120px 0;
  text-align: left;
  /*background-position: -200px 0px;*/
}

.young-one h1 {
  font-weight: 300;
  font-size: 40px;
}

.young-one p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

.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 {
  /*border-color:#465560;*/
  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;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.p-b-40
{
	padding-bottom: 40px;
}



.package-content .btn-outline-white {
  padding:20px 40px;
}

.eat-healthy .container, .hair-body .container, .flawless-skin .container, .young-one .container {
  margin-top:70px;
}

/*CTA AREA*/

.cta-area {
  height: 600px;
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding:130px 0;
}

.cta-area h1 {
  font-weight: 400;
  color: #444;
  margin-bottom:10px;
  margin-top: 50px;
}

.cta-area h4 {
  line-height: 1.5em;
  color: #5e5e5e;
  letter-spacing:0;
}


/*HELP AREA*/

.help-area {
  height: 95vh;
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding:200px 0;
}

.help-area h1 {
  color: #444;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;
}

.help-area h4 {
  font-size: 20px;
  color: #999;
  line-height: 1.3em;
}

.subscribe-area {
  color: #fff;
}

.subscribe-area h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.subscribe-area input[type="email"] {
  width: 100%;
  padding:10px;
  background: #444;
  border:1px solid #666;
  margin:7px 0px;
}

.subscribe-area input[type="email"]:focus {
  border-color: #465560;
  outline: none;
}

.footer-top-area hr {
  border-top:1px solid #eee;
  background: transparent;
}

.btn-default {
  padding:10px 10px;
  background-color: #f7f9fa;
  margin:7px 0px;
  color: #62b7b4;
  font-size: 12px;
  font-weight: bold;
  border:none;
  letter-spacing: 1px;
  border: 1px solid #62b7b4;
  border-radius: 5px;	
}

.btn-default2 {
	padding:10px 10px;
	background-color: #f7f9fa;	
	color: #62b7b4;
	font-size: 12px;
	font-weight: bold;
	border:none;
	letter-spacing: 1px;
	width: 80%;
	margin: 0;
	border: 1px solid #62b7b4;
	border-radius: 50px; 
}

.btn-default:hover, 
.btn-default2:hover {
  background: #62b7b4;
  color: #fff;	
  border: 1px solid #62b7b4;	
}






.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 #62b7b4;
}

.border-right {
  border-right:1px solid #efefef;
}

.border-top {
  border-top:1px solid #efefef;
}

.owl-carousel .owl-item {
	 padding:10px;
}

.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; 
}

/*@media (max-width: 480px) */
	@media only screen and (max-width: 480px){
		
/*
.banner-treatment-top-title{
background:url("../img/mobile/treatment-mobile.jpg") no-repeat scroll center center / cover ;
}	
*/
	

/*
.banner-pdt-top-title{
  background:url("../img/mobile/product-mobile.jpg") no-repeat scroll center center/ cover ;
}
*/



/*
.banner-homme-top-title{
background:url("../img/mobile/homme-mobile.jpg") no-repeat scroll center center / cover ;
}
*/

/*
.banner-ownabusiness-top-title{
background:url("../img/mobile/own-abusiness-mobile.jpg") no-repeat scroll center center / cover ;
}
		
.banner-promotion-top-title{
background:url("../img/mobile/promotion-mobile.jpg") no-repeat scroll center center / cover ;
}
*/

	
		
.section2 {
  padding: 0px 0;
}	
		
		
.info, .socials {
	padding: 20px 0px;
}
	
figure.effect-bubba h2 {
  font-size: 15px;
  text-shadow:1px 1px #494949;
	
}	
	

	
    
}/*end  480*/

/*PROFILE PAGE*/

.profile-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #555;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
  border:3px solid #62b7b4;

}

.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:20px;
  text-align: center;
}

.profile-details {
  padding-top: 30px;
}

.description .product-nav  > li.active > a, .description .product-nav  > li > a {
  font-size: 16px;
  font-weight: 600;
}

.description .tab-content h4 {
  font-weight: 800;
  font-size: 20px;
  margin:0px 0px 10px 0px;
}

.description .tab-content p {
  font-size: 15px;
  font-weight:500;
}

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: #6f9a82;
  color: #fff
}

table.listing2 {
  width: 100%;
}

table.listing2 td, table.listing2 th {
  padding:10px;
  font-size: 15px;
}

table.listing2 td {
  font-size: 13px;
}

table.listing2 tr:nth-child(even) {
  background: #eee;
}

#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:#72bcbb;
  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: #498483;
}

.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: #eee;
 font-size: 11px;
}

.terms-conditions li a:hover {
  color: #465560;
}

.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: #62b7b4;
}

.cart-popup-msg {
  margin-top: 10%;
}

.cart-popup-msg .modal-footer {
  display: none;
}

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: auto;
}



table.cart-data-table th,
table.cart-data-table td {
  padding: 10px;
  text-align: center;
	
}
table.cart-data-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #62b7b4;
}

table.cart-data-table td.cart-img {
  padding:20px;
}

/*CUSTOM MODAL SETTING*/

.modal-content {
  overflow: hidden;
  border:none;
}
.modal-header {
  background: #62b7b4;
}
.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.form-control {
  font-size: 12px;
}

.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;
}
.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: #62b7b4;
    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;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
}

.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;
}


/*** 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:#ccc;
}

.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;	
}
	
.font-small
{
	font-size: 30px;	
}	
	
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
{ 	
	
.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*/
.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:1px solid #ffffff;
    color:#231F20;
	  font-weight: 600;
  }

  #member-club td span {font-weight: 400; }
	
  #member-club td:nth-child(1) , th:nth-child(1)
  {
    background-color: #3c6f53;
  }
  #member-club td:nth-child(2) 
  {
    background-color: #BACFDB;
  }
  #member-club th:nth-child(2) {
	  background-color: #98B9CA;
  }

#member-club-info
{
	background: rgba(255,255,255,0.5); 
	width: 100%; 
	border-radius: 8px; 
	padding: 20px; 
	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: 12px 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;}

.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}

.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;
	
}

/*member page pop up*/
#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; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 150px 15px 0px 15px;	/*  Location of the box */
  left: 0;
  top: 15%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-member-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
	
	
}

/* caption01 of Modal Image */
#caption01 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.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)}
}

/* The close01 Button */
.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;
}

/*top-header-message*/
.top-header-message
{
width: 100%; 
background: #ebebeb;
padding: 10px 25px;
	font-size: 14px;
}


/*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";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;
}


.data-control {
    border-bottom: 1px solid #62b7b4;
}

/* Product Details */
.ingredients-table th:nth-child(1){
 background-color: #fff;	
}

.ingredients-table tr{
 padding: 20px;
}

.ingredients-table th{
 vertical-align: bottom;
 font-size: 18px;
 font-weight: bold;
 padding-bottom: 20px;
 padding-top: 20px; 	
}

.ingredients-table td{
  vertical-align: top;
}

th.space{
  margin-left: 20px;	
}

.ingredients-table th.ingredients-title{
	width: 17.5%;
}

.ingredients-table th.ingredients-img{
	width: 27.5%;
}

.ingredients-table th.ingredients-space{
	width: 10%;
}

.product-details-content{
	min-height: 690px;
}

/* new code 03112021 */

.cart {
  font-size: 25px;
  color: #000;
}
.cart .count {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #d30804;
  border-radius: 500px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 3px;
  right: 0px;
  color: #fff;
  transform: translate(50%, -50%);
  z-index: 9999999!important;
}

.cart-btn .count {
  position: absolute;
  height: 25px;
  width: 25px;
  display: inline-flex;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: #d30804;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 400px;
  transition: all ease 1s;
  z-index: 1000000000!important;
}

.space-100{
	margin-top: 100px;
}

/* 2023/11/20 */
/* The container */
.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input[type="radio"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
     top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*29012024 start*/

.green-bg{
	background: radial-gradient(50% 50% at 50% 50%, rgba(114, 188, 187, 0) 0%, rgba(114, 188, 187, 0) 0%, rgba(114, 188, 187, 0) 0.01%, rgba(114, 188, 187, 0.19) 54.79%);
}

.white-container{
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	padding: 50px;
}

.input-group {
    width: 100%;
    margin-bottom: 15px;
}

.input-group .form-control {
    background-color: rgba(114, 188, 187, 0.2);
    border-right: none;
    border-left: none;
    border-top: none;
	border-bottom: none;
	border-radius: 10px!important;
	padding: 20px;
    box-shadow: none;
    font-size: 12px;
}

.input-group .form-control{
	padding-left: 40px;
}

.inner-addon {
    position: relative;
}

.left-addon .glyphicon {
    left: 0px;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 8px 13px;
    pointer-events: none;
    font-size: 20px;
	color: #000;
}

.blue-link{
	color: #0047FF;
	text-decoration: underline;
}

.blue-link:hover{
	color: #002faa;
	text-decoration: underline;
	font-weight: bold;
}

.btn-green{
	background-color: #72BCBB;
	color: white;
	padding: 6px 20px;
	width: fit-content;
	font-size: 14px;
	border-radius: 0px;
	display: block;
	margin: 0 auto;
}

.btn-green:hover{
	background-color: white;
	border: 1px solid #72BCBB;
	color: #71BCBB;
}

.padding-20{
	padding: 20px 0px;
}

.grey-tl{
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.grey-tl::before,
.grey-tl::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}

.grey-tl::before {
  right: 0.5em;
  margin-left: -50%;
}

.grey-tl::after {
  left: 0.5em;
  margin-right: -50%;
}

.btn-black{
	background-color: white;
	color: #343434;
	border: 1px solid rgba(0, 0, 0, 0.3); 
	padding: 6px 20px;
	width: 100%;
	font-size: 14px;
	border-radius: 0px;
	display: block;
	margin: 15px auto 0px;
}

.btn-black:hover{
	background-color: #343434;
	color: white;
	border: 1px solid #343434;
}

.flex-row{
	display: flex;
	align-items: center;
}

ol.decimal-list li {
    margin-left: 20px;
    list-style-type: decimal;
    padding-bottom: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.disc-list li {
    margin-left: 20px;
    list-style-type: disc;
    padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.mb-15{
	margin-bottom: 15px;
}

.div_footer{
	background-color: white;
	padding: 20px;
	box-shadow: 1px -6px 27.5px -7px rgba(0, 0, 0, 0.20);
}

.b-space{
	margin: 20px auto 50px;
}
