/*----------------------
  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: #fff;
  color: #3e3f3f;
  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 {
  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:#aa1781;
}

.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: #aa1781;
}

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

.overlay-page-title {
  background: rgb(210 210 210 / 20%);
  backdrop-filter: blur(2px);
}
.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 {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
}

.owl-prev,
.owl-next {
  /*background-color: rgba(0, 0, 0, 0.5); */
  color: black;
  /*border: 2px solid #000000;   Change button color */
  border-radius: 50%;
  display: inline-block;
  font-size: 22px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease;
  /*box-shadow: 0px 2px 8px #ababab;*/
}

.owl-prev:hover,
.owl-next:hover {
  background: #000000;  /* Change button color */
  color: #fff;
}

.owl-prev:before {
  content: "";
  display: block;
  width: 500px;
  margin-left: -530px;
  border-bottom: 1px solid #000000; /* Change button color */
  position: relative;
  top: 15px;
}

.owl-next:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 500px;
  margin-left: 60px;
  margin-top: -15px;
  border-bottom: 1px solid #000000; /* Change button color */
  position: relative;
}

/* Adjust carousel buttons for the left and right sides of the screen */
.owl-prev {
  position: absolute;
  left: -30px; /* Place on the left side */
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: -30px; /* Place on the right side */
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav.disabled {
  display: block;
}


#scrollUp {
  background: #000000 none repeat scroll 0 0; /* 09062025 Change button colour */
  border: 3px solid #fff;
  bottom: 65px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 50px;
}
#scrollUp i{}

/*-----------------------------------
	2. Home page 1, Home Page 2
-------------------------------------*/
/*----- 3.1 Header Top -----*/
.header-top {
  background: #F0F2F5 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: #F0F2F5;
    color: #000;
    padding: 5px;
	vertical-align:bottom;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    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: #8E8E8E;
  font-size: 12px;
  padding: 5px 10px;
  -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: left;
  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: 170%;
  z-index: 999;
}
#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: 500;
  color: #000;	
}
#top-menu > ul > li > ul li a:hover{color:#000;}

#top-menu > ul >  li:hover > ul {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999;
}
/*----- 3.3 Header Area -----*/
.header-area {
  background: #fff none repeat scroll 0 0;
  padding-top: 10px;
}
.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 {
  width: 35%;
  float: right;
  margin-right: 65px;
	
}
.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: 20px;
  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;
}
.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: none;
  background-color: #eae5d7;
  box-shadow:0 4px 6px 0 rgb(0 0 0 / 12%), 0 8px 10px 0 rgb(0 0 0 / 12%);	
  border-radius: 50px;	
  color: #fff;
  display: block;
  float: right;
  font-size: 13px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 600;	
}
.header-button-price a:hover {
  background: #08993f;
  color: #fff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);	
}
.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{}

.shopping-cart-index, .icon-user {
    width: 45%;
    float: right;
}

#lblCartCount-index {
    font-size: 13px;
    background: #BF0D3E;
    color: #000;
    top: -8px;
    right: -13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-index {
    display: flex;
    margin-top: 30px;
	width: 150px;
	float: right;
	justify-content: flex-end;
}

.search {
  position: relative;
  width: 60%;
  display: block;
  margin: 20px auto 0px;
}
.search input {
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #aaaaaa;
  font-weight: normal;
  font-size: 12px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 50px;
  text-align: left;	
}

.search input:focus {
  outline: none;
  border-color:#465560;
}

.search > .submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 13px;	
  color: #aaaaaa;	
}

.search > .submit:hover {
  color:#465560;
}

.search ::placeholder {
	color: ##8E8E8E;
}

.index-cart{
  margin-top: 30px;
  text-align: right;	
}

.index-cart a{
	color: #aa1781;
}

.index-cart a:hover{
	color: #000;
}

.icon-login{
	width: 8%;
}

.fa.fa-search{
	font-size: 18px;
    position: relative;
}

.fa.fa-search.search-header{
	font-size: 18px;
    top: 4px;
    position: relative; 
	color: #8E8E8E;
}

/* header new energy wave */



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

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

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

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

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

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

/* new code 07012022 */
.cd-primary-nav, .cd-primary-nav ul {
  position: absolute;
  /*top: 0;*/
  /*right: 0;*/
  height: 100%;
  width: 100%;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  z-index: 999;	
}

.cd-primary-nav ul {
  top: 0;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

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

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

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

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


@media only screen and (max-width: 1199px) {
	body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
   /*.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }*/  
	
	
	
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
   .cd-logo {
	   display: block;	
	}
   .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }	
	.cd-overlay {display: none;}	
  /*.cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }*/
}

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

support for no js 

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

@media only screen and (min-width: 1200px) {
  .cd-nav-trigger{
	display: none;
  }	
	
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }	
  .cd-logo {
    top: 26px;
    left: 4em;
  }	
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }	
  
  .cd-primary-nav {
    position: static;
    /*padding: 0 150px 0 0;*/
    height: auto;
    width: fit-content;
    /*float: right;*/
    overflow: visible;
    background: transparent;
	margin: auto;  
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
	float: left;
    margin-left: 20px;
  }

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

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

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

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

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* index */

.noprint{
	border-bottom: 1px solid;
    -moz-border-image: -moz-linear-gradient(left, #0099CC 0%, #333399 100%);
    -webkit-border-image: -webkit-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -o-border-image: -o-linear-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    border-image: linear-gradient(0.25turn, rgba(0,173,238), rgba(235,0,139), rgba(244,129,32));;
}

.index-bg-img{
	background-image: url(../../energywave/img/index-bg.jpg);
    padding: 0px 50px;
    height: 700px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 50px 0px 0px;
}

.title-big{
	font-size: 120px;
    letter-spacing: 65px;
	color: #1D4C94;
	opacity: 0.5;
	padding-top: 200px;
}

.title-medium{
	font-size: 40px;
    letter-spacing: 13px;
    color: #1D4C94;
    opacity: 0.5;
    padding-bottom: 10px;
}

.index-bg-info{
    text-align: justify;
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-140%, -70%);
    font-size: 18px;
    padding: 30px;
}

.index-info{
	padding-right: 150px;
	text-align: justify;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
   height: 100%;
   width: 9%;
   display: flex;
   flex-direction: column;
   align-items: center;	
}

.index-pro-title{
   text-align: center;
   margin-top: 50px;
   margin-bottom: 10px;
	font-size: 36px;
   font-weight: bold;
   color: #000000;	/* 09062025 Change colour */
}

.index-pro-intro{
   color: #1D4C94;
   text-align: center;
   font-size: 20px;	
}

.slider-bg{
	background-image: url("../../energywave/img/index/bg.png");
	padding: 0px 0px 80px;
    background-position: bottom;
    background-repeat: no-repeat;
	background-size: cover;
}

