* {
    box-sizing: border-box
}

html, body {
    overflow-x: hidden;
}
.woocommerce-js span.onsale{
	z-index:1 !important;	
}
body {
    position: relative;
}

.elementor-35989 .elementor-element.elementor-element-4ab5789{
	z-index:1 !important;	
}

.search_form{
	position: absolute;
	background: #fff;
	width:0;
	overflow:hidden;
	bottom: 0;
	left: 20%;
	z-index: 2;
	transition: 0.6s all;
	white-space: nowrap;
}

.search_form.active{
	width:60%;
	padding: 7px;
}

.search_form #search-field {
  width: 80%;
  padding: 5px;
  background: #efefef;
  vertical-align: middle;
}
.search_form .search-submit {
  padding: 5px 50px 5px 50px;
  vertical-align: middle;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform:uppercase;
}
.close-search{
	color: black !important;
	vertical-align: middle;
}
.show_mobile {
    display: none !important;
}

.hide_mobile {
    display: block !important;
}

.zl_header{
	display: flex;
	align-items: flex-end;
	box-shadow: 0 0 25px -7px #000;
	z-index: 2;
	position: relative;
}
.zl_logo{
	width: 20%;
	height: 100px;
	padding: 10px 30px;
	text-align: center;
	position:relative;
	display:flex;
	align-items:center;
}
.zl_logo img{
	width: auto;
	max-height: 78px;
}
.zl_logo div {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
	top: 10px;
	height: 80px;
	width: 200px;
	background:white;
	display: block;
	-webkit-animation-name: fade;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
	animation-name: fade;
	animation-iteration-count: infinite;
	animation-duration: 20s
}
.zl_logo div a{
	height:100%;
}

@-webkit-keyframes fade {
	0% {opacity: 1}
	25% {opacity: 1}
	40% {opacity: 1}
	50% {opacity: 0}
	75% {opacity: 0}
	90% {opacity: 1}
	100% {opacity: 1}
}
@keyframes fade {
	0% {opacity: 1}
	25% {opacity: 1}
	40% {opacity: 1}
	50% {opacity: 0}
	75% {opacity: 0}
	90% {opacity: 1}
	100% {opacity: 1}
}
#logo2 {
  animation-delay: -10s;
  -webkit-animation-delay: -10s
}
	
.zl_nav{
	flex:1;
	position:relative;
	z-index:2;
}
.zl_search_wrap{
	width: 20%;
	align-self:flex-start;
}

.zl_phone{
}
.zl_phone a{
	text-align:center;
	color:white;
	background-color:#DB202A;
	padding:9px;
	text-decoration:none;
	border: solid 2px #DB202A;
	display:block;
}
.zl_phone a .base_state{
	display:inline-block;
}
.zl_phone a:hover{
	color:white;
	text-decoration:none;
	border-color:#4F4F4F;
	background-color:#4F4F4F;
}
.zl_phone img{
	width:25px;
	margin-right:15px;
}
.zl_phone_number{
	font-size: 12pt;
	vertical-align: middle;
	font-weight:600;
	color:white !important;
}
.zl_cart_button{
	display:inline-block;
	padding:10px 20px;
}
.zl-button-icon{
	position:relative;
	width: 20px;
	display: inline-block;
}
.zl-button-icon-qty{
	display: block;
	position: absolute;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	top: -.7em;
	inset-inline-end: -.7em;
	border-radius: 100%;
	color: #fff;
	background-color: #d9534f;
	text-align: center;
	font-size: 10px;
}
.zl_search{
}
.zl_cart{
}
.zl_account{
	width:20px;
}
.zl_search_menu_wrap{
	text-align:center;
	padding-top:12px;
	display:flex;
	justify-content: space-evenly;
}
.zl_search_menu_wrap > div{
	display:inline-block;
}




/** new nav **/

.elementor-section.elementor-top-section.elementor-element.elementor-element-7324f06 {
    z-index: -1 !important;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
}

