/* Only for Home Page header*/

.home .site-header {
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 100;
    top: 0;
    box-shadow: none;
}
header.sticky, .home header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px 1px #938c8c;
}
.header-menu-2 .row{
    align-items: center;
}
.sticky #primary-menu li a {
    font-weight: 500;
}
.home .logo {
    display: block;
}
.home .sticky-logo {
    display: none;
}
.home .sticky .logo{
    display: none;
}
.home .sticky .sticky-logo {
    display: block;
}
/*end*/
.site-header {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 101;
    top: 0;
    box-shadow: 0 0 20px 2px #938c8c;
}
.header-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    position: relative;
}
.logo {
    display: none;
}
.sticky-logo {
    display: block;
}

#primary-menu li {
    margin-left: 20px;
    margin-right: 20px;
}

.order-button {
    text-decoration: underline;
}
.sticky #primary-menu .current-menu-item a {
    color: #3f99e8;
}
.site-title {
    display: none;
}
.instaIcon {
    width: 22px;
    margin-right: 10px;
}
.faceIcon {
    width: 22px;
    margin-right: 10px;
}
.dash {
    width: 8px;
    font-size: 26px;
    margin-right: 10px;
    margin-top: -9px;
}
.order-button a {
    font-family: 'Sharp Grotesk 25';
    color: #000;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 800;
}
.cartIcon {
    width: 18px;
}
.icon-myaccount {
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
}
.cart-count {
    background: #000;
    color: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    height: 19px;
    width: 18px;
    font-size: 10px;
    letter-spacing: 0.2px;
    position: absolute;
    line-height: 1.2;
    top: -5px;
    right: -14px;
}
.home #primary-menu li a {
    color: white;
}
.sticky #primary-menu li a{
    color: black;
    font-weight: 500;
}
#primary-menu .current-menu-item a {
    color: #00819D;
}
.account-sub-menu .item {
    padding: 4px 20px;
}
.account-menu > span:hover .account-sub-menu {
    display: block;
}
.account-menu {
    position: relative;
}
.account-sub-menu {
    position: absolute;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
    left: -15px;
    z-index: 9;
    background: #fff;
    margin-top: -5px;
}
.item {
    background: #fff;
}
.account-sub-menu .item a {
    width: 100%;
    padding: 5px 10px;
    display: block;
}

.descripotrs-list {
	font-size: x-small; 
	margin-left: 20px !important; 
	font-weight: 500;	
}

.category-header-formatters {
	display: flex; 
	align-items: center;
}

@media only screen and (max-width: 767px) {
    .home .site-header {
        background: #fff;
        position: relative;
    }
    .home .sticky-logo {
        display: block;
    }
    .home .logo {
        display: none;
    }
    .mobile-nav {
        top: 73px;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 99;
    }
    .mobile-nav ul {
        padding: 0;
        margin: 0;
    }
    .mobile-nav li {
        padding: 10px 0;
        text-align: center;
        list-style: none;
    }
	
	.descripotrs-list {
		margin-left: 0px !important;
	}
	
	.category-header-formatters {
		flex-direction: column;
		align-items: flex-start;
	}

}