.title-page{
	text-align: center;
    background: -webkit-linear-gradient(left, #0099CC 0%, #333399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding: 20px 0px;
	border-bottom: 1px solid;
    -moz-border-image: -moz-linear-gradient(left, #0099CC 0%, #333399 100%);
    -webkit-border-image: -webkit-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -o-border-image: -o-linear-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    border-image: linear-gradient(to right, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slide img{
	width: 100%;
	height: auto;
	display: block;
    margin: 0 auto;
}

.abt-1{
	background-image: url("../../energywave/img/about/abt-1.png");
	padding: 200px 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.abt-1-title{
	position: absolute;
    top: -8px;
    font-size: 50px;
}

.abt-1-info{
	text-align: justify;
    position: absolute;
    top: 29%;
    left: 60%;
    transform: translate(-120%, -70%);
}

.abt-2{
	background-image: url("../../energywave/img/about/abt-2.png");
	padding: 200px 0px;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 80px;
}

.abt-2-title{
	font-size: 50px;
    position: absolute;
	top: 53%;
    right: 2%;
}

.abt-2-info{
	text-align: justify;
    position: absolute;
    top: 84%;
    left: 70%;
    transform: translate(-20%, -70%);
}

.data-column{
	margin-top: 50px;
}

.categories-bg{
	background-image: url("../../energywave/img/categories-bg.jpg");
	width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
}

.categories-title{
	padding: 30px 0px 100px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #343434;
	font-weight: bold;
}


.categories{
	font-size: 18px;
	color: #000;
    font-weight: 400;
}

.categories-content{
	overflow-x: auto;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0 15vw;
    background: linear-gradient(180deg,transparent 50%,#fff 0);
    text-align: center;
}

.categories-content-datadisc{
	overflow-x: auto;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0 15vw;
    background: linear-gradient(180deg,transparent 35%,#fff 0);
    text-align: center;
}

.product-btn {
    border: none;
	background: linear-gradient(to right, #169DD8, #1B4586);
    border-radius: 30px;
    outline: 0;
    display: inline-block;
    width: 60%;
    padding: 10px;
    color: white;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin-top: 30px;
}

.product-btn:hover {
	background: linear-gradient(to right, #1B4586, #169DD8);
	color: #fff;
}

.categories-video{
	display: block;
	margin: 100px auto;
}

.vital-band{
	background-image: url("../../energywave/img/categories/band/vital-bg.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
}

.pro-title{
	padding: 160px 100px;
	text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
	color: #fff;
}

.pro-title h1{
	font-size: 43px;
}

.vitalband-content-1{
	background-image: url("../../energywave/img/categories/band/vital-1.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.vitalcontent-info-1{
	text-align: justify;
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-15%, -70%);
    font-size: 18px;
    padding: 30px;
}

ul.content-list{
	list-style-type: circle;
    list-style-position: outside;
    font-size: 16px;
    padding: 0px 20px;
    text-align: left;
	line-height: 25px;
}

.content-list li{
	margin-bottom: 8px;
    display: list-item;
    text-align: justify;
}

.vitalband-content-2{
	background-image: url("../../energywave/img/categories/band/vital-2.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.vitalcontent-info-2{
	text-align: justify;
    position: absolute;
    top: 65%;
    left: 6%;
    transform: translate(0%, -80%);
    font-size: 18px;
    padding: 30px;
}

.max-band{
	background-image: url("../../energywave/img/categories/band/max-bg.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
}

.maxband-content-1{
	background-image: url("../../energywave/img/categories/band/max-1.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.maxcontent-info-1{
	text-align: justify;
    position: absolute;
    top: 55%;
    left: 60%;
    transform: translate(-15%, -70%);
    font-size: 18px;
    padding: 30px;
}

.maxband-content-2{
	background-image: url("../../energywave/img/categories/band/max-2.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.maxcontent-info-2 {
    text-align: justify;
    position: absolute;
    top: 65%;
    left: 5%;
    right: 50%;
    transform: translate(0%, -80%);
    font-size: 18px;
    padding: 30px;
}

.calm-band{
	background-image: url("../../energywave/img/categories/band/calm-bg.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
}

.calmband-content-1{
	background-image: url("../../energywave/img/categories/band/calm-1.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.calmband-content-2{
	background-image: url("../../energywave/img/categories/band/calm-2.jpg");
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
	position: relative;  
}

.calmcontent-info-2 {
    text-align: justify;
    position: absolute;
    top: 65%;
    left: 5%;
    right: 50%;
    transform: translate(0%, -80%);
    font-size: 18px;
    padding: 30px;
}

/* data disc */

.datadisc-1 {
  margin-top:30px;
  text-align: left;
}

.datadisc-content{
	padding: 50px 50px;
}

.datadisc-content p{
	text-align: justify;
}

.datadisc-2{
	display: flex;
    -webkit-box-align: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
}

.datadisc-bg-box{
  padding: 30px;
  display: block;
  margin-top: 50px;	
  border-bottom: 1px solid;
    -moz-border-image: -moz-linear-gradient(left, #0099CC 0%, #333399 100%);
    -webkit-border-image: -webkit-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    -o-border-image: -o-linear-gradient(to left, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%);
    border-image: linear-gradient(to right, rgb(0, 153, 204, 1) 0%, rgba(51, 51, 153, 1) 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
}

.datadisc-bg-box h2{
  color: #1B4586;	
}

.datadisc-step{
  padding-top: 30px;	
}

.datadisc-step img{
	padding-bottom: 50px;
}

.datadisc-step h1{
  padding-bottom: 20px;
}

.datadisc-step p{
  font-size: 18px;
  padding-bottom: 30px;
}

.data-disc-bg{
	width: 100%;
	height: 430px;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
}

.comfort-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/comfort-bg.jpg");	
}

.cleanse-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/cleanse-bg.jpg");
}

.mass-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/mass-bg.jpg");
}

.rest-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/rest-bg.jpg");
}

.active-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/active-bg.jpg");
}

.shield-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/shield-bg.jpg");
}

.clear-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/clear-bg.jpg");
}

.prime-data-disc{
	background-image: url("../../energywave/img/categories/data-disc/prime-bg.jpg");
}

/* testimonial */
	
.testimonial-bg{
	background-image: url("../../energywave/img/testimonial-1.jpg");
	width: 100%;
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    background-position: 50%;
    background-size: cover;
    position: relative;
	display: flex;
    -webkit-box-align: center;
    flex-wrap: nowrap;
    align-items: center;
}

.testimonial-intro{
	text-align: justify;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-90%, -80%);
    padding: 30px;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #169DD8, #1B4586);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 1100px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 45px;
  background: -webkit-linear-gradient(left, #0099CC 0%, #333399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0px;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
  color: #6B6B6B;	
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 15px;
  color: #343434;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

.cd-horizontal-timeline .events-content em{
  padding-bottom: 20px;	
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*----- 3.4 Main Menu -----*/
.menu-area {
  background:#fff;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #c8ae81, #000000, #c8ae81, #000000, #c8ae81, #000000, #c8ae81) 1;
}
.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: 15px 25px;
  position: relative;
}
.main-menu > nav > ul > li > a {
  font-size:18px;
  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;
  color: #555654;	
}
.main-menu > nav > ul > li > a:hover, .main-menu > nav > ul > li > a:focus {
  color:#000;
}

/*
.main-menu > nav > ul > li:last-child{
	right: 0;
	position: absolute;
}
*/
.main-menu > nav > ul > li:first-child{
	padding-left: 0px
}

@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: 10px;
  width: 30%;
  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;
}
.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: #aa1781 none repeat scroll 0 0;
}

.mean-container .mean-bar {
  z-index: 9;
}

/*
.mean-container a.meanmenu-reveal span{
	background: #aa1781;
}
*/

/*----- 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%;
	  height: 450px;
      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;
}

.fa.fa-share-alt, .fa.fa-heart{
	color: #a6adc0;
}

.fa.fa-share-alt{
	padding-right: 10px;
}


/*----- 3.6 Featured product Area -----*/
.product-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-item:hover {
  box-shadow: 0px 0px 5px #ccc;
/*  transform: scale(1.05);*/
	
}
.product-img-hover {
  position: relative;
  margin-bottom: 15px;
}
.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: 1;
}
.product-action-btn a {
  background: #000000 none repeat scroll 0 0; /* 09062025 Change product action button colour */
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  transform: translateX(-100%);
  width: 40px;
  margin-left: 10px;	
}
.product-action-btn a:last-child {
  margin-bottom: 0;
}
.product-action-btn a:hover {
  background: #eBE5D6 none repeat scroll 0 0; /* 09062025 Change product action hover button colour */
  color: #fff;
  margin-left: 10px; 
}
.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{
	padding-left: 10px;
}
.pro-name {
  margin-bottom: 5px;
  color: #000000; /* 09062025 Change button colour */
  width: 100%;
  height: 35px;
}
.pro-name a {
  font-weight: 500;
  font-size: 15px;
}
.pro-name a:hover {
  color: #000000; /* 09062025 Change button colour */
}

.pro-price {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.pro-price p{
	color: #000000; /* 09062025 Change button colour */
}
.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: #fdd949;
}

.pro-ratting i.off {
  color: #e4e4e4;
}

.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-bg{
	background-color: #aa1781;
	padding: 10px 0px 65px;
	border-radius: 10px;
}

.discount-info{
	background-color: #ffedf1;
	color: #aa1781;
	border-radius: 5px;
	padding: 3px 0px;
}

.pro-category{
	font-style: italic;
	padding-bottom: 10px;
}

.pro-category a{
	color: #939292;
}

.pro-content{
	padding-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: left;
/*  margin-bottom: 30px;*/
  margin-left: 5px;
}
.tabs-list > li {
  display: inline-block;
}
.tabs-list > li > a {
  font-size: 18px;
  padding: 3px 15px;
}


.tabs-list > li.active > a, .tabs-list > li > a:hover {
  color: #fff;
}
.tab-pane .owl-hidden {
  opacity: 1;
}

.tab-product-area.section{
	padding: 50px;
}

.tab-content.index{
	margin-left: 30px;
	margin-right: 30px;
}

.tab-content.brand{
	margin-left: 15px;
	margin-right: 15px;
}

.tab-content.brand h4{
	color: #000000; /* 09062025 Change button colour */
}

.top-pro{
	padding: 30px 60px;
}

.top-pro h4{
	font-weight: 500;
	padding: 20px 20px 40px;
}

.top-pro p{
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 20px;
}


.product-purple-bg-index {
    background-color: #aa1781;
    padding: 30px 50px 350px;
    margin-top: 50px;
}

.product-white-bg{
	background-color: #fff;
}

.product-white-bg p{
	color: #da3d46;
	text-align: center;
	padding: 20px 0px;
}

.title-pro{
	position: relative;
    display: flex;
	color: #fff;
	padding-bottom: 10px;
	padding-left: 12px;
}

.title-pro ul > li > a:last-child{
	position: absolute;
	right:0px;
}

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

.owl-carousel .owl-item .brand-item img{
	width: 80px;
}

.brand-slider .owl-nav .owl-next {
	position: relative;
    float: right;
    top: -100px;
	color: #000000; /* 09062025 Change button colour */
	background-color: #fff;
}
	
.brand-slider .owl-nav .owl-prev {
	position: relative;
    float: left;
    top: -100px;
	color: #000000; /* 09062025 Change button colour */
	background-color: #fff;
}

.brand-slider .owl-nav > div{
	border: 2px solid #000000; /* 09062025 Change button colour */
    background: #fff;
    border-radius: 50px;
    color: #000000; /* 09062025 Change button colour */
    display: inline-block;
    font-size: 18px;
    height: 28px;
	width: 28px;
    line-height: 25px;
    margin: 0 50px 0px 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 2px 6px #ababab;
}

.brand-slider .owl-dots{
	display: none;
}

/*----- 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: #efefef none repeat scroll 0 0;
  padding: 30px 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;
  margin-top: 7px;
}
.copy-right p a {
  color: #252525;
}
.copy-right p a:hover {
  color: #465560;
}
.payment {
  text-align: left;
}

.email-box{
	padding:0px 10px 0px 0px;
}

.abt-footer a, .subscribe-footer p{
	color: #545454;
}

.payment h4, .abt-footer h4, .subscribe-footer h4{
	color: #545454;
    padding-bottom: 15px;
}

.payment h4:after, .abt-footer h4:after, .subscribe-footer h4:after {
    content: "";
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #545454;
}

.icon-footer{
	display: block;
	margin: 0px auto 20px;
	text-align: left;
}

.icon-footer ul li a img{
	width: 35px;
}

.payment ul, .icon-footer ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.payment ul li, .icon-footer ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
.payment ul li a, .icon-footer ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
}



.icon-footer1{ /* 09062025 Change button colour */
	display: block;
	margin: 50px auto 20px;
	text-align: center;
}

.icon-footer1 ul li a img{ /* 09062025 Change button colour */
	width: 35px;
}

.payment ul, .icon-footer1 ul{ /* 09062025 Change button colour */
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.payment ul li, .icon-footer1 ul li { /* 09062025 Change button colour */
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0;
}
.payment ul li a, .icon-footer1 ul li a { /* 09062025 Change button colour */
  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%;
}

.icon-footer h4{
	padding-top: 15px;
}

#table-footer{
	width: 100%;
}

.logo-footer{
	width: 70%;
	padding-bottom: 10px;
}

.icon-download{
	width: 40%;
}

#table-footer a{
	color: #868686;
	line-height: 23px;
}

#table-footer a:hover{
	color: #545454;
}

.column-1, .column-2, .column-3{
	width: 20%;
}

.btn-subscribe{
	padding: 10px 10px;
    background-color: #a2a2a3;
    margin: 7px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #a2a2a3;
}

.btn-subscribe:hover{
	background-color: #828282;
	border: 1px solid #828282;
}

.fa.fa-share-alt{
	color: #a9a9a9; /*25062025*/
}

.fa.fa-heart{
	color: #c8ae81;
}

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

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

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

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

.banner-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;
}
.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: #000000; /* 09062025 Change button colour */
  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: #000000 none repeat scroll 0 0; /* 09062025 Change button colour */
  color: #fff;
  border-radius: 50%;	
}
/*-----------------------
	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 #eee;
}

.single-list-product:last-child {
  border: none;
}

.list-pro-image {
  float: left;
  margin-right: 30px;
  width: 300px;
  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: #000000 none repeat scroll 0 0; /* 09062025 Change button colour */
  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 {
/*  background: #fff none repeat scroll 0 0;*/
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}
.sin-shop-sidebar > a {
  display: block;
  position: relative;
}
.sin-shop-sidebar > a::before {
/*  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 {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  padding-left: 30px;
}
.sin-shop-sidebar ul li a.active {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  padding-left: 30px;
}
.shop-tags ul {
  padding: 15px;
}
.shop-tags ul li {
  border: medium none;
  display: inline-block;
  margin: 0 0 5px;
}
.sin-shop-sidebar.shop-tags ul li a, #tags a, #custom-tags a {
  border: 1px solid #eee;
  color: #666;
  font-size: 11px !important;
  font-weight: 700;
  margin: 0 5px 5px 0;
  padding: 5px 9px ;
  text-decoration: none;
  text-transform: uppercase;
}
.sin-shop-sidebar.shop-tags ul li a:hover, #tags a:hover, #custom-tags a:hover {
  background: #465560;
  border: 1px solid #465560;
  color: #fff ;
}

/*-----------------------
	7. About Us
-------------------------*/
.about-page {}
.about-title h2, .about-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-title span, .about-text span {
  color: #465560;
}
.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%;
}
.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 #cccccc;
  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: #465560 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  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:#627bbc;
}
.contact-less {
  left: 40px;
  position: absolute;
  text-align: center;
  top: 30px;
}
.contact-less h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
}

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

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

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

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


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

#facebook{background:#46629E;}
#twitter{background:#55ACEE;}
/*-----------------------
	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 {
  margin-bottom: 30px;
}

.shop-details {
  padding:20px;
  margin-bottom: 10px;	
}
.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: left;
  width: 100%;
  text-align: left;
}


.shop-details .product-code {
  margin-bottom:10px;
  font-weight: 600;
  font-style: italic;
}
.shop-details h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  
}
.shop-details h3 span {
  margin-left: 0px;
  font-size: 15px;
  color:#fff;
  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: #cf023c;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;  
}


.shop-details h4 {
  font-size: 25px;
  font-weight: 500;
}
.shop-details h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 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;
}
.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:#465560;
  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 #000000; /* 09062025 Change button colour */	
  overflow: auto;	
  white-space: nowrap;	
}

.product-nav > li {
  display: inline-block;
}
.product-nav  > li > a {
  color: #000000; /* 09062025 Change button colour */
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-nav  > li > a:hover{
  color: #000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;		
}
 .product-nav  > li.active > a, .product-nav  > li.active > a:focus, .product-nav  > li.active > a:hover {
  background: #000000; /* 09062025 Change button colour */
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;	
}
.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 {
	line-height: 28px;
}

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


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

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

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

.prod {
  padding-bottom: 50px;
}

.prod h3{
	color: #000000; /* 09062025 Change button colour */
	padding-bottom: 10px;
	font-size: 20px;
}

.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 {
  background: #c8ae81; /* 09062025 Change button colour */
  box-shadow:0 4px 6px 0 rgb(0 0 0 / 12%), 0 8px 10px 0 rgb(0 0 0 / 12%);	
  border: none;	
  color: #fff;
  display: block;	
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  padding: 15px 20px;
  width: auto;	
}

.cart-btn input:hover:hover {
  background: #c8ae81; /* 09062025 Change button colour */
  color: #fff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);		
}

.prod .quantity3 .cart-plus-minus .qtybutton {
  height: 40px;
  line-height: 40px;
  border: 1px solid #efefef;
}

.prod .quantity3 .cart-plus-minus input {
  height: 40px;
  border: 1px solid #acacac;
}

.shipping{
	color: #a5a5a5;
}

.shipping-info{
	color: #151515;
}

.shipping-details{
	border-bottom: 1px solid #e8e8e8;
	padding: 30px 0px 5px;
    margin-bottom: 20px;
}

label{
	font-weight: normal;
	font-size: 12px;
	color: #3f3f3f;	
}

.checkbox input[type=checkbox]{
	margin-left: -60px;
    margin-top: 2px;
    color: #3f3f3f;
}

.rating{
	background-color: #f6f6f6;
	margin-top: 20px;
}

.rating h3{
	color: #000000; /* 09062025 Change button colour */
}


.rating-col{
	padding: 10px;
	background-color: #fff;
	color: #111111;
	border-radius: 5px;
	margin: 10px;
	text-align: center;
}

.rating-col:hover{
	background: #000000; /* 09062025 Change button colour */
	color: #efefef;
}

.rating-star{
	padding: 30px 0px;
	text-align: center;
}

.pro-ratting-2 {
  float: none;
}
.pro-rattin-2g i{}
.pro-ratting-2 i.on {
  color: #000000; /* 09062025 Change button colour */
  font-size: 28px;
  padding-top: 10px;	
}

.user-review{
	margin-top: 20px;
}

.icon-pro{
	width: 50%;
	border: 1px solid #aa1781;
    border-radius: 50px;
    padding: 20px;
    padding: 5px;
    margin: 20px 0px;
}

.variation{
	color: #999;
}

.user-bottom-line{
	border-bottom: 1px solid #eceeee;
}


.user-review-img{
	width: 15%;
	padding-top: 10px;
}

.review-date{
	color: 5d5d5d;
	padding-top: 20px;
}

.review-like{
	padding: 20px 0px;
	color: #797979;
}

.product-purple-bg{
	background-color: #aa1781;
}

.store-grey-bg{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 30px 20px;
}

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

.pro-rating, .pro-description{
	padding: 50px 0px;
}

.pro-rating h3, .pro-description h3{
	color: #000000; /* 09062025 Change button colour */
}

.pro-description h3, .pro-description p{
	padding-bottom: 20px;
}

.pro-icon{
	width: 30px;
	padding-right: 10px;
}

/*-----------------------
	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: #000000; /* 09062025 Change button colour */
  display: block;
  float: left;
  font-family: lato;
  font-size: 18px;
  height: 30px;
  text-align: center;
  width: 30px;
  border-top:  1px solid #000000!important;	/* 09062025 Change button colour */
  border-bottom:  1px solid #000000!important;	
  background: white;	
}

.cart-plus-minus.cart-pro input {
  border: 0 none;
  color: #000000; /* 09062025 Change button colour */
  display: block;
  float: left;
  font-family: lato;
  font-size: 18px;
  height: 50px;
  text-align: center;
  width: 50px;
  border-top:  1px solid #000000!important;	/* 09062025 Change button colour */
  border-bottom:  1px solid #000000!important;	/* 09062025 Change button colour */
  background: white;	
}

.cart-plus-minus .qtybutton {
  background: #fff none repeat scroll 0 0;
  color: #000000; /* 09062025 Change button colour */
  cursor: pointer;
  float: left;
  font-family: lato;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}

.cart-plus-minus.cart-pro .qtybutton {
  background: #fff none repeat scroll 0 0;
  color: #000000; /* 09062025 Change button colour */
  cursor: pointer;
  float: left;
  font-family: lato;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.cart-plus-minus.cart-btn .qytbutton{
	width: 30px;
}
.cart-plus-minus .dec {
	font-size: 18px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border: 1px solid #000000; /* 09062025 Change button colour */
}
.cart-plus-minus .inc {
    font-size: 18px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border: 1px solid #000000; /* 09062025 Change button colour */
}
.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-btn1 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-btn1 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-btn1 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: #eae5d7;
  box-shadow:0 4px 6px 0 rgb(0 0 0 / 12%), 0 8px 10px 0 rgb(0 0 0 / 12%);	
  border: none;	
  color: #fff;
  display: block;	
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 15px;
  margin: 20px 15px;	
}

#procedto:hover {
  background: #08993f;
  color: #fff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);		
}

