/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* --- Common Styles (সব ডিভাইসের জন্য বেসিক স্টাইল) --- */
.wd-tools-element > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	line-height: 1;
	padding-inline: 10px;
}

/* --- Desktop Version (১০২৫ পিক্সেল বা তার বড় স্ক্রিনের জন্য - !important ছাড়া) --- */
@media (min-width: 1025px) {
	.wd-tools-element > a {
		color: #7a7a7a;
	}
	.wd-tools-element > a:hover {
		color: #008080;
	}
}

/* --- Mobile & Tablet Version (১০২৪ পিক্সেল বা তার ছোট স্ক্রিনের জন্য - !important সহ) --- */
@media (max-width: 1024px) {
	.wd-tools-element > a {
		color: #7a7a7a !important;
	}
	.wd-tools-element > a:hover {
		color: #008080 !important;
	}
}




/*-------------------------------------------------------------------------------------------*/

.info-box-title{
	color:#525252 !important;
}

.whb-color-light .wd-header-cart.wd-design-3 .wd-cart-number {
	color: #525252 !important;
}


.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-icon::before {
	color: #525252 !important;
}