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

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


/* Website New UI New Font Style 23052024 Start*/
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.abeezee-regular {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.abeezee-regular-italic {
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* Website New UI New Font Style 23052024 End*/


/*----------------------
	1. Body
------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #3e3f3f;
  font-family: "ABeeZee", sans-serif;
  /* new code 23052024 */


}

.wrapper {
  min-height: calc(100vh - 70px);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  line-height: 25px;
  font-size: 15px;
}

br {
  margin-bottom: 50px;
}

a {
  color: #3e3f3f;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  image-orientation: none;
}

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

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

}

#myModal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-modal-dialog {
  display: flex;
  width: 450px;
  height: 280px;
}

.link-button {
  border-style: groove !important;
  border-color: #e6e6e6 !important;
}

.voucher-css {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
  height: 35vh;
}

.voucher-title {
  width: auto;
  float: left;
  height: 38px;
  padding: 10px;
}

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

#countdown span {
  margin: 0 10px;
  font-size: 32px;
  font-weight: bold;
}

.countdown-item {
  text-align: center;
  margin-top: 10px;
}

.countdown-item span.label {
  font-size: 18px;
  color: #aaa;
  margin-top: 5px;
}

.voucher-code {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

.copy-link-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.copy-link {
  margin-right: 10px;
}

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

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

.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;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

/*.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 {}

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

.overlay-page-title {
  background: rgba(0, 0, 0, 0.6);
}

.owl-dots {
  text-align: center;
  margin-bottom: 30px;
}

.owl-dot {
  border: 1px solid #465560;
  display: inline-block;
  height: 5px;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
}

.owl-dot.active {
  background: #465560;
}

.owl-nav {
  margin-right: -5px;
  margin-top: -50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.owl-nav>div {
  border: 2px solid #e75025;
  color: #e75025;
  display: inline-block;
  font-size: 22px;
  height: 36px;
  line-height: 32px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 36px;
}

.owl-nav>div:hover {
  background: #e75025;
  color: #fff;
}

.owl-nav>div i {}

.owl-nav .owl-prev {}

.owl-nav .owl-next {}

#scrollUp {
  background: #e75025 none repeat scroll 0 0;
  border: 3px solid #fff;
  bottom: 65px;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 9 !important;
}

#scrollUp i {}

/*-----------------------------------
	2. Home page 1, Home Page 2
-------------------------------------*/
/*----- 3.1 Header Top -----*/
.header-top {
  background: #e75025;
}

.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: #e75025;
  color: #000;
  padding: 5px;
  vertical-align: bottom;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  text-align: center;
}

/*----- 3.2 Top Menu -----*/
#top-menu>ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#top-menu>ul>li {
  display: inline-block;
  margin: 0;
  position: relative;
}

/* #top-menu>ul>li>a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 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: transparent;
  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: 120%;/* 08082024 */
  z-index: -99;
}

#top-menu>ul>li>ul>li {
  display: block;
}

#top-menu>ul>li>ul>li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  font-weight: 700;
  color: #333;
}

#top-menu>ul>li>ul li a:hover {
  color: #E95024;
}

#top-menu>ul>li:hover>ul {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999;
}

.h_language {
  top: 40px;
  width: max-content !important;
}

.language-header:hover .h_language {
  margin-top: 15px;
}

.fa.fa-language {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 24px;
  ;
}

.site-logo {
  width: 40%;
}

.h_menu-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0;
}

.h_menu-ul li {
  position: relative;
}

.h_menu-ul li a {
  color: #E3461E;
  display: block;
}

.h_submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.h_submenu li {
  display: block;
}

.h_submenu a {
  padding: 10px 15px;
  white-space: nowrap;
}

.h_menu-ul li:hover>.h_submenu {
  display: block;
}

/*----- 3.3 Header Area -----*/
.header-area {
  background: white;
  padding-top: 20px;
  z-index: 9;
  position: relative;
}

.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: 200px;*/
  width: 250px;
  padding-bottom: 20px;
}

.logo a {
  display: inline-block;
  text-decoration: none;
  text-align: right;
}

.logo a img {
  width: 100%;
}

.logo a h4 {
  color: #414141;
  font-size: 14px;
  font-weight: 400;
}

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

.fa.fa-shopping-cart {
  font-size: 20px;
}

.cart-info {
  /* padding-bottom: 10px; */
  top: 5px;
  position: relative;
}

.cart-info>a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-top: -3px;
}

.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: #e75225;
  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;
  width: 40%;
  margin: 10px auto;
  font-size: 15px;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.header-button-price a:hover {
  background: #e04b28;
  color: #fff;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  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 {}

/*----- 3.4 Main Menu -----*/
.menu-area {
  background: #fff;

}

.main-menu {
  text-align: left;
}

.main-menu>nav {}

.main-menu>nav>ul {
  display: inline-block;
  margin: 0 auto;
  float: none;

}

.main-menu>nav>ul>li {
  display: inline-block;
  margin: 0;
  /*padding: 20px 2px;*/
  padding: 20px 5px;
  position: relative;
}

.main-menu>nav>ul>li>a {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 5px;
  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>nav>ul>li>a:hover,
.main-menu>nav>ul>li>a:focus {
  color: #465560;
}

@media screen and (min-width: 960px) {

  .sub-menu,
  .mega-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    left: 0;
    list-style: outside none none;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 220px;
    z-index: -99;
  }
}


.main-menu>nav>ul>li:hover .sub-menu,
.main-menu>nav>ul>li:hover .mega-menu {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999;
}

.sub-menu>li {}

.sub-menu>li>a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
}

.sub-menu>li>a:hover,
.sub-menu>li>a:focus {
  color: #465560;
  padding-left: 5px;
}

.sub-menu2>li {}

.sub-menu2>li>a {
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
  text-transform: uppercase !important;
}

.sub-menu2>li>a:hover,
.sub-menu2>li>a:focus {
  color: #465560 !important;
  padding-right: 5px !important;
}

.mega-menu {
  padding: 15px 0;
  width: 800px;
}

.mega-menu .column {
  padding: 15px;
  width: 25%;
  float: left;
  display: block;
}

.mega-menu .column ul {
  list-style: outside none none;
}

.mega-menu .column ul li {}

.mega-menu .column ul li:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.mega-menu.mega-menu-page .column ul li:first-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mega-menu .column ul li a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.mega-menu.mega-menu-page .column ul li a {
  text-transform: uppercase;
}

.mega-menu.mega-menu-page .column ul li:first-child a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.mega-menu .column ul li:first-child a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-menu .column ul li a:hover,
.mega-menu .column ul li a:focus {
  color: #465560;
  padding-left: 5px;
}

.mega-menu .column>a {
  display: block;
  overflow: hidden;
  position: relative;
}

.mega-menu .column>a::before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}

.mega-menu .column>a::after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}

.mega-menu .column>a:hover::before,
.mega-menu .column>a:hover::after {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.mega-menu .column>a img {
  width: 100%;
}



/*testing 181120*/
/*
.mean-bar::after {
  color: #fff;
  content: "MENU";
  display: block;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}
*/
/*
.mean-bar::after {
  color: #fff;
  content: '';
  background-image: url("../img/header/logo-white.png");
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;

  display: block;
  font-family: raleway;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  top: 14px;
  position: absolute;
  text-transform: uppercase;
  
}
*/

.menu-logo {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 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: #efefef;
}

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

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}



/*----- 3.5 Slider Area -----*/
.slider-wrap {
  position: relative;
}

.slider-image {}

.nivo-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  opacity: 1;
}

.slide-text {
  display: table;
  float: left;
  height: 100%;
  margin-left: 59%;
}

.slide2-text.slide-text {
  float: right;
  margin-right: 36.2%;
}

.middle-text {
  display: table-cell;
  position: absolute;
  bottom: 70px;
  /*vertical-align: middle;*/
}

.cap-title {
  margin-bottom: 20px;
}

.cap-title h1 {
  background: rgba(224, 158, 37, 0.6) none repeat scroll 0 0;
  color: #ebebeb;
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
  margin-left: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}

.cap-dec {
  margin-bottom: 30px;
}

.cap-dec h2 {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-size: 45px;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
}

.cap-readmore {
  display: inline-flex;
  overflow: hidden;
}

.cap-readmore a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}

.cap-readmore a:hover {
  opacity: 0.8;
}

.nivo-controlNav {
  bottom: -5px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 8;
}

.nivo-control {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 3px;
  margin: 0 5px;
  text-indent: -99999px;
  width: 40px;
}

.nivo-control.active {
  background: #465560;
}

.slider-progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #465560;
  height: 5px;
  -webkit-animation: timebar 5000ms ease-in-out;
  -moz-animation: timebar 5000ms ease-in-out;
  -ms-animation: timebar 5000ms ease-in-out;
  animation: timebar 5000ms ease-in-out;
  opacity: 0.8;
}

@-webkit-keyframes timebar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes timebar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slider-progress.pos_hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*index- bootstrap-slider*/
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  width: 100%;
  margin: auto;
}




/*---------- Home 3 Slider -----------*/
.home-3-slider {}

.home-3-slider .slide-text {
  margin-left: 50px;
}

.home-3-slider .cap-title h1 {
  font-size: 40px;
}

.home-3-slider .cap-dec h2 {
  font-size: 28px;
}

.home-3-slider .cap-readmore {
  margin-top: 0;
}

.home-3-slider .cap-readmore a {
  font-size: 14px;
}

.home-3-slider .nivo-controlNav {
  bottom: 0;
}

/*----- 3.6 Featured product Area -----*/
.product-item {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 8px;
  border: 1px solid #dddddd;
  /*
	margin-left: 5px;
	margin-right: 5px;
*/
}

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

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

.pro-image {
  display: block;
  position: relative;
}

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

.product-item:hover .pro-image::before {
  opacity: .6;
}

/*.product-img-hover:hover {
  transform: scale(200%);
}*/
.product-action-btn {
  height: auto;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 99;
}

.product-action-btn a {
  background: #e75025 none repeat scroll 0 0;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  transform: translateX(-100%);
  width: 40px;
}

.product-action-btn a:last-child {
  margin-bottom: 0;
}

.product-action-btn a:hover {
  background: #e75025 none repeat scroll 0 0;
  color: #fff;
}

.product-action-btn a.quick-view {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-action-btn a.favorite {
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.product-action-btn a.add-cart {
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.product-action-btn a i {
  color: #fff;
}

.product-item:hover .product-action-btn a {
  transform: translateX(10px);
}

.pro-name-price-ratting {}

.pro-name {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.pro-name a {
  font-weight: 500;
  font-size: 13px;
}

.pro-name a:hover {
  color: #465560;
}

/* new code 28122023 start*/
.pro-name {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
}

.pro-name a {
  font-weight: bold;
  font-size: 20px;
  color: #e55227;
}

.pro-name p {
  padding-top: 10px;
  color: #6d6d6d;
  font-weight: 600;
}

.pro-name a:hover {
  color: #e85025;
}

.pro-price.ybg {
  background-color: #faf90d;
  padding: 15px 10px;
  border: none;
}

.grey-text {
  color: #727274;
  font-weight: 600;
}

.pro-price .orange-text {
  color: #e55227;
  font-weight: bold;
  font-size: 15px;
}

.pro-price .orange-price {
  padding: 10px 0px;
  color: #e55227;
  font-weight: bold;
}

.pro-price .orange-price .amt-bigfont {
  font-size: 28px;
}

.pro-price .offer-price {
  background-color: #e55227;
  color: #fff;
  padding: 0px 5px;
  font-size: 12px;
  border-radius: 5px;
}

/* new code 28122023 end*/

.pro-price {
  float: left;
  width: 100%;
  /*  margin-bottom: 7px;*/
  /*remove 28122023*/
}

.pro-price p {}

.pro-price p span {
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
}

.pro-price p .old {
  text-decoration: line-through;
  color: #cf023c;
}

.pro-price p .new {
  position: static;
  font-size: 20px;
}


.pro-ratting {
  float: left;
}

.pro-ratting i {}

.pro-ratting i.on {
  color: #efce4a;
}

.pro-price {
  float: left;
}

.pro-price p {
  font-weight: 500;
  /* new code 19082022 */
  font-size: 18px;
  /* new code 19082022 */
}

.pro-price p span {
  display: inline-block;
  font-weight: 500;
  margin: 0 5px;
}

.pro-price p .old {
  text-decoration: line-through;
  color: #aeadae;
}

.pro-price p .new {
  position: static;
  font-size: 18px;
}

/*----- 3.7 Offer Area -----*/
.banner-area.home-2 {
  padding-top: 80px;
}

.sin-banner {
  padding: 0;
  overflow: hidden;
}

.sin-banner>a {
  display: block;
  position: relative;
}

.sin-banner>a::before {
  background: rgba(224, 158, 37, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.sin-banner:hover>a::before {
  opacity: 1;
}

.sin-banner a img,
.sin-banner img {
  width: 100%;
}

.sin-banner a .wrap {
  left: 50%;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(3);
  transform: translateX(-50%) translateY(-50%) scale(3);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.sin-banner:hover a .wrap {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.sin-banner a .wrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.sin-banner a .wrap p {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 5px;
}

.banner-text {
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.banner-text h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 50px;
}

.banner-text h1 span,
.banner-text h2 span {
  display: block;
  font-weight: 600;
}

.banner-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-text h2 span {
  font-size: 46px;
  margin-bottom: 20px;
}

.banner-text p {
  color: #fff;
  font-size: 13px;
  margin: 30px 0 15px;
}

.banner-text a {
  background: #fff none repeat scroll 0 0;
  color: #e09e24;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.banner-text a:hover {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff;
}

/*----- 3.8 Product Area -----*/
.tabs-list {
  text-align: center;
  margin-bottom: 30px;
}

.tabs-list>li {
  display: inline-block;
}

.tabs-list>li>a {
  font-size: 18px;
  font-weight: 600;
  padding: 3px 15px;
  text-transform: uppercase;
}

.tabs-list>li.active>a,
.tabs-list>li>a:hover {
  color: #e75025;
}

.tab-pane .owl-hidden {
  opacity: 1;
}

/*----- 3.9 Magic Area -----*/
.magic-area {
  background: #465560 none repeat scroll 0 0;
}

.magic-area .image {
  padding: 0;
}

.magic-area .image a {
  display: block;
  position: relative;
}

.magic-area .image a::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}

.magic-area .image a::after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}

.magic-area .image a:hover::before,
.magic-area .image a:hover::after {
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.magic-area .image img {
  width: 100%;
}

.magic-area .content {
  background: #465560 none repeat scroll 0 0;
  padding: 30px;
}

.magic-area .content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}

.magic-area .content h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

.magic-area .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 34px;
}

.magic-area .content a {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 15px;
  text-transform: uppercase;
}

.magic-area .content a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/*----- 3.10 BLog Area -----*/
.blog-area {}

.blog-area.home-2 {
  padding-top: 0;
}

.single-blog {
  margin-bottom: 30px;
  position: relative;
  padding: 15px;
  background-color: #ffffff;
}

.single-blog .date {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  height: 60px;
  /*  left: 0;*/
  right: 0;
  border-radius: 80px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 99;
}

.single-blog .date h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;

}

.single-blog .date h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  /*  line-height: 40px;*/
  text-align: center;

}

/* .single-blog .content {
 position: relative;
*/

.single-blog h2 {

  font-weight: 600;


}

.text-limit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.single-blog .image {
  /*position: relative;*/
  display: block;
}

.single-blog .image::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}

.single-blog .image::after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
}

.single-blog .image:hover::before {
  height: 98%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 98%;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.single-blog .image:hover::after {
  height: 98%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 98%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#downloadbtn {
  background: #465560;
  padding: 10px 20px;
  border: 0 solid;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  border-radius: 5px;
  margin: 10px 10px;

}



#downloadbtn:hover {
  background: #68ac12;
}

#news-img {
  width: 100%;
  height: auto;
  clear: both;
  margin-top: 30px;
}

.single-blog .image img {}

.single-blog img {
  width: 100%;
}

.single-blog .content h2 {
  font-size: 22px;
  margin: 10px 0 5px;
}

.single-blog.blog-details .content h2 {
  font-size: 30px;
  margin: 10px 0;
}

.single-blog .content h2 a.title {
  font-size: 15px;
  color: #212121;
  text-align: left;
  margin: 0;
}

.single-blog .content h2 .title:hover {
  color: #465560;
}

.meta {
  margin-bottom: 10px;
}

.meta a {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}

.blog-details .meta a {
  font-size: 14px;
}

.meta a {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px;
}

.meta a:hover {
  color: #465560;
}

.meta i {
  margin-right: 5px;
}

.single-blog .content p {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
}

.read-more {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
}

.read-more:hover {
  background: #555;
  color: #fff;
}

/*----- 3.11 Fun factor Area -----*/
.funfact {
  padding-top: 0;
}

.fun-factor {
  text-align: center;
}

.fun-factor-in {
  background: #465560 none repeat scroll 0 0;
  border-radius: 10px;
  height: 60px;
  margin: 20px auto 40px;
  padding: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}

