.not-logged-in .tab-menu-account a {
  text-transform: uppercase;
  text-align: center;
}

.not-logged-in .tabs-menu li a {
	min-width: auto;
}


.not-logged-in .tabs-right ul > li:nth-last-child(2) {
  right: -0.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(3) {
  right: -1em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(4) {
  right: -1.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(5) {
  right: -2em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(6) {
  right: -2.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(7) {
  right: -3em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(8) {
  right: -3.5em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(9) {
  right: -4em;
}
.not-logged-in .tabs-right ul > li:nth-last-child(10) {
  right: -4.5em;
}

@media (min-width: 1600px) {
	.tabs-menu.tabs-left {
		padding-right: 0;
	}
	.tabs-menu a {
	  font-size: 0.8em !important;
	}
}

@media (max-width: 1400px) {
	.not-logged-in .tabs-right ul.tabs-wrapper > li:nth-last-child(4) {
	  display: none;
	}
	.not-logged-in .tabs-right ul.tabs-wrapper > li:nth-last-child(5) {
	  display: none;
	}
	.not-logged-in .tabs-right ul.tabs-wrapper > li:nth-last-child(6) {
	  display: none;
	}
	.not-logged-in .tabs-right ul.tabs-wrapper > li:nth-last-child(7) {
	  display: none;
	}
	.not-logged-in .tabs-right ul.tabs-wrapper > li:nth-last-child(8) {
	  display: none;
	}
	.not-logged-in .dropdown.onmobile {
		display: block;
	}
	
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
		right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -1em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(9) {
		right: -1.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
	  right: -2em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(11) {
	  right: -2.5em;
	}
}

@media (max-width: 1068px) {
	.not-logged-in .tabs-menu li a {
	  padding-right: 1.5em;
	}
}

@media (max-width: 991px) {
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
		right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
	  right: -1em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
	  right: -1.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(11) {
	  right: -2em;
	}
}
@media (max-width: 990px) {
	
}

@media (max-width: 810px) {
	.not-logged-in .tabs-menu li a {
	  padding-right: 1.2em;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 520px) {

}

@media (max-width: 480px) {
	.not-logged-in .tabs-right ul > li:nth-last-child(2) {
		display: none;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(10) {
		display: none;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(3) {
		right: -0.5em;
	}
	.not-logged-in .tabs-right ul > li:nth-last-child(11) {
		right: -1em;
	}
}

.not-logged-in #user_login_pc {
  margin-left: 1em;
}

.not-logged-in #user_login_apple, 
.not-logged-in #user_login_pc {
  margin-top: 0;
}

.not-logged-in #user_login_apple img, 
.not-logged-in #user_login_pc img {
  height: 2em;
  margin-top: 0;
}

@media (max-width: 690px) {
	.not-logged-in #user_login_apple, 
	.not-logged-in #user_login_pc {
		display: none;
	}
}

/*
=========================================================
	CHAT WIDGET
=========================================================
*/

.custom-live-chat {
	display: table;
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	padding: 1em;
	max-width: 26em;
}
.custom-live-chat.right {
	right: 0;
	left: auto;
	width: auto;
}
.custom-live-chat.goup {
	bottom: 7em;
}
.clc-button {
	display: block;
	cursor: pointer;
}
.clc-button:hover {
	text-decoration: none;
}
.clc-greet {
	font-size: 1.4em;
	text-decoration: none;
	position: absolute;
	bottom: 3em;
	width: 15em;
	line-height: 1.3em;
	color: #222;
	left: 0;
}
.custom-live-chat.right .clc-greet {
	right: 0;
	left: auto;
	text-align: right;
}
.clc-greet p {
	background-color: #fff;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	position: relative;
}
.clc-greet p::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #fff;
	bottom: -0.5em;
	left: 0.8em;
}
.clc-great-close {
	position: absolute;
	font-family: "Arial";
	display: table;
	right: 0.2em;
	top: 0.2em;
	color: #999;
	z-index: 100;
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0.1em;
	border-radius: 2em;
	border: 1px solid #999;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
}
.custom-live-chat.right .clc-great-close {
	left: 0.2em;
	right: auto;
}
.custom-live-chat.right .clc-greet p::after {
	right: 0.8em;
	left: auto;
}
.clc-btnimg {
	position: relative;
}
.clc-btnstartchat {
	display: table;
	text-align: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fd5002;
	padding: 0.5em 1em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-top: 0.3em;
	color: #fff;
	margin-bottom: 0.3em;
	line-height: 1em;
}
.clc-photo {
	position: absolute;
	width: 4em;
	border-radius: 2em;
	z-index: 10;
}
.custom-live-chat.right .clc-photo {
	right: 0;
	left: auto;
}
.clc-icon {
	height: 2.67em;
	border-radius: 0.67em;
	margin-left: 3.33em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.custom-live-chat.right .clc-icon {
	margin-right: 3.4em;
	margin-left: auto;
}

.clc-iframe {
	max-height: 40em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1em;
	max-width: 25em;
	height: 0;
	width: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-live-chat.right .clc-iframe {
	left: auto;
	right: 0;
}
.clc-iframe.show {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.clc-iframe iframe {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.clc-minimize {
	font-family: "Arial";
	font-size: 0.8em;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 2em;
	background-color: #fff;
	line-height: 0.8em;
	padding: 0.22em 0.4em;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.clc-notes {
	font-family: "Arial";
	font-size: 0.8em;
	padding-left: 5em;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	margin-left: 1em;
	text-shadow: 1px 1px 4px #000;
	z-index: 100;
}

.custom-live-chat.right .clc-notes {
	margin-left: auto;
	left: auto;
	right: 0;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 5em;
	text-align: right;
	width: 100%;
}

.clc-greet p, 
.custom-live-chat .clc-icon {
	-webkit-box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
			box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	.clc-btnimg {
		font-size: 0.8em;
	}
	.clc-notes {
		padding-left: 2em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 2em;
	}
}
@media (max-width: 767px) {
	.clc-btnimg {
		font-size: 0.7em;
	}
	.clc-notes {
		padding-left: 0.5em;
		bottom: 0.3em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}
@media (max-width: 480px) {
	.clc-btnimg {
		font-size: 0.6em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}