.proceed-box a{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #7EA3D5;
  color: #7EA3D5;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration:none;
  text-transform: uppercase;
} 

.proceed-box a:hover{
	background: #7EA3D5;
	color: #fff; 
}

.proceed-btn-1:link,
.proceed-btn-1:visited{
  text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  padding:15px 25px;
  border-radius:100px;
  display:inline-block;
  transition: all .5s;
}

.proceed-btn-color{
  background:#7EA3D5;
  color:#fff;
}

.proceed-btn-1:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

.proceed-btn-1:active{
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  transform:translateY(-1px);
}

.btn-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.proceed-btn-1::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.proceed-btn-color::after {
    background: #ddebff;
}

.proceed-btn-animation:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
}

@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  } 
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
/*NEW CODE*/


#procedto2 {
  position: relative;
  display: block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}
#procedto2.proceed-btn {
  width: 70%;	
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 1.0em 2em;
  background: #7ea3d5;
  border: 2px solid #a7c4ea;
  border-radius: 0.75em;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
#procedto2.proceed-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #abccf9;
  border-radius: inherit;
  box-shadow: 0 0 0 2px #a7c4ea, 0 0.625em 0 0 #ddebff;
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
#procedto2.proceed-btn:hover {
  background: #759ECC;
  transform: translate(0, 0.25em);
}
#procedto2.proceed-btn:hover::before {
  box-shadow: 0 0 0 2px #a7c4ea, 0 0.5em 0 0 #ddebff;
  transform: translate3d(0, 0.5em, -1em);
}
#procedto2.proceed-btn:active {
  background: #759ECC;
  transform: translate(0em, 0.75em);
}
#procedto2.proceed-btn:active::before {
  box-shadow: 0 0 0 2px #a7c4ea, 0 0 #ddebff;
  transform: translate3d(0, 0, -1em);
}