.fun-factor-in i {
  color: #fff;
  font-size: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fun-factor-out {
  border: 1px solid #465560;
  border-radius: 10px;
  height: 70px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 70px;
  margin-top: -55px;
  margin-left: -15px;
}

.fun-factor .timer {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.fun-factor h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

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

}

.testimonial-item .image {
  border: 3px solid #fff;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
  width: 200px;
}

.testimonial-item .image img {}

.testimonial-item .content {}

.testimonial-item .content p {
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.testimonial-item .content h3 {
  color: #fff;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
}

.testimonial-slider .owl-nav {
  margin-top: 30px;
  position: static;
}

.testimonial-slider .owl-nav>div {
  border: 2px solid #fff;
  color: #fff;
}

.testimonial-slider .owl-nav>div:hover {
  background: #fff none repeat scroll 0 0;
  color: #465560;
}

/*----- 3.13 Brand Area -----*/
.brand-area {
  background: #fff;
}

.brand-item {
  text-align: center;
}

.brand-item img {
  display: inline-block !important;
  width: auto !important;
}

/*----- 3.14 Support Area -----*/
.support-area {
  background: #EAE3D7;
}

.support {
  text-align: center;
}

.support i {
  color: #465560;
  font-size: 40px;
  margin-bottom: 20px;
}

.support h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.support p {
  color: #171717;
  font-size: 13px;
  font-weight: 300;
}

/*----- 3.15 Footer top Area -----*/
.footer-top-area {
  background: #eeeeee 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: #000;
  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;
}

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

.payment ul li {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 0;
}

.payment ul li a {
  display: block;
  padding: 0;
  text-decoration: none;
}

.payment ul li a img {
  width: 65px;
}

.payment-type {
  padding-left: 0;
}

.payment-type ul {
  margin-top: 25px;
}

.payment-type li {
  width: 21%;
  float: left;
  margin: 7px 5px;
  border-radius: 3px;
  overflow: hidden;
}

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

/*----------------------
	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;
  background: url('../img/product-list-banner.jpg') no-repeat top center / cover;
  height: 360px;
  display: flex;
  align-items: center;
}

.page-title .section {
  padding: 0;
  height: 300px;
}

.health-food {
  position: relative;
}

.relative {
  position: relative;
}

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

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

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

/*.contact-title {
  background: rgba(0, 0, 0, 0) url("../img/abt-banner.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;
}

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

.page-title h2 {
  color: #e85025;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  margin: 0;
}

.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: #465560;
  display: block;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.pagination ul li a i {
  font-size: 24px;
  line-height: 30px;
}

.pagination ul li span {}

.pagination ul li.active {}

.pagination ul li.active span,
.pagination ul li a:hover {
  background: #e75250 none repeat scroll 0 0;
  color: #fff;
}

/*-----------------------
	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: 340px;
  border: 1px solid #eee;
}

.list-pro-image a {
  display: block;
  position: relative;
}

/*.list-pro-image a::before {
  background: #465560 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 99;
}*/
.list-pro-image img:hover {
  box-shadow: 0px 0px 10px #ddd;
  transform: scale(1.02);
}

.single-list-product:hover .list-pro-image a::before {
  opacity: 0.6;
}

.list-pro-des {}

.list-pro-des .pro-name {
  display: block;
  float: none;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #e75250;
}

.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-right: 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: #e75025 none repeat scroll 0 0;
  color: #fff;
}

.list-actions-btn a i {}

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

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

.sin-shop-sidebar h2 {
  /*  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: #e85025;
}


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

.contact-form h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form label,
.contact-form input,
.contact-form textarea {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
}

.contact-form label {
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #e75025;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: transparent;
  border-radius: 5px;
}

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


.contact-form input:last-child {
  /*  margin-bottom: 0;*/
}

.contact-form textarea {
  margin-bottom: 20px;
}

.contact-form .submit {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e75250;
  color: #e75250;
  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;
  border-radius: 50px;
  font-style: italic;
}

.contact-form .submit:hover {
  background: #e75250;
  color: #fff;
}

.contact-less {
  left: 40px;
  position: absolute;
  text-align: center;
  top: 30px;
}

.contact-less h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
}

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

.contact-page-2 .or h5 {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  line-height: 100px;
}

/*-----------------------
	10. Login / Register
-------------------------*/
.login h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.login p {
  font-size: 13px;
  font-weight: 400;
}

.social-login a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  margin-top: 10px;
  padding: 12px 20px;
  text-decoration: none;
}

.social-login a:last-child {
  margin-right: 0px;
}

.social-login i {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 15px;
}

.login label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}

.login input,
textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #3e3f3f;
  font-size: 13px;
  padding: 7px 15px;
  width: 100%;
  margin-bottom: 15px;
}

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

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

.remember {
  margin-top: 25px;
}

.remember input {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 6px;
  width: 15px;
}

.remember p {
  color: #656767;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.remember>a {
  color: #465560;
  float: right;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

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

.login input[type="submit"]:hover {
  background: #627bbc none repeat scroll 0 0;
}


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

.login input[type="reset"]:hover {
  background: #555555 none repeat scroll 0 0;
}

#facebook {
  background: #46629E;
}

#twitter {
  background: #55ACEE;
}

/*-----------------------
	11. Coming Soon
-------------------------*/
.comming-soon-top {
  background: #465560 none repeat scroll 0 0;
  height: 60px;
  width: 100%;
}

.come-logo {
  margin-bottom: 40px;
  margin-top: 30px;
}

.comming-soon-text {
  padding-bottom: 60px;
}

.comming-soon-text h2,
.comming-soon-text h3 {
  color: #465560;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.come-soon h4 {
  color: #465560;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 22px;
}

.come-border {
  margin: 0 auto;
  width: 250px;
}

.come-bottom {
  background: #465560 none repeat scroll 0 0;
  height: 1px;
  margin-top: 10px;
  width: 100px;
}

.come-soon i {
  color: #465560;
  font-size: 20px;
  margin: 0 10px;
}

.come-socials {
  margin-bottom: 52px;
  margin-top: 30px;
}

.come-socials a {
  border: 2px solid #465560;
  border-radius: 50%;
  color: #465560;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 26px;
  margin: 0 5px;
  width: 30px;
}

.come-socials a i {}

.come-socials a:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}

#come-subscribe {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-size: 22px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

#come-subscribe:hover {
  background: #555555;
}

.come-soon-img img {
  max-width: 100%;
}

/*-----------------------
	12. 404 Page
-------------------------*/
.not-found_area img {
  max-width: 100%;
}

.not-found_area {
  position: relative;
}

.not-found_opacity::after {
  background: #111;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.not-found_opacity {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
}

.not-found_opacity h2,
.not-found_opacity h3,
.not-found_opacity h5,
.not-found_opacity p,
.not-found_opacity a {
  color: #fff;
  position: relative;
  z-index: 5;
}

.not-found-text h2 {
  margin-top: 40px;
  font-size: 280px;
  font-weight: 700;
  line-height: 270px;
}

.not-found-text h3 {
  font-size: 65px;
  font-weight: 700;
  margin: 40px 0;
  text-transform: uppercase;
}

.not-found-text h5 {
  font-size: 30px;
  font-weight: 400;
}

.not-found-text p {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 50px;
}

.not-found-text a {
  background: #465560 none repeat scroll 0 0;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.not-found-text a:hover {
  background: #555;
}

/*-----------------------
	13. Portfolio Page
-------------------------*/
#portfolio .mix {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-filter {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-filter .filter {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-filter .filter.active,
.portfolio-filter .filter:hover {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}

.port-wrap {
  position: relative;
}

.port-wrap img {
  width: 100%;
}

.port-wrap .hover {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.port-wrap:hover .hover {
  opacity: 1;
}

.port-wrap .hover i {
  background: #465560;
  color: #fff;
  height: 40px;
  font-size: 14px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.port-wrap:hover .hover i {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#portfolio .mix h2 {
  background: #fff none repeat scroll 0 0;
  color: #465560;
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-transform: uppercase;
}

/*-----------------------
	14. FAQ Page
-------------------------*/
#faqs .panel-heading a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
}

/*-----------------------
	15. Product Details
-------------------------*/
.details-pro-tab,
.shop-details {
  margin-bottom: 30px;
}

.shop-details {
  padding: 20px;
  min-height: 660px;
}

.details-pro-tab-content {
  margin-bottom: 20px;
}

.details-pro-tab-content .tab-pane {}

.details-pro-tab-list {
  margin: 0 -10px;
  overflow: hidden;
}

.details-pro-tab-list li {
  display: block;
  float: left;
  padding: 0 10px;
  width: 25%;
}

.details-pro-tab-list li.active {}

.details-pro-tab-list li a {
  display: block;
  padding: 0;
}

.details-pro-tab-list li a img {
  border: 1px solid #e3e3e3;
}

.shop-details>h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop-details .pro-ratting {
  float: right;
  width: 100%;
  text-align: right;
}

.shop-details .product-code {
  margin-bottom: 10px;
  font-weight: 600;
  font-style: italic;
}

.shop-details h3 {
  color: #cf023c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;

}

.shop-details h3 span {
  margin-left: 0px;
  font-size: 15px;
  color: #999;
  font-weight: 300;
  text-decoration: line-through;
}

.shop-details h3 .discount-percent {
  margin-left: 10px;
  font-size: 17px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.shop-details h3 .discount {
  color: #cf023c;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}


.shop-details h4 {
  float: right;
  font-size: 13px;
  font-weight: 500;
}

.shop-details h5 {
  font-size: 14px;
  font-weight: 500;
  margin-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 #465560;
}

.product-nav>li {
  display: inline-block;
}

.product-nav>li>a {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-nav>li>a:hover,
.product-nav>li.active>a,
.product-nav>li.active>a:focus,
.product-nav>li.active>a:hover {
  background: transparent;
  color: #e75025;
}

.description .tab-content {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}

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

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

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

.description .tab-content ul li {

  list-style: disc;
  line-height: 28px;
}

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


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

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

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

.prod {
  padding: 20px 0px;
  border-bottom: 1px solid #e3e3e3;
}

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

  padding: 15px;
  border: #e75025 solid 1px;
  background-color: transparent;
  border-radius: 5px;
  color: #e75025
}

.cart-btn input:hover {

  background: #e75025;
  color: #ffffff;


}

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

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

/*-----------------------
	16. Cart Page
-------------------------*/
.table-responsive {
  padding: 1px;
}

.table-title {
  background: #fff none repeat scroll 0 0;
}

.cart-table .table-title th {
  border-bottom: 0 none !important;
  color: #465560;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.cart-table tbody {}

.table-responsive tbody tr.table-info {
  border-bottom: 1px solid #ddd;
}

.table-responsive tbody tr.table-info td {
  /*border-right: 1px solid #ddd;*/
  vertical-align: middle !important;
}

.table-responsive tbody tr.table-info td:first-child {
  /*border-left: 1px solid #ddd;*/
}

.table-info .produ {
  width: 15%;
  padding: 15px;
}

.namedes {
  width: 25%;
}

.table-info td h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.table-info p {
  font-size: 12px;
  margin-bottom: 0;
}

.table-info a {
  color: #e95024;
}

.table-info-main {
  padding: 14px !important;
  font-weight: 600;
  background: #fff !important;
}

.table-info-sub {
  padding: 14px !important;
  font-size: 11px;
  font-weight: normal;
  background: #f2f2f2 !important;
}

.table-info-main td {
  padding: 14px !important;
}

.table-info-sub td {
  padding: 14px !important;
}

.produ>img {
  max-width: 100%;
}

.unit {
  text-align: center;
  width: 15%;
}

.table-info h5 {
  font-size: 14px;
  font-weight: 600;
}

.quantity {
  text-align: center;
  width: 15%;
}

.cart-plus-minus {
  display: inline-block;
}

.cart-plus-minus input {
  border: 0 none;
  color: #636363;
  display: block;
  float: left;
  font-family: lato;
  font-size: 18px;
  height: 24px;
  text-align: center;
  width: 30px;
}

.cart-plus-minus .qtybutton {
  background: #fff none repeat scroll 0 0;
  color: #636363;
  cursor: pointer;
  float: left;
  font-family: lato;
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}

.cart-plus-minus .dec {
  font-size: 18px;
}

.cart-plus-minus .inc {
  font-size: 18px;
}

.valu {
  text-align: center;
  width: 15%;
}

.acti {
  text-align: center;
  width: 15%;
}

.table-info i {
  font-size: 18px;
}

.cart-table a {}

.cart-table a:hover {
  color: #465560;
}

.add-to-cart {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  font-weight: 600;
  padding: 7px 10px;
}

.add-to-cart:hover {
  background: #555;
  color: #fff !important;
}

.coupon {
  margin-top: 10px;
}

.coupon a {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #595a5a;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
}

.coupon h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 40px;
  text-transform: uppercase;
}

.coupon input {
  border: 1px solid #cccccc;
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  width: 40%;
}

.coupon a,
.proceed a {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #595a5a;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.coupon a:hover,
.proceed a:hover {
  background: #ccc none repeat scroll 0 0;
  color: #111;
}

.coupon p {
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  margin-top: 40px;
}

.coupon p span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.proceed {
  margin-top: 10px;
  text-align: right;
}

.proceed a {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
}

.total {
  /*background: #fff none repeat scroll 0 0;*/
  float: right;
  margin: 30px 0;
  /*padding: 25px 15px 20px 70px;*/
  width: 95%;
}

.total .total-p {
  margin: 7px 0;
}

.total h5 {
  color: #595a5a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.total h5 span {
  margin-left: 80px;
}

.total h6 {
  color: #465560;
  font-size: 18px;
  font-weight: 700;
}

.total h6 span {
  margin-left: 68px;
}

.total h4 {
  font-weight: 700;
  font-size: 14px;
  color: #cf023c;
}

#procedto {
  background: #fff;
  border: 1px solid #e75025;
  color: #e75025;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 1px;
}

#procedto:hover {
  background: #e75025;
  color: #fff;
}

/*NEW CODE*/
#procedto2 {
  background: #bcbdc0;
  box-shadow: inset 0px -4px 0px #8a8d91;
  border: 0 solid;
  color: #fff;
  display: block;
  /*  float: left;*/
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#procedto2:hover {
  background: #000000;
}

.wishlist-table {
  margin-bottom: 0;
}


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

.panel-group .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 24px !important;
  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: #FFF5F3 none repeat scroll 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid rgb(233 80 36 / 50%);
  color: #e75025;
}

.panel-heading a:hover {
  color: #e75025;
  text-decoration: none;
}

.panel-heading a.collapsed {
  background: #F8F8F8 none repeat scroll 0 0;
  color: #343434;
  border-radius: 10px;
}

.panel-heading a.active span {
  background: #FFF none repeat scroll 0 0;
  color: #e75025;
  border-radius: 10px;
}

.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-default>.panel-heading {
  color: #333;
  background-color: transparent !important;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.panel-collapse.in {
  border: none;
}

.panel-collapse .panel-body {}

.checkout-method {}

.checkout-method h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.checkout-method input {
  float: left;
  margin: 0 5px 0 0;
}

.checkout-method p {
  color: #797777;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 10px;
}

.checkout-method h3 {
  color: #797777;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 25px;
  text-transform: uppercase;
}

.checkout-method ul {
  list-style: outside none disc;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 0;
}

.checkout-method li {
  color: #797777;
  font-size: 12px;
  font-weight: 500;
}

.checkout-method a,
.bill-info a,
.pay a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e85025;
  color: #e85025;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 50px;
  font-style: italic;
}

.checkout-method a:hover,
.bill-info a:hover,
.pay a:hover {
  background: #e85025;
  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: 3px;
  width: auto;
}

.bill-info p {
  color: #797777;
  font-size: 12px;

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

/* 04102024 */
.bill-info p.tel-remark{
  font-size: 12px;
  color: #ff0000;
  margin-bottom: 4px;
}

.address-flex {
  display: flex;
  align-items: flex-start;
  width: 30%;
}

#shipping-info .add-info {
  height: 120px;
}

.payment-met {
  padding: 15px 5px;
}


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

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

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

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

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


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

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

.payment-met p {
  color: #636363;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-top: 10px;
}

.payment-met ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.payment-met ul li {
  display: inline-block;
  margin: 2px 3px;
  padding: 0;
}

.payment-met ul li a {
  border: 1px solid #eee;
  display: block;
}

.payment-met ul li a img {
  padding: 3px 5px;
  width: 60px;
}

.pay {
  margin-top: 50px;
}

.pay h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pay p {
  color: #636363;
  float: none;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
}

.information {}

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

.information h4 {
  color: #797777;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}

.information h5,
.information p {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
}

.information p {
  margin-bottom: 16px;
}

.information a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 15px;
  text-decoration: none;
}

.information a:hover {
  background: #555555;
}

.place-order {
  margin-top: 30px;
}

.order-list h2,
.order-list h1 {
  float: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 30px;
}

.order-list h2 {
  text-align: right;
}

.order-list h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.order-list span {
  float: right;
  text-align: right;
}

.final-total {
  border-top: 2px solid #ccc;
  padding-top: 10px;
  text-align: right;
}

.final-total h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
}

.final-total h4 span {
  margin-left: 100px;
}

.final-total h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.final-total h5 span {
  margin-left: 92px;
}

.final-total a {
  background: #465560 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
}

.final-total a:hover {
  background: #555555;
}

.checkout-right {
  background: #fff none repeat scroll 0 0;
  /*padding: 15px;*/
  /*margin-top: 90px;*/
}

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

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

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

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

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

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

.padding-0 {
  padding: 0 !important;
}

