/**
 * Custom Stylesheet
 * Version: v001
 */

.custom-et-cart-info {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}

.custom-et-cart-info svg {
  width: 28px;
  height: 28px;
}

.custom-et-cart-info-count {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: white;
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.5em;
  transform: translate(50%, -50%);
}

.custom-et-cart-info.no-items .custom-et-cart-info-count {
  display: none;
}

/* Mobile: Fixed bottom right */
@media (max-width: 767px) {
  .custom-et-cart-info {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    padding: 12px;
  }
  
  .custom-et-cart-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }
  
  .custom-et-cart-info.no-items {
    display: none;
  }
}

/* Fibo product search */
.dgwt-wcas-search-wrapp {
	margin: 0;
}
.dgwt-wcas-sf-wrapp {
background: 0 !important;
	padding: 0 !important;
}

.dgwt-wcas-search-input {
padding: 4px 24px 4px 48px !important;
	border-radius: 0 !important;
}

.dgwt-wcas-search-filled .dgwt-wcas-search-input {
padding: 4px 24px 4px 20px !important;
}

.dgwt-wcas-search-submit {
top: 50% !important;
transform: translateY(-50%);
	  left: 10px !important;
}

.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	left: auto !important;
	right: 20px;
}

.dgwt-wcas-search-submit:hover {
background: 0 !important;
box-shadow: none !important;
}

/* Top bar corrections */
.et-cart-info {
  display: block;
}

.et-cart-info span::before {
	margin-right: 10px;
	font-size: 1.5em;
	z-index: 9;
}

.et-cart-info span {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
    .et-cart-info {
        display: none !important;
    }
}

#et-info {
  padding: 0;
}

#top-header .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
	padding: 5px 0;
	align-items: center;
	height: 50px;
}

@media (max-width: 768px) {
  #top-header .container {
    flex-direction: column;
    align-items: center;
		justify-content: center;
		height: auto;
			padding: 10px 0;
  }
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top:130px;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 50px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 82px;
}