.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
	border-bottom: 1px solid #DDD;
	padding: 18px 20px !important;
	color: #2c3e50;
}

.woocommerce-MyAccount-navigation ul {
	background: #FFF;
	/*box-shadow: 0 0 10px #6F6AF84D;
	border: 1px solid #DDDDDD3D;
	border-radius: 5px;*/
}

.woocommerce-MyAccount-content {
	padding: 25px !important;
	box-sizing: border-box;
	background: #FFF;
	/*box-shadow: 0 0 10px #6F6AF84D;
	border: 1px solid #DDDDDD3D;
	border-radius: 5px;*/
}



.cits-dashbord-single-item {
	background: black;
	color: #FFF;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
}

.cits-dashbord-single-item:hover {
	background: white;
	color: #000 ;
}

.cits-icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: background-image 0.3s ease;
  vertical-align: middle;
}

/* Default images */
.cits-dashbord-single-item.orders .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/cart-white.svg');
}

.cits-dashbord-single-item.addresses .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/location-dot-white.svg');
}

.cits-dashbord-single-item.account-details .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/user-white.svg');
}

.cits-dashbord-single-item.logout .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/arrow-right-back-white.svg');
}

.cits-dashbord-single-item.account-product-wishlist .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/heart-white.svg');
}


.cits-dashbord-single-item.account-product-return .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/return-white.svg');
}

.cits-dashbord-single-item.account-support-tickets .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/ticket-white.svg');
}

/* Hover images */
.cits-dashbord-single-item.orders:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/cart-plus.svg');
}

.cits-dashbord-single-item.addresses:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/location-dot.svg');
}

.cits-dashbord-single-item.account-details:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/user.svg');
}

.cits-dashbord-single-item.logout:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/arrow-right-back.svg');
}

.cits-dashbord-single-item.account-product-wishlist:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/heart-black.svg');
}

.cits-dashbord-single-item.account-product-return:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/return-black.svg');
}

.cits-dashbord-single-item.account-support-tickets:hover .cits-icon {
  background-image: url('https://fabriclegacy.com/wp-content/plugins/my-account-customize-for-wp/public/images/ticket-black.svg');
}

.cits-dashbord-single-item span svg {
	fill: #FFF;
	width: 25px;
	height: 25px;
}

.dashboard-dark-design > div:nth-child(2) .cits-dashbord-single-item {
	background-image: black;
}

.dashboard-dark-design > div:nth-child(2) .cits-dashbord-single-item:hover {
	background: white;
	color: #000 ;
}

.dashboard-dark-design > div:nth-child(3) .cits-dashbord-single-item {
	background: black;
}

.dashboard-dark-design > div:nth-child(3) .cits-dashbord-single-item:hover {
	background: white;
	color: #000 ;
}

.dashboard-dark-design > div:nth-child(4) .cits-dashbord-single-item {
	background-image: black;
}

.dashboard-dark-design > div:nth-child(4) .cits-dashbord-single-item:hover {
	background: white;
	color: #000 ;
}

.dashboard-dark-design > div:nth-child(5) .cits-dashbord-single-item {
	background: black;
}

.dashboard-dark-design > div:nth-child(5) .cits-dashbord-single-item:hover {
	background: white;
	color: #000 ;
}

