
/* 
    Created on : 2019/1/6, 下午 05:35:07
    Author     : charleschan
*/
.topbar {
	background: rgba(120,120,120,0.8);
}

.offcanvas-toggle {
	border-right: 0;
}
.sub-menu {
	white-space: nowrap;
}
a {
	text-decoration: none;
}

.product-card .product-title {
	height: 2.5em;
	max-height: 2.5em;
}
.navbar-ghost:not(.navbar-stuck), .navbar-dark {
	background: rgba(120,120,120,0.5);
}
.navbar-ghost:not(.navbar-stuck) .site-menu>ul>li.active>a, .navbar-dark .site-menu>ul>li.active>a {
	color: black;
}
.navbar-ghost:not(.navbar-stuck) .site-menu>ul>li:hover>a, .navbar-dark .site-menu>ul>li:hover>a {
	color: black;
}
.dropdown-product-item>.dropdown-product-thumb {
	width: 55px;
	height: 55px;
	border-radius: 0%;
}
.dropdown-product-item>.dropdown-product-thumb>img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.cartbox-remove {
    display: table-cell;
	vertical-align: top;
	line-height: 13px;
}
.user-info-wrapper {
	padding-top: 60px;
}
.user-info-wrapper .user-cover {
	height: 100px;
}
.icon-refresh {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 10px 8px;
	background-image: url('/media/image/icon-refresh.png');
	background-position: center;
	background-size: contain;
	cursor: pointer;
}