<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------header part start--------*/

.top-tool-bar {
	height: 27px;
}

#topbarbg .nav-link {
	padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.dropdown-menu .dropdown-item {
	font-size: 1rem;
}

@media (max-width: 374px) {
	#topbarbg-sm .togbar-icons {
		font-size: 1.25rem;
	}
}
@media (min-width: 375px) {
	#topbarbg-sm .togbar-icons {
		font-size: 1.5rem;
	}
}
@media (min-width: 576px) {
	#topbarbg-sm .togbar-icons {
	    font-size: 2rem;
	}
}

/* use original image
#topbarbg-sm .togbar-icons {
    font-size: 2rem;
    width: 700px;
    float: right;
    position: absolute;
    right: 10px;
}
#topbarbg-sm .site-logo {
    clear: both;
    float: left;
    padding-left: 0px;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: left;
    max-height: 150px;
    min-height: 51px;
}
*/
.headerLogoText {
    font-size: 1.2rem;
}
#cart_quickview {
	font-size: 1rem;
}

.mini-cart-bar.form-control:disabled, .form-control[readonly]{
	background-color: #ffffff;
}
.show-cart-infor .dropdown:hover .dropdown-menu{
    display: block;
}
.mini-cart-bar .dropdown:hover .dropdown-menu{
    display: block;
}
.show-cart-infor .dropdown-menu{
    margin-top: 0;
}
#mini-cart-panel {
	border: 2px solid #6c757d;
	margin-top: 0;
	z-index: 1002;
}
#mini-cart-panel #glo-ucart-body {
	min-width: 550px;
}
#quick_cart_sub_total_input {
	max-width: 120px;
}
.favorite-heard i {
	font-size: 1rem;
	color: red;
}
i.far.fa-heart.nocolor {
    color: #666;
}

.dropdown-myaccount-menu {
	z-index: 1003;
}

.help {
	z-index: 1003;
}
/*--------header part end--------*/</pre></body></html>