.wishlist-table {
  margin-bottom: 0;
}
/*-----------------------
	17. Checkout Page
-------------------------*/
#checkout-progress {
  margin-bottom: 0;
}

.panel-group{
  border: 1px solid #f0f2f5;
}

.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: #a9a9a9 none repeat scroll 0 0; /*25062025*/
  color: #fff;
}
.panel-heading a.collapsed {
  background: #f0f2f5 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: #fff none repeat scroll 0 0;
  color: #343434;
  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;
  color: #a9a9a9;  /*25062025*/
  border: 1px solid #a9a9a9; /*25062025*/
  border-radius: 50px;	
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout-method a:hover, .bill-info a:hover, .pay a:hover {
  background:#a9a9a9; /*25062025*/
  border: 1px solid #a9a9a9; /*25062025*/
  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;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.checkout-cart-details {
  padding: 10px;
  margin:10px 15px;
  border-bottom:1px solid #ddd;
}

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

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

.checkout-cart-details p, .checkout-cart-pro 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 #aa1781;
  margin:0 auto;
}

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

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

.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.active a{
	color: #000000
;
}

.process-title.no-active a{
	color: #898989;
}

.process-title.no-active a:hover{
	color: #000;
}

.checkout-cart-details:after, .process-indicator:after {
  clear: both;
  display: block;
  content: '';
}
.checkout-right h2 {
  border-bottom: 1px solid #ddd;
  color: #343434;
  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;
}


.sub-title li{
  display: inline-block;
  margin: 5px;
}

.sub-title li:after{
  content: ">";
  margin-left: 15px;	
}

.sub-title li a.active{
  color: #7EA3D5;
  font-weight: bold;	
}

.sub-title li:last-child:after{
	content: none;
}

/*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: #efefef;
  border:1px solid #a2a2a3;
  margin:7px 0px;
  font-size:10px;	
}

.subscribe-area input[type="email"]:focus {
  border-color: #a2a2a3;
  outline: none;
}

.footer-top-area hr {
  border-top:1px solid #121212;
  border-bottom: 1px solid #666;
  background: transparent;
}

.btn-default {
  background: #000000; /*25062025 Change colour*/
  box-shadow:0 4px 6px 0 rgb(0 0 0 / 12%), 0 8px 10px 0 rgb(0 0 0 / 12%);	
  border: none;	
  color: #fff;
  display: block;	
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 15px;
  margin: 20px 15px;	
  text-align: center;	
}