.dropdown-content a {
    color: #444;
    display: block;
    text-align: left;
    line-height: 1.1;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.tierOne {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
}

.topLevel {
    padding-bottom: 10px !important;
}

.tierOne li {
    list-style-type: none;
}

.tierOne > li {
	padding: 10px;
}
.tierOne a.topLevel {
    color: #444;
}

.tierOne a {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    font-family: "Poppins", sans-serif;
	padding: 10px 20px;
	text-transform:uppercase;
}

.tierOne a:hover {
    background: transparent;
    color: #DB202A;
}

.tierOne > li > a{
}


ul.tierOne a i {
    margin-left: 6px;
    padding-right: 0;
}

.tierTwo > li {
    display: flex;
}

.imageGrid{
	width:250px;
	margin:0;
	padding:0;
}
.imageGrid li{
	margin: 10px 0 10px 0;
	height:90px;
	border:solid 2px #DB202A;
	border-left-width:20px;
	color:white;
	background-color:#DB202A;
	background-size: cover;
	background-position: center;
}
.imageGrid li a{
	height:100%;
	width:100%;
	font-size:18px;
	color:white;
	display:flex;
	align-items:end;
	padding-bottom:7px;
	justify-content:center;
	text-shadow:2px 2px 2px #000;
	background-color:#00000066;
}
.imageGrid li a:hover{
	background-color:#DB202A66;
	color:white;
}
.tierOne li.navOpen:hover ul.bulklinks{
	margin:10px 10px 0 10px;
	padding:0;
	flex:1;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: start;
}

.bulklinks li{
  width: 30%;
  height: 70px;
  margin: 0px 1.5%;
}
.bulklinks li a{
	height:100%;
	width:100%;
	font-size:16px;
	color:black;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#ccc;
	border-bottom:solid 2px #ccc;
}
.bulklinks li a:hover, .bulklinks li a.active{
	background-color:#DB202A66;
	border-color:#DB202A;
	color:black;
}

.bulklinks li.sale_link{
	width: 100% !important;
	height: 40px;
	flex: 1;
	margin-bottom: -20px;
	margin-right: 10px;
	text-align:right;
  flex-basis: auto !important;
}
.bulklinks li.sale_link a{
	background-color:white;
	display:inline-block;
	border-bottom:solid 0 #ccc;
	border-right:20px solid #DB202A;
	padding:0;
	margin-right: -20px;
}
.bulklinks li.sale_link a span{
	background: url('/wp-content/themes/astra-child/assets/icon_sales_red.png') no-repeat 23px 11px;
	background-size: 19px;
	display: inline-block;
	padding: 13px 20px 13px 55px;
	color:black;
}
.bulklinks li.sale_link a:hover span{
	background: url('/wp-content/themes/astra-child/assets/icon_sales_white.png') no-repeat 23px 11px #DB202A;
	background-size: 19px;
	color:white;
}

.bulklinks li a span{
	text-align:center;
}

#zlnav_29435 .bulklinks li{
  width: 18%;
  height: 50px !important;
  margin: 0 1%;
}

#zlnav_29435 .bulklinks li.sale_link a span{
	
}
#zlnav_29435 .bulklinks li.sale_link{
  height: 40px !important;
  margin-bottom: -10px;
	margin-right: 7px;
}


.zlnav_basic .tierTwo{
	width:auto !important;
	left:auto !important;
}
.tierOne li.navOpen.zlnav_basic ul.tierTwo li ul{
	margin-left:0;
}
.tierOne li.navOpen.zlnav_basic ul.tierTwo li ul li a{
	display: block;
	font-size:16px;
	color:#444;
}
.tierOne li.navOpen.zlnav_basic ul.tierTwo li ul li a:hover{
	color:var( --e-global-color-896c11f );
}

.tierTwo {
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}

.tierTwo {
    position: absolute;
    background: #fff;
    width: 110%;
	margin: 0 -5%;
    margin: 0;
    left: 0;
    padding: 0;
	border-bottom: solid 2px #DB202A;
}

.linkGrid .column {
    width: 100%:
}

.linkGrid .column a {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
}

.dropdownMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdownMenu ul {
    margin: 0;
}

.dropdownMenu li {
    display: block;
    position: relative
    margin: 0 !important;
    width: 100%;
}

.dropdownMenu li ul li {
    margin: 0 !important;
}

.dropdownMenu li ul {
    display: none;
}

.dropdownMenu ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.dropdownMenu ul li a:hover {
    background: #2c3e50;
}

.dropdownMenu li:hover > ul {
    display: block;
    opacity: 1;
    position: absolute;
}

.dropdownMenu li:hover li {
    float: none;
}

.dropdownMenu li:hover a {
}

.dropdownMenu li:hover li a:hover {
}

