header {
  min-height: 50px;
}

header.dark {
  background-color: #4f96ba;
}

header.mega {
  background-color: #4f96ba;
}

nav {
  position: relative;
}



a.nav-link.dropdown-toggle {
    color: #fff;
}
.featured-category .submenurecharge {
  position: absolute;
}

ul.main-nav {
  list-style-type: none;
  display: block;
  padding: 0px;
  max-width: 1275px;
  margin: 0 auto;
  padding: 0px 8px;
}

ul.main-nav > li {
  display: inline-block;
  padding: auto;
}

ul.main-nav > li > a {
  padding: 20px 8px !important;
  position: relative;
  color: #ffffff;
  font-size: 13px !important;
  font-weight: 400;
  box-sizing: border-box;
}

body ul.main-nav > li:hover {
  background-color: #ed7d2b;
}

body ul.main-nav > li:hover > a {
  color: #333;
  font-weight: 400;
}

body ul.main-nav > li ul.sub-menu-lists {
  margin: auto 0;
  padding: 1px 0;
  list-style-type: none;
  display: block;
}

body ul.main-nav > li ul.sub-menu-lists > li {
  padding: auto;
  width: 100%;
  margin-top: 2px;
}

body ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 13px;
  font-weight: 500;
  font-family: Montserrat !important;
}

body .ic.menu {
  top: 14px;
  z-index: 20;
}

body .ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  /*header Underline */
  margin-bottom: 6px;
}

body .ic.menu .line-last-child {
  margin-bottom: 0px;
}

.sub-menu-head {
  margin: 10px 0;
  color: #4d4d4d;
  border-bottom: 1px solid #313131;
  width: 100%;
}

.banners-area {
  margin-top: 20px;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  body .sub-menu-head {
    color: #fff;
  }

  body .ic.menu {
    display: block;
  }

  body header.dark .ic.menu .line {
    background-color: #fff;
  }

  body header.mega .ic.menu .line {
    background-color: #000;
  }

  body .ic.menu .line {
    transition: all 0.4s ease 0s;
    transform: rotate(0deg);
    transform-origin: center center;
  }

  body .ic.menu:focus .line {
    background-color: #fff !important;
  }

  body .ic.menu:focus .line:nth-child(1) {
    transform: rotate(45deg);
  }

  body .ic.menu:focus .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -10px;
  }

  body .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }

  body .ic.menu:focus {
    outline: none;
  }

  body .ic.menu:focus ~ .ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }

  body .ic.menu:focus {
    opacity: 1;
  }

  body nav {
    background-color: transparent;
  }

  body ul.main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: rgb(0, 0, 0);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
    transition-property: background, width;
    transition-duration: 0.6s;
  }

  body .ic.menu:focus ~ .main-nav {
    width: 85%;
    background-color: #fff;
  }

  body ul.main-nav > * {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  body .ic.menu:focus ~ .main-nav > * {
    opacity: 1;
  }

  body ul.main-nav > li > a:after {
    display: none;
  }

  body ul.main-nav > li:first-child {
    border-radius: 0px;
  }

  body ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }

  body ul.main-nav > li > a {
    font-weight: 600;
  }

  body ul.main-nav > li ul.sub-menu-lists > li a {
    color: #4d4d4d;
    font-size: 14px;
  }

  body .sub-menu-head {
    font-size: 14px;
  }

  body ul.main-nav > li:hover {
    background-color: transparent;
  }

  body ul.main-nav > li:hover > a {
    color: rgb(67, 67, 67);
    text-decoration: none;
    font-weight: 600;
  }

  body .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    /* border-left: 0px solid #ccc; */
    /* border-right: 0px solid #ccc; */
    /* border-bottom: 0px solid #ccc; */
    position: relative;
    visibility: visible;
    opacity: 1;
  }

  body .sub-menu-block {
    padding: 0 30px;
  }

  body .banners-area {
    padding-bottom: 0px;
  }

  body .banners-area div {
    margin-bottom: 15px;
  }

  body .banners-area {
    border-top: 1px solid #444;
  }
}

