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

/** Home **/
#section-categories, #section-furniture {
  display:none;
}
#section-new-self #shop-button {
	width: 100%;
}
#section-new-self #shop-button .wd-button-wrapper{
	display: flex;
	justify-content: center;
}

/** Cart **/
.woocommerce-cart .wd-empty-page-text {
  display:none;	
}

/** My-account **/
/* .woocommerce-my-account-wrapper .wd-empty-page-text { */
	/* display: none; */
/* } */

/** Shop **/
.wd-nav-product-cat .wd-nav-img {
  display:none;	
}

/** Compare page **/
.wd-empty-compare + .wd-empty-page-text {
  display:none;
}
.compare-value img {
  max-height: 340px;
  max-width: 280px;	
}

div[data-id="15741"] img,
div[data-id="15738"] img,
div[data-id="15733"] img,
div[data-id="15631"] img,
div[data-id="15628"] img,
div[data-id="15625"] img,
div[data-id="15618"] img,
div[data-id="15615"] img,
div[data-id="15589"] img
 {
  max-height: 240px;
  max-width: 180px;
}

#product-15741 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15738 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15733 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15631 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15628 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15625 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15618 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15615 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
#product-15589 .woocommerce-product-gallery__image img {
  max-height: 340px;
  max-width: 280px;
  margin: 0 20%;
}
/* */
.logged-in .whb-main-header .wd-header-text.mlmshop-myaccount-order-list {
	flex: none;
	padding-right: 0;
}
.logged-in .mlmshop-myaccount-order-list .wd-order-list-icon::before {
  content: "\f116";
  font-family: "woodmart-font";
	font-size: 20px;
	cursor: pointer;
}