.dropdownMenu ul ul {
    left: 100%;
    top: 0;
}

.dropdownMenu ul:before, .dropdownMenu:before
.dropdownMenu ul:after, .dropdownMenu:after {
    content: " ";
    display: table;
}

.dropdownMenu ul:after, .dropdownMenu:after {
    clear: both;
}


.dropdownMenu.topLevel ul {
    background: #fff;
}

.dropdownMenu.topLevel ul a {
    color: #444;
    border-bottom: 1px solid #000;
    padding: 10px 20px !important;
    line-height: 1.1;
}

.dropdownMenu.topLevel ul a:hover {
    color: #fff;
}

@media screen and (max-width: 1700px) {

	#zlnav_29435 .bulklinks li{
	  width: 18%;
	  height: 45px !important;
	  margin: 0px 1%;
	}

	#zlnav_29435 .bulklinks li a{
		font-size: 15px;
		padding: 10px 10px;
	}
	#zlnav_29435 .bulklinks li.sale_link{
		margin-bottom: -15px;
	}
	#zlnav_29435 .bulklinks li.sale_link a{
		padding:0;
		margin-right: -17px;
	}
}

@media screen and (max-width: 1500px) {
	.zl_nav{
		position:initial !important;
	}
	.tierOne > li {
	  padding: 10px 0px;
	}
	.tierOne a{
		padding: 10px;
	}
	ul.tierOne a i{
		margin-left:0;
	}
	
	.tierTwo{
		margin: 50px 5% 0 5%;
		width: 90%;
	}
	.zlnav_basic .tierTwo{
		margin: 50px 0;
		
	}
	
}



@media screen and (max-width: 1200px) {
	
	.search_form{
		left: 30%;
		z-index:3;
	}
	.search_form.active {
		width: 70%;
	}
	.search_form #search-field {
		width: 60%;
	}
	.search_form .search-submit {
		padding: 5px 10px;
	}
	.zl_logo{
		width: 250px;
	padding: 10px 10px;
	}
	.zl_header{
		display: grid !important;
		grid-template-columns: max-content 1fr 1fr;
	}
	.zl_logo{
		grid-row: span 3;
	}
	.zl_nav{
		grid-column: span 2;
		order: 3;
		margin-top: 8px;
	}
	.zl_search_wrap{
		grid-column: span 2;
		width: auto !important;
		justify-self: end;
	}
	.zl_phone{
		display:inline-block;
		float: right;
	}
	.zl_search_menu_wrap{
		width:200px;
	}
}
@media screen and (max-width: 1078px) {
	 #zlnav_29435 .bulklinks li {
		width: 23%;
		height: 36px !important;
		margin: 0px 1%;
	  }
}