@media only screen and (min-width: 769px) {
  body .ic.menu {
    display: none;
  }

  body ul.main-nav {
    display: block;
    position: relative;
  }

  body .sub-menu-block {
    padding: 15px;
  }

  body ul.main-nav > li > div.sub-menu-block {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    margin-top: 0px;
    min-width: 32.8%;
    max-width: 100%;
    color: #333;
    left: 0px;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    transition: all 0.4s ease 0s;
    transform: rotateX(90deg);
    transform-origin: top center;
  }

  body #five-block {
    width: 100%;
  }

  body ul.main-nav > li:hover > div.sub-menu-block {
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    top: 55px;
  }

  body ul.main-nav > li > div.sub-menu-block > * {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  body ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  .nav-link.active{
    color: #fff !important;
  }

  body .sub-menu-head {
    font-size: 14px;
  }

  body header.dark ul.main-nav > li > a {
    border-right: 1px solid #bbb;
  }

  body header.mega ul.main-nav > li > a {
    border-right: 1px solid #666;
  }

  body ul.main-nav > li > a:after {
    content: "";
    width: 1px;
    height: 60x;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  body header.dark ul.main-nav > li > a:after {
    background-color: #777;
  }

  body header.mega ul.main-nav > li > a:after {
    background-color: #999;
  }

  /* body ul.main-nav > li > a.mega-menu > span {
    display: block;
    vertical-align: middle;
  } */

  body ul.main-nav > li > a.mega-menu > span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  body ul.main-nav > li:hover > a.mega-menu span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }

  body .banners-area {
    border-top: 1px solid #ccc;
  }
}

body .col-xs-15,
body .col-sm-15,
body .col-md-15,
body .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

body .col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  body .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  body .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  body .col-lg-15 {
    float: left;
  }
}

body a,
body a:active,
body a:visited,
Body a:hover {
  color: #ffff;
  text-decoration: none;
}

body a:hover {
  color: rgb(255, 255, 255) !important;
}

body .dropdown ul.dropdown-menu {
  margin-top: 0;
}

body .hover_drop_down:hover ul.dropdown-menu {
  margin-top: 2px;
  display: inline-block;
  position: absolute;
  top: auto;
  left: 40%;
  z-index: 1;
}

body .dropdown-menu > li > a {
  display: block;
  margin: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 0.5;
  color: #000000 ;
  text-decoration: none;
  font-family: Montserrat;
}

body .sub-menu-head {
  color: 0;
  font-size: 14px;
}