.process-indicator {
  width: 80%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.process-indicator .process-line {
  width: 10%;
}


.process-indicator .rounded-no {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F8F8F8;
  position: relative;
  border: 1px solid #e6e6e6;
  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;
  color: rgba(21, 9, 6, 0.5);
}

.process-indicator .rounded-no.active {
  background: #FFF5F3;
  border: 1px solid rgb(233 80 36 / 50%);
}

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

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

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

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

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

.process-title.active h6 {
  color: #e75025;
}

.checkout-cart-details:after,
.process-indicator:after {
  clear: both;
  display: block;
  content: '';
}

.checkout-right h2 {
  /*border-bottom: 2px solid #cccccc;*/
  color: #fff;
  background: #747474;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding: 15px;
}

.checkout-right ul {
  list-style: outside none none;
  padding: 0;
}

.checkout-right li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.checkout-right li:last-child {
  margin-bottom: 0;
}

.checkout-right li a {
  color: #797777;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.checkout-right li a:hover {
  color: #465560;
  padding-left: 10px;
}

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

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



.package-content .btn-outline-white {
  padding: 20px 40px;
}

.eat-healthy .container,
.hair-body .container,
.flawless-skin .container,
.young-one .container {
  margin-top: 70px;
}

/*CTA AREA*/

.cta-area {
  height: 600px;
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 130px 0;
}

.cta-area h1 {
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
  margin-top: 50px;
}

.cta-area h4 {
  line-height: 1.5em;
  color: #5e5e5e;
  letter-spacing: 0;
}


/*HELP AREA*/

.help-area {
  height: 95vh;
  background: url(../img/shop-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 200px 0;
}

.help-area h1 {
  color: #444;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;
}

.help-area h4 {
  font-size: 20px;
  color: #999;
  line-height: 1.3em;
}

.subscribe-area {
  color: #fff;
}

.subscribe-area h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.subscribe-area input[type="email"] {
  width: 100%;
  padding: 10px;
  background: #444;
  border: 1px solid #666;
  margin: 7px 0px;
}

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

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

.btn-default {
  padding: 10px 15px;
  background-color: #e85025;
  border: 1px solid #e85025;
  border-radius: 25px;
  margin: 7px auto;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: fit-content;

}

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

.btn-default:hover,
.btn-default2:hover {
  background-color: #e85025 !important;
  color: #fff !important;
  border: none;
}

a:hover {
  text-decoration: none !important;
}

.btn-dark {
  background: #666;
}

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

.btn-round-orange {
  background-color: #e85025;
  color: #fff;
  border-radius: 50px !important;
  padding: 6px 20px !important;
  font-weight: normal !important;
  font-style: italic;
}

.btn-round-orange:hover {
  color: #fff !important;
}

.btn-border-orange {
  color: #E95024;
  border: 1px solid #e85025 !important;
  border-radius: 50px !important;
  background-color: #fff;
  font-style: italic;
  padding: 10px 20px !important;
}

.btn-border-orange:hover {
  color: #fff !important;
  background-color: #E95024;
  border: 1px solid transparent;
}

.btn-round.round_orange-btn {
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  border: 1px solid transparent;
}

.btn-round.round_orange-btn:hover {
  color: #E95024;
  background-color: #fff;
  border: 1px solid #E95024;
}

/* 13092024 */
.clear-btn-flex{
  display: flex;
  justify-content: flex-end;
}

.clear-btn {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #cccccc;
}

.clear-btn a {
  font-size: 13px;
  letter-spacing: 1px;
  font-style: italic;
  color: #595a5a;
}

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

}

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

}

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

}

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


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

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

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

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

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

}

.owl-item {

  margin-right: 5px !important;
}

.simpleLens-lens-image img {
  border: 1px solid #e3e3e3;
  width: 100%;
  /* 23052024 */
}


/*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 {
    padding: 5px 0px;
  }

  .socials {
    padding: 20px 0px;
  }

  figure.effect-bubba h2 {
    font-size: 15px;
    text-shadow: 1px 1px #494949;

  }




}

/*end  480*/

/*PROFILE PAGE*/

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

}

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

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

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

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

.profile-action {
  margin-top: 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%;
}

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

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

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

table#listing tr:first-child {
  background: #BCBDC0;
  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: 10px;
}

.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: #ffc48e;
  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: #8dbd81;
}

.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: #5e5e5e;
  /*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 #000;
}

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

.terms-conditions li a {
  color: #000;
  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: 1;
  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
}

/* Dashboard Zinnia 11052022 */

table#commi-sales {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}


table#commi-sales th {
  background: #8A8D91;
  color: #fff;
  padding: 10px;
  width: 50%;
  text-align: left;
}

table#commi-sales td {
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
}

table#commi-sales-2 {
  width: 100%;
  margin-bottom: 15px;
}


table#commi-sales-2 th {
  background: #BCBDC0;
  color: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

table#commi-sales-2 td {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px
}

.circle-btn {
  border: 1px solid #E95024;
  padding: 3px 5px;
  background-color: white;
  border-radius: 50px;
  margin: 0px 4px;
}

.circle-btn:hover {
  background-color: #E95024;
  color: #fff;
}

.circle-btn svg:hover path {
  fill: #fff;
}

.circle-btn:hover svg path {
  fill: #fff;
}


/*SPONSOR TREE*/

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

}

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

}

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

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

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

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

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

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

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

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

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


/* Triangle */
.triangle:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
}

.triangle.top:before {
  border-bottom-color: #333;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


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

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

/* PREFIXED CSS */

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

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

/* WRAPPER */

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

  border-radius: 3px;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

/* CARAT */

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

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

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

/* OLD SELECT (HIDDEN) */

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

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

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

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

/* SELECTED FEEDBACK ITEM */

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

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

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;

  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

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

/* Height is adjusted by JS on open */

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

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;

  box-shadow: inset 0 -50px 30px -35px #fff;
}

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

/* DROP DOWN LIST */

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

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

/* DROP DOWN LIST ITEMS */


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

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

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

}

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

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

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

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

table.cart-data-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  /*	background: #000000;*/
}

table.cart-data-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.cart-data-table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
}

table.cart-data-table td {
  font-size: 12px;
}

table.cart-data-table img {
  width: 90%;
}




table.cart-data-table th,
table.cart-data-table td {
  padding: 1em;
  text-align: center;

}

table.cart-data-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #8a8d91;
}

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

/*CUSTOM MODAL SETTING*/

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

.modal-header {
  background: #fff;
  /* new code 31052023 */
  border-bottom: none;
  /* new code 31052023 */
}

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

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

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

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

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

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

/*STAR RATING*/
.glyphicon-lg {
  font-size: 3em
}

.blockquote-box {
  border-right: 5px solid #E6E6E6;
  margin-bottom: 25px
}

.blockquote-box .square {
  width: 100px;
  min-height: 50px;
  margin-right: 22px;
  text-align: center !important;
  background-color: #E6E6E6;
  padding: 20px 0
}

.blockquote-box.blockquote-primary {
  border-color: #357EBD
}

.blockquote-box.blockquote-primary .square {
  background-color: #428BCA;
  color: #FFF
}

.blockquote-box.blockquote-success {
  border-color: #4CAE4C
}

.blockquote-box.blockquote-success .square {
  background-color: #5CB85C;
  color: #FFF
}

.blockquote-box.blockquote-info {
  border-color: #46B8DA
}

.blockquote-box.blockquote-info .square {
  background-color: #5BC0DE;
  color: #FFF
}

.blockquote-box.blockquote-warning {
  border-color: #EEA236
}

.blockquote-box.blockquote-warning .square {
  background-color: #F0AD4E;
  color: #FFF
}

.blockquote-box.blockquote-danger {
  border-color: #D43F3A
}

.blockquote-box.blockquote-danger .square {
  background-color: #D9534F;
  color: #FFF
}

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

/*
 * Stars
 */
.rating-gly {
  font-family: 'Glyphicons Halflings';
}

.rating-gly-star {
  font-family: 'Glyphicons Halflings';
  padding-left: 2px;
}

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

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

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

.rating-active {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.review-user-details {
  margin-top: 15px;
}

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



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

.review-rating {
  float: right;
}

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

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

.review-img img {
  width: 100%;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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


.progress {
  height: 35px;
  background: #dcdcdc;
  position: relative;
}

.progress .skill {
  font: normal 12px;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
}

.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

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

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

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

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

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

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

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

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

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

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

#loginmodal .modal-dialog {
  width: 300px;
}

#loginmodal .modal-footer {
  /* height: 70px; */
  margin-bottom: 30px;
  margin: 0;
}

#loginmodal .modal-footer .btn {
  font-weight: bold;
  background: #fff;
  color: #e75025;
  border: 1px solid #e75025;
}

#loginmodal .modal-footer .btn:hover {
  font-weight: bold;
  background: #e75025;
  color: #fff;
}

#loginmodal .modal-footer .progress {
  display: none;
  height: 32px;
  margin: 0;
}

#loginmodal .input-group-addon {
  color: #fff;
  background: #e75025;
  border: 0;
}

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

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

#loginmodal .glyphicon {
  top: 0;
}

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

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


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

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

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

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

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


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

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

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

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


/*PRICING*/

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

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

}

.shopper-benefits {

  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
}

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

/*------ utiltity classes -----*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*its also known as clearfix*/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /*padding: 10px;*/
  padding-right: 0;
  margin-bottom: 40px;
}

.pricing-table .heading {
  color: #9C9E9F;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 4rem;
}

.block {
  width: 100%;
  margin: 0;
  overflow: hidden;
  /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  */
  /*    border: 1px solid red;*/
}

/*Shared properties*/
.title,
.pt-footer {
  color: #FEFEFE;
  text-transform: capitalize;
  line-height: 2.5;
  position: relative;
}

.package-content {
  position: relative;
  color: #FEFEFE;
  padding: 30px 0 30px 0;
}

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

/*arrow creation*/

/*.package-content:after, .package-content:before,.pt-footer:before,.pt-footer:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}*/
.pt-footer:after,
.pt-footer:before {
  top: 0;
}

.package-content:after,
.pt-footer:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 9px;
  margin-left: -9px;
}

.package-content:hover {
  opacity: 0.95;
}

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

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

.price span {
  font-size: 50px;
  letter-spacing: 8px;
  font-weight: bold;
}

.price sup {
  font-size: 1.5rem;
  position: absolute;
  top: 35px;
  left: -30px;
}

.hint {
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 20px;
}

.features {
  list-style-type: none;
  background: #FFFFFF;
  text-align: left;
  color: #9C9C9C;
  padding: 0px;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.features li {
  padding: 15px 0;
  width: 100%;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px dotted #ddd;
}

.features li span {
  padding-right: 0.4rem;
  font-size: 12px;
}


.features li.terms-apply {
  background: var(--main-color);
  color: #fff;
}

.pt-footer {
  font-size: 0.95rem;
  text-transform: capitalize;
  padding: 20px 10px;
}

/*PERSONAL*/
.personal .title {
  background: #01423e;
}

.personal .package-content {
  background: #005953;
}

.personal .package-content:after {
  border-top-color: #005953;
}

.personal .pt-footer:after {
  border-top-color: #FFFFFF;
}

/*PROFESSIONAL*/
.professional .title {
  background: #3EC6E0;
}

.professional .package-content,
.professional .pt-footer {
  background: #53CFE9;
}

.professional .package-content:after {
  border-top-color: #53CFE9;
}

.professional .pt-footer:after {
  border-top-color: #FFFFFF;
}

/*BUSINESS*/
.business .title {
  background: #3e9d31;
}

.business .package-content {
  background: var(--main-color);
}

.business .package-content:after {
  border-top-color: var(--main-color);
}

.business .pt-footer:after {
  border-top-color: #FFFFFF;
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
}

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

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


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

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

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

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

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

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

a {
  word-wrap: break-word;
}

/*new code*/

.table-list01 tr td {

  padding: 5px;
  background: #ffffff;
}

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

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


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


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

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

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

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

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

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

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

}



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

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

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



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

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

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

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

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

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

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

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



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

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

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

/*end new code*/

/*ABOUT US*/

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

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

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

.about-us .content p {

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

}

.about-us .content img {

  /*	padding-bottom: 30px;*/

}

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

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

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

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

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

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

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

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

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

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

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

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

.tnc p {
  margin: 7px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*ONE MANS VISION*/


.title {
  margin: 40px 60px;
}

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

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

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

.one-content p {
  margin: 10px 0px;
}

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

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

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

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

/*Legacy VISION*/

.title {
  margin: 40px 60px;
}

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

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

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

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

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

/*POP UP*/

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

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

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

#popup-window {
  position: relative;
}

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

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

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

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

.tooltip_templates {
  display: none;
}

.benefits {
  padding: 10px 20px;
}

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

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

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

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

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

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

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

#pricing_summary_table td {
  text-align: right;
}


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


.skincare-info {
  background: #fff;
}



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

.informative {
  padding: 35px 0;
}

.bg-white {
  background: #fff;
}

.informative .content {
  padding: 10px;
}

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

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

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

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

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

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

.listing-info {
  padding: 10px;
}

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

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


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

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

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



.informative h5 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

/*CALENDAR DESIGN*/
.fc-event {
  border: none;
  box-shadow: 0px 2px 4px #ccc;
}

.fc-day-grid-event .fc-content {
  text-align: center;
}

.fc-event,
.fc-event-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  background: #54b847;
  /*color: #54b847;*/
}

.fc-title {
  width: 100%;
  margin-top: 30px;
  top: 30px;
}

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

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

.mean-container .mean-nav ul:first-child {
  height: 490px;
  overflow-y: auto;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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


.bg-grey {
  background: #999;
}

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

.font-white {
  color: #fff
}

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

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

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

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

/* Tabs panel */
.prod-tabs {
  padding: 50px 0;
}

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

/* Default mode */
.prod-tabs .tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.prod-tabs .tabbable-line>.nav-tabs>li {
  margin-right: 1px;
  width: 16%;
  text-align: center;
  position: relative;
}

.prod-tabs .tabbable-line>.nav-tabs>li>a>img {
  position: absolute;
  top: -53px;
  left: 0;
  width: 90%;
}

.prod-tabs .tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-size: 14px;
}

.prod-tabs .tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.prod-tabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li>.box-bottom {
  width: 100%;
  background: #eee8f6;
  height: 8px;
  border-radius: 5px;
}

.prod-tabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover>.box-bottom {
  background: #e0d1f4;
}

.prod-tabs .tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.prod-tabs .tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.prod-tabs .tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

/*.prod-tabs .tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}*/
.prod-tabs .tabbable-line>.nav-tabs>li.active>.box-bottom {
  background: #9677ca;
  position: relative;
}

.prod-tabs .tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #9677ca;
  /*font-weight: 600;*/
}

.prod-tabs .tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.prod-tabs .tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  /*border-top: 1px solid #eee;*/
  padding: 15px 0;
}

.prod-tabs .portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

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

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

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

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

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

/* HYDRATING TABS COLOR */
.hydrating-tabs .prod-tabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li>.box-bottom {
  background: #b8daf8;
}

.hydrating-tabs .prod-tabs .tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover>.box-bottom {
  background: #90c9fb;
}

.hydrating-tabs .prod-tabs .tabbable-line>.nav-tabs>li.active>.box-bottom {
  background: #278be1;
}

.hydrating-tabs .prod-tabs .tabbable-line>.nav-tabs>li.active>a {
  color: #278be1;
}

.hydrating-tabs .prod-tab-whitening-content {
  background: #e4f2fc;
}

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

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

#videomodal .modal-body {
  padding: 0;
}

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

.modal-lg {
  margin: 0 auto;
}

.disabled {
  cursor: not-allowed;
}

#procedto.disabled {
  cursor: not-allowed;
  background: #465560;
  border: 1px solid #465560;
}

#procedto2.disabled {
  cursor: not-allowed;
  background: #313133;
  border: 1px solid #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: #000;
}


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

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

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

/*video*/
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%; */
  /* 16:9 */
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  /*
  width: 100%;
  height: 100%;
*/
}

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

}

.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 #000000;
  color: #231F20;
  font-weight: 600;
}

#member-club td span {
  font-weight: 400;
}

#member-club td:nth-child(1),
th:nth-child(1) {
  background-color: #8A8D91;
}

#member-club td:nth-child(2) {
  background-color: #e2b3aa;
}

#member-club th:nth-child(2) {
  background-color: #e2b3aa;
}

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


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


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

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

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

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

#table-normal td {
  padding: 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: 5px 15px 15px;
  font-size: 15px;
}

ol li span {
  font-weight: 400;
}

.center {
  text-align: center;
}

.width-half {
  width: 50%;
}

.width-7 {
  width: 70%;
}

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

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

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

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




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

/*index page categories section 022021*/
.overlay {
  position: relative;
}

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

.img-text:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.img-text::before,
.img-text::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;
}

