a.cart-contents i {
	color: var(--custom-primary);
}

 .menu-item .menu-description {
        left: inherit;
        top: -3px;
        font-size: 9px;
        padding: 2px 4px;
        margin: 0 3px;
        line-height: 10px;
        background: var(--custom-primary);
        color: #170B04;
        display: inline;
        border-radius: 1px;
        line-height: normal;
        margin: 0 5px;
        font-weight: 700;
    }

.add_to_cart_button {
	margin-top: 10px;
}

.admin-bar #my-menu {
	color: var(--custom-primary);
	font-weight: 500;
	text-decoration: underline;
}

.amount-cart {
	color: #fff;
	font-size: 16px;
}

.amount-cart {
    background: var(--custom-primary);
    position: relative;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
    bottom: 3px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.5;
}

.amount-cart:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 7px solid var(--custom-primary);
    top: calc(50% - 5px);
    right: 100%;
}

.astm-search-menu-wrapper {
	display: none !important;
}

.cart-contents span.count {
	color: #fff;
	font-size: 13px;
	letter-spacing: -1px;
    background-color: var(--custom-primary);
    border-radius: 15px;
    border: 1px solid transparent;
    font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
    font-style: initial;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    margin: 0;
    min-width: 20px;
    padding: 0px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -10px;
}

[data-tooltip="basket"]:before {
	display: none;
}

[data-tooltip]:before {
	font-size: 11px;
}

.dropdown-menu .menu-description {
	position: relative;
	display: inline;
	left: 0;
	top: -2px;
	margin: 5px;
}

.dropdown-menu .menu-description:after {
	display: none;
}

.dropdown-menu > .active > a:focus {
	background-color: var(--custom-primary);
}

.dropdown-menu > li > a {
	border-bottom: 0;
	padding: 5px 20px 5px 10px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.float-cart .amount-cart {
	color: white;
	font-size: 16px;
}

.float-cart .amount-cart {
	color: #170B04;
}

.float-cart .amount-cart {
	color: #170B04;
}

.float-cart .amount-cart {
	color: #170B04;
}

.float-cart .amount-cart {
	color: #170B04;
}

.float-cart .amount-cart {
	color: #170B04;
}

.float-cart .amount-cart {
    color: #170B04;
}

.head-image-heading {
	display: none;
}

.header-icons {
	padding: 15px 0;
}

.header-icons i {
	font-size: 28px;
	color: var(--custom-primary);
}

.header-icons-compare {
	display: none;
}

.header-icons-search {
	top: 1px;
}

/* Search styling */
.header-search-form {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid;
    border-color: var(--custom-primary);
    border-radius: 0px;
    height: 60px;
    background-color: #fff;
    padding-right: 58px;
    z-index: 99;
}

.menu-description {
	font-size: 9px;
	padding: 2px 4px;
	margin: 0 3px;
	line-height: 10px;
	left: calc(100% - 25px);
	background: var(--custom-primary);
	color: #170B04;
	position: absolute;
	border-radius: 1px;
	line-height: normal;
	top: 5px;
	margin: 0 3px;
	font-weight: 700;
	display: inline-table;
	word-break: keep-all;
	overflow-wrap: unset;
	width: max-content;
	z-index: 9;
}

.menu-description {
    font-size: 9px;
    padding: 2px 4px;
    margin: 0 3px;
    line-height: 10px;
    left: calc(100% - 25px);
    background: var(--custom-primary);
    color: #170B04;
    position: absolute;
    border-radius: 1px;
    line-height: normal;
    top: 5px;
    margin: 0 3px;
    font-weight: 700;
    display: inline-table;
    word-break: keep-all;
    overflow-wrap: unset;
    width: max-content;
    z-index: 9;
}

.menu-description:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--custom-primary);
	left: 3px;
	bottom: -4px;
}

.menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--custom-primary);
    left: 3px;
    bottom: -4px;
}

#menu-menu .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #fff;
}

#menu-menu > li > a {
	padding-bottom: 10px;
}

.nav > li > a {
	transition: all .3s ease;
}

/* .nav > li.active > a:after, .current-page-parent:after, .nav > li > a:hover:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: var(--custom-primary);
} */

