.main-menu-overlay + .mfp-wrap .mfp-content #main-menu {
    font-family: "Cormorant Upright", sans-serif;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .nav li a {
    justify-content: center;
    font-family: "Cormorant Upright", sans-serif;
    font-size: 1em;
    font-weight: 800 !important;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .header-social-icons {
    padding-top: 50px;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .header-social-icons .social-icons {
    text-align: center;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .header-social-icons .social-icons .icon {
    margin: 0 5px;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .nav > li {
    border: none;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .nav > li:hover, 
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .nav > li.current-menu-item {
    background-color: #BCB5A41F;
}
.main-menu-overlay + .mfp-wrap .mfp-content #main-menu .sidebar-menu {
    padding-top: 100px;
}
.hte-custom-header .header-main .nav > li > a .header-cart-icon::after {
    top: 0;
}

.sidebar-wrapper.header-filter-wrapper {
    display: flex;
    height: 100%;
    padding: 5px !important;
    border-left: 1px solid #5B5247;
}

.header-filter-wrapper .adminz_form_filter_taxonomy, 
.header-filter-wrapper .adminz_woo_form_field_price_filter, 
.header-filter-wrapper .adminz_product_cat {
    display: none;
    position: absolute;
    left: -1px;
    top: calc(100% + 6px);
    background-color: var(--primary-color);
    min-width: 300px;
    height: max-content;
    padding: 10px 20px;
    margin: 0;
    z-index: 9;
    box-shadow: 0px 0 5px rgba(0,0,0,0.3);
}
.header-filter-wrapper > .widget {
    margin: 0;
    background-color: unset !important;
    padding: 0 !important;
    margin-right: 5px;
    border-color: #BCB5A4 !important;
    position: relative;
}
.header-filter-wrapper > .widget .widgettitle {
    color: #fff;
    margin: 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px 0 15px;
    min-width: 165px;
    position: relative;
    cursor: pointer;
}
.header-filter-wrapper > .widget .widgettitle img {
    margin-right: 5px;
}
.header-filter-wrapper > .widget .widgettitle::after {
    content: "\f107";
    font-family: fl-icons;
    right: 15px;
    position: absolute;
    transition: all 0.15s linear;
}
.header-filter-wrapper > .widget .widgettitle.actived {
    color: var(--secondary-color);
}
.header-filter-wrapper > .widget .widgettitle.actived::after {
    transform: rotate(180deg);
}
.header-filter-wrapper > .widget.widget_product_search {
    flex: 1;
}
.header-filter-wrapper > .widget.widget_product_search .widgettitle {
    display: none;
}
.header-filter-wrapper > .widget.widget_product_search .searchform {
    margin: 0;
}
.header-filter-wrapper > .widget:last-child {
    margin-right: 0;
}
.header-filter-wrapper > .widget.widget_product_search .searchform .search-field {
    background-color: #332C24;
    border: none;
    color: #fff;
}
.header-filter-wrapper > .widget.widget_product_search .searchform .submit-button {
    border: none;
    padding: 0 13px;
}
.header-filter-wrapper > .widget.widget_product_search .searchform .submit-button .icon-search {
    color: #fff;
    font-size: 14px;
}
.header-filter-wrapper > .widget li {
    padding: 0 15px;
    border-color: #5B5247;
}
.header-filter-wrapper > .widget li a {
    color: #fff;
    font-size: 18px;
}

.header-wrapper .account-item .image-icon {
    display: block;
    width: 28px;
    height: 28px;
    order: -1;
    margin: 0 10px 0 0;
}
.header-wrapper .account-item .image-icon .avatar {
    max-width: 100%;
    /*! min-width: unset; */
}
.header-wrapper .account-item .account-link.account-login::after {
    content: '\f107';
    font-family: fl-icons;
    margin-left: 5px;
}

.header-wrapper .account-item .nav-dropdown {
    background-color: #DBCEB8;
    padding: 0;
    border: none;
}
.header-wrapper .account-item.current-dropdown::after, 
.header-wrapper .account-item.current-dropdown::before {
    display: none;
}
.header-wrapper .account-item .nav-dropdown li a {
    font-family: "Cormorant Upright", sans-serif;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
}
@media screen and (max-width: 1600px) {

}
@media screen and (min-width: 850px) {
    
    #header {
        background-color: var(--primary-color);
        border-bottom: 1px solid #5B5247;
    }
    .hte-custom-header .header-wrapper {
        display: flex;
        border-left: 1px solid #5B5247;
        border-right: 1px solid #5B5247;
    }
    .hte-custom-header .header-wrapper .header-inner {
        flex: 1;
    }
    .hte-custom-header .header-wrapper #logo {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #5B5247;
    }
    #logo img {
        max-height: unset !important;
    }
    
    .hte-custom-header .header-bottom {
        border-top: 1px solid #5B5247;
        min-height: 50px;
        align-items: unset;
        font-family: "Cormorant Upright", sans-serif;
    }
    
    .hte-custom-header .header-bottom .header-vertical-menu__opener {
        padding: 0 15px;
    }
    .hte-custom-header .header-bottom .header-vertical-menu__opener .header-vertical-menu__title {
        text-transform: uppercase;
    }

    .hte-custom-header .header-bottom .flex-row {
        height: auto;
        align-items: unset;
    }
    .hte-custom-header .header-bottom .flex-row .header-bottom-nav {
        align-items: unset;
        height: 100%;
    }
    .hte-custom-header .header-main {
        font-family: "Cormorant Upright", sans-serif;
        border-top: 1px solid #5B5247;
        padding: 0 15px;
    }
    .hte-custom-header .header-main .nav > li > a {
        font-family: inherit;
    }
    .hte-custom-header .header-bottom .flex-row .header-bottom-nav [class*="header-block-block-"] {
        height: 100%;
    }
    .hte-custom-header .header-top {
        padding: 0 15px;
    }

    

    .hte-custom-header .header-top #header-contact {
        flex-flow: row-reverse;
    }
    .hte-custom-header .header-top #header-contact li {
        margin: 0 !important;
    }
    .hte-custom-header .header-top #header-contact li:nth-child(2) {
        margin: 0 30px !important;
    }
    .hte-custom-header .header-top #header-contact a {
        text-transform: capitalize;
    }
    .hte-custom-header .header-top #header-contact a::after {
        display: none;
    }
    .hte-custom-header .header-main .header-nav-main.nav-left {
        justify-content: space-between;
        padding-right: 50px;
    }
    .hte-custom-header .header-bottom .flex-row .header-bottom-nav .header-vertical-menu__fly-out {
        background: #C0AA83;
    }
    .hte-custom-header .header-bottom .flex-row .header-bottom-nav .header-vertical-menu__fly-out a {
        color: var(--primary-color);
        font-size: 1em;
        font-weight: 600;
    }
    .header-wrapper .account-item .nav-dropdown .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:last-child {
        display: none;
    }

    .header-filter-wrapper .adminz_woo_form_field_price_filter .price_label {
        color: #fff;
        font-size: 15px;
        order: -1;
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
        font-family: "Lato", sans-serif;
    }
    .header-filter-wrapper .adminz_woo_form_field_price_filter .price_slider_amount {
        display: flex;
        flex-flow: column;
    }
    .header-filter-wrapper .adminz_woo_form_field_price_filter .price_slider_amount .button {
        float: unset;
    }
    
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.hte-custom-header .header-main .nav > li > a {
        font-size: 0.8em;
    }
    .hte-custom-header .header-bottom .header-vertical-menu__opener .header-vertical-menu__title {
        font-size: 0.8em;
	}
	.header-filter-wrapper > .widget .widgettitle {
		padding: 0 31px 0 15px;
		min-width: 115px;
	}
	.hte-custom-header .header-main .nav > li {
		margin: 0 5px;
	}
	.header-vertical-menu__opener {
		width: 200px;
	}
}

@media screen and (max-width: 992px) {
    .sidebar-wrapper.header-filter-wrapper {
        flex-wrap: wrap;
    }
    .header-filter-wrapper > .widget {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .header-filter-wrapper > .widget .widgettitle {
        padding: 10px 50px 10px 15px;
    }
    .header-filter-wrapper .adminz_form_filter_taxonomy, .header-filter-wrapper .adminz_woo_form_field_price_filter, .header-filter-wrapper .adminz_product_cat {
        left: 0px;
        top: calc(100% + 0px);
        width: 100%;
    }
}
@media screen and (max-width: 549px) {
    #header {
        position: relative !important;
    }
    #header .header-main {
        height: auto;
        padding: 10px 0;
    }
    #header .header-main .flex-col .nav > li > a {
        color: #222;
    }
    .follow-dk {
        text-align: center;
        margin: 0 auto;
        display: block !important;
    }
}