.btn-default:hover {
  background: #08993f;
  color: #fff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);		
}

.btn-default2 {
  background: #fff;
  box-shadow:0 4px 6px 0 rgb(0 0 0 / 12%), 0 8px 10px 0 rgb(0 0 0 / 12%);	
  border: 1px solid #000000;	/* 09062025 Change button colour */
  color: #000000; /* 09062025 Change button colour */
  display: block;	
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 15px;
  margin: 20px 15px;
  width: 80%;
}

.btn-default2:hover {
  background: #000000; /* 09062025 Change button colour */
  color: #fff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);		
}

.btn-dark {
  background: #666;
}

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

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

}

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

}

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

}

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


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

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

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

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

.owl-carousel .owl-item .brand-category{
	width: 100px;
}
*/


/*

.owl-carousel .owl-item .testing {
	 padding:0px;
	 width:150px;
	border:#1253B1 solid 1px;
}
*/


/*
.tab-product-area .owl-nav > div{
	display: block;
}
*/


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

.brand-item p{
	padding-top: 20px;
	font-size: 12px;
	line-height: 12px;
}

.brand-item:hover{
	color: #aa1781;
}

.category-title{
	padding-bottom: 25px;	
}

.section-category{
	padding: 40px 0px 0px;
	height: 200px;
	margin: 0px 10px;	
}

