@font-face {
    font-family: "icon-font";
    src: url('../fonts/icon-font.eot');
    src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.navs .nav-submenu>a:after,
.navs>ul>.nav-submenu>a:after {
    font-family: "icon-font";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}

.icon-desktop:before {
    content: "\E001";
}

.icon-menu-close:before {
    content: "\E002";
}

.icon-menu:before {
    content: "\E003";
}

.icon-mobile:before {
    content: "\E004";
}

.icon-submenu-down:before {
    content: "\E005";
}

.icon-submenu-right:before {
    content: "\E006";
}

.icon-world:before {
    content: "\E007";
}

.nav-button,
.nav-close {
    position: static;
    top: 0;
    width: 100%;
    height: 43px;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 4.4rem;
    background: #ea1215;
    color: #fff;
    padding-left: 15px;
    border-radius: 7px;
}

.nav-button:hover {
    color: #fff;
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    padding-right: 15px;
}

.nav-button {
    display: block;
    right: 1rem;
    font-size: 1.7rem;
}

.nav-button:before {
    content: "\E003";
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem;
}

.nav-close:before {
    content: "\E002";
}

.navs {
    padding-top: 0px;
    line-height: 4.4rem;
    background: #26201C;
    color: #A69A94;
}

.navs ul {
    border-radius: 0 0 0px 0px;
    background: #ea1215;
}

.navs ul ul {
    background: #ea1215;
}

.navs ul ul ul {
    background: #ea1215;
}

.navs ul ul ul ul {
    background: #ea1215;
}

.navs ul ul ul ul ul {
    background: #ea1215;
}

.navs ul ul li {}

.navs ul ul li a {}

.navs li {
    border-top: 1px solid #dcdcdc;
    cursor: pointer;
}

.navs li a {
    transition: 0.45s;
}

.navs li:hover>a,
.navs li.nav-active>a {
    color: #fff;
    background: #1c1c1c;
}

.navs .nav-submenu>ul {
    margin-left: 10px;
}

.navs .nav-submenu>a {
    padding-right: 30px !important;
}

.navs a {
    border-radius: 0px;
    padding: 0 15px 1px;
    color: #fff;
    text-decoration: none;
}

.navs a:hover,
.navs a:active,
.navs a:visited {
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}

a.nav-button:focus,
a.nav-button:hover,
a.nav-button:active,
a.nav-button:visited {
    color: #fff !important;
    text-decoration: none;
}

.navs a {
    text-transform: capitalize;
}

.navs .nav-submenu>a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: "\E005";
}

@media only screen and (min-width: 992px) {
    .nav-button {
        display: none;
    }
    .navs {
        padding: 0 !important;
    }
    .navs>ul>li {
        border-top: none;
    }
    .navs li>ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }
    .navs ul ul ul {
        border-radius: 0 6px 6px 6px;
    }
    .navs ul ul ul li:first-child {
        border-top: none;
    }
    .navs .nav-left>ul {
        border-radius: 6px 0 6px 6px;
    }
    .navs .nav-submenu li {
        min-width: 110px;
    }
    .navs .nav-submenu>ul {
        margin: 0;
    }
    .navs>ul>.nav-submenu>a:after {
        content: "\E005";
    }
    .navs .nav-submenu>a:after {
        content: "\E006";
    }
}

.nav-lock-scroll {
    overflow: hidden;
}

.navs {
    display: none;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
}

.navs ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navs a,
.navs a:hover,
.navs a:active,
.navs a:visited {
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .navs {
        display: block;
        position: relative;
        bottom: auto;
        overflow: visible;
    }
    .navs li {
        position: relative;
        white-space: nowrap;
    }
    .navs>ul>li {
        display: inline-block;
    }
    .navs ul {
        display: block;
    }
    .navs ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901;
    }
    .navs ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902;
    }
    .navs ul ul ul ul {
        z-index: 903;
    }
    .navs ul ul ul ul ul {
        z-index: 904;
    }
    .navs ul ul li.nav-left>ul {
        left: auto;
        right: 95%;
    }
    .nav-no-js .navs li:hover>ul {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .nav-no-js .nav-button:hover+.navs,
    .nav-no-js .nav:hover,
    .nav-no-js .nav-button:hover+.navs+.nav-close,
    .nav-no-js .nav:hover+.nav-close {
        display: block;
    }
    .mobile_catr {
        padding-top: 0;
        position: absolute;
        top: 10px;
        left: 18px;
    }
    .mobile_catr a {
        padding: 2px 10px;
        display: inline-block;
    }
    .mobile_catr .cart_imgs {
        position: relative;
    }
    .mobile_catr .cart_imgs img {
        width: 20px;
    }
    .mobile_catr .cart_imgs span {
        position: absolute;
        width: 18px;
        height: 18px;
        background: #fff;
        color: #000;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 15px;
        font-size: 11px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .navs {
        overflow-y: scroll;
        max-height: 415px;
    }
    .lara_conyt {
        position: relative;
    }
    .lara_conyt strong {
        position: absolute;
        top: 12px;
        left: 31px;
        color: #fff;
    }
}

}