/*!
 * CSS Developed by: Shaklee Products Malaysia
 * Created Date: 15 Nov 2018
 */

body {
  padding-top: 0px;
  /*font-family: Helvetica, Arial, sans-serif;
  font-family:'PTSansRegular', Arial, Helvetica, sans-serif;*/
	
  font-family:  "Open Sans", Arial, Helvetica, sans-serif, "Microsoft Yahei","微软雅黑", STXihei, "华文细黑" !important; 
  font-size: 15px;
  color: #333333;
  background-color: #f8f7f5;
	
  -webkit-overflow-scrolling: touch;

}

@media (min-width: 992px) {
  body {
    padding-top: 0px; /*Kim edit from 54px to 0px*/
  }
}

.carousel-item {
  height: auto; /*65vh*/
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin:auto;
  width:100%;
  text-align: center;
}

.portfolio-item {
  margin-bottom: 30px;
}


/* ===== Top Bar  ====== */
.topBar{
	background-color: #5d9732; 
	/*height: 35px;*/
}

.topBar-xs{
	background-color: #487a20;
	height: 30px;
	margin-top:-5px;
}


.top-country{
	display: inline-block;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.top-country .dropdown-menu {
	left: -15px;
    min-width: 120px;
}

.top-country .dropdown-menu > li > a:focus{
	text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.top-country a{
	color: #ffffff;
}

.top-country li {
	border-bottom: solid 1px #CCCCCC;
}
.top-country li a{
	color: #999999;
	padding: 5px 15px;
	font-size: 13px;
}


.top-lang{
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	vertical-align: top;
}

.top-lang a{
	color: #ffffff;
}

.top-lang a:hover{
	color: #dddddd;
	text-decoration: none;
}

.top-lang .current a{
	color: #4F4F4F;
}


.top-cs{
	margin-right: 15px;
	margin-top:2px;
	color: #ffffff;
	font-size: 15px;
}

.top-cs a, .top-cs a:hover{
	color:#FFFFFF;
}

@media (min-width: 320px) and (max-width: 576px){
	.top-cs{
		margin-top:0px;
		color: #ffffff;
		font-size: 14px;
		word-wrap: break-word;
	}
	
	.top-lang{
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	vertical-align: top;
    }
	
	
}

.top-login, .top-login a{
	color: #ffffff;
	font-size: 13px;
	font-weight:600;
}

.top-login a:hover{
	color: #dddddd;
	font-size: 13px;
	font-weight:600;
	text-decoration:none;
}

.top-login{
	color: #ffffff;
	font-size: 15px;
	font-weight:600;
}

.top-cs-xs{
	text-align: center;
	padding-top:4px;
	color: #ffffff;
	font-size: 15px;
}


/* ===== Search Bar  ====== */

.searchBar{
	/*height:65px;*/
	background-color: #FFFFFF; 
}

.top-logo{
	padding: 5px;
    position: relative;
    z-index: 9;
    background: #fff;
}

.top-logo img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
  }

.top-search{
    padding: 8px;
    border: solid 0px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.top-search input-group{
    border: 1px solid #919295;
    box-shadow: none;
	padding-left: 20px; 
	border-radius: 40px;
}



.top-search .btn_search{
	margin-left: -50px; 
	z-index: 3; 
	border-radius: 0px; 
	background-color: transparent; 
	border:none;
}


.top-icons{
	display: inline;
	float: right;
	position: relative;
}

.top-icons .icons_img{
	padding: 5px;
	text-align: center;
	position: relative;
}

.top-icons .icons_img a.nav-link { /* Overwrite Bootstrap */
    display: block;
    padding: 0;
}

.top-icons .icons_txt{
	font-size: 15px;
	color: #5d9732;
	text-align: center;
	
}

.top-icons ul li{
	padding-left:1px;
	padding-right:1px;
}

@media (min-width: 200px) and (max-width: 365px){
	.top-icons .icons_txt{
	font-size: 14px;
	color: #5d9732;
	text-align: center;
	
	}
	.top-icons ul li{
	padding-left:0px;
	padding-right:0px;
	}
	
	.top-icons .icons_img{
	padding: 2px;
	text-align: center;
	position: relative;
}
}

.top-icons ul li:hover{
  background: #ffffff;
  border-color: #CCCCCC;
  border: 0px solid #CCCCCC;
  box-shadow: 0 0px 12px -7px #5d9732;

}

.top-icons .icons_img .notification {
  background: #ed174b;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  position:absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 18px;
  /*font-family: 'FranklinGothic-Demi';*/
}

/* Top icons Navigation Dropdown */

/* END Top icons Navigation Dropdown */











/* ===== Main Nav Bar CSS ====== */

#mainNav .navbar-nav .nav-link {
    color: #000000;
	font-size: 18px;
	font-weight: 600;
}

#mainNav .navbar-nav .nav-link:hover {
    color: #5d9630;
	font-size: 18px;
	font-weight: 600;
}

#mainNav ul {
    width:100%;
}

@media (min-width: 992px){ /*For Desktop */
	#mainNav .navbar-nav .nav-item{
	-ms-flex-item-align: center !important;
	align-self: center !important;
	}
}