body body ul.main-nav > li:hover {
  background-color: #ed7d2b !important;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

strong {
  padding: 0;
  margin: 0;
}

label,
a {
  text-decoration: none;
  color: #555;
}

ul {
  list-style: none;
  padding: 0;
}

header {
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-content-top {
  background: #545bc4;
  height: 30px;
  width: 100%;
}

.header-content-top .content {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}

.header-content-top .content span {
  color: #fff;
  font-size: 12px;
  margin: 0 15px;
}

.header-content-top .content span .fas {
  margin-right: 5px;
}

.container1 {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.container1 .logo {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  padding-right: 15px;
}

.container1 .open-search {
  border-radius: 3px;
  flex: auto;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .container1 .open-search {
    margin: 0;
    position: static;
    text-align: right;
  }
}

.container1 .open-search .fa-search {
  display: none;
}

@media (max-width: 991px) {
  .container1 .open-search .fa-search {
    display: block;
  }
}

.container1 .open-search .input-open-search {
  display: none;
}

.container1 .open-search .input-open-search:checked ~ .search {
  display: block;
}

@media (max-width: 991px) {
  .container1 .search {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
  }
}

.container1 .search .input-search {
  margin-left: 35px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  height: 36px;
  padding: 0 70px 0 15px;
  width: 100%;
  background: white no-repeat;
  transition: 100ms all linear 0s;
  background-image: linear-gradient(
      to bottom,
      rgba(77, 97, 252, 0.63) 0%,
      rgb(77, 97, 252) 90%
    ),
    linear-gradient(to bottom, #e1e1e1, #e1e1e1);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.container1 .search .input-search:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}

.container1 .search .button-search {
  background: #b6b6b6;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 11px 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 3px 3px 0px;
}

.container1 .search .button-search .fa-search {
  display: block;
}

.container1 .nav-content .nav-content-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 15px;
}

.container1 .nav-content .nav-content-list .nav-content-item {
  align-items: center;
  display: flex;
  height: 40px;
  margin: 0 5px;
  position: relative;
  transition: 100ms all linear 0s;
}

@media (max-width: 991px) {
  .container1 .nav-content .nav-content-list .nav-content-item {
    padding: 0 5px;
  }
}

.container1 .nav-content .nav-content-list .nav-content-item .item-arrow {
  margin-left: 5px;
  position: relative;
  top: -3px;
}

@media (max-width: 768px) {
  .container1 .nav-content .nav-content-list .nav-content-item .item-arrow {
    display: none;
  }
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item
  .open-menu-login-account {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}

.container1 .nav-content .nav-content-list .nav-content-item .input-menu {
  display: none;
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item
  .input-menu:checked
  ~ .login-list {
  display: block;
}

.container1 .nav-content .nav-content-list .nav-content-item .login-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  border-radius: 3px;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 28px;
  transition: 100ms all linear 0s;
  width: 200px;
  z-index: 10;
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item
  .login-list
  .login-list-item {
  padding: 15px 20px;
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item
  .login-list
  .login-list-item:hover {
  background: #545bc4;
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item
  .login-list
  .login-list-item:hover
  a {
  color: #fff;
}

.container1
  .nav-content
  .nav-content-list
  .nav-content-item:nth-child(2):hover
  .fas {
  color: #e74c3c;
}

.container1 .nav-content .nav-content-list .nav-content-item:hover .fas {
  color: #545bc4;
}

.container1 .nav-content .nav-content-list .account-login .login-text {
  align-items: end;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .container1 .nav-content .nav-content-list .account-login .login-text {
    display: none;
  }
}

.container1 .nav-content .nav-content-list .account-login .login-text strong {
  display: block;
}

.container1 .nav-content .nav-content-list .nav-content-link {
  border-radius: 3px;
  font-size: 19px;
  padding: 10px 15px;
  transition: 100ms all linear 0s;
}

@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-link {
    padding: 0;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 100%;
}

.nav-container .nav-row {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .nav-container .nav-row {
    display: none;
  }
}

.nav-container .nav-row .nav-row-list {
  flex: auto;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 100ms all linear 0s;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link:hover {
  background: #e1e1e1;
  width: 100%;
}

.nav-container .featured-category {
  flex: auto;
  margin: 0 15px 0 0;
}

@media (max-width: 991px) {
  .nav-container .featured-category {
    display: none;
  }
}

.nav-container .all-navigator {
  align-items: center;
  background: #ed7d2b;
  color: #fff;
  display: flex;
  height: 40px;
  padding: 0 25px;
  width: 100%;
}

@media (max-width: 991px) {
  .nav-container .all-navigator {
    margin-right: 0;
  }
}

.nav-container .all-navigator .fa-angle-up,
.nav-container .all-navigator .fa-angle-down {
  position: absolute;
  right: 25px;
}

.nav-container .all-navigator .fa-angle-up {
  display: none;
}

.nav-container .all-navigator .fas {
  font-size: 16px;
  margin-right: 0;
}

.nav-container .all-navigator span {
  margin-left: 9px;
}

.nav-container .all-category-nav {
  cursor: pointer;
  max-width: 300px;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .nav-container .all-category-nav {
    max-width: 100%;
  }
}

.nav-container .all-category-nav .open-menu-all {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}

.nav-container .all-category-nav .input-menu-all {
  display: none;
}

.nav-container .all-category-nav .input-menu-all:checked ~ .all-category-list {
  display: block;
}

.nav-container
  .all-category-nav
  .input-menu-all:checked
  + .all-navigator
  .fa-angle-down {
  display: none;
}

.nav-container
  .all-category-nav
  .input-menu-all:checked
  + .all-navigator
  .fa-angle-up {
  display: block;
}

.nav-container .all-category-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  min-height: 300px;
  padding: 15px 0;
  position: absolute;
  top: 24px;
  width: 300px;
  z-index: 90;
}

@media (max-width: 991px) {
  .nav-container .all-category-list {
    min-width: 100%;
  }
}

.nav-container .all-category-list-item:hover {
  display: block;
  background: #545bc4;
}

.nav-container .all-category-list-item:hover .category-second-list {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-container .all-category-list-item:hover .all-category-list-link {
  color: #fff;
}

.nav-container .all-category-list-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: 100ms all linear 0s;
}

.nav-container .category-second-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37);
  display: flex;
  height: 322px;
  left: 80%;
  min-height: 297px;
  min-width: 400px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 100ms all linear 0s;
  visibility: hidden;
  width: auto;
}

@media (max-width: 991px) {
  .nav-container .category-second-list {
    display: none;
  }
}

.nav-container .category-second-list .img-product-menu img {
  max-width: 180px;
}

.nav-container .category-second-list-ul {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  padding: 0 15px;
}

.nav-container .category-second-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.nav-container .category-second-item:hover {
  background: #545bc4;
}

.nav-container .category-second-item:hover a {
  color: #fff;
}

.fa-bars {
  font-size: 28px;
}
