
.whb-col-right .wd-dropdown-cart {
	right: 0;
	left: auto;
}

.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {
	position: absolute;
	top: -5px;
	right: -9px;
	z-index: 1;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--wd-primary-color);
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 9px;
	line-height: 15px;
}

.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number, .whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number {
	width: 13px;
	height: 13px;
	line-height: 13px;
}

.wd-header-cart .wd-tools-icon:before {
	font-size: 20px;
	content: "";
	font-family: "woodmart-font";
}

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-header-cart .wd-cart-subtotal .amount {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.wd-header-cart .wd-cart-number>span {
	display: none;
}

.wd-header-cart.wd-design-2 .wd-tools-text {
	margin-left: 15px;
}

.wd-header-cart.wd-design-2 .subtotal-divider {
	display: none;
}

.wd-header-cart.wd-design-4 .wd-tools-text {
	margin-left: 6px;
}

.wd-header-cart.wd-design-4 .wd-cart-number {
	display: inline-block;
	padding: 0 2px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: var(--wd-primary-color);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 19px;
}

.wd-header-cart.wd-design-4 .subtotal-divider, .wd-header-cart.wd-design-4 .wd-cart-subtotal {
	display: none;
}

.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number {
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.wd-header-cart.wd-design-5 {
	margin-right: 5px;
}

.wd-header-cart.wd-design-5 .wd-tools-text {
	display: none;
}

.wd-dropdown-cart {
	padding: 20px;
	width: 330px;
}

@media (max-width: 1024px) {
	.wd-dropdown-cart {
		display: none;
	}
}