@media (min-width: 320px) and (max-width: 991px){ /*For Mobile Hamburger */
	#mainNav .navbar-nav .nav-item{
		-ms-flex-item-align: left !important;
		align-self: left !important;
	}
}


#mainNav .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}


/* Mega Menu CSS */

.mega-menu1, .mega-menu2, .mega-menu3{
    width: auto;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
	margin-top:-5px;
}

.mega-menu-myacc{
    width: auto;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
	margin-top:-1px;
}


/*@media (min-width: 991px) and (max-width: 992px){*/
@media (min-width: 991px){
	.mega-menu1{
    width: 240px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
   }
	
	.mega-menu2{
    width: 450px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
   }
	
	.mega-menu3{
    width: 620px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
   }
   
   .mega-menu-myacc{
    width: 200px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: none;
   }
	
}


.mega-menu1 .subheading, .mega-menu2 .subheading, .mega-menu3 .subheading{
	font-weight: bold;
	margin-top: 5px;
}

.mega-menu1 .show, .mega-menu2 .show, .mega-menu3 .show{
	display: block;
}

/* ***** Dropdown Mega Menu ***** */


@media (min-width: 992px){ /*For Desktop */  
  /* shows the dropdown menu on hover */
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		/*.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover*/
	  display:block!important;
	}
}


@media (min-width: 320px) and (max-width: 991px){ /*For Mobile Hamburger */
	.navbar .dropdown:focus .dropdown-menu, .navbar .dropdown .dropdown-menu:focus {
		/*.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover*/
	  display:block!important;
	}
}

.navbar .dropdown-menu {
	border: 1px solid rgba(0,0,0,.15);
	background-color: #fff;
}

.removecaret.dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu-center {
  left: 50%;
   transform: translateX(-50%);
}

/* ***** END Dropdown Mega Menu ***** */

/* ===== END Main Nav Bar CSS ====== */

/* ===== END Header CSS ====== */


/* ========== Login Page ========= */

.login-container {
    background-color: #ffffff;
	border: 1px solid #e9ecef;
    box-shadow: 1px 1px 5px #f0f4f7;
	/*box-shadow: 0px 1px 2px #e9ecef;*/
    padding: 10px;
    margin-bottom: 10px;
}







/* ===== Product Listing Page =====*/

/*=== Filter Bar ===*/

.filterBar{
	background-color: #e9ecef;
}


.custom-select { /*Overwrite Bootsrap */
    line-height: 1.0;
    color: #495057;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 17px;
	/*border-color:#FF0004;*/
}

.custom-select option, .custom-select select option, .custom-select .select-items{
	font-weight: normal;
	font-size: 17px;
}

@media (min-width: 769px){/*For Desktop */ 
 	.filterBar .filterLabel{
		text-align: right;
		padding-top: 5px;
	}
	
	.filterBar .filterInput{
		text-align: left;
	}
	
}

@media (min-width: 320px) and (max-width: 768px){/*For Mobile */ 
	.filterBar .filterLabel{
		text-align: left;	
	}	
}

/*=== END Filter Bar ===*/



/*=== Sort Bar ===*/
.sortBar a{
	color: #000000;
} 

@media (min-width: 992px){/*For Desktop */ 
 	.sortBar .sortLabel{
		text-align: right;
		padding-top: 5px;
	}
	
	.sortBar .sortInput{
		text-align: left;
	}
	
}

.grid-icon .active, .view-icon .active{
	color:#5d9630;
	
}


/*=== END Sort Bar ===*/

/*=== Pagination Bar ===*/
.page-link {  /*Overwrite bootstrap */
    color: #5d9630;
}

.page-link:hover{
	color: #487a20;	
}

/*=== END Pagination Bar ===*/


/* ===== Product Listing CSS -  (Grid View + List View) =====*/

.product-container {
    background-color: #ffffff;
	border: 1px solid #e9ecef;
    box-shadow: 1px 1px 5px #f0f4f7;
	/*box-shadow: 0px 1px 2px #e9ecef;*/
    padding: 10px;
    margin-bottom: 10px;
}

.product-badge{
	font-size: 15px;
}

.product-badge a, .product-view-list .product-badge a{
    color: #cccccc;
    text-decoration: none;
}

.product-badge a:hover, .product-view-list .product-badge a:hover{
    color: #5d9630;
    text-decoration: none;
}

/* New added for SVG icon Heart  - 20191004*/
.product-badge img.icon-evoheart{
        width: 30px;
        height: 30px;
}

/*
.product-badge div.icon-evoheart{
        width: 32px;
        height: 32px;
        background: url("../images/svg/EVO_icon_heart_grey.svg") no-repeat;
}

.product-badge div.icon-evoheart:hover {
        background: url("../images/svg/EVO_icon_heart_green.svg") no-repeat;
}*/
/* END New added for SVG icon Heart - 20191004*/



.badge-orange{ /* Out of Stock*/
  background: #e99518;
  color:#FFFFFF;
}

.badge-blue{ /*Promotion*/
  background: #00a2ff;
  color:#FFFFFF;
}

.badge-green{
  background: #487a20;
  color:#FFFFFF;
}

.product-image a{
  display: block;
	text-decoration: none;
}

.product-image a:hover{
  border: 0px solid #f2ffe8;
  box-shadow: 0 1px 10px 2px #f3f3f3;
}

