/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

.header-main {
	padding: 0 0 10px 0 !important;
}

.topbar-right.topbar-sidebar, .topbar-left.topbar-sidebar {
	padding: 10px;
}

#soldPopup{
  position:fixed;
  left:20px;
  bottom:20px;
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 8px 25px rgba(0,0,0,.3);
  animation:slideUp .6s ease;
  z-index:9999;
}

.sold-text{
  white-space:nowrap;
}

.close-popup{
  cursor:pointer;
  font-size:16px;
  opacity:.7;
  margin-left:6px;
}

.close-popup:hover{
  opacity:1;
}

/* Animation */
@keyframes slideUp{
  from{
    transform:translateY(40px);
    opacity:0;
  }
  to{
    transform:translateY(0);
    opacity:1;
  }
}

.breadcrumbs {
	padding: 5px !important;
}


.single-product .woocommerce-breadcrumb span:last-child,
.single-product .woocommerce-breadcrumb a:last-child {
    display: none !important;
}

.page-header .breadcrumbs li:last-child {
	display: none;
}
/*header-track*/
.header-track {
	display: flex;
	gap: 40px;
}
.truck {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
}


/* Mobile Responsive */
@media(max-width:768px){
  #soldPopup{
	
	  width:250px;
    left:10px;
    right:10px;
    bottom:80px;
    font-size:12px;
    padding:8px 10px;
    border-radius:6px;
    justify-content:space-between;
  }

  .sold-text{
    font-size:12px;
  }

  .close-popup{
    font-size:18px;
	  padding: 0 10px;
  }
}