.main-menu-nav {
    width: 100%;
}
nav.menu {
    display: flex;
    width: 100%;
    justify-content: center;
}
nav.menu ul.main-menu {
    padding: 0 10px;
	border-bottom: 3px solid transparent !important;
}

nav.menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 62px;
    background-color: #fff;
    display: none;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    height: auto;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 10px 22%;
}
.sub-menu li:hover {
    border-bottom: none !important;
}
nav.menu ul.main-menu:hover {
    border-bottom: 3px solid #000 !important;
}
.sub-menu a:hover {
    text-decoration: underline !important;
}
nav.menu ul.sub-menu li:hover {
    border-bottom: none !important;
}
.first-sub {
    border-bottom: 1px solid #dcdcdc !important;
    margin-bottom: 20px !important;
    pointer-events: none !important;
    cursor: default !important;
}
nav.menu li:first-child {
    font-family: 'Teko', sans-serif !important;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    padding: 22px 0 16px 0;
    transform: scaleY(0.78);;
    letter-spacing: 0.5px;
    display: block;
    color: #000;
    border-bottom: 3px solid transparent;
}

html[lang="en-US"] nav.menu li:first-child {
	padding: 12px 0 9px 0;
}

ul.sub-sub-menu {
    margin-right: 50px;
    width: 20%;
}
html[lang='hy-AM'] nav.menu li:first-child {
    font-family: 'Arial', sans-serif !important;
    transform: scale(1) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body.site-body ul.main-menu.sale a {
	line-height: inherit;
}

header.site-header nav.menu ul a {
    color: #000;
    padding: 8px 0;
    text-decoration: none;
    line-height: 1.25;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
header.site-header nav.menu ul li{
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.menu:hover > .teko-font {
    border-bottom: 3px solid #000;
}
@media screen and (min-width: 1000px) {
    nav.menu ul.main-menu:hover > .sub-menu {
        display: flex;
    }
}
li.first-sub {
    font-family: 'Teko', sans-serif !important;
    font-size: 20px !important;
    font-weight: 300;
    transform: scaleX(1.4);
    display: block;
}
/*menu sale styles*/

.sub-menu .woocommerce {
	margin-left: 18%;
	margin-top: 30px;
}

.sub-menu .woocommerce .products .product {
    width: 250px !important;
    height: auto;
    text-align: center;
    color: #000000;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: relative;
	border-bottom: none !important
}
.sub-menu .woocommerce .products .product:before {
    content: 'SALE';
    position: absolute;
    color: #000;
    bottom: 20px;
	right: 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.sub-menu .woocommerce .products .product .price {
	display: none !important;
}
.sub-menu .woocommerce .products .product img {
    height: auto;
}
.sub-menu li.product {
    transform: scale(1) !important;
}
.sub-menu .woocommerce .products .product a {
    color: #000000;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sub-menu .woocommerce .products .product a:hover {
    text-decoration: none !important;
}
.sub-menu .woocommerce .products .product h2{
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 100%;
    font-size: 22px !important;
    margin: 0 0 40px 0 !important;
}
.sub-menu .woocommerce .products .product p{
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
.menu_btn {
    width: 20px;
    height: auto;
    position: absolute;
    display: none;
    flex-direction: column;
    transition: 0.2s all linear;
	z-index: 5555;
}
.menu_btn:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.2s all linear;
}
.menu_btn:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 10px;
    margin-top: 17px;
    transition: 0.2s all linear;
}
.menu_btn-close:before {
    margin-left: 3px;
    transform: rotate(-45deg);
    margin-left: 3px;
}
.menu_btn-close:after {
    transform: rotate(45deg);
    transform-origin: right;
    margin-top: -5px;
}