/*
 Theme Name: Used
 Description: Child theme of Listing Hive
 Author: Public Methods
 Template: listinghive
 Version: 1.0.0
*/

/* Import parent theme styles */
:root{
	--primary-color: #174164;
}
.header-logo img {;
    height: 80px!important;
}
.wppb-row{
	overflow:hidden!important;
}
.wppb-btn-custom{
	background: var(--primary-color);
	color:#fff;
}
.wppb-btn-custom:hover{
	color:#fff;
}
.header-navbar__actions{
	display:none;
}
.menu-item--user-login,.menu-item--user-account{
	display:none!important;
}

.used-hp-cat .g-scrolling-carousel__items{
  gap: 10px;
}
.used-hp-cat__item {
  display: flex!important;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  width:100%;
  min-width: fit-content;
  border-radius: 999px; 
  background: #f5f5f5;
  color: #333;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0;
}

.used-hp-cat__item:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-1px);
}

.used-hp-cat__item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border-bottom-right-radius:0;
  border-top-right-radius: 0;	
}

.used-hp-cat__item a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
  font-weight: 500;
}

.used-hp-cat__item a:hover {
  color: inherit;
}
.used-whatsapp-btn-float{
	position: fixed!important;
	z-index: 10;
	bottom: 20px!important;
	right: 10px;
	border-radius:999px!important;
	background: var(--primary-color);
}