.img-text::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.img-text::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.img-text:hover::before,
.img-text:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.img-text div {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

/*index page categories section 022021 end*/


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

.connect_title {
  color: #000;
}

/* new code 05052022 */
/* contact us zinnia*/
.index-col {
  display: flex;
  -webkit-box-align: center;
  flex-wrap: nowrap;
  align-items: center;
}

.headquarter {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
}

.location {
  background: url("../img/map.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.location div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.clock {
  background: url("../img/clock.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.clock div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.shipment {
  background: url("../img/shipping.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.shipment div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.phone {
  background: url("../img/phone.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.phone div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.whatsapp {
  background: url("../img/watapps.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.whatsapp div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.ig {
  background: url("../img/ig.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.ig div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.twitter {
  background: url("../img/twitter.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.twitter div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.contact {
  background: url("../img/icon-phone.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.contact div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.contact-bg {
  background-color: #eeeeee;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  padding: 25px 15px 0px;
  width: 50%;
  margin: 30px 20px 50px;
}

.contact-bg-shadow {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background-color: #fff;
  padding: 25px 15px 0px;
}

.col-container {
  display: table;
  width: 100%
}

.column-contact {
  display: table-cell;
  width: 50%;
}

.contact-map {
  width: 100%;
  height: 500px;
  padding: 0px 10px;
}

/* about zinnia */
.abt-youtube {
  height: 300px;
}

.abt-title {
  width: 50%;
  display: block;
  margin: 0px auto;
  padding: 30px 0px;
}

.abt-vision h3,
.abt-mission h3 {
  visibility: visible;
  color: #e85025;
  padding: 20px 0px;
  margin-top: 0;
}

.abt-vision h3:after,
.abt-mission h3:after {
  content: "";
  display: block;
  width: 12%;
  padding: 5px 0;
  border-bottom: 1px solid;
}

.abt-vision p,
.abt-mission p {
  padding-bottom: 15px;
  text-align: justify;
}

.story-title {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  padding: 50px 80px;
  color: #e85025;
  margin-bottom: 50px;
  background: white;
}

.story-title h4 {
  line-height: 30px;
}

/*faq accordian*/

.faq-background {
  background-color: #fdfdfd;
}

.accordion2 {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 5%);
  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: #71a33f;
  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 {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px dashed #779c80;

}

.accordion-wrap {
  padding: 30px 20px;
}

.accordion-wrap p {
  margin-bottom: 10px;
}

.faq-pro-img {
  width: 100%;
  display: block;
  margin: 0px auto;
  padding-bottom: 30px;
}

.faq-small-img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0px auto;
}



/* index 14062022 */

.cropped-image {
  width: 100%;
  height: 200px;
  background-size: cover;
}

.cropped-image.img-1 {
  background-image: url("../img/review.png");
}

.cropped-image.img-2 {
  background-image: url("../img/img-02.png");
}

.cropped-image.img-3 {
  background-image: url("../img/Popular Product 2.png");
}

.cropped-image.img-4 {
  background-image: url("../img/img-04.png");
}

.cropped-image.img-5 {
  background-image: url("../img/New Launch.png");
}

.cropped-image.img-6 {
  background-image: url("../img/img-06.png");
}

.cropped-image.img-7 {
  background-image: url("../img/img-07.png");
}

.centered-no-repetition {
  background-position: center center;
  background-repeat: no-repeat;
}

.category-title {
  text-align: center;
  font-weight: bold;
  padding: 15px 0px 30px;
  text-transform: uppercase;
}

.hero-image-about {
  background-image: linear-gradient(rgba(250, 250, 250, 0.01), rgba(250, 250, 250, 0.01)), url(../img/about-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}

.section-hero-about {
  padding: 100px 0px;
}

.section-hero-about h3 {
  padding-bottom: 15px;
  color: #e75025;
}

.more-btn a {
  border: 1px solid #e75025;
  color: #e75025;
  border-radius: 5px;
  display: block;
  float: left;
  font-size: 13px;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.more-btn a:hover {
  color: #fff;
  background: #e75025;
}


/* referral 14062022 */

.referral-logo {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.referral-title {
  color: #E85025;
  text-align: center;
  padding: 10px 0px;
}

/* countdown new code 13092022 */

#countdown ul>li {
  display: inline-block;
  font-size: 10px;
  ;
  list-style-type: none;
  padding: 8px;
  text-align: center;
}

#days,
#hours,
#minutes,
#seconds {
  background-color: #000;
  padding: 0px 10px;
  border-radius: 5px;
  color: #fff;
}

#countdown ul>li span {
  display: block;
  font-size: 16px;
}

/* countdown 13092022 end*/


.referral-btn {
  /*   background-color: #E85025; */
  /*   border: none; */
  /*   color: white; */
  /*   padding: 15px 32px; */
  /*   text-align: center; */
  /*   text-decoration: none; */
  /*   display: inline-block; */
  /*   font-size: 20px; */
  /*   margin: 4px 291px; */
  /*   cursor: pointer; */
  border: none;
  background-color: #e75225;
  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;
  width: 60%;
  margin: 10px auto;
  font-size: 15px;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.green-bg {
  background-color: #8DBD81;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  margin-bottom: 60px;
}

.green-bg h3 {
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  line-height: 60px;
}

.referral-column {
  display: flex;
  -webkit-box-align: center;
  flex-wrap: nowrap;
  align-items: center;
}

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

.margin-btm {
  margin-bottom: 50px;
}

.CTA {
  background: linear-gradient(180deg, #ffede0 0%, rgba(255, 255, 255, 0) 100%);
  padding: 30px 15px;
  text-align: center;
}

.CTA .section-title {
  color: #e85025;
}

.info-title {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
}

.disc-list {
  list-style-type: disc;
}

.disc-list li {
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.low-alpha-list {
  list-style-type: lower-alpha;
}

.no-accordion {
  padding: 15px 20px;
  border-bottom: 1px dashed #779c80;
}



/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

.file-area input[type=file]:focus+.file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type=file]:valid+.file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}

.file-area input[type=file]:valid+.file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid+.file-dummy .default {
  display: none;
}

.file-area .low {
  font-size: 12px;
  text-transform: none;
  margin-top: 10px;
}


.hero-image-pro {
  background-image: url("../img/pro-description/pro-img-1.jpg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-pro {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e85025;
  font-weight: bold;
}

.hero-text-pro h1 {
  font-size: 50px;
}

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


.pro-des-table ul li:before {
  content: "\2713";
  position: absolute;
  left: 10px;
  color: #9ebe43;
  padding-bottom: 10px;
}

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

.pro-des-title h1 {
  color: #8dbd81;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 1px #ccc;
}

.orange-title {
  color: #e85025;
}

#pro-des-table,
#table-list-column {
  background-color: #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 10px;
  width: 70%;
  margin: 20px auto;
}

#pro-des-table th {
  padding: 20px;
  text-align: left;
  color: #e85025;
  width: 18%;
  background-color: transparent;
  vertical-align: top;
}

#pro-des-table td {
  padding: 20px;
}

.pro-small-info {
  font-size: 11px;
  color: #8A8D91;
  text-align: justify;
  font-style: italic;
  line-height: 15px;
  padding-top: 5px;
}

.italic-info {
  font-style: italic;
  line-height: 20px;
  padding-top: 10px;
  font-size: 14px;
}

#table-list-column {
  padding: 20px;
  width: 70%;
}

#table-list-column ul {
  position: relative;
  text-align: left;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  margin: 0;
  line-height: 30px;
}

#table-list-column ul.green01 li:before {
  content: "\2713";
  position: absolute;
  left: 0px;
  color: #9ebe43;
}

.box-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* .circle-map{
	width: 500px;
	height: 500px;
	min-height: 500px;
	min-width: 500px;
	border-radius: 50%;
	position: relative;
	margin: 150px auto;
}

.circle-map__item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
}

.circle-map__item img, .round-content img{
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 1px solid #ddd;
	object-fit: cover;
}

.circle-map__item img.title-logo{
	border-radius: 100%;
	border: none;
	object-fit: cover;
	height: 200px;
	width: 200px;
}


.circle-text{
	font-size: 14px;
	text-align: center;
}

.img_1{
	top: 0;
    left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.img_2{
	top: 20%;
    left: 10%;
	transform: translateX(-50%) translateY(-50%);
}

.img_3{
	top: 20%;
    right: 10%;
	transform: translateX(50%) translateY(-50%);
}

.img_4{
	bottom: 6%;
    right: 0%;
	transform: translateX(-50%) translateY(50%);
}

.img_5{
	bottom: 6%;
    left: 30%;
	transform: translateX(-50%) translateY(50%);
}

.img_6{
	bottom: 40%;
    left: 0%;
	transform: translateX(-50%) translateY(50%);
}

.img_7{
	bottom: 40%;
    right: -20%;
	transform: translateX(-50%) translateY(50%);
}

.img_center{
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
} */

.round-content {
  padding: 30px;
}

.round-content img {
  display: block;
  margin: 0 auto;
}

.round-content p {
  text-align: center;
}

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

.nano-info {
  width: 800px;
  margin: 50px auto;
}

.nano-content h1 {
  color: #e85025;
}

.nano-content img,
.nano-img6 {
  padding: 30px 0px;
  width: 100%;
}

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

.grey-bg {
  background-color: #efefef;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.grey-bg,
.content-center {
  display: flex;
  -webkit-box-align: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 50px 0px;
}

.grey-bg img {
  width: 70%;
  padding: 20px 0px;
}

.imp-content {
  padding-left: 30px;
}

.nano-img4,
.nano-img3 {
  width: 80%;
}

.imp-content p {
  text-align: justify;
  padding-bottom: 50px;
}

.green-box {
  background-color: #8dbd81;
  box-shadow: 8px 8px #def2d7;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
  width: 60%;
  display: block;
  margin: 0px auto 30px;
}

.green-box h3 {
  line-height: 28px;
}

.entre-bg {
  background-image: url("../img/entreprenuer/entre-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.entre-logo {
  width: 100%;
  margin: 0px 100px;
}

.container-entre {
  margin: 0px 150px;
}

.circle-map {
  width: 700px;
  height: 700px;
  min-height: 700px;
  min-width: 700px;
  border-radius: 50%;
  position: relative;
  margin: 100px auto;
}

.circle-map__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
}

.circle-map__item img,
.round-content img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #ddd;
  object-fit: cover;
}

.circle-map__item img.title-logo {
  border-radius: 100%;
  object-fit: cover;
  height: 200px;
  width: 200px;

}

.circle-text {
  text-align: center;
  width: 280px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ff4f1b;
  font-weight: 700;
}

.circle-text p {
  font-size: 20px;
  margin: 35px 0px 0px 25px;
}

.circle-text.c_1 {
  background-image: url("../img/entreprenuer/img-01.png");
}


.circle-text.c_2 {
  background-image: url("../img/entreprenuer/img-02.png");
}

.circle-text.c_3 {
  background-image: url("../img/entreprenuer/img-03.png");
}


.circle-text.c_4 {
  background-image: url("../img/entreprenuer/img-04.png");
}

.circle-text.c_5 {
  background-image: url("../img/entreprenuer/img-05.png");
}


.circle-text.c_6 {
  background-image: url("../img/entreprenuer/img-06.png");
}


.img_1 {
  top: 0%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
}

.img_2 {
  top: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.img_3 {
  top: 33%;
  right: 40%;
  transform: translateX(50%) translateY(-50%);
}

.img_4 {
  left: 70%;
  top: 37%;
  transform: translateX(-50%) translateY(50%);
}

.img_5 {
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.img_6 {
  bottom: 10%;
  right: 33%;
  transform: translateX(-50%) translateY(50%);
}

.img_center {
  top: 50%;
  left: 10%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../img/entreprenuer/title-img.png");
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 400px;
  text-align: center;
}

.info-center {
  margin: 0px 150px 0px 130px;
}

.info-center h4 {
  color: #ff4f1b;
  font-weight: bold;
  line-height: 28px;
}

.info-center h4:after {
  content: "";
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #343434;
}

.info-center img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.entre-info1 {
  margin-top: 100px;
  background-color: rgb(255 255 255 / 70%);
  padding: 20px;
}

.entre-info1 p {
  font-size: 20px;
  line-height: 30px;
  border-left: 2px solid #ff4f1b;
  padding-left: 20px;
}

.entre-info2 {
  background-image: url("../img/entreprenuer/info-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 450px;
}

.e_small-title {
  display: flex;
}

.entre-content img {
  width: 70px;
  padding-bottom: 15px;
}

.entre-content h4 {
  font-weight: 700;
}

.entre-content {
  margin: 50px;
  text-align: center;
}

.entre-content2 {
  width: 50%;
  margin: 0px 50px;
}

.entre-content2 h3 {
  color: #E95024;
  padding-bottom: 10px;
}

.entre-content2 p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

/* ===================== FILE INPUT ===================== */
.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(0, 0, 0, 0.8);
  text-align: center;
  transition: background 0.3s ease-in-out;
}

.file-area .file-dummy .success {
  display: none;
}

.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

.file-area input[type=file]:focus+.file-dummy {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type=file]:valid+.file-dummy {
  border-color: rgba(0, 255, 0, 0.4);
  background-color: rgba(0, 255, 0, 0.3);
}

.file-area input[type=file]:valid+.file-dummy .success {
  display: inline-block;
}

.file-area input[type=file]:valid+.file-dummy .default {
  display: none;
}

.file-area .low {
  font-size: 12px;
  text-transform: none;
  margin-top: 10px;
}


.country_index {
  width: 25%;
}

.country_index_2 {
  width: 16%;
}

.testimonial_col {
  text-align: center;
}

.testimonial_col h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 28px;
  color: #353535;
  letter-spacing: 3px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.testimonial_col h3 {
  color: #ff6600;
  line-height: 35px;
  font-weight: bold;
}


#table-list-2column ul li {
  margin: 10px 0px 30px;
  font-size: 18px;
}

.bg_grey1 {
  background-image: url("../img/referral_page/bg.svg");
  background-size: 100% 100px;
  top: 0;
  height: 100px;
  z-index: 1;
  transform: scale(1, 1);
}

.bg_grey1 img {
  margin-top: 50px;
}

.bg_grey1 {
  display: block;
  margin: 20px auto;
}

.bg_grey1 h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.4em;
  margin: 50px 0px 20px;
  text-align: center;
}

.bg_grey1 h3 {
  font-style: italic;
  padding-bottom: 15px;
  font-weight: 800;
  text-align: center;
}

.listing-center {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-top: 10px;
}

.listing-center ul {
  list-style-type: disc;
}

.listing-center ul li {
  margin-left: 15px;
  font-size: 20px;
}

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

.flex-col {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  justify-content: flex-start;
}

.two-flex-col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.youtube-1 {
  width: 100%;
  height: 550px;
  padding-bottom: 30px;
}

.col-youtube {
  width: 350px;
  height: 250px;
}

.not-allowed {
  cursor: not-allowed !important;
}

.landing-full-bg {
  background-image: url("../img/landing/bg-kl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

section {
  padding: 15px 0;
}

.language {
  margin-bottom: 15px;
}

.language a {
  display: inline-block;
}

.language a.left-border {
  border-right: 1px solid #3e3f3f;
  padding: 0px 10px 0 0;
  margin-right: 10px;
}

.language a:hover {
  color: #e85025;
}

.border-text {
  border-left: 2px solid #A80533;
  padding: 15px;
}

.country-all {
  margin-top: -90px;
}

.country-all row {}

.country1 {
  padding-top: 60px;
}

/* New grid maps */
/* 08052024 */
.zinnia-maps {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "west-my west-my east-my east-my bru bru . ."
    "west-my west-my east-my east-my bru bru . ."
    "sg sg z-logo z-logo cn cn tw-phi tw-phi"
    "sg sg z-logo z-logo cn cn tw-phi tw-phi"
    "hk hk indo indo thailand thailand vn vn"
    "hk hk indo indo thailand thailand vn vn"
  ;
}

/* .zinnia-maps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: 
  "west-my west-my east-my east-my"; 
} */

.country-size img {
  width: 40%;
}

.zinnia-logo img {
  width: 80%;
}

/* Countries Grid Naming */

.west-msia {
  grid-area: west-my;
  display: flex;
  align-items: center;
}

.west-msia a{
  display: flex;
  justify-content: center;
}

.east-msia {
  grid-area: east-my;
  display: flex;
  align-items: center;
}

/* 05082024 */
.indonesia {
  grid-area: indo;
  display: flex;
  align-items: center;
}

.indonesia a {
  display: flex;
  justify-content: center;
}

.singapore {
  grid-area: sg;
  display: flex;
  align-items: center;
}

.singapore a {
  display: flex;
  justify-content: space-around;
}

.zinnia-logo {
  grid-area: z-logo;
  display: flex;
  align-items: center;
}

/* .zinnia-logo a{
  display: flex;
  justify-content: center;
} */

.china {
  grid-area: cn;
  display: flex;
  align-items: center;
}

.china a {
  display: flex;
  justify-content: flex-start;
}

.vietnam {
  grid-area: vn;
  display: flex;
  align-items: center;
}

.vietnam a {
  display: flex;
  justify-content: center;
}

/* 05082024 */
.hongkong {
  grid-area: hk;
}

.brunei {
  grid-area: bru;
  display: flex;
  align-items: center;
}

.thailand {
  grid-area: thailand;
  display: flex;
  align-items: flex-start;
}

.thailand a {
  display: flex;
  justify-content: center;
}
/* 05082024 */
.taiwan-philippines {
  grid-area: tw-phi;
}

.taiwan { /* 05082024 */
  display: flex;
}

.philippines {/* 05082024 */
  display: flex;
  justify-content: flex-end;
}

.viet
/*.country1 img {width:160px;}

.country2 img {width:180px;}

.country3 img {width:160px;}*/

.part2 {
  background-image: url("../img/landing/bg2-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  margin: 700px 15px 0;
  padding: 10px 0px;
}

.color-orange {
  color: #DC602C;
}

.color-green {
  color: #67A944;
}

.color-purple {
  color: #B14599;
}

.color-red {
  color: #A80533;
}

.action {
  margin-left: 15px;
  margin-top: 10px;
}

.action div p {
  float: left;
}

.action div {
  padding-top: 8px;
}

.hidden-on-lg {
  display: none;
}

.story-info1 h2,
.story-info1 h3 {
  color: #e85025;
  margin: 20px 0px;
}

.story-info1 h2 {
  border-left: 4px solid #e85025;
  padding: 10px 10px 20px;
}

.story-logo {
  display: block;
  margin: 50px auto;
}

.story-grey-bg {
  background-color: #ebebeb;
  padding: 50px 0px;
}

.container-center {
  display: flex;
  align-items: center;
}

.story-youtube {
  height: 600px;
}


.about-us-title h3 {
  line-height: 40px;
  border-left: 4px solid #e85025;
  padding: 10px 10px;
  margin: 30px;
}

.col-selection {
  display: table;
  width: 100%;
}

.index-table p {
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 18px;
}

.pink-color {
  background-color: #dd8b8d;
}

.green-color {
  background-color: #98b878;
}

.orange-color {
  background-color: #e8985d;
}

.tiffany-color {
  background-color: #3bbfbf;
}

.purple-color {
  background-color: #9d85bf;
}

.blue-color {
  background-color: #5c84a4;
}

.index-table {
  width: 100%;
}

.index-table td {
  width: 33.33%;
}

.index-grey-bg {
  background-color: #ebebeb;
  padding: 30px 60px;
}

.index-pro-categories h3 {
  color: #e85025;
  padding-bottom: 20px;
  font-weight: bold;
}

.index-pro-categories a {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  font-size: 18px;
}

.index-pro-categories a:hover,
#myLinks a:hover {
  opacity: .7;
}

#myLinks a {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  display: grid;
  padding-bottom: 10px;
}

.fa-shopping-cart.index_pro,
.fa-shopping-cart.index_pro_mobile {
  font-size: 20px;
  color: #e85025;
}

.fa-shopping-cart.index_pro_mobile {
  margin-right: 20px;
}

.flex_index {
  margin-bottom: 15px;
}

.content-class {
  display: block;
  box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
  background-color: white;
  padding: 15px;
  margin: 10px 0px 20px;
}

#myLinks {
  display: inline-block;
}


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

.flex_index_mobile {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.e-leaflet {
  padding-bottom: 20px;
}

.orange-bg {
  background-color: #ffede0;
  text-align: center;
  padding: 40px 20px;
}

.orange-bg h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.4em;
  padding-bottom: 10px;
}

.orange-bg p {
  font-weight: 500;
  /* 	padding-bottom: 30px; */
  font-size: 20px;
}

.pro-icon {
  font-size: 25px;
  color: #000;
  padding-bottom: 10px;
  font-weight: 500;
}

.e-pro-info {
  margin: 20px 0px;
}

.e-pro-info .e_1 {
  color: #e75250;
  /* 	font-style: italic; */
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

.e-pro-info .e_2 {
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
}

.e-pro-info .e_3 {
  color: #000;
  font-weight: bold;
  /* 	padding-bottom: 50px; */
  font-size: 18px;
}

.e_video {
  margin: 10px 0px;
  height: 400px;
}

.e_contact {
  text-align: center;
  line-height: 30px;
}

.e_contact h4 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.e_contact p {
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 33px;
}

.e_btn:hover {
  background-color: white;
  color: #E95024;
  border: 1px solid #E95024;
}

.e_title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  height: 100%;
  flex-direction: column;
}

.e_title h3 {
  color: #e85025;
  font-size: 50px;
  font-weight: 700;
}

.e_title p {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}

.e_flex {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.c_vtox {
  animation-delay: 300ms;
}

.c_coffee {
  animation-delay: 1.2s;

}

.leaflet h3 {
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.leaflet p {
  font-size: 18px;
  padding-bottom: 8px;
}

.leaflet-btn {
  padding: 15px 20px;
  color: white;
  border-radius: 50px;
  margin: 10px 0px;
  letter-spacing: 2px;
}

.leaflet-btn.v-orange {
  background-color: #f9943c;
}

.leaflet-btn.v-orange:hover {
  background-color: #ff6600;
  color: white;
}

.leaflet-btn.mct-brown {
  background-color: #86330f;
}

.leaflet-btn.mct-brown:hover {
  background-color: #792b0a;
  color: white;
}


/* landing page start 25082022 */

.landing-full-bg {
  background-image: url("../img/landing/bg-kl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  /*  display: flex;*/
  /* new code 13102022 */
  flex-wrap: wrap;
  justify-content: center;
  background-position: center !important;
  background-size: cover !important;
  position: relative !important;
  z-index: 1;
}

section {
  padding: 15px 0;
}

.language {
  margin-bottom: 15px;
}

.language a {
  display: inline-block;
}

.language a.left-border {
  border-right: 1px solid #3e3f3f;
  padding: 0px 10px 0 0;
  margin-right: 10px;
}

.language a:hover {
  color: #e85025;
}

.border-text {
  border-left: 2px solid #A80533;
  padding: 15px;
}

.country-all {
  margin-top: -90px;
}

.country-all row {}

.country1 {
  padding-top: 60px;
}


/*.country1 img {width:160px;}

.country2 img {width:180px;}

.country3 img {width:160px;}*/

.part2 {
  background-image: url("../img/landing/bg2-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  margin: 700px 15px 0;
  padding: 10px 0px;
}

.color-orange {
  color: #DC602C;
}

.color-green {
  color: #67A944;
}

.color-purple {
  color: #B14599;
}

.color-red {
  color: #A80533;
}

.action {
  margin-left: 15px;
  margin-top: 10px;
}

.action div p {
  float: left;
}

.action div {
  padding-top: 8px;
}

.hidden-on-lg {
  display: none;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: none;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: none;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fade-in-circle {
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out 0s forwards;
  animation: fadeIn 1s ease-in-out 0s forwards;
}

.c_1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c_3 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.c_2 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.c_5 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.c_7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.c_8 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.c_6 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.c_9 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.c_4 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.c_10 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

/* landing page end 25082022 */

/* new code 07092022 country code */

#areaCode {
  background-color: #f6f6f6;
  border: 1px solid #343434;
  color: #343434;
  border-radius: 5px;
  margin-right: 10px;
}

#dialCode {
  background-color: #fff;
  border: 1px solid #E85025;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
}

/* new code 13092022 */

.pay-col.col1 {
  border-top: 1px solid #ddd;
}

.reg-bg {
  background-color: #fafafa;
  padding: 10px;
}


.testimonial {
  background-color: #fff;
}

.testi-box {
  background-color: #eaf5ed;
  padding: 10px;
  height: 400px;
}

.testi-after-img {
  position: absolute;
  top: 100px;
  left: 300px;
}

.testi-text {
  text-align: center;
  position: absolute;
  padding: 40px 50px 100px;
  /* new code 27082022 */
  /* transform: translate(-30%, -50%); */
  color: white;
  font-size: 18px;
}

.testi-text h1 {
  color: #e85025;
  line-height: 50px;
  text-shadow: -2px 2px 3px #fff, 2px 2px 3px #fefefe, 2px -2px 0 #fefefe, -2px -2px 0 #fefefe;
}

.testi-text p {
  font-style: italic;
  color: #000;
  text-align: center;
  font-size: 20px;
}

.testi-grey-bg {
  background-color: #efefef;
  padding: 20px;
  width: 90%;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
}

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

.testi-title {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

.testi-title.img-en {
  background-image: url("../img/testi/img-1-en.jpg");
}

.testi-title.img-cn {
  background-image: url("../img/testi/img-1-cn.jpg");
}

.testi-title.img-bm {
  background-image: url("../img/testi/img-1-bm.jpg");
}

.testi-compare {
  padding: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.small-info {
  font-size: 10px;
  font-style: italic;
}

.testi-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.testi-col {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}

.e_btn {
  padding: 20px;
  background-color: #ff6600;
  color: white;
  border-radius: 50px;
  margin: 10px 0px;
}

.e_btn:hover {
  background-color: white;
  color: #ff6600;
  border: 1px solid #ff6600;
}

.e_title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  height: 100%;
  flex-direction: column;
}

.e_title h3 {
  color: #e85025;
  font-size: 50px;
  font-weight: 700;
}

.e_title p {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}

.e_flex {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.c_vtox {
  animation-delay: 300ms;
}

.c_coffee {
  animation-delay: 1.2s;

}

.leaflet h3 {
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.leaflet p {
  font-size: 18px;
  padding-bottom: 8px;
}

.leaflet-btn {
  padding: 15px 20px;
  color: white;
  border-radius: 50px;
  margin: 10px 0px;
  letter-spacing: 2px;
}

.leaflet-btn.v-orange {
  background-color: #f9943c;
}

.leaflet-btn.v-orange:hover {
  background-color: #ff6600;
  color: white;
}

.leaflet-btn.mct-brown {
  background-color: #86330f;
}

.leaflet-btn.mct-brown:hover {
  background-color: #792b0a;
  color: white;
}

.leaflet-btn.ct-green{
	background-color: green;
}

.leaflet-btn.ct-green:hover{
	background-color: dark-green;
	color: white;
}

.leaflet-btn.pm-red{
	background-color: #ba430f;
}

.leaflet-btn.pm-red:hover{
	background-color: #ba430f;
	color: white;
}

/* new code product description bm 27082022 */

.nano_des {
  background-color: #eee;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px;
}


/* new code 27082022 */
.grey-box {
  background-color: #f9fdff;
  box-shadow: 8px 8px #c7d0d8;
  border: 1px solid #c7d0d8;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
  width: 100%;
  display: block;
  margin: 0px auto 30px;
  color: #343434;
}

.grey-box img {
  width: 70%;
  text-align: center;
}

.grey-box p {
  font-size: 18px;
  line-height: 30px;
}

.enzyme_img {
  width: 80%;
  padding: 30px;
}

.nano-info p {
  font-size: 17px;
}


.section-language {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding-top: 100px;
}

.curve {
  position: absolute;
  height: 400px;
  width: 100%;
  bottom: 0;
  border-bottom-right-radius: 60%;
  background-image: linear-gradient(57deg, #e4e4e4 10%, transparent);
}

.space {
  margin: 170px 100px 0px;
}

.mct-brown-c {
  color: #86330f;
}

.curve h3 {
  font-style: italic;
  padding-bottom: 10px;
}

.curve h1 {
  font-size: 40px;
  font-weight: bold;
}

.language-btn {
  background: #98b878;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 25px;
  border: 0;
  transition: all 0.5s;
  border-radius: 50px;
  width: auto;
  position: relative;
  margin-bottom: 20px;
}

.language-btn a {
  color: #fff;
}

.language-btn::after {
  content: "\2713";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  left: 85%;
  top: 20%;
  left: 80%;
  bottom: 0;
  opacity: 0;
}

.language-btn:hover {
  background: #98b878;
  transition: all 0.5s;
  border-radius: 50px;
  padding: 15px 50px 15px 20px;
}

.language-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}

.logo-pro {
  padding-bottom: 30px;
}

.c_language h4 {
  line-height: 30px;
}

.mct-logo {
  width: 80%;
}

.vtox-orange {
  color: #E85025;
}

.vtox-logo {
  width: 50%;
}

#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  margin-top: 50px;
  height: 600px;
}

.download-btn {
  background: #E85025;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 25px;
  border: 0;
  transition: all 0.5s;
  border-radius: 50px;
  width: auto;
  position: relative;
}

.download-btn:hover {
  background: #f9943c;
  transition: all 0.5s;
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.partner-content h2 {
  color: #E85025;
  padding-bottom: 15px;
  font-weight: bold;
}

.partner-content p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.partner-content2 h3 {
  color: #E85025;
  line-height: 35px;
  font-weight: bold;
  padding-bottom: 15px;
}

.partner-content2 p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.cropped-image-partner {
  width: 100%;
  height: 500px;
  background-size: contain;
}

.cropped-image-partner.img-partner-1 {
  background-image: url("../img/our-partners/member-benefits1.png");
}

.cropped-image-partner.img-partner-2 {
  background-image: url("../img/our-partners/distributor-benefits.png");
  background-size: cover;
}

.cropped-image-partner.img-partner-3 {
  background-image: url("../img/our-partners/stockist-benefits.png");
  background-size: cover;
}

.index-bg {
  background-image: url("../img/bg-img.png");
  height: 600px;
  top: -120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg-p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.full_index {
  height: 480px;
}

.language-content {
  top: 200px;
}

.language-content h2,
.language-content h1 {
  color: #e85025;
  letter-spacing: 3px;
  font-weight: bold;
  padding-bottom: 10px;
}

.language-content p {
  color: #e8967f;
  font-size: 23px;
  padding-bottom: 15px;
}

.i-language-btn {
  background: #ebebeb;
  color: #E95024;
  cursor: pointer;
  padding: 10px 20px;
  border: 0;
  transition: all 0.5s;
  border-radius: 50px;
  width: auto;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.i-language-btn::after {
  content: "\2713";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 20%;
  bottom: 0;
  opacity: 0;
}

.i-language-btn:hover {
  background: #ebebeb;
  transition: all 0.5s;
  border-radius: 50px;
  padding: 10px 30px 10px 50px;
}

.i-language-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(0, 0, 0, .05);
  color: #000;
}

.mean-container a.meanmenu-reveal {
  color: #000;
}

.mean-container .mean-bar,
.mean-container .mean-nav {
  background-color: white;
}

.mean-container a.meanmenu-reveal span {
  background: #000;
}

.modal-dialog {
  margin: 200px auto;
}

.download-pop {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 50px 20px;
}

.p-app-img {
  width: 100%;
  margin-bottom: 5px;
}

.pop-logo {
  width: 80%;
  margin-bottom: 20px;
}

.modal-body h2 {
  color: #e85025;
  font-weight: 700;
  padding-bottom: 10px;
}

.modal-body p {
  padding-bottom: 10px;
}

.download-part {
  background: url('../img/index/download-bg.jpg') no-repeat center / cover;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.index-app {
  width: 80%;
}

.download-info h2 {
  color: #e85025;
  font-weight: 700;
  padding-bottom: 20px;
}

.download-info p {
  padding-bottom: 10px;
  font-size: 20px;
}

.section_D {
  margin: 80px 0px 0px;
}

.partner-video {
  height: 500px;
  margin-top: 60px;
}

.middle {
  display: flex;
  align-items: center;
}

.entre-cbg {
  /* 	background-image: url("../img/cbg.png"); */
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.e-contact {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.e-contact h2 {
  color: #e75025;
  line-height: 40px;
  margin-bottom: 20px;
}

.flex-table {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding: 15px 0px 10px 0px;
  border-bottom: 1px solid #efefef;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.r_pro h4 {
  color: #e75225;
  font-weight: 500;
  padding-bottom: 5px;
}

.r_pro h5 {
  color: red;
  padding: 5px 0px;
}

.r_pro h5 .old {
  margin-right: 25px;
  text-decoration: line-through;
  color: #cf023c;
}

.r_pro h4 .old {
  margin-right: 25px;
  text-decoration: line-through;
  color: #cf023c;
}

.container_responsive {
  width: 800px;
  margin: 50px auto;
}

.selection {
  display: flex;
  margin: 0 auto;
  width: 40%;
  justify-content: center;
}

.limit-title {
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}

.info-pro-nr {
  text-align: center;
}

.info-pro-nr h2,
.info-pro-nr h3 {
  padding-bottom: 10px;
}

.info-pro-nr h3 {
  font-style: italic;
}

.l-btn a {
  border: none;
  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;
  width: 40%;
  margin: 10px auto;
  font-size: 15px;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  /*new code 31102022*/
}

.l-btn a:hover {
  color: #fff;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.l-btn.vtox_b a {
  background: #f9943c;
}

.l-btn.vtox_b a:hover {
  background: #ff6600;
}

.l-btn.mct_b a {
  background: #86330f;
}

.l-btn.mct_b a:hover {
  background: #792b0a;
}

.slogan-t {
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}

.e-leaflet img {
  width: 100%;
  image-orientation: none;
}

.feedback-title {
  margin: 0px 20px 30px;
  font-weight: bold;
  font-size: 50px;
}

.fax {
  background: url("../img/footer/fax.png") top left no-repeat;
  background-size: 30px;
  padding-bottom: 20px;
  text-align: left;
}

.fax div span {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}

.contact_country {
  margin-top: 30px;
}

.contact_country h2 {
  color: #e95024;
  font-size: 16px;
  padding-left: 0px;
  letter-spacing: 2px;
  font-weight: 500;
}

.contact_country h2:after {
  content: "";
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #A8D5BC;
}

.contact_country h3 {
  font-size: 16px;
  margin-top: 15px;
  color: #ff6600;
  font-weight: 600;
  line-height: 25px;
}

.contact_country p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 12px;
}

.ap-info {
  padding: 30px 20px;
}

.tnc-voucher h2 {
  color: #e75225;
  padding-bottom: 20px;
}


.b_model-img img {
  padding-bottom: 30px;
}

.costPrice {
  margin-right: 25px;
  text-decoration: line-through;
  color: #cf023c;
}

.referral-info {
  background-color: #f3f1eb;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.referral-info h4 {
  padding-bottom: 8px;
}

.referral-info h3 {
  color: #E85025;
}

.faq-content p {
  line-height: 30px;
}

.faq-content h5 {
  text-decoration: underline;
  padding-bottom: 10px;
  font-weight: 700;
}

.faq_list {
  list-style: decimal;
  margin-left: 15px;
}

.faq_list li {
  line-height: 30px;
}

.faq_list p {
  margin-left: -15px;
}

.blue-italic {
  color: #3366ff;
  font-style: italic;
}

.table-flow {
  overflow-x: scroll;
}

.table-faq {
  border: 1px solid #dcdcdc;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}

.table-faq td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

.table-faq td.t-left-info {
  text-align: left;
  padding-left: 15px;
}

/* New code 11052023 start */

.ps_r h2 {
  text-align: center;
  text-transform: none;
  line-height: 30px;
}

.psr-small-title {
  font-size: 23px;
  display: contents;
}

.orange-bg-2 {
  background-color: #ffede0;
  margin: 20px 15px;
  padding: 10px;
  border-radius: 10px;
}

.notification {
  text-align: center;
  margin: 20px 0px;
}

.btn-default-3 {
  margin-bottom: 30px;
}

.btn-default-3 {
  padding: 10px 15px;
  background-color: #e85025;
  border: 1px solid #e85025;
  border-radius: 10px;
  margin: 7px auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  width: fit-content;
}

.btn-default-3:hover {
  background: #fff;
  color: #e85025;
}

.btn-default-4 {
  padding: 10px 15px;
  background-color: #646674;
  border: 1px solid #646674;
  border-radius: 10px;
  margin: 7px auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  width: fit-content;
}

.btn-default-4 a:hover {
  background: #fff;
  color: #646674;
}

.noti-bell {
  width: 11%;
  position: relative;
  margin-left: -200px;
  top: -30px;
}

.org_bg {
  background-color: #e95024;
  padding: 15px 0px;
  border-radius: 10px;
  margin: 0px 25px;
}

.org_bg p {
  color: #fff;
  font-weight: 600;
  margin-top: -30px;
}

.light-grey-bg {
  background-color: #f3f4f5;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 15px;
}

.checkout-new h2 {
  padding: 15px;
  margin-bottom: 0px;
}

.checkout-new h5,
.shipping-info h5 {
  padding: 15px;
  margin-bottom: 0px;
  font-weight: bold;
}

.noti-bell {
  width: 12%;
  position: relative;
  margin-left: -230px;
  top: -30px;
}

.r_pro h5,
.pay-col h5 {
  padding: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

.r_pro p .old {
  text-decoration: line-through;
  color: #e75225;
}

.r_pro p .new {
  color: #e75225;
}

/* New code 11052023 end */

/* New code 31052023 start*/

.modal-body {
  padding: 15px 80px;
}

.modal-dialog {
  margin: 100px auto;
}

.t-1 {
  font-size: 28px;
  padding-bottom: 15px !important;
}

.t-2 {
  font-size: 20px;
}

.noti-bell_pop {
  width: 18%;
  position: relative;
  margin-left: -230px;
  top: -40px;
}

.col-noti2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-noti2 div {
  display: flex;
  padding: 15px 0px;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.col-noti2 img {
  width: 25%;
}

.col-noti2 p {
  color: #E95024;
  font-weight: bold;
  padding-bottom: 0px;
  text-align: center;
  font-size: 30px;
  line-height: 33px;
}

.b-noti2 {
  font-size: 35px;
}

.b-noti3 {
  font-size: 30px;
}

.grey-bg-title {
  background-color: #EDEEF0;
  padding: 20px 10px;
  text-align: center;
  border-radius: 20px;
  width: 80%;
  display: block;
  margin: 10px auto 30px;
}

.grey-bg-title h2 {
  font-weight: bold;
  color: #000;
  padding-bottom: 0px;
}

.col-pro2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #f7591f 30%, #fa9627 30% 35%, #ffe533 30% 60%);
}


.bg-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-align: center;
  margin: 5px 5px;
  padding: 10px 10px;
  border-radius: 8px;
}

.bg-shadow p {
  padding-bottom: 0px;
}

.bg-shadow h3 {
  padding: 5px 0px;
  font-size: 20px;
}

.p_old {
  color: #898989;
  text-decoration: line-through;
  font-size: 15px;
}

.p_new {
  color: #E95024;
  font-size: 18px;
  font-weight: bold;
}

.bg-shadow button,
.referral-package button,
.buy-now button {
  border: 1px solid #E95024;
  /*    border-radius: 0px;*/
  /*remove this new code 12062023*/
  outline: 0;
  display: inline-block;
  width: 100%;
  color: white;
  background-color: #E95024;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  /*    margin-top: 10px;*/
  /*remove this new code 12062023*/
  padding: 10px;
  /* new code 12062023 */
  font-weight: bold;
  /* new code 12062023*/
}

.bg-shadow button img,
.referral-package button img {
  width: 15%;
}

/* New code 31052023 end*/

/* New code 12062023 start*/

.popup-org-content {
  font-size: 20px;
  /* new code 12062023 */
  line-height: 28px;
  /* new code 12062023 */
  font-style: italic;
  /* new code 12062023 */
}

.popup-org-title {
  color: #ffff00 !important;
  margin-top: -50px !important;
  font-weight: bold !important;
  font-style: italic !important;
  line-height: 35px !important;
  padding-bottom: 10px !important;
}

.orange-bg-f {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 70%;
  color: #fff;
  padding: 0px 5px;
  font-weight: bold;
}

.yellow-bg-c {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}

.grey-bg-title p {
  color: #e83f28;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

.yellow-bg-c p {
  font-weight: bold;
}

.package-price {
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #e6e6e6;
}

.alignleft {
  color: #8a8b96;
  float: left;
  padding-bottom: 10px;
  font-weight: 700;
}

.alignright {
  color: #e95e32;
  float: right;
  padding-bottom: 10px;
  font-weight: 700;
}

.package-price h3 {
  color: #e8331a;
  font-weight: bold;
  padding-bottom: 10px;
}

.package-price h3 span {
  font-size: 28px;
}

.sws-p {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.r-img {
  padding-bottom: 20px;
}

.hero-img {
  position: relative;
  width: 100%;
  margin: auto;
}

.card {
  position: relative;
  width: 450px;
  margin: auto;
}

.card-img {
  display: block;
  width: 100%;
}

.wrap1,
.wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 50px;
}

.wrap1 h3 {
  color: #f19f1f;
  text-align: center;
  margin-bottom: 20px;
}

.accordion2.referral {
  background-color: #fef7ec;
  box-shadow: none;
  margin-bottom: 10px;
}

.accordion2.referral:after {
  content: url("../img/new-referral/arrowdown-icon.png");
}

.panel3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.wrap-register {
  text-align: center;
}

.red {
  color: #ed2422;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 15px;
}

.black {
  color: #545454;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}

.orange {
  color: #f19f00;
  font-size: 25px;
  padding-bottom: 15px;
}

.light-red {
  color: #fe5455;
  font-weight: bold;
  padding-bottom: 15px;
}

.selection.referral {
  width: 100%;
}

#areaCode.area-referral,
#dialCode.dial-referral {
  width: 40%;
  background-color: #fff4e9;
  border: none;
  border-radius: 0px;
  margin-right: 0px;
}

.c-number {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  padding: 3px 8px;
  ;
  background: #f15657;
  color: #fff;
  text-align: center;
}

.r-faq h3 {
  text-align: center;
  color: #f19f00;
  font-weight: bold;
  padding-bottom: 15px;
}

.yellow-bg-r {
  background-color: #ffff00;
  border: 1px solid #343434;
}

.referral-package img {
  border: 1px solid #343434;
  border-style: solid solid none solid;
}

.promo-info h3 {
  color: #f19f00;
  padding-bottom: 15px;
}

.promo-info p {
  color: #545454;
  font-style: italic;
  padding-bottom: 15px;
}

.referral-flex1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.referral-flex1 .rfc {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.referral-flex1 img {
  width: 7%;
  padding-right: 10px;
}

.referral-flex1 p {
  color: #f19f00;
  font-size: 40px;
}

.referral-flex1 p span {
  font-size: 45px;
  font-weight: bold
}


.referral-flex1 img.order-icon {
  width: 15%;
  padding-right: 0px;
  padding-left: 20px;
}

.yellow-background {
  background-color: #ffe533;
  position: absolute;
  width: 60%;
  height: 60px;
}

.rfc ul {
  margin-bottom: 0px;
}

.rfc #countdown ul>li span {
  background-color: transparent;
  color: #000;
  font-size: 28px;
}

.package-price h3 span.sws-word {
  color: #343434;
  font-size: 15px;
  font-weight: normal
}

#countdown-bg {
  background-color: #ffe533;
  padding: 10px 0px;
  width: 60%;
}

.org_bg1 {
  background-color: #E95024;
}

.org_bg1 p {
  color: white;
  text-align: center;
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 600;
}

.pro-sold-bg {
  background-color: #fff4e9;
  width: 50%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-around;
}

.pro-sold-bg p {
  font-size: 20px;
  color: #000;
}

.pro-sold-bg img {
  width: 20% !important;
}

.package-btn {
  border: 1px solid #E95024;
  outline: 0;
  display: inline-block;
  width: 100%;
  color: white;
  background-color: #E95024;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  padding: 10px;
  font-weight: bold;

}

.package-btn a {
  color: white;
}


/* New code 12062023 end*/


/* Website New UI 23052024 START */

header {
  z-index: 99;
  width: 100%;
  padding-top: 15px;
  position: relative;
}

.header-space {
  margin-top: 15px;
}

.border-b:after {
  content: "";
  padding: 30px 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

#top-menu.h_tm {
  text-align: end;
}

#top-menu.h_tm>ul>li>a {
  color: #E3461E;
  font-weight: normal;
  padding: 0;
}

#top-menu.h_tm>ul>li {
  padding: 0 10px;
}

/* 05082024 */
.h_country {
  width: 12%;
}

/* 05082024 */
.h_country_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* 08082024 */
.h_country_img_flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* 08082024 */
.h_country_img_flex a{
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 0px !important;
  justify-content: space-between;
}

/* 08082024 */
.h_country_img_flex img{
  width: 60%;
}

/* 05082024 */
.h_country .country-code{
  margin-bottom: 0px !important;
  margin-left: 6px;
  font-size: 12px;
}

/* 05082024 */
.h_country_img_flex .country-code-2{
  margin-bottom: 0px !important;
  font-size: 20px;
  margin-left: 8px;
}



.h_btn {
  background-color: #697E47;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  border: none;
}

.h_login {
  width: 5%;
}

.h_menu.main-menu>nav>ul {
  display: inline-flex;
  margin: 0 auto;
  float: none;
  width: 100%;
  justify-content: space-between;
}

.h_menu.main-menu>nav>ul>li a {
  cursor: pointer;
  pointer-events: auto;
  color: #E3461E;
}

.h_cart {
  width: 5%;
}

.h_cart .cart-info {
  position: relative;
  top: 0;
}

.h_cart .cart-info:hover .cart-hover {
  margin-top: 15px;
}

.h_cart .header-button-price a {
  display: block;
  width: fit-content;
  background-color: #E3461E;
  margin: 25px auto 10px;
  padding: 10px 20px;
  font-size: 14px;
}

.cart-amt {
  position: absolute;
  top: 0;
  font-size: 18px;
}

#top-menu.h_tm>ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}


.h_mobile1 .mean-container a.meanmenu-reveal span {
  background: #E3461E;
  border-radius: 50px;
}

.n_index .carousel-indicators {
  display: none;
}

.i_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.i_cover.slider_h {
  top: -30px;
}

.i_cover .i_item-content {
  position: relative;
  overflow: hidden;
  display: block;
}

.i_cover .i_item-content.slider-info {
  width: 50%;
  margin: 0;
}

/* 05082024 */
.i_item-content.slider-info h1 {
  color: #E75531;
  letter-spacing: 2px;
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Roboto, serif; 
  letter-spacing: 3px; 
  font-style: italic;  
}

.i_item-content.slider-info p {
  line-height: 25px;
  display: block;
  margin: 10px auto 0;
}

.i_item-content.slider-info h3 {
  color: #1F1D1C;
  text-shadow: 2px 2px 4px #3434344f;
  font-family: "Gilda Display", serif;
  margin-top: 10px;
}

.i_item-content.slider-info img {
  width: 6%;
}

.i_slogan-space {
  margin-bottom: 100px;
}

.btn-round {
  background-color: #E95024;
  padding: 10px 30px;
  margin-top: 30px;
  border-radius: 50px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 16px;
}

.btn-round a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

.btn-round a:hover {
  text-decoration: none;
  color: #fff;
}

.btn-border-round {
  background-color: transparent;
  padding: 10px 50px;
  margin-top: 30px;
  border-radius: 50px;
  border: 1px solid #E95024;
}

.btn-border-round a {
  color: #E95024;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
}

.btn-border-round a:hover {
  text-decoration: none;
  color: #E95024;
}

.modal-open .modal.n_pop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: fit-content;
}

.modal.n_pop .modal-body {
  padding: 20px;
}

.modal.n_pop .flaticon-user:before,
.modal.n_pop .flaticon-lock:before {
  margin-left: 0;
}

#loginmodal.modal.n_pop .input-group-addon {
  background: #5836E5;
}

#loginmodal.modal.n_pop .input-group {
  width: 100%;
  margin-bottom: 15px;
}

#loginmodal.modal.n_pop .form-control {
  border: none;
  border-bottom: 1px solid #eee;
}


#loginmodal.modal.n_pop .modal-footer .btn {
  background-color: #E95024;
  border-radius: 50px;
  width: fit-content;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-style: italic;
}

.i_cover .i_item-content.sec-info1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* 09082024 */
.i_cover .i_item-content.sec-info1 h2 {
  font-weight: bold;
  font-family: Open sans, serif;
}

.i_cover .i_item-content.sec-info1 p {
  width: 50%;
  display: block;
  margin: 15px auto 0;
}

.section_tb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec-bg1 {
  border-radius: 10px;
  background-image: url(../img/start-quiz-bg.jpg);
  height: 300px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec2 {
  text-align: center;
}

.sec4 h1,
.sec7 h1 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}

.sec2 h1 {
  font-family: "Gilda Display", serif;
  text-align: left;
  margin-bottom: 25px;
}

.sec2 .product-nav {
  border: none;
  display: flex;
  margin-bottom: 25px;
  flex-wrap: nowrap;
  overflow: scroll;
}

.sec2 .product-nav>li>a {
  background-color: #F2F2F2;
  color: #150906;
  font-weight: normal;
  border-radius: 10px;
}

.sec2 .product-nav>li.active>a {
  background-color: #E95024;
  color: #fff;
}

.sec2 .product-nav>li {
  margin-right: 20px;
  flex: 0 0 auto;
}

.sec2 .product-nav>li:last-child {
  margin-right: 0;
}

.sec2 p {
  padding-bottom: 20px;
}

.grid-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 80px;
}

.container.grid-row:before,
.container.grid-row:after {
  display: none;
}

.i_pro_info,
.sec4 {
  text-align: center;
}

.i_pro_img img {
  margin-bottom: 15px;
  border-radius: 10px;
}

.i_pro_info h3 {
  margin-bottom: 15px;
  font-family: "Gilda Display", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.i_pro_info h3:hover {
  color: #E95024;
  text-decoration: none;
}

.i_pro_info a:hover {
  text-decoration: none;
}

.i_pro_info .pro-ratting i {
  color: #F2CC8F;
  margin-bottom: 10px;
}

.flexi-col {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
}

.sec2_info {
  width: 30%;
}

.i_pro_img {
  position: relative;
}

.sale-tag {
  position: absolute;
  top: 0;
  left: 0;
}

.sale-tag p {
  background-color: #F2CC8F;
  padding: 20px 15px;
  border-radius: 50%;
  font-style: italic;
  margin: 15px;
  color: #000;
}

.i_pro_info {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}

.i_pro .pro-ratting {
  float: none;
  margin-bottom: 10px;
}

.i_pro .pro-price p .new {
  color: #E95024;
  font-style: italic;
}

.i_pro .pro-price p .old {
  text-decoration: line-through;
  color: #aeadae;
}

.a_link {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
}

.i_video {
  height: 500px;
}

.sec3 {
  background-color: #D3DFED;
  text-align: left;
  padding: 50px;
  border-radius: 10px;
}

.flex-row {
  display: flex;
}

.sec3 .flex-row {
  justify-content: space-between;
}

.sec3 .flex-row div {
  width: 47%;
}

.sec3 .flex-row h3 {
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.tab-pro-slider-gallery .owl-nav {
  position: absolute;
  width: 100%;
  left: -10%;
  ;
  display: block !important;
}

.tab-pro-slider-gallery .owl-next,
.tab-pro-slider-gallery .owl-prev {
  position: absolute;
  top: -90px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(21, 9, 6, 0.48);
  color: rgba(21, 9, 6, 0.48);
  width: 36px;
  height: 36px;
  line-height: 30px;
}

.tab-pro-slider-gallery .owl-next:hover,
.tab-pro-slider-gallery .owl-prev:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.tab-pro-slider-gallery .owl-next {
  right: 0%;
}

.tab-pro-slider-gallery .owl-prev {
  right: 50px;
}

.tab-pro-slider-gallery .owl-prev .fa.fa-angle-left,
.tab-pro-slider-gallery .owl-next .fa.fa-angle-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
}

.i_blog {
  margin-bottom: 30px;
}

.i_blog img {
  border-radius: 12px;
}

.i_blog h6 {
  color: #898482;
  padding: 10px 0;
}

.i_blog h3 {
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}

.i_blog p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--f_black-color);
  margin-bottom: 16px;
  text-align: justify;
}

.i_blog a {
  color: #E95024;
  font-style: italic;
  font-size: 18px;
}

.i_blog .fa.fa-arrow-right {
  transform: rotate(320deg);
  margin-left: 5px;
}

.btn-border-round.btn_center {
  display: block;
  margin: 0 auto;
}

.i_cover .i_item-content.sec6_info {
  width: 50%;
  margin: 0;
  text-align: left;
}

.i_item-content.sec6_info h1 {
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 50px;
  font-weight: bold;
}

.i_item-content.sec6_info p {
  color: #fff;
}

/* 09082024 */
.sales_counter{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #E75531;
}
/* 09082024 */
.sales_counter h1{
  font-size: 35px;
  font-family: Open sans, serif;
}
/* 09082024 */
.sales_counter p{
  font-size: 70px;
  background-color: #E75531;
  border-radius: 50px;
  border: none;
  color: white;
  padding: 30px 60px;
}
/* 09082024 */
.sales_counter i{
  font-size: 20px;
  color: #000;
}

.sec7_info h3 {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.sec7_info p {
  padding-bottom: 20px;
}

.subscribe {
  background-image: url("../img/i_get-start-bg.png");
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}

.subscribe_info {
  width: 100%;
  display: grid;
  grid-template-rows: auto 2fr 50px 60px;
  grid-template-columns: 50%;
  justify-content: center;
  align-items: center;
}

.subscribe_info h3 {
  padding-bottom: 10px;
  font-family: "Gilda Display", serif;
  width: 90%;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  font-size: 40px;
}

.subscribe_info p {
  margin-bottom: 15px;
  text-align: center;
}

.subscribe_info button {
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-style: italic;
}

.subscribe_info button a {
  font-size: 12px;
}

.n_fa.footer-area {
  background-color: #F2724C;
  padding-top: 50px;
}

.n_fa.footer-area .flex-row {
  justify-content: space-between;
}

.f_col {
  display: grid;
  width: 100%;
  grid-template-areas: "col-sections col-cs col-media col-logo";
  grid-template-rows: 1fr;
  grid-template-columns: 0.8fr 1.3fr 1.5fr 2fr;
  padding: 30px;
}

.f_col>.col-sections {
  grid-area: col-sections;
}

.f_col>.col-cs {
  grid-area: col-cs;
}

.f_col>.col-media {
  grid-area: col-media;
}

.f_col>.col-logo {
  grid-area: col-logo;
}

.n_fa .footer-logo {
  width: 90%;
}

.n_fa .footer-content h4 {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  color: #F6EAE7;
  font-style: italic;
  font-size: 16px;
}

.f_col1 div p:before {
  content: "";
  display: block;
  width: auto;
  padding: 10px 0;
  border-top: 1px solid #9DABC2;
}

.n_fa .footer-content ul li {
  padding-bottom: 12px;
}

.n_fa .footer-content ul li a {
  font-size: 14px;
  color: rgba(246, 234, 231, 0.7);
}

.n_fa .footer-content img {
  width: 12%;
}

.media_flex {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  justify-content: space-between;
}

.media_flex a {
  width: 50%;
  margin-bottom: 10px;
}


.n_fa .footer-content .media_flex img {
  width: 70%;
}

.i_cover .flex-col {
  justify-content: flex-start;
}

/*Vertical Flip*/
.verticalFlip {
  display: inline;
  /*	text-indent: 8px;*/
}

.verticalFlip span {
  animation: vertical 16s infinite;
  -ms-animation: vertical 16s infinite;
  -webkit-animation: vertical 16s infinite;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.verticalFlip span:nth-child(1) {
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.verticalFlip span:nth-child(2) {
  animation-delay: 4s;
  -ms-animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.verticalFlip span:nth-child(3) {
  animation-delay: 8s;
  -ms-animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

.verticalFlip span:nth-child(4) {
  animation-delay: 12s;
  -ms-animation-delay: 12s;
  -webkit-animation-delay: 12s;
}


/*Vertical Flip Animation*/
@-moz-keyframes vertical {
	0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  37.5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes vertical {
   0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  37.5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes vertical {
 0% {
    opacity: 0;
  }

  12.5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  37.5% {
    opacity: 0;
    -webkit-transform: rotateX(180deg);
  }

  100% {
    opacity: 0;
  }
}

/* 05082024 */
.slogan-title {
  color: #E75531;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Roboto, serif;
  text-align: center;
  width: 100%;
}


.sec3-bg {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;

  background-image: url("../img/i_bg-2left.png"), url("../img/i_bg-2right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0% 50%, 100% 50%, center;
}

.flexi_3col {
  display: flex;
  flex-wrap: nowrap;
}

.flexi_3col div {
  flex: 1 1 0;
}

.flexi_3col h1 {
  font-family: "Gilda Display", serif;
  margin-bottom: 35px;
}

.cols_info {
  border-top: 1px solid #E0DBD9;
  width: 100%;
}

.cols_info th {
  font-family: "Gilda Display", serif;
  color: #E95024;
  width: 30%;
  background-color: transparent;
  font-size: 35px;
  font-weight: normal;
}

.cols_info td {
  padding: 10px 0;
}

.cols_info h6 {
  font-style: italic;
  padding-bottom: 5px;
}

.cols_info tr {
  border-top: 1px solid #E0DBD9;
  border-bottom: 1px solid #E0DBD9;
}

.last-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.last-col .btn-round {
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-style: italic;
  margin-top: 30px;
}

.last-col .btn-round a {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

.last-col .btn-round a:hover {
  text-decoration: none;
}

.i_title {
  font-family: "Gilda Display", serif;
  margin-bottom: 20px;
}

.i_pro-slider .owl-nav {
  position: absolute;
  top: -60px;
  margin-top: 0;
}

.i_pro-slider .owl-nav>div {
  background-color: #fff;
  color: rgba(21, 9, 6, 0.48);
  border: 1px solid rgba(21, 9, 6, 0.48);
  border-radius: 50px;
}

.i_pro-slider .owl-nav .fa-arrow-right::before,
.i_pro-slider .owl-nav .fa-arrow-left::before,
.tab-pro-slider-gallery .owl-nav .fa-arrow-right::before,
.tab-pro-slider-gallery .owl-nav .fa-arrow-left::before {
  font-size: 14px;
}

.i_pro-slider .owl-nav .owl-next:hover,
.i_pro-slider .owl-nav .owl-prev:hover {
  color: #000;
  border: 1px solid #000;
}

.sec_info4 img {
  width: 15%;
  margin-bottom: 15px;
}

.sec_info4 h3 {
  font-family: "Gilda Display", serif;
  margin-bottom: 10px;
}

.sec_info4 {
  margin-bottom: 50px;
}

.grey_bg {
  background-color: #F8F8F8;
}

.i_title.st {
  width: 40%;
}

.i_story {
  display: grid;
  width: 100%;
  grid-template-areas:
    "s-content s-img"
    "s-ratting  s-img";
  grid-template-rows: 3fr 1fr;
  grid-template-columns: 2fr 1fr;
  padding: 30px;
}

.i_story>.story-content {
  grid-area: s-content;
  text-align: left;
  margin-right: 50px;
}

.i_story>.story-ratting {
  grid-area: s-ratting;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 50px;
}

.i_story>.story-img {
  grid-area: s-img;
  width: 100%;
}

.story-ratting .pro-ratting i {
  color: #F2CC8F;
}

.i_faq-content {
  padding: 80px
}

.accordion_style .panel2,
.accordion_style .active2,
.accordion_style .accordion2:hover {
  background-color: transparent;
  box-shadow: none;
}

.accordion_style .accordion2 {
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  background-color: transparent;
  box-shadow: none;
  border-top: 1px solid #E0DBD9;
  font-family: "Gilda Display", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion_style .panel2 {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: none;
}

.accordion_style .accordion-wrap {
  padding: 10px 20px;
}

.i_faq .i_title {
  padding-bottom: 60px;
}

.accordion_style .accordion2 span {
  display: inline-block;
}

.accordion_style .accordion2 .text {
  width: 90%;
}

.accordion_style .accordion2 .sign {
  background-color: white;
  color: black;
  border-radius: 50%;
  padding: 5px;
  transition: background-color 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.accordion_style .accordion2.active2 .sign {
  background-color: #000;
  color: #fff;
}


.accordion_style .accordion2:after {
  content: none;
}

.accordion_style .active2:after {
  content: none;
}

.footer-content p {
  color: rgba(246, 234, 231, 0.7);
}

.searchbox-wrap {
  display: flex;
  margin-top: 20px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.searchbox-wrap input {
  flex: 1;
  padding: 10px 20px;
  font-size: 1.1em;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  box-shadow: none;
  border: none;
  background-color: #DB5D38;
  color: #F6EAE7;
}

.searchbox-wrap button {
  padding-right: 5px;
  background-color: #DB5D38;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  cursor: pointer;
}

.searchbox-wrap button span {
  padding: 15px 30px;
  font-weight: 300;
  color: #fff;
  background-color: #BB3F1C;
  border-radius: 50px;
  font-style: italic;
}

.searchbox-wrap button span:hover {
  background-color: #d6121f;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}

.searchbox-wrap input::placeholder {
  color: rgba(246, 234, 231, 0.7);
}

.f_sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f_sub p {
  font-size: 14px;
  color: rgba(246, 234, 231, 0.7);
}

.f_sub img {
  width: 40%;
}


/*Ecom Page / Product Details */
.ecom-page .tabs-list>li.active>a,
.ecom-page .tabs-list>li>a:hover {
  border: 1px solid #e75025;
}

.ecom-page {
  padding: 0px 20px 20px;
}

.ecom-page .prod {
  padding: 0px 0px 20px;
  border-bottom: none;
}

.ecom-page .prod h1 {
  font-family: "Gilda Display", serif;
}

.ecom-page .pro-ratting {
  text-align: left;
  float: none;
  margin-bottom: 20px;
}

.ecom-page .pro-ratting i {
  color: #F2CC8F;
}

.ecom-page h4 {
  float: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ecom-page p {
  margin-bottom: 10px;
  color: var(--f_black-color);
}

.ecom-page .prod img {
  width: 10%;
  height: 100%;
  margin-right: 10px;
}

.ecom-page .prod .shipping_info{
	display: flex; 
	align-items: normal;
}

.ecom-page .p_ship {
  color: var(--f_black-color);
}

.payment-selection li {
  color: #000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.payment-selection li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.payment-selection li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.payment-selection li .check {
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 38px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}


.payment-selection li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.payment-selection input[type=radio]:checked~.check {
  border: 1px solid #E95024;
  z-index: 9;
}

.payment-selection input[type=radio]:checked~.check::before {
  background: #E95024;
}

.payment-selection input[type=radio]:checked~label {
  color: #000;
  background-color: #f8f8f8;
  border-radius: 12px;
}

.pro_sub-info h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}

.pro_sub-info a {
  color: #E95024;
}

.pro_sub-info .fa.fa-arrow-right {
  transform: rotate(320deg);
  margin-left: 5px;
}

.pro_sub-price .new {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  text-align: end;
  margin-bottom: 0;
}

.pro_sub-price .old {
  color: rgba(21, 9, 6, 0.3);
  text-align: end;
}

.ecom-page .quantity3 {
  background-color: #f8f8f8;
  border-radius: 50px;
  padding: 0px 10px;
}

.ecom-page .cart-plus-minus .qtybutton,
.ecom-page .prod .quantity3 .cart-plus-minus input {
  background-color: transparent;
}

.ecom-page .prod .quantity3 .cart-plus-minus input {
  font-family: "Gilda Display", serif;
}

.ecom-page .cart-btn input {
  width: 100%;
  margin-bottom: 0;
  border-radius: 50px;
  background-color: #e75025;
  color: #fff;
  font-style: italic;
}

.ecom-page .cart-btn input:hover {
  background-color: #fff;
  color: #e75025;
  transition: 0.2 ease;
}

.ecom-page .prod .quantity3 .cart-plus-minus input,
.ecom-page .prod .quantity3 .cart-plus-minus .qtybutton {
  height: 50px;
  line-height: 50px;
}

.ecom-page .prod .quantity3 .cart-plus-minus input {
  width: 50%;
}

.ecom-page .prod .quantity3 .cart-plus-minus .qtybutton {
  width: 25%;
}

.ecom_list {
  width: 50%;
}

.ecom_list li {
  list-style-type: disc;
}

.ecom-page .accordion_style .accordion2 .text {
  font-family: "ABeeZee", sans-serif;
  font-size: 20px;
}

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


.pro_grid-col {
  width: 100%;
  display: grid;
  grid-template-areas: "pro-sec_info pro-sec_img";
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.pro_grid-col>.pro-sec_img {
  grid-area: pro-sec_img;
}

.pro_grid-col>.pro-sec_info {
  grid-area: pro-sec_info;
  position: relative;
}

.pro_grid-col .i_cover {
  width: 50%;
  padding: 0 100px;
}

.pro-sec_info {
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  position: absolute;
}

.pro-sec_info h1 {
  font-family: "Gilda Display", serif;

}

/* Website New UI 23052024 END */


/* Dashboard 10062024 */
.breadcrumb a {
  color: #000;
}

/* .dash_grid{
	display: grid;
    width: 100%;
    grid-template-areas:
        "d_sidemenu d_boxs"
        "d_support d_boxs";
    grid-template-rows: 3fr 1fr;
    grid-template-columns: 1fr 3fr;
	column-gap: 30px;
}

.dash_grid > .d_sidemenu {
    grid-area: d_sidemenu;
    text-align: left;
    margin-right: 50px;
}

.dash_grid > .d_support {
    grid-area: d_support;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 50px;
	width: 100%;
	margin-bottom: 16px;
}

.dash_grid > .d_boxs {
    grid-area: d_boxs;
    width: 100%;
}  */

.d_flex dashboard_s {
  justify-content: center;
}

.d_boxs {
  width: 75%;
}

.d_sidemenu {
  width: 25%;
}

.d_flex.dashboard_two-col {
  justify-content: space-between;
  gap: 0;
}

.d_support {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dash-side-nav li a {
  color: #000;
}

.dash-side-nav li a:hover {
  color: #E95024;
}

.side_icon {
  display: flex;
  align-items: center;
}

.side_icon span {
  margin-left: 10px;
}

.side_icon svg path {
  fill: none;
  stroke: #000;
}

.dash-side-nav li a .side_icon svg:hover path {
  fill: none;
  stroke: #E95024;
}

.nav.dash-side-nav>li>a:focus,
.nav.dash-side-nav>li>a:hover {
  background-color: transparent;
}

.arrow-link {
  color: #E95024;
}

.arrow-link:hover {
  color: #E95024;
}

.arrow-link .fa.fa-arrow-right {
  transform: rotate(320deg);
  margin-left: 5px;
}

.arrow-link span {
  color: rgba(21, 9, 6, 0.7);
  font-size: 12px;
}

.arrow-link span:hover {
  color: #E95024;
}

.d_grid {
  display: grid;
  width: 100%;
  grid-template-areas:
    "num-order total-amt bonus-point";
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.d_grid>.num-order {
  grid-area: num-order;
}

.d_grid>.total-amt {
  grid-area: total-amt;
}

.d_grid>.bonus-point {
  grid-area: bonus-point;
}


.icon-title {
  display: flex;
  align-items: center;
}

.icon-title p {
  padding-left: 5px;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
}

.two-col_profile {
  width: 100%;
  display: flex;
}

.two-col_profile p {
  width: 50%;
}

.light-pink-box {
  background-color: #FFF5F3;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

/* .light-pink-box2{
	background-color: #FFF5F3;
	padding: 8px 24px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 2px solid #EDEDED;
}

.light-pink-box2 p{
	margin-bottom: 0;
	color: rgba(21, 9, 6, 0.7);
	font-size: 12px;
} */

.p_top {
  padding: 24px 24px 0;
}

.p_bottom {
  border-top: 2px solid #EDEDED;
  padding: 8px 24px 24px;
}

.p_bottom p {
  color: rgba(21, 9, 6, 0.7);
  font-size: 12px;
  margin-bottom: 0;
}

.light-grey-box {
  background-color: #F8F8F8;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
}

/* new code 05082024 */
.light-pink-big-box {
  background-color: #FFF5F3;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
}

.org-text {
  color: #E95024;
  font-family: "Gilda Display", serif;
  font-size: 42px;
  margin-top: 8px;
  margin-bottom: 0;
}

.rm_size {
  font-size: 25px;
}

.d_flex {
  display: flex;
  gap: 16px;
}

.mb-box {
  margin-bottom: 16px;
}

.icon-title.title-between {
  justify-content: space-between;
  margin-bottom: 24px;
}

.two_rows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
}

.orders-status .o_name {
  width: 40%;
}

.orders-status .o_status {
  width: 50%;
}

.orders-status .o_price {
  width: 10%;
}

.o_status p {
  background-color: #fff;
  width: fit-content;
  padding: 0px 8px;
  font-size: 12px;
  margin-bottom: 0px;
  border-radius: 100px;
}

.green-dot {
  color: #22C55E;
}

.grey-dot {
  color: #ADADAD;
}

.red-dot {
  color: #EF4444;
}

.orders-status tr td {
  padding-bottom: 10px;
}

.circle-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.circle-group {
  transform: rotate(-90deg);
  transform-origin: center;
}

.round_bg {
  fill: none;
  stroke: rgba(233, 80, 36, 0.1);
  /* Light red color */
  stroke-width: 8;
}

.round_fg {
  fill: none;
  stroke: #E95024;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0 999;
  transition: stroke-dasharray 1s ease-in-out;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.percent-text {
  font-size: 32px;
  color: black;
  font-family: "Gilda Display", serif;
}

.label-text {
  font-size: 14px;
  color: rgba(21, 9, 6, 0.5);
}

.grey_text {
  color: rgba(21, 9, 6, 0.5);
}

/* 05082024 */
#countdown_dashboard {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0.2em 0em;
  border-radius: 0.3em;
  color: #E95024;
  font-size: 35px;
}

.dash_progress-container {
  box-shadow: 0 4px 5px rgb(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.dash_progress-container,
.dash_progress {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  height: 15px;
  width: 100%;
  border-radius: 50px;
}

.dash_progress {
  background-color: #f2724c;
  width: 0;
  transition: width 0.4s linear;
}

.font-progress {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.light-pink-box.three-col {
  padding: 24px;
}

.three-col {
  width: 33.33%;
}

.dash_message {
  margin-bottom: 10px;
}

.message-title {
  margin: 0;
}

.message-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product List Hide Filter In Mobile View start  */
.sidebar-wrapper {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.sidebar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 998;
  /* Make sure it's behind the sidebar but above other content */
  display: none;
  /* Initially hidden */
}

.sidebar-menu ul {
  padding-left: 0px;
}

.sidebar-menu ul li {
  margin-bottom: 15px;
}

.sidebar-menu ul li a {
  color: #000;
}

.sidebar-menu li a:hover {
  color: #E95024;
}

#myChart {
  width: 100% !important;
}


/* Show sidebar on larger screens */
@media screen and (min-width: 990px) {
  .sidebar-wrapper {
    display: block;
    left: 0px;
    position: sticky;
    top: 0;
    float: left;
    overflow-y: hidden;
    height: 100vh;
    width: 100%;
    z-index: 1;
  }

  .page-wrapper.toggled .page-content {
    padding-left: 250px;
  }

  #show-sidebar {
    display: none;
  }
}

/* Product List Hide Filter In Mobile View end  */

/* Cart */

.c_col1 {
  width: 60%
}

.c_col2 {
  width: 35%
}

.cart_grid {
  display: grid;
  width: 100%;
  grid-template-areas: "c_pro-img title-price remove-pro"
    "c_pro-img quantity_calc total-price";
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 16px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 16px;
}

.cart_grid>.c_pro-img {
  grid-area: c_pro-img;
}

.cart_grid>.title-price {
  grid-area: title-price;
}

.cart_grid>.remove-pro {
  grid-area: remove-pro;
  text-align: center;
}

.cart_grid>.quantity_calc {
  grid-area: quantity_calc;
}

.cart_grid>.total-price {
  grid-area: total-price;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_grid:after {
  content: "";
  padding-top: 16px;
}

.cart-info h3 {
  margin-top: 0;
}

.total-cart {
  background-color: #f8f8f8;
  border-radius: 50px;
  padding: 10px;
  width: fit-content;
}

.total-cart .fa.fa-minus,
.total-cart .fa.fa-plus {
  color: #353895;
  margin: 0px 15px;
  color: #636363;
}

.total-cart input {
  border: none;
  background-color: transparent;
}

.title-price h4,
.total-price h4 {
  margin-top: 0;
}

.total-price h4 {
  color: #E95024
}

.remove-pro .fa.fa-trash-o {
  color: rgba(21, 9, 6, 0.5);
}

.view-summary {
  background-color: #F8F8F8;
  padding: 24px;
  border-radius: 12px;
}

.view-summary h3 {
  margin: 0 0 15px;
}

/* 13092024 start*/
.pwp-title{
  color: #E95024;
  margin: 0px 0px 15px;
}

.pwp-orange {
  background-color: #FFF5F3;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 16px;
}

/* 23092024 start code */
.pwp-grid {
  display: grid;
  grid-template-areas:
    "pwp-img pwp-title pwp-title"
    "pwp-img . pwp-btn";
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 12px;
}
/* 23092024 end code */

.pwp-img {
  grid-area: pwp-img;
}

.pwp-desc {
  grid-area: pwp-title;
}

.pwp-desc h4{
  margin: 0 0 0 0;
}

/* 23092024 start code */
.pwp-desc p{
  color: #E95024;
  font-size: 18px;
  margin: 2px 0px 0px 0px;
}
/* 23092024 end code */

.pwp-btn {
  grid-area: pwp-btn;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.pwp-btn :hover{
  color: #E95024;
  background-color: #fff;
  border: 1px solid #E95024;
}


.pwp-btn-org {
  background-color: #E95024;
  padding: 6px 12px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  color: #ffffff;
}

/* 13092024 end*/

.bottom-line {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px;
}

.bottom-line:after {
  content: "";
  display: block;
  padding: 10px 0 0;
}

.c_checkbox {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 6px;
}

.c_checkbox label {
  display: block;
  padding-left: 20px;
  text-indent: -20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.c_checkbox input {
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: relative;
  *overflow: hidden;
}

.coupon-flex,
.coupon-flex span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-flex span svg {
  margin-right: 15px;
}

.coupon-flex span {
  font-size: 15px;
}

.coupon-flex .fa.fa-close {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 10px;
  color: rgba(21, 9, 6, 0.7);
  border-radius: 50%;
  font-size: 12px;
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 9, 6, 0.7);
}

.save-price p {
  color: #E95024;
}

.coupon-code {
  display: flex;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.coupon-code input, .coupon-code select {
  flex: 1;
  padding: 10px 20px;
  font-size: 1.1em;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  box-shadow: none;
  border: 1px solid #EDEDED;
  border-right-color: transparent;
  background-color: #fff;
  color: #333;
  width: 70%;
}

.coupon-code input::placeholder {
  color: rgba(21, 9, 6, 0.5);
  font-weight: normal;
  font-size: 12px;
}

.coupon-code button {
  padding-right: 5px;
  background-color: #fff;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #EDEDED;
  border-left-color: transparent;
  cursor: pointer;
}

.coupon-code button span {
  padding: 10px 20px;
  font-weight: 300;
  color: #fff;
  background-color: #E95024;
  border-radius: 50px;
  font-style: italic;
}

.coupon-code button span:hover {
  background-color: #d6121f;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}

.coupon-code button .buy-for-search,
.coupon-code button .buy-for-search:hover {
  background-color: transparent;
  border: none;
  color: #333;
  border-radius: 0;
  box-shadow: none;
}

.select-buy button {
  display: block;
  margin: 0 auto;
}

.all_total {
  width: 100%;
}

.all_total tr th {
  width: 30%;
  background-color: transparent;
  font-weight: normal;
  padding-bottom: 10px;
  color: rgba(21, 9, 6, 0.7);
}

.all_total tr td {
  width: 30%;
  text-align: end;
  padding-bottom: 10px;
}

.all_total tr .grand-total {
  color: #E95024;
  font-weight: bold;
  font-size: 18px;
}

/* Checkout 1 */

.checkout_grid {
  display: grid;
  width: 100%;
  grid-template-areas:
    "c_pro-img checkout_pro-title checkout_pro-title"
    "c_pro-img checkout_pro-quantity checkout_pro-price";
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 16px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 16px;
}

.checkout_grid>.c_pro-img {
  grid-area: c_pro-img;
}

.checkout_grid>.checkout_pro-title {
  grid-area: checkout_pro-title;
  margin-bottom: 10px;
}

.checkout_grid>.checkout_pro-quantity {
  grid-area: checkout_pro-quantity;
}

.checkout_grid>.checkout_pro-price {
  grid-area: checkout_pro-price;
  margin: 0;
}

.checkout_grid:after {
  content: "";
  padding-top: 16px;
}

.checkout_pro-title h4 {
  margin-top: 0;
}

.checkout_pro-quantity p {
  color: rgba(21, 9, 6, 0.7);
}

.checkout_pro-price p {
  font-weight: normal;
}

.modal-open .modal {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: fit-content;
}

#order-summary-Modal .modal-body {
  max-height: calc(105vh - 130px);
  overflow-y: auto;
  width: 100%;
  padding: 15px;
}

#order-summary-Modal .modal-header {
  padding: 5px 10px;
}

.bill-info .add-add {
  background-color: #FFF5F3;
  border: 1px solid rgb(232 80 37 / 50%);
  color: #e85025;
  border-radius: 50px;
}

.bill-info .edit-add {
  background-color: #fff;
  border: 1px solid rgb(232 80 37 / 50%);
  color: #e85025;
  border-radius: 50px;
}

.place-order .all_total {
  width: 50%;
  float: right;
}

.p_title {
  margin-top: 0;
  color: #333;
}

.left_menu {
  width: 25%;
  background-color: #F8F8F8;
  padding: 24px;
  border-radius: 12px;
  height: fit-content;
}

.left_menu a li {
  color: #465560;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
}

.left_menu a:hover,
.left_menu a li:focus {
  text-decoration: none;
}

.left_menu a li:hover,
.left_menu a li:focus {
  color: #e85025;
}

.right_content {
  width: 70%;
  text-align: justify;
  color: #666;
}

.two-col_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.site-navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 2px;
  background-color: #e85025;
  display: block;
  transition: .3s;
  border-radius: 50px;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-7px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(5px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.row.ba_none:after,
.row.ba_none:before {
  display: none;
}

.lowercase-roman {
  list-style-type: lower-roman;
}

.lowercase-roman li {
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 15px;
}

.table_faq {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  height: 120px;
  margin: 15px 0;
}

.table_faq tr {
  height: 24px;
}

.table_faq tr th {
  background-color: transparent;
  text-align: center;
  border: 1px solid #eee;
}

.table_faq tr td {
  border: 1px solid #eee;
  width: 50%;
  height: 24px;
}

/* Dashborad  > Profile */

.table.acc-table th {
  width: 35%;
  color: #6c757d;
  background-color: transparent;
  font-weight: normal;
  padding-left: 0;
}

.table.acc-table td,
.table.acc-table th {
  border: none;
}

.link-t {
  color: #0a58ca;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
}

.link-t:hover {
  color: #E3461E;
}

.svg-icon.acc-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 3rem;
}

.acc-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
}

.acc-flex h4 {
  font-weight: bold;
}

.acc-flex div {
  padding: 16px 24px;
  border-radius: 12px;
}

.light-pink_cont {
  width: 100%;
  background-color: #FFF5F3;
}

.light-grey_cont {
  width: 100%;
  background-color: #F8F8F8;
}

.mailing-info,
.beneficiary-info {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}

.banking-info {
  background-color: #FFF5F3;
  margin-bottom: 20px;
}

.profile-name {
  padding: 0 !important;
  color: #e85025;
  margin-bottom: 24px;
}

.profile-name p {
  font-style: italic;
}

.edit-col2 {
  width: 100%;
  padding: 0 !important;
}

.acc-table .col-form-label {
  font-weight: normal;
}

.fit-btn {
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-style: italic;
}

.fit-btn a {
  font-size: 12px;
}

.column-two {
  display: flex;
  justify-content: space-around;
}

.select-buy-for p {
  padding-bottom: 0;
  ;
}

.select-buy-for .payment-selection li .check {
  width: 16px;
  height: 16px;
  top: 14px;

}

.select-buy-for .payment-selection li .check::before {
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
}

.select-buy-for .payment-selection li label {
  padding: 10px 25px 0px 80px;
  margin: 0 auto;
}

.grey-tl {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

.grey-tl::before,
.grey-tl::after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 45%;
}

.grey-tl::before {
  right: 0.5em;
  margin-left: -50%;
}

.grey-tl::after {
  left: 0.5em;
  margin-right: -50%;
}

.orange-link a {
  color: #E95024;
  font-style: italic;
  font-weight: 500;
}

.input-group-addon {
  border-radius: 0 !important;
}

.checkout-info-flex {
  display: flex;
  margin-bottom: 5px;
}

#data_2 {
  margin-bottom: 10px;
}

.delivery-info .payment-selection li label {
  padding: 10px 25px 1px 50px;
  margin: 0 auto;
}

.delivery-info .payment-selection li .check {
  top: 15px;
}

.ap_bonus h4 {
  margin: 4px auto;
  color: #545454;
}

.ap_bonus p {
  color: #9B9795;
  margin-bottom: 0px;
}

.ap_bonus h3 {
  display: flex;
  margin: 5px auto 0;
  font-size: 42px;
}

.ap_bonus h3 span {
  color: #9B9795;
  padding-right: 10px;
  font-size: 12px;
}

.white-box {
  background-color: #fff;
  padding: 16px 24px;
  margin: 10px 0;
}

.wallet-icon {
  text-align: center;
  width: 25%;
}

.wallet-icon p {
  color: #333;
}

.wallet-icon p:hover {
  color: #E95024;
}

/* #year { */
/*   width: 65%; */
/*   border: none; */
/*   padding: 3px 15px; */
/*   border-radius: 50px; */
/*   height: fit-content; */
/* } */

.doc-download {
  width: 100%;
}

.doc-download tr th {
  width: 80%;
  background-color: transparent;
  font-weight: normal;
  padding-bottom: 10px;
}

.doc-download tr td {
  width: 20%;
}

.doc-download tr th a,
.doc-download tr td a {
  color: #333;
}

.doc-download tr th a:hover,
.doc-download tr td a:hover {
  color: #E95024;
}

/* ap_total-bonus */

.table.bonus-table th {
  width: 35%;
  color: #6c757d;
  background-color: transparent;
  font-weight: normal;
  padding-left: 0;
}

.table.bonus-table td,
.table.bonus-table th {
  border: none;
}

.table.bonus-table .org-bold th,
.table.bonus-table .org-bold td {
  color: #E95024;
  font-weight: bold;
  font-size: 18px;
}

/* Notification */
.notification-box {
  padding: 16px 24px;
  border-radius: 12px;
}

.notification-content {
  margin-bottom: 20px;
}

.notification-content::after {
  content: "";
  display: block;
  border-bottom: 1px solid #e7ebf0;
  padding: 5px 0;
}

.notification-content:last-child {
  margin-bottom: 0;
}

.notification-content:last-child::after {
  border-bottom: none;
}

.notification-content p {
  margin-bottom: 0;
}

.grey-time {
  color: #999999;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* Quiz Result */


/* .sec3-bg {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-image: url(../images/i_bg-2left.png), url(../images/i_bg-2right.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0% 100%, 100% 0%, center;
  background-size: contain;
  height: 100vh;
} */

.sec3-bg.quiz-bg {
  background-size: contain;
  height: 100vh;
}

.quiz_hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  font-family: "ABeeZee", sans-serif;
}

.quiz_hero-text h1 {
  color: #E95024;
  font-family: "Gilda Display", serif;
}

.quiz_flex-row {
  display: flex;
  justify-content: space-between;
}

ol.list-type {
  list-style-type: lower-roman;
  width: 100%;
  padding-left: 15px;
}

/* Latest News */

.news-listing .i_blog {
  width: 30%;
}

.container-title {
  text-align: center;
  position: relative;
  height: 135px;
}

.updates {
  font-size: 7em;
  font-weight: bold;
  color: rgba(233, 80, 36, 0.2);
}

.latest-news {
  font-size: 2.5em;
  color: #FF6347;
  /* Tomato color */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  letter-spacing: 5px;
}

.latest-news::before,
.latest-news::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-top: 2px solid #333;
}

.latest-news::before {
  top: -5px;
}

.latest-news::after {
  bottom: -5px;
}

.news-list-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  margin-bottom: 20px;
}

.news-list-title p {
  margin-bottom: 0;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

.news-content {
  width: 75%;
  padding-right: 25px;
}

.news-menu {
  width: 23%;
  padding-left: 25px;
}

.news-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.news-border {
  flex: 1 1 auto;
  position: relative;
}

.news-border+.news-border {
  border-left: 1px solid #EDEDED;
}

.news-menu h3 {
  margin-top: 0;
}

.blog-list {
  margin-bottom: 30px;
  width: 100%;
}

.news-head-title {
  margin-top: 0;
}

.news-content img {
  margin-bottom: 20px;
}

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

.news-grey-text {
  font-weight: normal;
  color: #666;
  margin-bottom: 20px;
}

.news-menu ul li {
  margin-bottom: 15px;
}

.news-menu .site-navbar ul li {
  justify-content: left;
}

.news-menu ul li a {
  text-align: left;
  color: #333;
}

.news-menu ul li a:hover {
  color: #E3461E;
}

.news-menu .site-navbar {
  flex-direction: column;
  align-items: flex-start;
}

/* Cart Popup Message */

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

/* Affiliate Program new code 05082024*/
.table.acc-table-pink{
  background-color: white;
  width: 100%;
  height: 100%;
}

/* 05082024 */
.table.acc-table-pink tr:nth-child(even){
  background-color: #e8eaf1;
}

/* 05082024 */
.table.acc-table-pink th {
  width: 10%;
  color: #6c757d;
  background-color: #d9dadc;
  font-weight: normal;
}

.table.acc-table-pink td,
.table.acc-table-pink th {
  border: none;
}

/* 05082024 */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #f79c80;
}

/* 05082024 */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 12px;
  transition: 0.3s;
  font-size: 17px;
  color: #E95024;
}

/* 05082024 */
.tab button:hover {
  color: #E95024;
  background-color: #fff;
}

/* 05082024 */
.tab button.active {
  color: #fff !important;
  background-color: #E95024;
}

/* 05082024 */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/* 05082024 */
.tabcontent h3{
  margin-top: 10px;
}

/* 05082024 */
.gdb_rank{
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  margin-top: 10px;
  justify-content: space-around;
  align-items: center;
  border-top: 2px solid #EDEDED
}

/* 05082024 */
.gdb_rank h5{
  margin: 0;
}

/* 05082024 */
.gdb_rank p{
  margin: 0;
  font-size: 12px;
}

/* new code 04122024 */
.gdb-bonus-desc p{
  color: #E95024;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 12px;
}


.gdb-bonus-desc-flex{
  display: flex;
}
/* end of new code 04122024 */

/* new code 01152025 */



.html5buttons {
  float: right;
}
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}

 
 .dt-button:hover {
 	background-color: #eaeaea !important;
    border-color: #ccc !important;
    color: #333 !important;
}

#sponsor-table thead td {
    padding: 8px 20px;         /* Adjust padding */
}
    
#sponsor-table thead th:nth-child(3),  /* Name column */
#sponsor-table tbody td:nth-child(3) {
    width: 5%;
 }

#share {
    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;
    margin-left: 10px;
}

