﻿.hidden-level3 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #20315A;
    display: inline-block;
    padding: 9px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.hidden-level3 span {
    z-index: 9;
    position: relative
}

.hidden-level3:hover {
    background: #fff;
    cursor: pointer;
    color: #20315A
}

.hidden-level3:hover::after {
    height: 100%
}

.hidden-level3:active::after {
    background: #0256b6
}

.hidden-level3:focus {
    color: #fff;
    background: #0256b6
}

.hidden-level3 {
    border: 2px solid #20315A
}

.theme-border,
.table-bordered {
    border-top: solid 2px #20315A
}

.theme-color {
    color: #20315A
}

.title-border {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.title-border:before,
.title-border:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -150%;
    width: 300%;
    height: 1px;
    background: #ddd
}

.title-border>span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .title-border {
        margin-bottom: 15px
    }
}

.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #20315A;
    padding: 30px 29px;
    margin-bottom: 60px
}

.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    .theme-block {
        padding: 15px;
        margin-bottom: 30px
    }
}

.table-bordered thead>tr>th,
.table-bordered thead>tr>td {
    border-bottom-width: 1px
}

.table-bordered th,
.table-bordered td {
    border: solid 1px #dfdfdf
}

.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.icon-sprite,
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .icon-sprite,
    .icon-sprite-for-modules {
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.nav-container-mobile {
    position: relative;
    z-index: 4;
    width: 100%
}

.nav-container-mobile {
    display: none
}

.nav {
    margin: 0 auto
}

.nav .grid-full {
    width: 100%;
    padding: 0px
}

.nav .grid-full>li:first-child {
    border: 0
}

.grid-full li:after {
    content: '';
    display: table;
    clear: both
}

.grid-full li .fa {
    display: none
}

.grid-full>li {
    display: inline-block
}

.grid-full>li>.fa {
    display: inline-block;
    color: #fff;
    font-size: 6px;
    vertical-align: middle;
    margin-top: -5px;
    text-indent: -20px
}

.grid-full>li:first-child .fa {
    display: none
}

.grid-full .li-wrapper {
    float: none;
    margin: 0 -25px 0 -40px;
    overflow: hidden;
    text-align: left
}

.grid-full .li-wrapper>div {
    padding: 0 25px 0 40px;
    border-right: 1px solid #ddd;
    overflow: hidden
}

.grid-full .li-wrapper.col_6>div:nth-child(6n+1) {
    clear: left
}

.grid-full .li-wrapper.col_5>div:nth-child(5n+1) {
    clear: left
}

.grid-full .li-wrapper.col_4>div:nth-child(4n+1) {
    clear: left
}

.grid-full .li-wrapper.col_3>div:nth-child(3n+1) {
    clear: left
}

.grid-full .li-wrapper.col_2>div:nth-child(2n+1) {
    clear: left
}

.grid-full li a .thumbnail {
    background: none;
    border: 0;
    border-radius: 0;
    display: block;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.title-level-1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    float: none;
    clear: left
}

.title-level-1>span {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1
}

.title-level-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ddd
}

.hidden-level3 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 18px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease
}

.catagory_children.hidden-children {
    max-height: 145px
}

.catagory_children.hidden-children:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%);
    z-index: 1
}

.catagory_children.hidden-children>div:nth-child(n+5) {
    display: none
}

.grid-full>li {
    margin: 0 35px
}

.grid-full>li:first-child {
    margin-left: 0
}

.grid-full>li>a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}

.grid-full>li>a>span {
    padding: 22px 0 23px;
    cursor: pointer;
    white-space: normal;
    z-index: 2;
    position: relative
}

.nav .grid-full>li.parent>a>span:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 30px;
    font-size: 18px
}

.grid-full .spanchildren {
    display: none
}

.grid-full>li>a .thumbnail {
    display: none
}

.grid-full>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    height: 6px;
    background: #fff;
    opacity: 0
}

.grid-full li a span {
    display: block;
    -webkit-font-smoothing: antialiased
}

.grid-full>li>.level-top {
    display: none;
    height: 0;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 70px;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.09)
}

.grid-full>li>.level-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    background: rgba(255, 255, 255, 0);
    bottom: -35px;
    left: 0
}

.grid-full>li.parent>.level-top {
    width: 100%;
    display: none;
    height: auto;
    max-width: 1170px
}

@media only screen and (max-width: 1199px) {
    .grid-full>li.parent>.level-top {
        max-width: 940px
    }
}

.grid-full>li>.level-top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
    background: transparent
}

.grid-full .parent:hover>.level-top {
    left: 0px;
    z-index: 99999
}

.grid-full>li:hover>a:before,
.grid-full>li.active>a:before,
.grid-full>li:hover>a:after,
.grid-full>li.active>a:after {
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-backface-visibility: hidden
}

