body,
html {
    font-family: 'Work Sans', sans-serif;
    -webkit-tap-highlight-color: transparent
}

.navbar-default {
    background-color: #fff
}

.navbar {
    min-height: 100px;
    margin-bottom: 0
}

.navbar-brand {
    padding: 0;
    height: 100px
}

.navbar-brand img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar-header {
    margin-left: 20px
}

.navbar-collapse {
    margin-top: 25px
}

.navLinks {
    margin-left: 20px
}

.header-icons {
    background-image: url(../images/header-icons.png);
    background-repeat: no-repeat;
    display: block
}

.-call-icon {
    width: 30px;
    height: 30px;
    background-position: -1px -1px
}

.-cart-icon {
    width: 30px;
    height: 30px;
    background-position: -33px -1px
}

.-profile-icon {
    width: 30px;
    height: 30px;
    background-position: -1px -33px
}

.navbar-right li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    padding: 0 0
}

.navbar-right li a {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center
}

.navbar-nav > li:last-child {
    padding: 0 20px 0 0
}

.searchNew input {
    width: 150px;
    height: 40px;
    outline: 0;
    position: absolute;
    border-radius: 4px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 0 10px;
    border: 0;
    padding-right: 50px
}

.searchNew .search-iconarrow {
    display: block;
    width: 50px;
    height: 40px;
    background-color: transparent;
    outline: 0;
    border: none;
    background-image: url(../images/search-icon-h.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0
}

.searchNew input:focus {
    width: 380px
}

.searchNew input:focus ~ .search-iconarrow {
    background-image: url(../images/redarrow.png)
}

.searchNew {
    line-height: 100px;
    position: relative;
    width: 150px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    outline: 0
}

.navbar-right li a {
    display: block;
    width: 80px;
    height: 60px;
    margin-left: 0 !important;
    padding: 0 0 !important;
    margin: 0 !important;
    position: relative;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.5 !important;
    font-size: 12px !important;
    text-align: center;
    color: #fff !important
}

.navbar-right li a span {
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
}

.navbar-right li a:hover span {
    color: #ec1b2e;
}

.searchBar {
    position: relative;
    top: -4px;
    width: 208px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1.5px solid #0336ff;
    height: 40px;
    padding: 15px;
    background: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.searchBar input {
    -moz-border-radius: 20px;
    border: none;
    width: 85%;
    position: relative;
    top: -8px
}

.border-left {
    border-left: 1px solid #d9d9d9
}

.search-submit {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 3px;
    right: 5px
}

.navbar-nav > li > a {
    font-weight: 500
}

.navbar-right {
    position: absolute;
    right: 0;
    margin-right: 0;
    background-color: #212121
}

.navbar-brand img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.nav > li.dropdown-ourproducts.open {
    position: static
}

.nav > li.dropdown-ourproducts.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.nav > li.dropdown-ourproducts .dropdown-menu > li {
    display: table-cell;
    position: relative
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a.hover-effect::after,
.navbar-default .navbar-nav > .active > a.hover-effect::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.dropdown-ourproducts .dropdown-menu li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: -1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.dropdown-ourproducts .dropdown-menu li a:hover::after {
    width: 200px;
    height: 200px;
    background-color: #ec1b2e
}

.hover-effect::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: #ec1b2e;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hover-effect::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}

.hover-effect:focus,
.hover-effect:hover {
    color: #fff
}

.hover-effect:focus::after,
.hover-effect:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.navbar-default .navbar-nav > li > a {
    color: #000
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ec1b2e
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ec1b2e
}

.navbar {
    border: 0;
    border-radius: 0
}

.navbar-fixed-top {
    border-width: 0
}

.mobile-header {
    position: absolute;
    width: 100%;
    z-index: 999999
}

.mobile-nav {
    background-color: #0336ff;
    min-height: 65px;
    position: fixed;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px
}

.mobile-nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.mobile-nav ul li {
    text-align: center
}

.mobile-nav ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500
}

.mobile-navigation {
    padding: 15px
}

.mobile-navigation h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500
}

.mobile-navigation ul li {
    margin-top: 15px;
    margin-bottom: 15px
}

.mobile-navigation ul li a {
    color: #fff
}

.mobile-navigation h4:after {
    content: "-";
    float: right;
    color: #fff
}

.nav > li.dropdown-ourproducts .dropdown-menu > li img {
    max-width: 150px
}

.dropdown-ourproducts .dropdown-menu {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-color: #fff
}

.cart-count {
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #ff5722;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    right: 14px;
    font-size: 10px
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent !important
}

.dropdown-menu > li > a {
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase
}

.mobileSubNav a {
    font-size: 14px;
    font-weight: 400
}

.about-dropdown {
    padding-bottom: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.store-locator-icon a {
    background-image: url(../images/location-new-ico.png)
}

.store-locator-icon a:hover {
    background-image: url(../images/location-new-red-ico.png)
}

.support-icon a {
    background-image: url(../images/chat-new-ico.png)
}

.support-icon a:hover {
    background-image: url(../images/chat-new-red-ico.png)
}

.tel-icon a {
    background-image: url(../images/calll-new-ico.png)
}

.tel-icon a:hover {
    background-image: url(../images/calll-new-red-ico.png)
}

.s-bag-storebtn a {
    background-color: red;
    /* width: 100%; */
    color: #ffffff !important;
    font-weight: bolder;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.s-bag-storebtn li {
    margin: 15px !important;
}

.s-bag-storebtn {
    width: 100%;
}

.s-bag-storebtn i {
    font-size: 19px;
}

@media(max-width:991px) {
    .page-layout {
        padding-bottom: 65px
    }
}

@media(min-width:992px) {

    .dropdown.dropdown-ourproducts:hover .dropdown-menu, .dropdown.dropdown-ourproducts1:hover .dropdown-menu{
		display: block;
	}

    .dropdown-menu {
        margin-top: 0
    }

    .dropdown-toggle {
        margin-bottom: 2px
    }

    .nav-tabs .dropdown-toggle,
    .navbar .dropdown-toggle {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .navbar {
        min-height: 100px
    }

    .navbar-nav > li > a {
        font-size: 12px
    }

    .searchBar {
        width: 40px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        transition: all .25s
    }

    .searchBar:hover {
        width: 208px
    }

    .navbar-collapse {
        margin-top: 0
    }

    .navbar-header {
        width: 150px
    }

    .logo-height {
        max-width: 122px
    }

    .navbar-nav > li {
        height: 100px
    }

    .navbar-nav > li > a {
        line-height: 100px;
        padding: 0 0;
        margin: 0 10px
    }

    header {
        height: 100px
    }

    .navbar-right li a {
        background-size: 22px;
    }
}

@media(min-width:1366px) {
    .navbar {
        min-height: 100px
    }

    .navbar-nav > li > a {
        font-size: 14px
    }

    .searchBar {
        width: 40px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        transition: all .25s
    }

    .searchBar:hover {
        width: 208px
    }

    .navbar-collapse {
        margin-top: 0
    }

    .navbar-header {
        width: 150px
    }

    .logo-height {
        max-width: 122px
    }

    .navbar-nav > li {
        height: 100px
    }

    .navbar-nav > li > a {
        line-height: 100px;
        padding: 0 0;
        margin: 0 15px
    }

    header {
        height: 100px
    }

    .navbar-right li a {
        background-size: 30px;
    }
}

@media(min-width:1900px) {
    .navbar {
        min-height: 100px
    }

    .navbar-nav > li > a {
        font-size: 18px
    }

    .searchBar {
        width: 208px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s
    }

    .navbar-collapse {
        margin-top: 0
    }

    .navbar-header {
        width: 175px
    }

    .logo-height {
        max-width: 178px
    }

    .navLinks {
        margin-left: 100px
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 99999
}