.category-title h4{
	font-weight: 500;
    padding: 20px 0px 0px;
}

/* testing category */

.categoryTableArea {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  background-color: #DFDFDF;
  margin: 0 auto;
}
.categoryArea {
  flex: 1;
  min-width: 110px;
  max-width: 150px;
  margin: 4px;
  background-color: white;
  float: left;
}
.categoryIcon {
  width: 100px;
  height: 88px;
  background-color: blue;
  margin: 0 auto;
  margin-top: 4px;
}
.categoryName {
  color: #666666;
  text-align: center;
  font-size: 0.8em;
  color: #2f2f2f;
  margin-top: 4px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*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: 10px 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: #efefef;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
  border:3px solid #eee;
  padding: 25px;
}

.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: 16px;
  margin:0px 0px 10px 0px;
}

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

table#listing {
  width: 100%;
  border: 1px solid #ddd;	
}

table#listing td, table#listing th {
  padding:10px;
  font-size: 15px;
  border-left: 1px solid #ddd;	
}

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

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

table#listing tr:first-child {
  background:#a9a9a9; /*25062025*/
  color: #fff
}

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

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

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

/*DASHBOARD*/


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

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

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

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

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

.dashboard-wrapper {
  border:1px solid #ddd;
  margin:10px 7px 0px 7px;
  background:#000000; /* 09062025 Change button colour *//* 09062025 Change button colour */
  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: #c8ae81;
}

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






/* --- 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: #000000; /* 09062025 Change button colour */
}

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

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

.cart-popup-msg .modal-body {
  padding: 20px;
}

.cart-popup-msg .modal-body p {
  line-height: 18px;
  text-align: center;
}

.cart-popup-msg img {
  width: 30%;
  display: block;
  margin: 0 auto;
}

/* new code 18072025 */

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.qty-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
}

.cart-plus-minus-box {
  text-align: center;
  border: 1px solid #ccc;
  padding: 4px;
  font-size: 14px;
}

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: #fff;
  border: 1px solid #ddd;
  padding: .35em; 
}
table.cart-data-table td {  
  font-size: 12px;
}
table.cart-data-table img {  
  width: 80%;
  height: auto;
}



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

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

a:hover{
	color: #000;
}

/*CUSTOM MODAL SETTING*/

.modal-content {
  overflow: hidden;
  border:none;
}
.modal-header {
  background: #2e2e2e;
}
.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);
}

.modal-footer{
	border-top: none;
}

#loginmodal .modal-dialog {
    width: 300px;
}
#loginmodal .modal-footer {
    /* height: 70px; */
    margin: 0;
	padding: 0px 15px;
}
#loginmodal .modal-footer .btn {
    font-weight: bold;
    background: #eae5d7;
}
#loginmodal .modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
#loginmodal .input-group-addon {
    color: #fff;
    background: #2e2e2e;
    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;
}

.register-acc a:hover{
	color: #000;
}

.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: #a9a9a9; /*25062025*/
  }
  #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: 70% !important; cursor: pointer}

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

.banner-content {padding: 30px;}

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

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

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

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

  /* Good browsers */
  opacity: 0.5;
}


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


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

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

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

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

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

.pro-title-right{
	width:50%; 
	text-align: right;
}

.nav>li>a:hover{
	background-color: transparent;
}

/* search page */


.c-green{
	color: #eae5d7;
}

.c-red{
	color: #c8ae81;
}

.c-orange{
	color: #f48120;
}

.c-blue{
	color: #a9a9a9; /*25062025*/
}

.search-item-1, .search-item-2{
	background-color: #f6f6f6;
	padding: 20px;
	margin: 20px 0px;
}

.search-item-2:hover{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
}

.category-search{
	border-left: 1px solid #ddd;
	padding: 0px 15px;
	text-align: center;
	display: inline-block;
	
}

.search-more-btn button{
	padding: 6px;
	background-color: #fff;
	color: #666;
	border: 1px solid #efefef;
	margin-bottom: 8px;
	width: 100%;
	float: right;
}
.search-more-btn button:hover{
	color: #000000;
	border: 1px solid #000000;
}

.search-more-btn{
	margin-left: 40px;
}

.col-search h5{
	color: #000000; /* 09062025 Change button colour */
	font-size: 18px;
}

.category-search i{
	font-size: 15px;
}

.category-search p{
	font-size: 12px;
	color: #666;
}

.row.search-more-row{
	width: 100%;
    height: 100%;
    display:table-row;
}

.section-search-more{
	width: 100%;
    min-height: 100%;
    display:table;
    height:inherit;
}

.col-search{
	width: 100%;
	display: table-cell;
    vertical-align: middle;
}

.col-search.column-1{
	width: 15%;
}

.col-search.column-2{
	width: 30%;
}

.col-search.column-3{
	width: 40%;
}

.col-search.column-4{
	width: 15%;
}

.col-search.search-col-1{
	width: 15%;
}

.col-search.search-col-2{
	width: 40%;
}

.col-search.search-col-3{
	width: 45%;
}

.search-product{
	border: 1px solid #000000; 
	border-radius: 50px; 
	width: 50%;  
	background-color: #fff;
	margin-left: 20px;
}

.brand-grey-bg{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 20px 20px 80px;
    margin-bottom: 20px;
}