.product-image img {
  display: block;
  margin: 0 auto;
}

.product-view-list .product-image img{
	max-width: 150px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 820px){
	.product-view-list .product-image img{
		max-width: 120px;
		text-align: center;
	}
}

.product-title {
  min-height: 90px;
  border-bottom: 0px solid #CCCCCC;
  margin-bottom: 0px;
  padding: 10px 5px 10px 5px;
  text-align: center;
}

.product-view-list .product-title{
	text-align: left;
} 

.product-title .item-label {
  font-size: 15px;
  color: #424242;
  margin: 0;
}

.product-title .item-code {
  font-size: 16px;
  font-weight: bold;
  color: #5d9630;
  margin: 0;
}

.product-title p{
	margin-bottom:0;
}


.product-name {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  overflow: hidden;
}
.product-name a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.product-name a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #487a20;
  text-decoration: none;
}

.product-price {
  margin-bottom: 0px;
  padding: 5px 10px;
  text-align: left;
  background-color: #ffffff;/*e9ecef*/
}

.product-price .price-label {
  font-size: 15px;
  color: #424242;
  margin: 0;
}
.product-price .price-value, .price-value {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.product-price .price-value-rp {
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  margin: 0;
}

.product-add {
  margin-bottom: 0px;
  padding: 5px 10px;
  text-align: center;
}

/* ===== END Product Listing CSS -  (Grid View + List View) =====*/



/* ===== Product Details Page - PDP =====*/
.pdp-product-title{
	margin-top:30px; 
	width:100%;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #000000;
}


.pdp-product-caption{
	margin-top:0; 
	width:100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #8b8b8b;
}

.pdp-product-image{
	margin:10px 10px;
	text-align: center;
}

.pdp-product-image .pdp-product-imageLarge img{
	max-width: auto;
	text-align: center;
}

/* PDP images - multi Tab */
.pdp-product-image .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; 
}

@media screen and (max-width: 996px) {
    .pdp-product-image .preview {
      margin-bottom: 20px; 
	} 
}

.pdp-product-image .preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; 
}

.pdp-product-image .preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; 
	text-align: center;
}

.pdp-product-image .preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%; 
}


.pdp-product-image .preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}

.pdp-product-image .preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.pdp-product-image .preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}

.pdp-product-image .tab-content {
  overflow: hidden; 
}

.pdp-product-image .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
}


.pdp-product-info{
	margin-top:30px;
}

@media (min-width: 320px) and (max-width: 991px){
  .pdp-product-info{
	margin-top:20px;
  }
	
}

.pdp-product-info .product-badge{
	padding:0px;
	
}

.pdp-product-info .product-code{
	padding: 10px 0px;
}

@media (min-width: 320px) and (max-width: 991px){
	.pdp-product-info .product-code{
		padding: 0px;
    }
}


.pdp-product-info .product-code .item-label {
  font-size: 15px;
  color: #424242;
  margin: 0;
}

.pdp-product-info .product-code .item-code {
  font-size: 20px;
  font-weight: bold;
  color: #5d9630;
  margin: 0;
}


.pdp-product-info .product-price{
	padding: 10px;
	background: #e9ecef;
}

.pdp-product-info .product-price div{
	padding: 3px 0px;
}

@media (min-width: 320px) and (max-width: 991px){
	.pdp-product-info .product-price div{
	padding: 0px;
  }
	
}


.pdp-product-info .product-price .price-label{
  font-size: 15px;
  color: #424242;
  padding-left:20px;
}

.pdp-product-info .product-price .price-value {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-left:10px;
}

.pdp-product-info .product-price .price-value-rp {
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  padding-left:10px;
}

.pdp-product-info .product-qty{
	padding-top:15px;
}

.pdp-product-info .product-qty .qty-label{
  font-size: 15px;
  color: #424242;
  padding-top:5px;
  padding-left:30px;
}


.pdp-product-info .product-add{
	padding:15px 0px;
}


/* Tab Navigation - overwrite bootstrap*/

.pdpTabs .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.pdpTabs .nav-tabs .nav-item {
  margin-bottom: -1px;
  font-size: 18px;
  font-weight: bold;
}

.pdpTabs .nav-tabs .nav-item a{
	color: #000000;
}

.pdpTabs .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.pdpTabs .nav-tabs .nav-link:hover, .pdpTabs .nav-tabs .nav-link:focus {
  /*border-color: #e9ecef #e9ecef #dee2e6;*/
	color: #487a20;
}

.pdpTabs .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.pdpTabs .nav-tabs .nav-link.active, .pdpTabs .nav-tabs .nav-item.show .nav-link {
  color: #5d9630;
  background-color: #fff;
  /*border-color: #dee2e6 #dee2e6 #fff;*/
  border-bottom: 2px solid #5d9630;
  /*text-decoration-line: underline;*/
}

.pdpTabs .tab-content{
	padding: 10px 20px 20px 20px;
	background-color:  #FFF;
	border: 1px solid #e9ecef;
}

.pdpTabs .tab-content .tab-pane{
	width:100%;
}



