.menu-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mobile-menu-header {
    display: none;
}

.my-menu {
    float: left;
    width: auto;
}

.my-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.my-menu > ul > li {
    margin: 0px 5px;
}

.my-menu > ul > li > a {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    padding: 9px 20px;
    
}

.my-menu > ul > li > a:hover,
.my-menu > ul > li:hover > a{
    background: #e6e6e6;
}

.my-menu .level-3-cats {
    position: absolute;
    top: 42px;
    width: 90%;
    left: 5%;
    background: #fff;
    z-index: 999;
    display:none;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6);
    min-height: 350px;
}
.my-menu .level-3-cats:before {
    content: "";
    position: absolute;
    left: 15%;
    height: 100%;
    width: 1px;
    background: #bcbcbc;
}

.my-menu > ul > li:hover  .level-3-cats {
    display: block;
}

.my-menu .level-3-cats > li {
    width: 15%;
    float: left;
    clear: both;
    margin-bottom: 0px;
}

.my-menu .level-3-cats > li > a {
    display: flex;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #bcbcbc;
    padding: 10px 15px;
    border-color: #bcbcbc;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	text-transform:uppercase;
}
.my-menu .level-3-cats > li:last-child > a{
    border-bottom:none; 
}

.my-menu .level-3-cats > li > a:after{
	content: "\f105";
	font-family:FontAwesome;
	color: transparent;	
	font-size: 18px;
    line-height: 1;
}
.my-menu .level-3-cats > li > a:hover,
.my-menu .level-3-cats > li > a:hover:after,
.my-menu .level-3-cats > li:hover > a,
.my-menu .level-3-cats > li:hover > a:after{
	color:#000;	
}

.my-menu .subcategory-two-column,
.my-menu .level-4-cats {
    position: absolute;
    width: 85%;
    right: 0;
    top: 0;
    display: none;
    padding: 25px 25px 25px 2%;
    z-index: 11;
    background: #fff;
    height: 100%;
    border-left: #bcbcbc solid 1px;
    
}


.my-menu .level-3-cats > li:hover .subcategory-two-column,
.my-menu .level-3-cats > li:hover .level-4-cats{
	display:block;	
} 