.grid-full li .cat-label {
    font-size: 10px;
    font-style: italic;
    position: absolute;
    top: 10px;
    color: #fff;
    font-weight: normal
}

.grid-full li li .cat-label {
    background: #20315A;
    padding: 0 6px 2px;
    border-radius: 3px;
    top: -14px;
    right: -18px;
    left: auto
}

.grid-full li li .cat-label.sale {
    background: #ff5a62
}

.grid-full li li a>span {
    display: inline-block;
    position: relative
}

.grid-full ul ul {
    width: 100%
}

.grid-full ul ul:after {
    content: '';
    display: table;
    clear: both
}

.nav li>div.shown-sub {
    left: 0px;
    display: block
}

.grid-full .level>div.level-top>.level {
    padding: 40px;
    overflow: hidden
}

.grid-full ul.level {
    overflow: hidden
}

.grid-full .level:after {
    content: '';
    display: table;
    clear: both
}

.grid-full ul ul,
.grid-full ul div {
    position: relative;
    top: 0
}

.grid-full .level1 .catagory-level1 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    display: block;
    font-weight: bold
}

.grid-full .level1 .catagory-level1:hover,
.grid-full .level1.active .catagory-level1 {
    color: #ed1b2d
}

.menu-product {
    float: right;
    width: 44%;
    border-left: 1px solid #dfdfdf;
    padding-left: 60px
}

.menu-product .levelproduct {
    overflow: hidden;
    margin-bottom: 35px
}

.menu-product .product-name {
    font-size: 20px;
    color: #20315A;
    font-weight: 300;
    display: table;
    margin-bottom: 10px
}

.menu-product .product-name:hover {
    color: #333
}

.menu-product .price {
    font-size: 30px;
    line-height: 30px
}

.menu-product .levelproduct-img {
    width: 100px;
    float: left;
    background: #fff;
    margin-right: 33px
}

.menu-product .levelproduct-img img {
    max-width: 100%
}

.menu-product .add-to-links,
.menu-product .btn-featurecart,
.menu-product .rating-box {
    display: none
}

.grid-full .catagory_children:after {
    content: "";
    display: table;
    clear: both
}

.grid-full .catagory_children .item {
    float: left
}

.grid-full .static-block-right {
    float: right
}

.grid-full .static-block-left {
    float: left
}

.grid-full .level1 .catagory_children {
    position: static;
    width: 100%
}

.grid-full .level-top ul,
.grid-full .level-top div {
    left: 0px
}

.grid-full ul ul .level2>a {
    color: #20315A;
    display: block;
    position: relative;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px
}

.grid-full ul ul .level2>a:hover,
.grid-full ul ul .level2.active>a {
    color: #333
}

.grid-full .catagory_children .catagory_children .level2 a:after {
    content: "";
    display: table;
    clear: both
}

.grid-full ul ul .catagory_children>.level3 {
    padding: 10px 40px
}

.menu-banner {
    padding: 0 30px 30px 30px;
    overflow: hidden;
    margin: 0 -15px
}

.menu-banner>span {
    width: 50%;
    float: left;
    display: block;
    padding: 0 15px
}

.menu-banner a {
    display: block
}

.menu-banner a:hover {
    opacity: 0.6
}

.menu-banner img {
    max-width: 100%
}

.menu-content-1 {
    padding: 0 30px 30px;
    margin: -30px -15px 0;
    overflow: hidden
}

.menu-content-1>span {
    width: 50%;
    float: left;
    display: block;
    padding: 0 15px
}

.menu-content-1 a {
    display: block
}

.menu-content-1 a:hover {
    opacity: 0.6
}

.menu-content-1 img {
    max-width: 100%
}

.row-menu {
    margin: -30px -15px 0;
    padding: 0 30px 60px;
    overflow: hidden
}

.row-menu:last-child {
    padding-bottom: 30px
}

.row-menu:after {
    content: '';
    display: table;
    clear: both
}

.row-menu .title-menu {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.row-menu .col-menu {
    width: 25%;
    float: left;
    padding: 0 15px
}

.row-menu .col-menu.home-demo {
    width: 20%
}

.row-menu .col-menu a {
    display: inline-block;
    color: #333
}

.row-menu .col-menu a img {
    max-width: 180px;
    padding-bottom: 15px;
    background: #fff
}

.row-menu .col-menu a:hover {
    color: #20315A
}

@media only screen and (max-width: 1199px) {
    .nav,
    .catagory_children {
        width: auto !important
    }
    .grid-full .li-wrapper {
        margin-left: -25px
    }
    .grid-full .li-wrapper>div {
        padding-left: 25px
    }
}

@media only screen and (max-width: 991px) {
    .nav-container {
        display: none
    }
    .main-menu {
        height: 0
    }
}