.brand-logo{
	border: 1px solid #93c01f; 
	border-radius: 50px; 
	width: 80%;  
	background-color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.brand-name h3{
	color: #000000; /* 09062025 Change button colour */
	font-weight: 700;
}

.brand-name p{
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.brand-btn button{
	padding: 6px;
	background-color: #f7f7f7;
    color: #666;
    border: 1px solid #adadad;
	margin-bottom: 8px;
	width: 100%;
	float: right;
}
.brand-btn button:hover{
	color: #000000; /* 09062025 Change button colour */
	border: 1px solid #000000; /* 09062025 Change button colour */
}

.brand-details i{
	color: #666;
	font-size: 14px;
}

.brand-color{
	color: #000000; /* 09062025 Change button colour */
}

.home-active{
	color: #824b8d;
	border-bottom: 3px solid #824b8d;
}

.brand-info{
	background-color: #f6f6f6;
	margin: 20px 0px;
	padding: 15px;
}

.brand-info h5{
	padding: 0px 10px;
	color: #000000; /* 09062025 Change button colour */
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}

.brand-info p{
	padding: 0px 10px;
}

.brand-smalltitle{
	font-weight: 500;
	font-family: Poppins-Regular;
	font-size: 15px;
	line-height: 23px;
	color: #898989;
}

.brand-smalltitle:hover{
	color: #000000; /* 09062025 Change button colour */
}

.brand-details ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}

.brand-details ul li{
	display: inline-block;
	padding-bottom: 20px;
}


.search-purchase{
	position: relative;
    width: 100%;
    margin-top: 20px;
}

.search-purchase input {
    border: none;
    color: #9E9E9E;
	background-color: #f6f6f6;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 45px;
    width: 100%;
    border-radius: 10px;
	text-align: left;
	margin-bottom: 10px;
}

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

.search-purchase ::placeholder{
	color: #a5a5a5;
}

.fa-search.purchase{
	color: #a5a5a5;
}

.purchase-history{
	border-bottom: 1px solid #000000; /* 09062025 Change button colour */
	padding: 10px;
	display: flex;
}

.pro-store{
	padding-right: 15px;
}

.pro-question{
	padding: 0px 15px;
	position: relative;
}

.pro-status{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #000000; /* 09062025 Change button colour */
	white-space: nowrap;
}

.chat-box button{
	background-color: #000000; /* 09062025 Change button colour */
	color: #fff;
	border: none;
	padding: 5px 10px;
    margin-right: 15px
}

.view-shop button{
	background-color: #fff;
    color: #666;
    border: 1px solid #adadad;
	padding: 5px 10px;
}

.delivery-status{
	color: #545454;
}

.pro-bottom-line{
	border-bottom: 1px solid #aa1781;
	padding: 10px;
}

.purchase-pro{
	border: 1px solid #efefef;
	padding: 5px;
	width: 8%;
}

.purchase-details{
	padding: 5px 20px;
}

.purchase-price{
	color: #000000; /* 09062025 Change button colour */
	display: flex;
	align-items: center;
}

.pro-purchase-bg{
	padding: 0px 15px;
	border: 1px solid #000000; /* 09062025 Change button colour */
	margin: 20px 0px 0px;
	border-radius: 10px;
}

.purchase-total{
	white-space: nowrap;
    display: flex;
    width: 100%;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 15px 0px;
}

.product-purchase{
	white-space: nowrap;
    display: flex;
    padding: 0 12px 0 0;
    padding: 12px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: rgba(0,0,0,.87);
    flex: 1;
}

.chat-box-2 button{
	background-color: #000000; /* 09062025 Change button colour */
	color: #fff;
	border: none;
	padding: 10px 15px;
    margin-right: 15px
}

.view-shop-2 button{
	background-color: #fff;
    color: #666;
    border: 1px solid #adadad;
	padding: 10px 15px;
}


.pro-question-hover {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 10px;
  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: auto;
  z-index: -99;
  max-height: 380px;
	
}
.pro-question:hover .pro-question-hover {
  opacity: 1;
  transform: scaleY(1);
  z-index: 99999;
}

.purchase-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.purchase-column-1 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 5px 0px;	
}

.purchase-column-2 {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 3;
}

.purchase-title{
	font-size: 16px;	
}	

.grey-bg{
	background-color: #f0f2f5;
	padding: 100px 50px;
}

.img-1, .img-2{
	padding: 10px;
}

.img-row-1, .img-row-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.img-row-1{
	align-items: flex-start;
	height: calc(62vh - 55px);
}

.img-row-2{
	align-items: flex-end;
}

/* Create two equal columns that sits next to each other */
.img-column {
  flex: 50%;
  padding: 0 4px;
}

.img-column-2 {
  flex: 25%;
  padding: 0 4px;
}

.img-column img, .img-column-2 img {
  margin-top: 8px;
  vertical-align: middle;
}

#lblCartCount-camera {
    font-size: 20px;
    background: #BF0D3E;
    color: #fff;
	border: 1px solid #fff;
    top: 120px;
    right: 70px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa.fa-camera{
	color: #fff;
}

/* index flexbox */
.gallery-index{
	padding: 20px 0px;
	margin: 0 auto;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat (auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}

.gallery-index div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item1{
  grid-column: 1 / span 2;
  grid-row: 1 / span 2; 	
}

.item6  {
  grid-row: 2 / span 2;	
  grid-column: 3 /span 2;
}

.container-img{
	position: relative;
}

.overlay-index{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
 	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
}

.overlay-index.yellow{  /* 09062025 Add color index */
	background-color: rgb(235 229 214 / 60%);
}

.overlay-index.blue{
	background-color: rgb(0 173 238 / 60%);
}

.overlay-index.red{
	background-color: rgb(235 0 139 / 60%);
}

.overlay-index.orange{
	background-color: rgb(244 129 32 / 60%);
}

.overlay-index.green{
	background-color: rgb(13 176 75 / 60%);
}

.overlay-index.dark-blue{
	background-color: rgb(46 49 145 / 60%);
}

.overlay-index.purple{
	background-color: rgb(141 83 160 / 60%);
}

.container-img:hover .overlay-index{
	opacity: 1;
}

.img-text{
	color: white;
  	font-size: 20px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
}

/* product-list */

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777;	
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #000000; /* 09062025 Change button colour */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-title:after{
	content: "";
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.menu-title h4{
	padding: 15px 0px;
}

.hide {
  display: none;
}


.read-more-show{
	color: #824b8d;
	font-size: 12px;
}

.read-more-show:after{
	display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

.read-more-hide{
	color: #824b8d;
	font-size: 12px;
}

.read-more-hide:after{
	display: inline-block;
    position:relative;
    top: 5px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(-90deg);
}

.price-table{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-line{
	float: left;
    width: 10px;
    text-align: center;
    line-height: 30px;
    color: grey;
}

input {
	display: block; 
	margin: auto; 
	padding: 3px 6px; 
	width: 100px; 
	outline: 0; 
	border: 1px solid #bbb; 
	background: #f4f4f4; 
	color: black; 
	border-radius: 1px; 
	/*text-align: center;*/ 
}

input:focus {
	background: white;
}

.button-price button, .button-class{
	padding: 6px;
    background-color: #fff;
    color: #000000; /* 09062025 Change button colour */
    border: 1px solid #000000; /* 09062025 Change button colour */
    margin-bottom: 8px;
	width: 95%;
    margin-left: 5px;
    margin-top: 10px;
}

.button-price button:hover, .button-class:hover{
    background-color: #000000; /* 09062025 Change button colour */
    color: #fff;
    border: 1px solid #000000; /* 09062025 Change button colour */
}

.content-class{
	display: block;
}


@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 667px)
	and (-webkit-min-device-pixel-ratio: 2){
		.content-class{
			display: none;
		}
}



.pro-img-add{
	white-space: nowrap; 
	display: flex; 
	width: 100%; 
	align-items: center;
}

.pro-img-add-1{
    width: 25%;
	padding-right: 15px;
	padding-top: 15px;
}


/* notification message box  21062022*/

#top-menu > ul li > ul.notification-messagebox{
	width: fit-content;
	left: -350px;
}


/* Store Icon 22062022 */

.store-icon ul li{
	display: inline-block;
	padding: 3px 5px;
	font-size: 11px;
	margin-right: 6px;
}

.store-icon ul li > a{
	color: #fff;
}

.store-icon ul li.blue-color{
	background-color: #00AEEF;
}

.store-icon ul li.red-color{
	background-color: #EC008C;
}

.store-icon ul li.orange-color{
	background-color: #F58220;
}

/* Popup Chat Box new code 01072022 */

/*
.open-button {
  background-color: #000000;   09062025 Change button colour
  color: #fff;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  right: 55px;
  width: 250px;
  z-index: 9;	 
}
*/

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 10000000000;
}