.my-menu .level-4-cats > li {
    width: 16.66%;
    float: left;
    padding: 0px 5px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.my-menu .level-4-cats > li:nth-child(6n+1) {
    clear: both;
}

.my-menu .level-4-cats > li > a,
.my-menu .subcategory-two-column > .left  li > a {
    font-family: 'VerdanaPro-Regular';
    font-size: 16px;
    color: #000;
	letter-spacing:0.5px;
}
.my-menu .level-4-cats > li:hover a{
	font-family: 'VerdanaPro-SemiBold';
}
.my-menu .subcategory-two-column > .left  li:hover a {
    font-family: 'VerdanaPro-SemiBold';
}
.my-menu .level-4-cats .menu-cat-image {
    margin-bottom: 8px;
}
.my-menu .level-4-cats .menu-cat-image img{
    max-width:100%;
}

.my-menu .subcategory-two-column > .left{
    width: 45%;
    float: left;
    text-align: left;
    padding: 15px 30px 0 0;
}
.my-menu .subcategory-two-column > .left li {
    margin-bottom: 7px;
}
.my-menu .subcategory-two-column > .left .cols-1 {
    width: 50%;
    float: left;
    padding-right: 4%;
}

.my-menu .subcategory-two-column > .right {
    width: 55%;
    float: right;
}

/*---- Start responsive -------*/

@media screen and (max-width:1199px) {
   
    .my-menu > ul > li {
        margin: 0px 10px;
    }
    .my-menu > ul > li > a {
        font-size: 14px;
		padding: 5px 13px;
    }
    .my-menu .level-3-cats {
		top: 31px;
		width: 94.4%;
		left: 3.3%;
	}
	.my-menu .subcategory-two-column, .my-menu .level-4-cats {
		padding: 17px 17px 17px 2%;
	}
	.my-menu .level-4-cats > li {
    	margin-bottom: 10px;
	    text-align: center;
	}
	.my-menu .level-3-cats > li > a {
		font-size: 13px;
		padding: 6px 10px;
	}
	.my-menu .level-3-cats > li > a:after {
		font-size: 15px;
	}
	.my-menu .level-4-cats .menu-cat-image {
		margin-bottom: 5px;
	}
	.my-menu .level-4-cats > li > a, .my-menu .subcategory-two-column > .left li > a {
		font-size: 13px;
	}
	.my-menu .level-4-cats .menu-cat-image img {
		max-width: 70%;
	}
	.my-menu .subcategory-two-column > .left li {
		margin-bottom: 5px;
	}
	.my-menu .subcategory-two-column > .left {
		padding: 10px 20px 0 0;
	}
}

@media screen and (max-width:991px) {
    .my-menu > ul > li {
        margin: 0px 5px;
    }
    .my-menu > ul > li > a {
		font-size: 12px;
		padding: 4px 10px;
	}
   .my-menu .level-3-cats {
		top: 26px;
		width: 97.5%;
		left: 1.5%;
	}
	.my-menu .level-3-cats > li > a {
		font-size: 11px;
		padding: 4px 8px;
	}
	.my-menu .level-3-cats > li > a:after {
		font-size: 13px;
	}
	.my-menu .subcategory-two-column, .my-menu .level-4-cats {
		padding: 10px 10px 10px 2%;
	}
	.my-menu .level-4-cats > li {
    	margin-bottom: 6px;
	}
	.my-menu .level-4-cats .menu-cat-image {
		margin-bottom: 3px;
	}
	.my-menu .level-4-cats > li > a, .my-menu .subcategory-two-column > .left li > a {
		font-size: 12px;
	}
	.my-menu .subcategory-two-column > .left {
		padding: 6px 15px 0 0;
	}
	.my-menu .subcategory-two-column > .left li {
		margin-bottom: 3px;
	}
}


@media screen and (max-width:767px) {
    .my-menu .level-3-cats:before {
        display: none;
    }
	.mobile-menu-header {
		display: block;
	}
    .menu-icon {
		width: auto;
		order: 1;
		margin-right:20px;
	    position: relative;
	    top: -1px;
	}
	
    .menu-icon img {
        width: 19px;
		cursor: pointer;
    }
	
    .menu-bar {
        order: 2;
        width: auto;
        position: initial;
    }
    .my-menu {
        position: absolute;
        background: #fff;
        width: 285px;
        left: 0;
        top: -37px;
        transition: ease 0.5s all;
        transform: translateX(-200%);
        z-index: 999;
        opacity: 0;
        height: 100vh;
        overflow: scroll;
    }
    .my-menu.my-menu-open {
        opacity: 1;
        transition: 0.5s all;
        transform: translateY(0);
    }
	body.menu-body {
		position: relative;
		z-index: 99;
	}
	body.menu-body:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #00000085;
		z-index: 999;
	}
	
	.mobile-menu-header .menu-logo {
		padding: 22px 15px 0px;
		margin-bottom: 15px;
		position:relative;
	}
	.mobile-menu-header .menu-logo figure img {
		width: 160px;
	}
	.mobile-menu-header img.menu-close {
		position: absolute;
		width: 20px;
		top: 10px;
		right: 15px;
		cursor:pointer;
	}
    .my-menu > ul {
        float: left;
        width: 100%;
    }

    .my-menu > ul > li {
        margin: 0px 0px 0;
        width: 100%;
        background: #E6E6E6;
        border-bottom: 2px solid #D1D1D1;
        min-height: 50px;
        line-height: 50px;
    }
    .my-menu > ul > li > a,
    .my-menu > ul > li > .panel > a{
        padding: 0 15px;
        display: block;
        font-family: 'VerdanaPro-SemiBold';
        font-size: 15px;
        color: black;
    }
    .my-menu > ul > li .panel {
        margin: 0;
        background: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    .my-menu > ul > li .panel .panel > a,
    .my-menu > ul > li .panel .panel ul.customercare-menu > li > a {
    display: flex;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding: 0px 15px;
    border-color: #bcbcbc;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: uppercase;
    background: #fff;
}
.my-menu > ul > li > .panel > a:after,
.my-menu > ul > li .panel .panel > a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: black;
    font-size: 23px;
    line-height: 1;
    margin-top: 15px;
    float: right;
}
.my-menu > ul > li .panel .panel > a:after{
margin-top: 0px;

}
.my-menu > ul > li > .panel > a[aria-expanded="true"]:after,
.my-menu > ul > li .panel .panel > a[aria-expanded="true"]:after{

    transform: rotate(90deg);
}
.my-menu > ul > li .panel .panel ul.customercare-menu li {
    margin: 0;
}

    .my-menu .level-3-cats {
        position: relative;
        top: 0;
        float: left;
        width: 100%;
        left: 0;
	    box-shadow: none;
    }
    .my-menu .level-3-cats > li {
        width: 100%;
        float: none;
        font-family: 'VerdanaPro-Regular';
    }
    .my-menu .level-3-cats > li > a {
        color: black;
        font-size: 15px;
        padding: 0 15px;
    }
    .my-menu .level-3-cats > li > a:after{
        color: black;
        font-size: 20px;
    }
    .my-menu .level-3-cats > li.second-main.active > a:after{
         transform: rotate(90deg);
    }
    .my-menu .subcategory-two-column, .my-menu .level-4-cats {
        float: left;
        width: 100%;
        padding: 15px 10px;
        position: relative;
        left: 0;
        top: 0;
	    box-shadow: none;
    }

    .my-menu .level-4-cats > li {
        width: 33.33%;
    }
    .my-menu .subcategory-two-column:before, .my-menu .level-4-cats:before{
        display: none;
    }
    .my-menu #full-col, .my-menu #mobile-full-col {
        padding: 0;
    }
    .my-menu #mobile-full-col .left {
        width: 100%;
        float: left;
        padding-right: 0px;
    }
    .my-menu .subcategory-two-column > .left .cols-1 {
        width: 100%;
        padding-right: 0;
    }
    .my-menu #mobile-full-col .right {
        display: none;
    }
   .my-menu #full-col li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #D1D1D1;
        padding-left: 15px;
    }
    .my-menu #mobile-full-col li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #D1D1D1;
        padding-left: 15px;
    }
    .my-menu #mobile-full-col li a {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 14px;
        line-height: 50px;
    }
    .my-menu #full-col li a {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 14px;
    }
    .my-menu .level-4-cats > li > a, .my-menu .subcategory-two-column > .left li > a {
        font-size: 15px;
        font-family: 'VerdanaPro-Regular';
        color: black;
        line-height: 1.5;
    }
    .my-menu .level-4-cats > li:nth-child(3n+1) {
        clear: both;
    }
	.my-menu .level-3-cats > li:last-child > a {
		border: none;
	}
    /*Start mobile search bar */
    