/*for Mobile Accordian */
.pdpTabs h4.card-title, .pdpTabs .card-title a.nav-link {
	font-size: 18px;
    font-weight: bold;
	color: #487a20;
	cursor: pointer;
}

.pdpTabs .card-title a.nav-link:after {
    font-family: 'Font Awesome\ 5 Free';  
    content: "\f068";
    float: right; 
	font-weight: 900;
	margin-top:0px;
}

.pdpTabs .card-title a.nav-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
	font-weight: 900;
	float: right;
}

.pdpTabs .card-header {
	padding: 0;
}

.pdpTabs .card-header {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #5d9630;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  flex: 1 1 auto;	
}

@media (min-width: 768px) and (max-width: 991px){
	.pdpTabs .pdp_faq_accordian {
		min-width: 650px;
	}
}

@media (min-width: 992px) {
	.pdpTabs .pdp_faq_accordian {
		min-width: 850px;
	}
}

.pdpTabs .pdp_faq_accordian .card-header{
 background-color: #e9ecef;
}

.pdpTabs .pdp_faq_accordian .card-header a{
  color: #000000;	
  cursor: pointer;
  width: 100%;
}

.pdpTabs .pdp_faq_accordian .card-header:after {
    font-family: 'Font Awesome\ 5 Free';  
    content: "\f068";
    float: right; 
	font-weight: 900;
	margin-left: 10px;
}
.pdpTabs .pdp_faq_accordian .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
	font-weight: 900;
}

/* END Tab Navigation - overwrite bootstrap*/


/* ===== END Product Details Page - PDP =====*/



/* ===== Shopping Cart Page - MyCart =====*/

.cart-quickorder-bar{
	background-color: #e9ecef;
	border: 0px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-bottom: 10px;
}

.cart-quickorder-bar .cart-quickorder-qty .form-control {/*Overwrite Bootstrap */
    display: block;
    width: 100%;
    padding: 0.1rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}
.cart-quickorder-bar .cart-quickorder-qty .btn{ /*Overwrite Bootstrap */
	padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-color: #000000;
	color: #ffffff;
}

.cart-container-shipping{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-bottom: 10px;
}

.cart-container-shipping a{
	color:#5d9630;
}

.cart-container-shipping a:hover{
	color:#487a20;
	text-decoration:none;
}

.cart-container-shipping .cart-view-static, .wish-view-static{
	background-color: #e9ecef;
	padding: 5px 10px;
	margin: 5px 10px 5px 10px;
	width:90%;
}

.cart-container-shipping .cart-view-edit, .wish-view-edit{
	background-color: #FFFFFF;
	padding: 5px 10px;
	width:90%;
}

.cart-container-shipping .cart-view-edit .myselect, .wish-view-edit .myselect{
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-container-shipping .cart-view-edit .scrollable-menu, .wish-view-edit .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
	width:350px;
}
.cart-container-shipping .cart-view-edit .scrollable-menu li, .wish-view-edit .scrollable-menu li{
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word;
}


.cart-container-shipping  .cart-view-edit .scrollable-menu li.selected, .wish-view-edit .scrollable-menu li.selected{
    background-color: #e9ecef;
    color: #ffffff;
  	font-weight: bold;
  	border: 0px solid red;
  }

 .cart-container-shipping .cart-view-edit button, .wish-view-edit button{
	 max-width:350px;
	 white-space: normal;
     word-wrap: break-word;
	 border: 1px solid #000000;
	 background-color:#FFFFFF;
 }

.cart-container-shipping .cart-view-edit .scrollable-menu .dropdown-item:hover, 
.cart-container-shipping .cart-view-edit .scrollable-menu a:hover,
.cart-container-shipping .cart-view-edit .scrollable-menu .dropdown-item:focus,
.cart-container-shipping .wish-view-edit .scrollable-menu .dropdown-item:hover, 
.cart-container-shipping .wish-view-edit .scrollable-menu a:hover,
.cart-container-shipping .wish-view-edit .scrollable-menu .dropdown-item:focus  {
  color: #000;  
  text-decoration: none;
  background-color: #e9ecef;
}

.cart-container-shipping .cart-view-edit .scrollable-menu a, .wish-view-edit .scrollable-menu a{
	color:#000000;
}
.cart-container-shipping .cart-view-edit .scrollable-menu a:hover, .wish-view-edit .scrollable-menu a:hover{
	color:#000000;
}


.cart-container-alert{
	/*background-color: #ffffff;
	border: 0px solid #e9ecef;
	box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 0px 10px;
	margin-bottom:0px;
}

.cart-container-listing{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-bottom: 10px;
}

.cart-container-listing .headerDiv{
	padding:10px 5px;
	border-bottom: 0px solid #e9ecef;
}


.cart-container-listing .headerLabel{
	font-weight:700;
}


.cart-container-listing .product-container{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	box-shadow: 0px 0px 0px #f0f4f7;
	margin-bottom: 10px;	
}

.cart-container-listing .bgGrey{
	background-color: #f4f4f4; 
}

.cart-container-listing .product-container .product-image img{
	max-width: 100px;
	text-align: center;
}

.cart-container-listing .product-container .product-title{
	text-align: left;
    border-bottom: 0px solid #CCCCCC;
    margin-bottom: 0px;
    padding: 0px;
} 

.cart-container-listing .product-container .product-name a, .cart-container-listing .product-container .product-name {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.cart-container-listing .product-container .product-title a.icon-link {
	color: #CCCCCC;
}

.cart-container-listing .product-container .product-title a:hover.icon-link {
	color: #5d9630;
}

.cart-container-listing .product-container .btn{ /*Overwrite Bootstrap */
	padding: 0.5rem 0.3rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0rem;
	/*
    display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	*/
}