/* Add styles to the form container */

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 0px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 350px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #aa1781;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 50%;
  margin-bottom:10px;
  opacity: 0.8;
  display: block;
  margin-left: auto;
  margin-right: auto;	
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.popup-chat-box{
	font-family: Roboto,sans-serif;
    height: 500px;
    width: 740px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: none;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 0 7px 0 #999;
    box-shadow: 0 0 7px 0 #999;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 1000000;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;	
}	
.chat-box-login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.left-sidebar {
    width: 272px;
    height: 100%;
    border-right: 1px solid #e6e7eb;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.session-toolbar {
    background: #fff;
    border-bottom: 1px solid #e6e7eb;
    height: 50px;
    line-height: 50px;
    padding: 0 21px;
}

.session-toolbar-icon {
    display: inline-block;
    position: relative;
    line-height: normal;
    color: #757575;
}

.session-toolbar-title {
    display: inline-block;
    font-size: 18px;
    color: #757575;
    margin-left: 8px;
    line-height: 20px;
}

.left-sidebar .blank {
    background-color: #eff0f5;
}

.message-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
	height: 100%;
    overflow: hidden;	
}

.message-view-title {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e7eb;
    height: 50px;
    padding: 0 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	
}

.message-view-title__content {
    font-size: 18px;
    color: #aa1781;
    text-align: left;
    line-height: 20px;
}

.message-view-title__btn-action-close {
    cursor: pointer;
    color: #9e9e9e;
    font-size: 18px;
    background: transparent;
    border: none;
}

.container-message{
	max-width:1170px; margin:auto;
}

.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 100%; 
  border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 85%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 90%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 15px 15px 0 15px;
  width: 100%;
}

 .sent_msg p {
  background: #aa1781 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #aa1781 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 385px;
  overflow-y: auto;
}

.shipping-container {
  padding: 60px 20px;
  font-family: sans-serif;
  background-color: #fdf6e3;
}

.shipping-heading {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}

.shipping-content {
  max-width: 800px;
  margin: 40px auto;
}

.shipping-content h4 {
  margin-top: 40px;
}

.shipping-content p {
  margin-bottom: 20px;
}

/* FAQ Section Container */
.faq-section {
  padding: 60px 20px;
  background-color: #fdf6e3;
  font-family: sans-serif;
}

/* FAQ Heading */
.faq-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}

.faq-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-tabs {
  margin-top: 20px;
  border-bottom: 2px solid #333;
  display: flex;
}

.faq-tab {
  padding: 10px 20px;
  border-bottom: 2px solid #000;
}

/* Accordion Container 10062025 Start*/
.accordion-item {
  border: 1px solid #444;
  padding: 20px;
  margin-top: 10px;
}

.accordion {
  all: unset;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent; 
  box-shadow: none;
}

.accordion:focus,
.accordion:active {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.panel {
/*  display: none;*/
  margin-top: 10px;
  background-color: transparent !important;
}
/* Accordion Container 10062025 End*/


/* Custom diamond index page 10062025 Start*/
.custom-ring-section {
  background-color: #f4efe2;
  padding: 50px 15px;
}

.custom-ring-section h2 {
  font-size: 28px;
  margin-top: 30px;
  font-weight: bold;
  color: #1a1a1a;
  padding-right: 100px;
}

.custom-ring-section p {
  padding-right: 100px;
}

.custom-ring-section p {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
}

.contact-us-title {
	margin: 100px;
	
}

.image-note {
  font-size: 13px;
  color: #444;
  margin-top: 10px;
}

.customize-button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.customize-button:hover {
  background: #000;
  color: #fff;
}

.custom-img{
	width: 80%;
}

.ourstory-bg{
	background-image: url("../img/ourstory.jpg");
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*height: 60vh; /* Makes sure the body takes full viewport height */
  margin: 0;
	text-align: center;
}
.explore-button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
	
}

.explore-button:hover {
  background: #000;
  color: #fff;
}

.our-story-title{
  
   margin-top: 10px;
   margin-bottom: 10px;
   font-weight: bold;
   color: #000000;	/* 09062025 Change colour */
	padding: 40px 20px;
}
.our-story-description {
   font-size: 18px;
   text-align: center;
   line-height: 1.8;
   max-width: 1000px;
   margin: 0 auto 50px auto;
	padding: 0px 20px;
}

.the-essentials{
	background-size: cover;
	width 100%;
}

.title-description{
	text-align: center;
	padding: 100px 20px;
}

.title-description h1{
	color: #000000;
}

.title-description p{
	font-size: 18px;
	max-width: 100%;
}

.all-padding-zero{
	padding: 0px;

}

.title-description p {
	display: flex;
    justify-content: center;
}

.get-inspired-description {
	text-align: center;
	font-size: 18px;
}
/* Custom diamond index page 10062025 End*/

.index-pro-description{
   text-align: center;
   margin-top: 20px;
   margin-bottom: 0px;
	font-size: 18px;
   color: #121212;	/* 09062025 Change colour */
}

.showroom-padding{
	padding-left: 0px;
	padding-right: 0px;
	margin-top:40px;
}

.education-banner {
  background-image: url("../img/educationbanner.png");
  padding: 50px 15px;
}

.edu-img-full {
    width: 100%;
    height: auto;
	margin: 0px;
}


.edu-table{
	width: 80%;
	margin-top: 30px;
	margin-left: 50px;
	vertical-align: middle;
}

.edu-diamond{
	width: 80%;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.edu-padding {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.edu-description h2  {
	padding-left: 100px;
}
 
.add-padding{
	padding-bottom: 80px;
}

.title-contact h1 {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	padding-left: 25px;
	margin-bottom: 0px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item img {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact-item p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
    margin: 0;
}

.ready-to-serve{
	text-align: center;
}

.ready-to-serve .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}


.serve-you img{
	width: 50px;
    height: 50px;
	margin-bottom: 25px;
}


.padding-our-story{
	padding-left: 200px;
    padding-right: 200px;
}

.link-style {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}