.menu-search {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-block-end: 10px;
}
.menu-search .block.block-search {
    margin: 0;
}

.menu-search form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'VerdanaPro-Regular';
    position: relative;
}
.menu-search .field.search {
    width: calc(100% - 40px);
}
.menu-search .field.search > label.label {
    display: none;
}
.menu-search .field.search .control {
    border: none;
    margin: 0;
    padding: 0;
}
.menu-search .field.search span.clear-search-text {
    position: absolute;
    right: 49px;
    font-family: 'VerdanaPro-Regular';
    text-decoration: underline;
    top: 8px;
    font-size: 13px;
    color: #4d4d4d;
    display: inline-block;
    cursor: pointer
}
.menu-search input[type="text"] {
    width: 100%;
    border: 1px solid #D1D1D1;
    border-right: 0;
    font-family: 'ResavskaBG-Reguler';
    font-style: italic;
    color: black;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    position: relative;
    left: 0;
    margin: 0;
}
.menu-search .actions button.action.search {
    width: 40px;
    outline: 0;
    border: none;
    background: black;
    height: 38px;
    line-height: 38px;
    background-image: url(../images/mobile-search-icon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    text-indent: -9999px;
    background-position: center;
    display: block;
    opacity: 1;
    border-radius: 0px;
}

.menu-search  input[type="text"]::placeholder {
  color: black;
  opacity: 1;
}
.menu-search  input[type="text"]:-ms-input-placeholder {
 color: black;
}
.menu-search  input[type="text"]::-ms-input-placeholder { 
 color: black;
}



.my-menu .subcategory-two-column .left li {
    height: auto;
    line-height: 1.5;
    text-align: left;
}
.my-menu .subcategory-two-column .left {
    width: 50%;
    padding-top: 0;
}
.my-menu .subcategory-two-column .right {
    width: 50%;
}

/*End mobile search bar */

/*Start HAVE AN ACCOUNT? */

.menu-accouunt-wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0px 0 15px;
    border: 2px solid #D1D1D1;
    border-left: 0;
    border-right: 0;
   height: 42px;
    line-height: 42px;
}

.menu-accouunt-wrap .have-an-accont {
    font-family: 'VerdanaPro-SemiBold';
    font-size: 15px;
    color: black;
    width: calc(100% - 80px);
}

.menu-accouunt-wrap .sing_in-sign_up {
    width: 80px;
    height: calc(100% + 2px);
    background: #1D494C;
    text-align: center;
    margin-top: -2px;
}


.menu-accouunt-wrap .sing_in-sign_up a {
    color: white;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}

/*End HAVE AN ACCOUNT? */

.my-menu > ul > li:hover .level-3-cats {
    display: none;
}
.my-menu > ul > li.first-main.active .level-3-cats{
    display: block;
}
.my-menu > ul > li > a:hover, .my-menu > ul > li:hover > a {
    background: transparent;
}
.my-menu > ul > li.first-main.active .my-menu > ul > li > a{
    background: #e6e6e6;
}
.my-menu > ul > li.first-main > a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: black;
    font-size: 23px;
    line-height: 1;
    margin-top: 15px;
    float: right;
}
.my-menu > ul > li.first-main.active > a:after{

        transform: rotate(90deg);
}
	
.my-menu .level-3-cats > li:hover .subcategory-two-column, .my-menu .level-3-cats > li:hover .level-4-cats {
    display: none;
}
.my-menu .level-3-cats > li.second-main.active .subcategory-two-column, .my-menu .level-3-cats > li.second-main.active .level-4-cats{
    display: block;
}
    
}

/*---- End responsive -------*/