@media screen and (max-width: 966px) {
	.tierOne a{
		padding:10px 6px;
		font-size:14px;
	}
	
	.bulklinks li {
	  width: 28%;
	  height: 70px;
	  margin: 0px 10px;
	}
	.bulklinks li a{
		font-size:14px;
	}
	#zlnav_29435 .bulklinks li{
		width: 22%;
		height: 36px !important;
		margin: 0px 5px;
	}
	#zlnav_29435 .bulklinks li a{
		font-size: 12px;
	}
	#zlnav_29435 .bulklinks li.sale_link a{
		margin-right: -15px;
	}
	.bulklinks li.sale_link a span{
		padding: 14px 20px 14px 55px;
	}
}
@media screen and (max-width: 767px) {
	.search_form{
		left: 0;
	}
	.search_form.active {
		width: 100%;
	}
	.search_form #search-field {
		width: 50%;
	}
	.search_form .search-submit {
		padding: 5px 10px;
	}
	.zl_nav{
		grid-column: span 2;
		order: 2;
	}
	.zl_search_wrap {
		grid-column: span 3;
		order: 3;
		width:100% !important;
	}
	.zl_phone{ width:50%; }
	.zl_search_menu_wrap{ width:50%; }
	
    .menuToggle, .mainMenu {
        display: block;
    }

    .tierOne .imageGrid > li {
        margin:0;
    }

    .tierOne .tierTwo a {
        color:#444;
		font-size:16px;
		font-weight:500;
    }
    .tierOne .tierTwo .gridColumn a {
        padding: 9px 20px !important;
        text-align: center;
    }

    .tab .tab-content .tab-content {
        padding-left: 14px !important;
    }

    .tab-label:hover {
        background: #fff !Important;
    }

    .tab-content .tab-label {
        font-size: 15px;
        padding: 8px 20px !important;
    }

    label.tab-label {
        padding: 15px 0 !important;
    }


    .tierOne .tierTwo .tab-content a {
        padding: 11px 21px !important;
        font-size: 15px !important;
    }

    .mainMenu {
        background: #fff !important;
    }

    .tierOne li {
        background: transparent !important;

    }

    .topMenu {
        display: none;
    }

    .mainMenu {
        top: 0;
    }

    .hide_mobile {
        display: none !important;
    }

    .show_mobile {
        display: block !important;
    }


    ul.tierTwo li:last-child {
        margin-bottom: 0 !important;
    }

    body .tierOne li.darker-link {
        background: #105a7c !important;
    }

    ul.tierOne li:last-child {
        margin-bottom: 22px !important;
    }


    .translate {
        display: block;
    }


    .tierOne li {
        border-bottom: 1px solid rgba(255, 255, 255, .52);
        border-top: 1px solid rgba(255, 255, 255, .52);
    }

    ul.tierOne i {
        position: absolute;
        right: 38px;
    }

    .tierOne li li {
        background: transparent !important;
        border: 0 !important;
    }

    .tierTwo {
        position: relative !Important;
        border-radius: 0 !important;
		margin: 0 0 0 20px !important;
		box-shadow:none;
		border-bottom:0;
    }
	.imageGrid li a:hover{
		color:#DB202A;
		background:transparent;
	}
	.tierTwo > li{
		display:block;
	}
	.imageGrid li{
		height:auto;
	}
	.imageGrid li a{
	  color: black;
	  padding-bottom: 10px;
	  text-shadow: none;
	  background-color: white;
	}
	.bulklinks{
		display:none !important;
	}
	.tierOne li.navOpen:hover ul.bulklinks{
		display:none !important;
	}
    ul.tierOne li a {
        font-size: 18px;
		display:block;
    }

    body .gridColumn:last-of-type {
        margin-bottom: 0 !important;
    }

    .bottomLinks {
        float: none !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .bottomLinks a {
        text-align: center !important;
        display: block;
    }

    label.tab-label::after {
        font-size: 15px;
    }

    label.tab-label {
        font-size: 16px;
        padding: 0;
    }

    .tab-content a {
        font-size: 15px !important;
    }

    .tab-content a:last-child {
        margin-bottom: 0 !important;
    }

    .menuClose {
        right: 0;
        text-align: right;
        display: block;
		padding:10px;
    }

    .menuClose i {
        color: #000;
        font-size: 28px;
        padding: 19px;
    }

    .menuToggle {
        display: flex;
        align-items: center;
        justify-content: end;
		padding: 25px 40px;
    }

    .menuIcon {
        color: #000;
        position: relative;
        font-size: 32px;
        right: 0px;
    }

    .menuText {
        position: relative;
        left: 14px;
        font-size: 21px;
        text-transform: uppercase;
    }

    .mainMenu {
        position: fixed !important;
        right: 0 !important;
        height: 100vh !important;
        z-index: 99999;
        min-width: 310px !important;
		width:50%;
        overflow-x: scroll !important;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
		box-shadow: 10px 0px 20px 3px #000;
    }
	
    .mainMenu.menuOpen {
        opacity: 1;
        visibility: visible;
    }

    .tierTwo {
    }

    .tierOne {
        display: block !important;
        margin-top: 0px !important;
        padding: 0 !important;
    }

    .tierOne li:hover ul {
        position: relative !important;
        border-radius: 0 !important;
    }


    .tierTwo li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media screen and (max-width: 500px) {
	.zl_phone a{
		padding: 9px 0;
	}
	.zl_phone img{
		margin-right: 5px;
	}
}


@media screen and (min-width: 768px) {
    .menuToggle, .menuClose {
        display: none
    }

    .tierTwo {
        display: none;
        opacity: 0;
        transition: 0.3s all;
        padding: 0;
        z-index: 2;
    }

    .tierOne .tierTwo li .tab-content a {
        padding-left: 30px !important;
        font-size: 18px;
    }

    .tierTwo {
        top: 44px;
    }

    .tierOne li.navOpen:hover ul {
        display: block !important;
        opacity: 1;
        transition: 0.3s all;
    }

}


