.categories-nav {
    border-top: 1px solid #e5e6ea;
}

.navigations__overlay {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.nav_show .navigations__overlay,
.navigations > li.active .subnav__wrapper,
.navigations > li.active .arrow {
    opacity: 1;
    visibility: visible;
}

.navigations {
    margin: 0;
    display: -webkit-box;
    padding: 0;
    float: right;
}
.navigations > li {
    font-size: 15px;
    position: static;
    color: var(--fourth-color);
    padding: 0 12px;
    list-style: none;
}
header#header {
    background-color: #1a68b4;
}

.navigations > li > a {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    font-size: 14px;
    font-family: source_sans_proregular;
    text-decoration: none;
}
.right--side--block {
    display: flex;
    align-items: center;
}
.try--demo--button a {
    font-size: 14px;
    text-decoration: none;
    color: #1f4da3;
    text-transform: uppercase;
}
.try--demo--button {
    background-color: #fff;
    width: 40%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}
.buy--now--button a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.buy--now--button {
    border: 1px solid #fff;
    width: 40%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin-left: 7%;
}
.header-main {
    padding: 20px 0;
}

.brand--logo img {
    width: 198px;
}




.navigations > li.navchild > a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHpJREFUeNpiUVVVZQACfiD+yIAfCAHxOyao4g9A3IVHcSMQvwViaWZhYeGfQAZIYxUQcwPxbiyK64B4IhCvBmkACR5A0sQHxLuwKC4ACbAgmVQPpeug9Bcouw+Ii2GKWNCsR9fUDcRlyApYsHgQpOk1EHNCNaAAgAADAHv/FfJW73gaAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 100% center;
}

.navigations > li > a:after {
    content: "";
    background:#fff;
    border-radius:5px;
    height: 3px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.search-form.hhhhhh a {
    display: inline-block;
    padding: 0 4px;
}
@media only screen and (min-width: 1200px) {
    .navigations > li:hover > a:after {
        left: 0;
        right: 0;
    }
}

.navigations .three-pin {
    float: right;
}

.navigations .more {
    cursor: pointer;
    z-index: 1;
    padding: 21px 0;
}

.navigations .more span {
    display: none;
}

.navigations .more i.icn svg {
    width: 28px;
    height: auto;
    fill: #fff;
}

.navigations > li .link__mobilenav {
    display: none;
}

.navigations > li .subnav {
    display: block;
}

.navigations > li.active .subnav {
    display: block;
}

.nav_show .navigations__overlay,
.navigations > li.active .subnav__wrapper,
.navigations > li.active .arrow {
    opacity: 1;
    visibility: visible;
}

.navigations > li.active .subnav__wrapper {
    top: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition-delay: 0.15s;
    /* Safari */
    transition-delay: 0.15s;
}

.navigations > li .arrow {
    display: inline-block;
    height: 0px;
    opacity: 0;
    position: relative;
    top: -8px;
    visibility: hidden;
    width: 100%;
    z-index: 11;
}

.navigations > li .arrow span::before {
    border-bottom: 12px solid #f67c17;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
    top: 0;
}

.navigations > li .arrow span::after {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
    top: 1px;
}

.navigations > li .subnav__wrapper {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 100%;
    top: 120%;
    z-index: 2;
    padding: 10px 0 0;
    border-top: 3px solid var(--first-color);
}

.subnav__wrapper.addspace {
    padding: 10px 0;
}

.sublinks {
    color: #222;
    margin: 0;
    text-align: left;
}

.sublinks > li {
    display: inline-block;
    margin: 0 -2px;
    padding: 10px 0;
    vertical-align: top;
    width: 25%;
}

.sublinks > li > a {
    color: inherit;
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0;
}

.sublinks > li > a:hover {
    color: var(--first-color);
}

.sublinks > li > ul {
    margin: 10px 0;
}

.sublinks > li > ul > li {
    padding: 0 0 5px;
    float: none;
}

.sublinks > li > ul > li a {
    color: #767676;
    font-size: 1em;
    padding: 0px 0;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

.sublinks > li > ul > li a:hover {
    color: var(--first-color);
}

.sublinks > li > ul > li a:before {
    background: var(--first-color);
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sublinks > li > ul > li a:hover::before {
    right: 0;
}

.sublinks > li > ul > li.seemore a {
    font-weight: 600;
}

/*Nav mobile toggle*/

.navs_toggle {
    cursor: pointer;
    display: none;
    height: 30px;
    left: 10px;
    top: 0;
    line-height: 1;
    position: absolute;
    width: 30px;
    z-index: 1;
}

.fixed .navs_toggle {
    top: 5px;
}

.navs_toggle span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 14px 0 0;
    position: relative;
    width: 100%;
}

.navs_toggle span:before {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 100%;
}

.navs_toggle span:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -7px;
    width: 100%;
}




/*tablet*/

@media only screen and (max-width:767px) {
	.navigations {
    float: left;
}

    .navigation-wrapper {
        background: var(--first-color);
    }
    .navigation-wrapper .fixed-container {
        padding: 0;
    }
    .navigations {
        display: block;
    }
    .navigations > li {
        padding: 0;
        position: relative;
    }
    .navigations > li > a {
        text-align: left;
        color: inherit;
        display: block;
        padding: 12px 0;
        position: relative;
        overflow: visible;
        border-bottom:1px solid #ebebeb;
    }
    .navigations > li > a:after,
    .navigations > li > a:before {
        content: "";
    }
    .navigations .three-pin {
        float: none;
        margin: 0;
    }
    .navigations .more {
        width: auto;
        padding: 15px 10px;
        height: auto;
    }
    .navigations .more i.icn {
        display: none;
    }
    .navigations .more span {
        display: block;
    }
    .navigations .more span:after,
    .navigations .more span:before {
        content: normal;
    }
    .navigations > li .link__mobilenav.active:after {
        display: none;
    }
    .navigations > li .link__mobilenav {
        bottom: 0;
        cursor: pointer;
        display: block;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        visibility: visible;
        width: 40px;
        z-index: 1;
    }
    .navigations > li .link__mobilenav:before {
        background: #fff;
        content: "";
        height: 2px;
        left: 14px;
        position: absolute;
        top: 20px;
        width: 12px;
    }
    .navigations > li .link__mobilenav:after {
        background: #fff;
        content: "";
        height: 2px;
        left: 14px;
        position: absolute;
        top: 20px;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        width: 12px;
    }
    .navigations > li .subnav {
        display: none;
        position: relative;
        width: 100%;
    }
    .navigations > li .arrow {
        display: none;
    }
    .navigations > li .subnav__wrapper {
        background: #fff;
        border-top: medium none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%;
        padding:0;
    }
    .subnav__wrapper .fixed-container,
    .navigations > li .subnav__wrapper.addspace {
        padding: 0;
    }
    .subnav_row {
        padding:0px;
    }
    .subnav__wrapper .container {
        padding: 0px;
    }
    .sublinks > li {
        display: inline-block;
        margin: 0;
        width: 100%;
    }
    .sublinks > li > ul > li a,
    .sublinks > li > a {
        color: inherit;
    }
    .sublinks > li > ul {
        margin-bottom: 0;
    }
    .sublinks > li > ul > li a:hover,
    .sublinks > li > a:hover,
    .navigations > li:hover > a {
        color: inherit;
    }
}



/**/