.cart-container-listing .product-container .input-group{
	text-align:center;
}

.cart-container-listing .product-container .input-group input{
	max-width:55px;
}

.cart-container-listing .product-view-list .product-badge a:hover{
    color: #5d9630;
    text-decoration: none;
}

.cart-container-listing .product-badge a, .product-view-list .product-badge a{
    color: #cccccc;
    text-decoration: none;
}

.cart-rightPanel{
	position: relative;
	padding-right:0px;
	margin-left:-10px;
}



.cart-container-voucher{
	/*nothing*/
}

.cart-container-voucher .btn-voucher{
	background-color: #34547a;
	border: 1px solid #34547a;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-voucher .btn-voucher:hover{
	background-color: #d1ecf1;
	border: 1px solid #34547a;
	color: #34547a;
	font-size:18px;
	font-weight:600;
	text-align:center;
}


.cart-container-ordersummary{
    margin-top:10px;
	padding: 10px 10px;
	background-color: #ffffff;
	border: 1px solid #e9ecef;
}

.cart-container-ordersummary .subTitle{
	font-size: 1.25rem;
	font-weight: 500;
	color: #000000;
	background-color: #e9ecef;
	padding:10px;
	margin-bottom:10px;
}

.cart-container-ordersummary .price-label{
  font-size: 15px;
  color: #424242;
  padding-left:20px;
}

.cart-container-ordersummary .price-value {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-left:0px;
}

.cart-container-ordersummary .price-label-total{
  font-size: 15px;
  font-weight: bold;
  color: #424242;
  padding-left:20px;
}

.cart-container-ordersummary .price-value-total{
  font-size: 18px;
  font-weight: bold;
  color: #5d9630;
  padding-left:0px;
}


