header#main-header {
    background: #131010;
    color: #fff;
    z-index: 99999;
}
.home.admin-bar header#main-header{
	top:32px;
}
.home header#main-header {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: transparent;
    border: 0;
    box-shadow: none;
}
li.et-social-icon.et-social-google-plus {
    display: none;
}
header#main-header.fix-header {
	position: fixed;
	width: 100%;
    background: #131010;
}
header#main-header *,
header#main-header * a{
	color: #fff;
}
.logo_container img#logo {
    max-height: 22px;
}
.cart-nav a {
    display: none !important;
}
header#main-header .cart-nav a.et-cart-info,
header#main-header .xt_woofc-menu .xt_woofc-menu-link{
	display: flex !important;
	align-items: center;
	padding-left: 0;
	position: relative;	
	padding-bottom: 0 !important;
	margin: 0;
}
header#main-header .xt_woofc-menu .xt_woofc-menu-link i:after{
	position: relative;
	display: block;
	content: "Cart";
    font-style: normal;
}
header#main-header .xt_woofc-menu .xt_woofc-menu-link:before{
	background: url(../images/cart-icon.png) no-repeat left top;
	background-size: 22px auto;
	position: relative;
	margin-right: 5px;
	content: "";
	width: 25px;
	height: 18px;
    font-size: 0 !important;
}
span.xt_woofc-menu-count {
    background: #DFAB60;
    color: #000 !important;
    font-size: 11px;
    padding: 7px 10px;
    border-radius: 15px;
    font-family: helveticaneue-bold;
    display: none;
}
span.xt_woofc-menu-count.custom_count{
    display: block;
}
header#main-header .xt_woofc-menu .xt_woofc-menu-link i:before{
  display: none;
}
.et_header_style_split #main-header .centered-inline-logo-wrap {
    margin: 0px auto !important;
    height: 66px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0 !important;
}
.et_header_style_split #main-header .centered-inline-logo-wrap .logo_container {
    height: auto;
}
.cart-nav a.et-cart-info span{
	display: none !important;
}
nav#top-menu-nav ul#top-menu {
    display: flex;
    align-items: center;
}
nav#top-menu-nav {
    width: 100%;
}
.mg-left {
    margin-left: auto !important;
}
#main-header nav#top-menu-nav ul#top-menu > li > a {
    padding: 0 !important;
    letter-spacing: 1px;
        white-space: nowrap;
}
header#main-header ul > li.current-menu-item > a ,
header#main-header ul > li:hover > a{
    color: #DFAB60;
}
#main-header nav#top-menu-nav ul#top-menu > li:not(:last-child){
	padding-right: 6%;
}
a.et-cart-info {
    display: none;
}
.close-btn{
	font-size: 0;
	cursor: pointer;
	transition: all 500ms;
}
.close-btn:hover{
	opacity: 0.8;
}
.close-btn a{
	display: none !important;
}
.close-btn:before,
.close-btn:after{
	    display: block;
    width: 40px;
    height: 1px;
    content: "";
    background: transparent;
    border-bottom: 2px solid;
    transition: all 500ms ease-in-out;
}
.close-btn:before{
	margin-bottom: 8px;
}
.close-btn:hover:before,
.close-btn:hover:after{
    border-color: #DFAB60;
}

/*full menu*/
.top-menupop{
	 display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menupop-section {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(/wp-content/uploads/2020/10/ice-bg-main.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
        overflow-y: auto;
}

.top-menupop ul li a , .top-menupop {
	color: #fff;
	transition: all 500ms ease-in-out;
}
.top-menupop ul li a:hover{
	color: #DFAB60;
}
.menupop-inner {
    margin: auto;
    max-width: 900px;
    padding: 50px 20px;
    display: flex;
    position: relative;
    width: 100%;
}
.close_btnsec {
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 55;
    min-width: 120px;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    right: 0;
    width: 95%;
}
div#wpadminbar + .top-menupop .close_btnsec {
    top: 60px;
}
.close_btnsec a{
	cursor: pointer;
    font-size: 15px;
    color: #fff;
    transition: all 500ms;
}
.close_btnsec a:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 500ms;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.close_btnsec:hover a:before , .close_btnsec a:hover  {
	width: 0;
    color: #dfab60;
}

.popmenu-left {
    width: 63%;
    margin-right: 2%;
} 
.popmenu-right {
    margin-left: auto;
    max-width: 180px;
    position: relative;
}
.popmenu-right .widget_text {
    position: absolute;
    bottom: 0;
    left: 0;
}
ul#menu-popup-left-menu li a{
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 4px;
	margin-bottom: 25px;
	padding: 0;
	text-transform: uppercase;
	display: block;
	font-family: helveticaneue-bold;
}
ul#menu-popup-left-menu li:last-child a{
	margin-bottom: 0;
}
ul#menu-popup-right-menu li {
    margin-bottom: 25px;
}
.preloader-plus .preloader-custom-img {
    width: 100% !important;
    object-fit: cover !important;
        height: 100%;
    display: none;
}
.preloader-plus {
    background-color: #131010;
    background-image: url(/wp-content/uploads/2020/10/ice-bg-1.png)
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
div#et-top-navigation {
        display: none !important;
}
@media (min-width: 981px){
    div#et-top-navigation {
        display: block !important;
    }
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding-top: 33px;
        padding-bottom: 33px;
        transition: all 500ms ease-in-out;
    }
    header#main-header.fix-header #et-top-navigation{
        padding: 20px 0 !important;
    }
    .mob-menu{
        display: none;
    }
    
}

@media (max-width: 768px) {
	
	.home header#main-header {z-index:1;}
	
}