.navbar-brand {
	color: #fff !important;
	margin-top: -1px !important;
	right: 0px !important;
	font-size: 14px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-nav > .open a:focus {
	background-color: #fff;
	color: #666;
	outline: thin dotted;
}

.navbar-default .navbar-nav > li > a {
	color: var(--custom-primary) !important;
}

.navbar-default .navbar-nav > li > a {
	color: var(--custom-primary) !important;
}

.navbar-default .navbar-nav > li > a {
	color: var(--custom-primary) !important;
}

.navbar-default .navbar-nav > li > a {
	border-bottom: 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	max-height: 46px;
	color: #fff;
}


.navbar-default .navbar-nav > li > a {
    color: var(--custom-primary)!important;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-header {
	display: flex;
	float: none;
	text-align: center;
	align-items: center;
	align-items: center;
	justify-content: center;
	background: transparent;
	margin-bottom: 30px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}

.navbar-toggle {
	border: 1px solid #ccc;
}

.navigation-menu {
	position: relative;
	top: 16px;
}

input.header-search-input {
    width: 100%;
    display: inline-block;
    border: none;
    float: left;
    height: 60px;
    border-radius: 0;
    right: 0px;
    position: relative;
    background-color: transparent;
    padding-left: 15px;
}

.mobile-heading .site-branding-logo img {
	max-width: 150px!important;
}

.site-branding-logo img {
	width: 150px;
}

.site-branding-text {
	display: none;
}

.site-header {
	height: 0;
	margin-bottom: 0;
}

#site-navigation {
	background: transparent;
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #4a4a4a;
	height: 175px;
}

#site-navigation .container {
	margin-top: 5px;
}

.top-bar-section {
	background-color: var(--custom-primary);
	color: #fff;
	padding: 4px 0;
	font-size: 12px;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.top-bar-section .widget:nth-child(3n) {
	text-align: right;
}

.top-bar-section .widget:nth-child(3n-1) {
	text-align: center;
}

.top-bar-section a {
	color: #000;
}

.top-bar-section p {
	margin-bottom: 0;
}

.site-header {
	display: none!important;
}

button.header-search-button {
    border: none;
    color: inherit;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 0 12px;
    font-size: 22px;
    line-height: 58px;
    background-color: var(--custom-primary);
    top: 0;
    height: 58px;
    border-radius: 0;
    width: 56px;
}

/* Burger Menu / Nav  */
.woo-head-icons {
	margin-right: 7px;
	position: relative;
	top: 14px;
	background: transparent;
	padding: 0 !important;
}

.wp-block-button {
	margin-top: 20px !important;
}

.wp-block-jetpack-contact-form > * {
	padding: 0;
	padding-bottom: 10px;
}



@media(max-width: 992px) {
	#site-navigation {
		height: 120px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	.woo-head-icons {
		top: 0;
	}
	.navigation-menu {
		top: 0;
	}
	.site-branding-logo img {
		width: 100px;
	}
	.navbar-header {
		margin-bottom: 0;
	}
}


@media (max-width: 767px) {
	.woo-head-icons {
		top: -50px;
		margin-right: 0;
	}
	.site-branding-logo img {
		width: 80px;
	}
	.navbar-brand {
		width: 50px;
		margin-top: -7px !important;
		font-size: 15px;
		right: 10px !important;
	}
	.header-icons i {
		font-size: 35px !important;
	}
	.la-user,
	.la-search {
		margin-top: -9px;
	}
	.la-shopping-bag {
		top: -5px;
	}
	.header-icons {
		padding: 0 !important;
	}
	.page-id-48 .main-container {
		margin-top: 10px !important;
	}
	.open-panel {
		width: 35px;
		top: -11px !important;
		left: -11px !important;
		color: transparent !important;
		position: absolute;
		display: block;
	}
	.open-panel svg {
		fill: var(--custom-primary);
	}
	.wc-block-grid__product-price {
		font-size: 15px !important;
	}
	#site-navigation,
	nav a {
		-webkit-transition-property: none;
		-moz-transition-property: none;
		-o-transition-property: none;
		transition-property: none;
		transition: none;
	}
	.navbar-header {
		margin-bottom: -35px;
	}
	#site-navigation {
		height: 75px;
	}
	#menu-menu > li.active > a:after,
	.nav li > a:hover:after {
		display: none;
	}
	.dropdown-menu > li > a {
		color: var(--custom-primary) !important;
		font-weight: 800;
		font-size: 15px;
	}
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: var(--custom-primary);
		font-weight: 800;
		font-size: 15px;
	}
	
	.navbar-header {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.open-panel {
		display: none;
	}
}

@media (max-width: 767px) {
	
}

.navbar-default .navbar-nav > li > a {
    color: var(--custom-primary)!important;
}
.float-cart .amount-cart {
    color: #170B04;
}

/* Smooth Hover Transition for Menu Items */
.nav-item .nav-link {
    position: relative;
    text-decoration: none;
    color: #333; /* Adjust to match your site's color scheme */
    padding-bottom: 5px;
    transition: color 0.3s ease;
}

.nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 25%;
    background-color: var(--custom-primary); /* Accent color - adjust to your brand */
    transition: width 0.3s ease;
}

.nav-item .nav-link:hover {
    color: var(--custom-primary); /* Slightly darker or accent color on hover */
}

.nav-item .nav-link:hover::after {
    width: 50%;
}

/* Active menu item style (you can adjust as needed) */
.nav-item.current-menu-item .nav-link {
    color: var(--custom-primary);
}

.nav-item.current-menu-item .nav-link::after {
    width: 50%;
    left: 25%; /* Center the 50% width underline */
	transition: width 0.3s ease, left 0.3s ease;
}