.cart-container-ordersummary .btn-paynow, .payment-container .btn-paynow, .btn-paynow{
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-ordersummary .btn-paynow:hover, .payment-container .btn-paynow:hover, .btn-paynow:hover{
	background-color: #b20011;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-ordersummary-sticky{
	
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   z-index:1000;
   background-color: rgba(50, 50, 50, 0.9);
}

.cart-container-ordersummary-sticky .btn-paynow{
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-ordersummary-sticky .btn-paynow:hover{
	background-color: #b20011;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-ordersummary-sticky .btn-voucher{
	background-color: #d1ecf1;
	border: 1px solid #34547a;
	color: #34547a;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.cart-container-ordersummary-sticky .btn-voucher:hover{
	background-color: #34547a;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}


/*Payment Option Page*/

.payment-container{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-bottom: 10px;
}

.payment-container .headerDiv{
	padding:10px 5px;
	border-bottom: 1px solid #e9ecef;
}


.payment-container .headerLabel{
	font-weight:700;
}

.payment-container .card-container a.icon-link {
	color: #5d9630;
}

.payment-container .card-container a:hover.icon-link {
	color: #487a20;
	text-decoration:none;
}

.payment-container .card-container{
	background-color: #ffffff;
	border-bottom: 1px solid #e9ecef;
	box-shadow: 0px 0px 0px #f0f4f7;
	margin-bottom: 10px;
}

.payment-container.active{
	background-color: #ffffff;
	border: 5px solid #5d9630;
	margin-bottom: 10px;
}

.payment-container img.inactive{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* ===== END Shopping Cart Page - MyCart =====*/



/* ====== Left + Right Navi Panel ========*/

.leftNavi-container{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-left:10px;
	margin-bottom: 10px;
}

.leftNavi-container .leftNavi-title{
	margin-bottom:5px;
	border-bottom: 0px solid #000000;
	
}

.leftNavi-container .list-group-item:first-child {/* Overwrite Bootstrap */
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.leftNavi-container .list-group-item { /* Overwrite Bootstrap */
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #e9ecef;
	color:#000000;
    border: 0px solid rgba(0, 0, 0, 0.125);
	border-bottom: 2px solid #FFF;
}

.leftNavi-container .list-group-item:hover{ 
	background-color: #5d9630;
	color:#FFFFFF;
}

.leftNavi-container .list-group-item.active{
	background-color: #487a20;
	color:#FFFFFF;
}

/* ====== END Left + Right Navi Panel ========*/



/* ====== LeftNavi - About Shaklee========*/

.leftNaviShaklee-container{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	/*box-shadow: 1px 1px 5px #f0f4f7;
	box-shadow: 0px 1px 2px #e9ecef;*/
	padding: 10px;
	margin-left:10px;
	margin-bottom: 10px;
}

.leftNaviShaklee-container .leftNavi-title{
	margin-bottom:5px;
	border-bottom: 0px solid #000000;
	
}

.leftNaviShaklee-container .list-group{ 
	margin-left: 5px;
	margin-right: 5px;
	/*display: flex;*/
	width: 100%;
}

.leftNaviShaklee-container .list-group-item:first-child {/* Overwrite Bootstrap */
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}


.leftNaviShaklee-container .list-group-item { /* Overwrite Bootstrap */
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #e9ecef;
	color:#000000;
    border: 0px solid rgba(0, 0, 0, 0.125);
	border-bottom: 2px solid #FFF;
}

.leftNaviShaklee-container .list-group-item:hover, .leftNaviShaklee-container .list-group .list-group-item:hover{ 
	background-color: #5d9630;
	color:#FFFFFF;
}


.leftNaviShaklee-container .list-group-item.active{
	background-color: #487a20;
	color:#FFFFFF;
}

.leftNaviShaklee-container .list-group-item.selected{
	/*background-color: #487a20;*/
	color:#487a20;
	font-weight: 700;
}



/* highlight active menu */
.leftNaviShaklee-container .list-group-item:not(.collapsed) {
    background-color: #e9ecef;
}

/* closed state */
.leftNaviShaklee-container .list-group .list-group-item[aria-expanded="false"]::after {
 /* content: "\f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;*/
	
  font-family: 'Font Awesome\ 5 Free';  
  content: "\f067";
  float: right; 
  font-weight: 600;
  margin-top:0px;

}

/* open state */
.leftNaviShaklee-container .list-group .list-group-item[aria-expanded="true"] {
  background-color: #5d9630;
}

.leftNaviShaklee-container .list-group .list-group-item[aria-expanded="true"]::after {
  /*content: "..\fonts\f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;*/
  font-family: 'Font Awesome\ 5 Free';  
  content: "\f068";
  float: right; 
  font-weight: 600;
  margin-top: 0px;	
}

/* level 1*/
.leftNaviShaklee-container .list-group .collapse .list-group-item, .leftNaviShaklee-container .list-group .collapsing .list-group-item  {
  padding-left: 30px;
 /* background-color: #f8f8f8;*/
}

/* level 2*/
.leftNaviShaklee-container .list-group .collapse > .collapse .list-group-item,
.leftNaviShaklee-container .list-group .collapse > .collapsing .list-group-item {
  padding-left: 40px;
  
}


/* ====== END LeftNavi - About Shaklee========*/





/* ====== GE Classes =======*/
.level00{
	padding-left:0px;
	
}

.level01{
	padding-left:10px;
    margin-top:10px;

}

.level02{
	padding-left:20px;	
	margin-top:10px;

}

.level03{
	padding-left:30px;	
	margin-top:10px;

}

.level04{
	padding-left:40px;	
	margin-top:10px;

}

.level05{
	padding-left:50px;
	margin-top:10px;	

}

.level06{
	padding-left:60px;
	margin-top:10px;
}

.ge_container {
	border-left: 1px #636363 dashed;
	height:500px;
    overflow-y: scroll;
	overflow-x: scroll;
	/*z-index:100;*/
	font-size: 14px;
}

@media (min-width: 320px) and (max-width: 1200px){ /*For Mobile Hamburger */
	.ge_container {
	font-size: 15px;
	}
	
}/*For Mobile Hamburger */

.ge_line_level01 {
  border-left: 1px #b6b6b6 dashed;
  height: auto;
 /* overflow-y: scroll;*/
  position:relative;
  left: 12px;
  margin-left: 0px;
  top: 20px;
  /*z-index:-1;*/
}


.ge_container i.fa.fa-circle{
	font-size:8px;
	color:#9b9b9b;
	
}

.ge_container i.fa.fa-minus, .ge_container i.fa.fa-plus{
	font-size:11px;
}




.ge_link, .ge_link a{
	font-weight:500;
	color:#003492;
	width: 160px;
	 overflow: hidden;
}

.ge_link a:hover{
	font-weight:500;
	color:#dc3545;
}


/* ====== END GE Classes =======*/


/* ============ FOOTER CSS ==============*/
.bg-footer{
	background-color: #e9ecef;
}


.footer-nav{
	font-size: 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000000;
	display: inline-block;
	padding-left: 20px; 
}

.footer-nav li{
	padding-top:8px;
}

.footer-nav a{
	color: #000000;
}

.footer-nav a:hover{
	color: #4F4F4F;
	text-decoration: none;
}




.footer-country{
	display: inline-block;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}

.footer-country .dropdown-menu {
	left: -15px;
    min-width: 120px;
}

.footer-country .dropdown-menu > li > a:focus{
	text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.footer-country a{
	color: #000000;
}

.footer-country a:hover{
	text-decoration:none;
}

.footer-country li {
	border-bottom: solid 1px #CCCCCC;
}
.footer-country li a{
	color: #999999;
	padding: 5px 15px;
	font-size: 13px;
}

.footer-country li a:hover{
	text-decoration:none;
	color:#000000;
}



/* ============ END FOOTER CSS ==============*/




/*======= GENERIC ===========*/

* {
    outline: none !important;
}

a{color: #5d9630;}
a:hover{color: #487a20; text-decoration:none;}

a.shaklee_white{color: #ffffff;}
a.shaklee_white:hover{color: #D7D7D7; text-decoration:none;}

.bgWhite{background-color: #FFFFFF;}

.bgGrey{background-color: #f4f4f4!important;}
.bgGrey2{background-color: #8e8e8e!important;}
.bgDark{background-color: #2e2e2e!important;}
.bgLightGrey{background-color: #e9ecef!important;}
.bgRed{background-color: #ed174b!important;}
.bgOrange{background-color: #ff6224!important;}
.bgYellow{background-color: #c9c500!important;}
.bgPurple{background-color: #2e1d67!important;}
.bgMagenta{background-color: #681130!important;}


.bgGreen{background-color: #5d9630!important;}
.bgGreenLight{background-color: #d1e9bf!important; }
.bgGold{background-color: #ac9645!important;}
.bgPurple{background-color: #2e1d67!important;}
.bgPurpleLight{background-color: #7d83c0!important;}


.shaklee_green{color: #5d9630;}
.shaklee_green2{color:#5dc40c;}
.shaklee_dark{color:#767676;}
.shaklee_grey{color: #666666;}
.shaklee_blue{color: #3499cc;}
.shaklee_blue2{color:#00468d;}
.shaklee_red{color:#ed174b;}
.shaklee_orange{color:#ff6224;}
.shaklee_white{color:#FFFFFF;}
.shaklee_brown{color:#963e00;}
.shaklee_gold{color:#aa9544;}
.shaklee_purple{color:#2e1d67;}
.shaklee_purple2{color:#7d83c0;}
.shaklee_magenta{color:#681130;}
.shaklee_yellow{color:#c9c500;}


.borderColor_blue{
	/*border-color: #3499cc;*/
	border: 1px solid #3499cc;
}


.shaklee_filterGrey{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}




/* For Youth Color Gold */
p.shaklee_youth_ingredients{
	color:#aa9544; 
	border-top:1px solid #aa9544; 
	border-bottom:1px solid #aa9544; 
	text-align: left;
}



hr.dashed {
  border-top: 1px dashed #000000;
}

hr.dashed_grey {
  border-top: 1px dashed #949494;
}

hr.dashed_green {
  border-top: 1px dashed #5d9630;
}


.subTitle{
	font-size: 16px;
	font-weight: bold;
}

.font12{
   font-size: 12px;
}

.font13{
   font-size: 13px;
}

.font14{
   font-size: 14px;
}


.font16{
	font-size: 16px;
}

.font18{
	font-size: 18px;
	font-weight: bold;
}

.font20{
	font-size: 20px;
	font-weight: bold;
}

.font24{
	font-size: 24px;
	font-weight: bold;
}

.font30{
	font-size: 30px;
	font-weight: bold;
}

.font40{
	font-size: 40px;
	font-weight: bold;
}

.font50{
	font-size: 50px;
	font-weight: bold;
}

.youthFont{
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}

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

.fontBold, .youthFont h1 .fontBold, .youthFont .fontBold{
	font-weight: 600;
}

.fontLight, .youthFont h1 .fontLight, .youthFont .fontLight{
	font-weight: normal !important;
}

.upperLetter{
	text-transform: uppercase;
}


.error_txt{
	color:#ae221f;
	font-size:13px;
	word-wrap: break-word;
}

.bg-darkGreen{
	background-color: #487a20;
}

/*===== Google Map Responsive =======*/
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/*==== breadcrumb ==== */
.breadcrumb{
	background-color: #ffffff; /*Overwrite bootstrap bg color */
}
.breadcrumb-item {
  font-size: 15px;
}

.breadcrumb-item a{
	color:#5d9630;
}

.breadcrumb-item a:hover{
	color:#487a20;
	text-decoration:none;
}


/* box-container */
.box-container{
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	padding: 10px;
	margin-bottom: 10px;
}





/* BTN Bootstrap Overwrite */
.btn-link {
  font-weight: 400;
  color: #5d9630;
  background-color: transparent;
}

.btn-link:hover {
  color: #487a20;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #487a20;
  pointer-events: none;
}


/* BTN - Success Overwrite */
.btn-success {
  color: #fff;
  background-color: #5d9630;/*Shaklee Green*/
  border-color: #5d9630;
}

.btn-success:hover {
  color: #fff;
  background-color: #487a20; /*Shaklee Green Darker*/
  border-color: #487a20;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5d9630;
  border-color: #5d9630;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #487a20;
  border-color: #487a20;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}


/* NEW ADDED 20200615 - New BTN + WIDTH */
/* BTN - ORANGE */
.btn-orange {
  color: #fff;
  background-color: #ff7b29;/*Orange*/
  border-color: #ff7b29;
}

.btn-orange:hover {
  color: #fff;
  background-color: #dc5400; /*Orange Darker*/
  border-color: #dc5400;
}

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 41, 0.5);
}

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #d27c47; /*Orange Disabled*/
  border-color: #d27c47;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc5400; /*Orange Darker*/
  border-color: #dc5400; /*Orange Darker*/
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 41, 0.5);
}
/* END BTN - ORANGE */


/* BTN - BLUE */
.btn-blue {
  color: #fff;
  background-color: #0070bb;/*Blue*/
  border-color: #0070bb;
}

.btn-blue:hover {
  color: #fff;
  background-color: #06568b; /*Blue Darker*/
  border-color: #06568b;
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 187, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #418abb; /*Blue Disabled*/
  border-color: #418abb;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #06568b; /*Blue Darker*/
  border-color: #06568b; /*Blue Darker*/
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 112, 187, 0.5);
}
/* END BTN - BLUE */


/* BTN - PINK */
.btn-pink {
  color: #fff;
  background-color: #ff4491;/*Pink*/
  border-color: #ff4491;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e30762; /*Pink Darker*/
  border-color: #e30762;
}

.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 145, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e54989; /*Pink Disabled*/
  border-color: #e54989;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #e30762; /*Pink Darker*/
  border-color: #e30762; /*Pink Darker*/
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 145, 0.5);
}
/* END BTN - PINK */

/* BTN - PURPLE */
.btn-purple {
  color: #fff;
  background-color: #ff4491;/*Pink*/
  border-color: #ff4491;
}

.btn-purple:hover {
  color: #fff;
  background-color: #e30762; /*Pink Darker*/
  border-color: #e30762;
}

.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 145, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #e54989; /*Pink Disabled*/
  border-color: #e54989;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #e30762; /*Pink Darker*/
  border-color: #e30762; /*Pink Darker*/
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 68, 145, 0.5);
}
/* END BTN - PURPLE */

/* ADD ON Width Percentage */

.w-10 {
  width: 10% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-50px {
  width: 50px !important;
}

.w-75px {
  width: 75px !important;
}

.w-100px {
  width: 100px !important;
}

.w-150px {
  width: 150px !important;
}

.w-200px {
  width: 200px !important;
}
/* END NEW ADDED 20200615 - New BTN + WIDTH */



.dropdown-address{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    height: 34px;
    /*line-height: 28px;
    text-indent: 100px;*/
    width: 100%;
}


/* ====== Browse Form Input - Overwrite Bootstrap ======*/
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 100;
}

/* ==== Border Heavy =====*/
.border-3{
	border-width:3px solid !important;
}

.border-3-top{
	border-top:3px solid !important;
}

.border-3-bottom{
	border-bottom:3px solid !important;
}






/* ======= Modal Window =========== */
/* =====Overwrite Bootstarp ========*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #5d9630;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* new added */
.modal-content .modal-cart{
  padding: 15px 15px 0px 15px;
}

.modal-content .modal-cart button{
  margin: 10px 0px;	
}

.modal-content .modal-cart .btn-paynow{
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.modal-content .modal-cart .btn-paynow:hover{
	background-color: #b20011;
	border: 1px solid #dc3545;
	color: #FFFFFF;
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.modal-body .product-image{
	max-width: 200px;
	min-width:80px;
}

.modal-body .voucher-container{
	border-bottom: 1px solid #e9ecef;

}


.addScroll {overflow-y: auto; height: 200px;}
	  


@media (min-width: 576px)  and (max-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
	
  .addScroll {overflow-y: auto; height: 200px;}
}

@media (min-width: 769px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
  .addScroll {overflow-y: auto; height: 400px;}
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
  .addScroll {overflow-y: auto; height: 400px;}
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
  .addScroll {overflow-y: auto; height: 400px;}
}

/* ======= END Modal Window =========== */




/* ======== Tab Navigation Common ========*/
.tabs {
  max-width: auto;
  margin: 0 auto;
  padding: 0 20px;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
  font-size: 18px;
}

#tab-button li a {
  display: block;
  padding: .5em;
  background: #e9ecef;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight:600;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}

#tab-button li a:hover {
  
  background: #487a20;
  color:#FFFFFF;
}
	
	
#tab-button .is-active a, #tab-button .is-active a:hover{
  border-bottom-color: transparent;
  background: #fff;
  color:#5d9630;
}


.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
  border-top: 0px;
  
}

.tab-contents div.img-nospace {
  padding: 0 !important;
  margin: -0.5em -2em 1em;  
}



.wrapper { overflow-x: auto; }
.wrapper table { white-space: nowrap }

/* ======== Tab Navigation Common ========*/



/* =============== Left Navigation for Campaign Minisite ===================*/
.leftNavi_WhiteGreen > li{
	border: 1px solid #cccccc;
	padding: 5px 5px;
	color: #000000;
}

.leftNavi_WhiteGreen > li:hover{
	background-color: #5d9732;
	color:#FFFFFF;
}

.leftNavi_WhiteGreen > li.selected{
	background-color: #398500;
	color:#FFFFFF;
}

.leftNavi_WhiteGreen > li.selected > a{
	color:#FFFFFF;
}

.leftNavi_WhiteGreen > li > a:hover{
	color: #FFFFFF;
}


/*============= LIGHT Box =================*/
.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}










/*======= END GENERIC ===========*/
/* ========== Safari Hack ==============*/
body {
  -webkit-overflow-scrolling: touch;
}	


/* ======== IE Hack ===========*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/* IE10+ specific styles go here   
	#mainNav .navbar-nav .nav-link {
    color: #FF0000;
	font-size: 18px;
	}
	width: 100% \9;
}*/

/* ======== Mozilla Hack ===========*/
@media all and (min--moz-device-pixel-ratio:0) { @media (min-width: 0px) {} }

@media all and (-moz-images-in-menus:0) { @media (min-width: 0px) {} }



