/* Buttons start */
.button{
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}
.button:hover{
	background-color: #424649 !important;
}
.wc-block-components-button{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.wc-block-components-button:hover{
	background-color: #424649 !important;
}
/* Buttons End */

/* #################################################### */

/* my account start */

/* dashboard start */
nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
  	padding-left: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  	border: 1px solid #dee2e6;
}
nav.woocommerce-MyAccount-navigation ul li a {
  	display: block;
  	padding: 0.4rem 0.5rem;
	color: #000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  	border: 1px solid #000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  	background-color: #000;
  	color: #fff;
  	border: 1px solid #000;
}
/* dashboard end */

.woocommerce-MyAccount-content form p button.button {
    margin-top: 0.8rem;
}

/* my account end */

/* #################################################### */

/* Breadcrumb start */
.woocommerce-breadcrumb a {
    color: #000 !important;
	font-weight: 500;
}
.woocommerce-breadcrumb a:hover {
    color: var(--color-primary) !important;
}
.archive-breadcrumb .woocommerce-breadcrumb {
    color: var(--color-yellow);
}
.archive-breadcrumb .woocommerce-breadcrumb a {
    color: #fff !important;
}
/* Breadcrumb End */

/* #################################################### */

/* Archive Products Start */
.woocommerce-loop-product__title{
	color: #000;
}
.woocommerce-loop-product__title:hover{
	color: var(--color-primary);
}
.woocommerce span.onsale{
	background-color: var(--color-primary);
}
/* Archive Products End */

/* #################################################### */

/* single product page start */
.product_meta > span {
    display: block;
}
.woocommerce .quantity .qty {
    height: 2.3em;
}
section.related.products h2 {
    margin-bottom: 1rem;
}
.price{
	color: var(--color-primary) !important;
}
/* single product page end */

/* #################################################### */

/* message start */
.woocommerce-message {
    border-top-color: var(--color-primary);
}
.woocommerce-message::before {
    color: var(--color-primary);
}
.woocommerce-info {
    border-top-color: var(--color-primary);
}
.woocommerce-info::before {
    color: var(--color-primary);
}
/* message end */

/* #################################################### */

/* cart page start */
/* empty cart icon color change */
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--color-primary) !important;
}
/* if need */
.wc-block-components-product-name{
	color: #000;
}
/* cart page end */

/* #################################################### */