	* { margin: 0; padding: 0; }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
.top-buffer { margin-top:10px; }

/*
.topbar-nav>div{position:relative;width:136px;padding:5px 0;margin-left:4px;float:right}.topbar-nav>div:hover>a{background-color:#000080;color:#42b549;font-weight:600}.topbar-nav>div>a{display:flex;align-items:center;height:inherit;font-size:15px;color:rgba(0,0,0,.7);padding:8px;border-radius:4px}.topbar-nav .user{width:144px;margin-left:4px}.topbar-nav div img.shop-image{margin-right:8px;width:20px;height:20px;border-radius:50%}.topbar-nav div img.user-image{margin-right:8px;width:20px;height:20px;border-radius:50%}.topbar-nav div .gm-badge{position:absolute;bottom:16px;left:18px;width:14px;height:14px;background-size:cover;background-position:center;background-repeat:no-repeat}.topbar-nav shop .content,.topbar-nav user .content{height:inherit}.topbar-nav user .content{display:flex;align-items:center}.topbar-nav .content .name,.topbar-nav .content .points{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:16px;width:100px}
*/
.topbar-nav-icon .icon .dropdown{display:none;position:absolute;z-index:2;top:100%;box-shadow:inset 0 7px 9px -7px rgba(0,0,0,.04)}
.topbar-nav-icon .icon.hovered .dropdown{display:block}
.topbar-nav-icon .icon.dropdown:hover{display:block}
/*
.topbar-nav-icon.after_login .cart_empty{width:180px;height:250px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fff;left:-28px}.topbar-nav-icon .cart_empty{right:-14px;width:180px;height:250px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fff}
*/
.dropdown-contentmy {
		display: none;
		position: absolute;
		background-color: lightgrey;
		min-width: 5px;
		z-index: 1;
		line-height: 10px;
	}
	
	.dropdown-contentmy a {
		color: black;
		padding: 5px;
		text-decoration: none;
		display: block;
		transition: all 0.2s ease-in-out 0s;
		min-width: 100px;
		
	}
	
	.dropdown-contentmy a:hover {background-color: #808080; color: red; }
	span.cv { margin-right: 12px; } 
	
	/* .message_dropdown ul li span.count { padding-right: 12px; } 
	.message_dropdown ul li { padding-right: 12px; } 
	.message_dropdown ul li a:hover {background-color: #808080; color: white; } 
	.message_dropdown ul li:hover { background-color: #808080; color: white; } */
	
	.new-dropdown:hover .dropdown-contentmy {display: block; background: #F0F0F0; 
	padding: 0 0 0 0; 
	}
	div#site-headers { 
		padding-left: 0;
	}
	div#site-content {
		min-height: 600px;
	}
	ul.menu {
		margin: 0 0 0;
		width: 100%;
	}
	div.header {
		width: 100%;
		padding-right: 0;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	body {
		padding: 0 0;
	}
	div.container {
		padding: 0 0;
		width: 100%;
	}

	
	
.tooltipx {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipx .tooltiptextx {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0; 

  /* Position the tooltip */ 
  position: absolute;
  z-index: 1;
}

.tooltipx:hover .tooltiptextx {
  visibility: visible;
} 
.tanpawrap {
	white-space: nowrap;
}
.val {	
	vertical-align: sub;
} 
