/*

 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/

 Description:  XStore Child Theme

 Author:       8theme

 Author URI:   http://8theme.com

 Template:     xstore
 Version:      1.0

 Text Domain:  xstore-child

*/

.alternate-column th {
 font-weight : bold;
} 

.alternate-column col:nth-child(odd) {
  background:white;
}

.alternate-column col:nth-child(even) {
  background: #efeeef;
}

.alternate-column td, .alternate-column th {
  text-align:center!important;
}

.genderWrapper, .categoryWrapper {
 display: none;
}

.etheme-product-grid-item:hover .etheme-product-grid-image {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(245,203,65,1) 60%, rgba(245,203,65,1) 100%);
}

.etheme-product-grid-image {
    padding: 15px;
}

@media only screen and (max-width: 767px) {

	.footer-menu .hfe-menu-item {
		font-size:1.6rem!important;
		padding-left: 10px!important;
		padding-right: 10px!important;
	} 
}

.footer-menu .hfe-creative-menu {
	border-right: 2px solid #000!important;
}

.footer-menu .hfe-creative-menu:last-child {
	border-right: 0 none!important;
}

.et_b_header-menu .menu>li>a:hover, .header-main-menu.et_element-top-level .menu > .current-menu-item > a {
	color: #f5cb41!important;
	
	
}