[data-zs-app="menu_app"] .zplink-list a {
	color: #CF1F0B
}
.theme-product-image-area,
.hoveraction .zpelem-image {
  transition: transform 0.6s ease;
}

.theme-product-image-area:hover,
.hoveraction .zpelem-image:hover {
  transform: scale(1.1);
}

theme-product-list-style-10 .theme-product-image-area img {
    object-fit: fill !important;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}
.theme-blog-date, .theme-blog-comment-count,.theme-blog-author{
	display:none;
}
.hb-lightbox__buttons li[data-action="download"] {
    display: none;
}
[data-zs-mobile-header-three-bottom] {
    position: fixed !important;
    width: 110%;
	background-color : white !important;
}
.theme-product-box-content:hover{
	  border : 1px solid #C43827;
      border-radius: 5px;
      box-shadow:5px 15px 30px rgba(62,68,90,.1); 
}
   
@media (max-width: 991px){
body {
    padding-top: 0 !important;
}
[data-zs-mobile-header-refine-wrapper]{
    transform: translateY(-40%) !important;
}
}