@keyframes fadeIn {
   from {
     opacity: 0;
  }
   to {
     opacity: 1;
  }
}
.dropdown-menu.show {
   -webkit-animation: fadeIn 0.3s alternate;
   animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
   position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
}
.navbar-toggler {
   border: none;
   padding: 0;
   outline: none;
}
.navbar-toggler:focus {
   box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 11;
   float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
   position: absolute;
   transform: translate(-50%, -50%) rotate(0deg);
   left: 50%;
   top: 50%;
   width: 50%;
   height: 50%;
   pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #335a81;
  /* border-radius: 2px; */
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
   top: 10%;
   transform-origin: 50% 50%;
   transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
   top: 50%;
   transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
   left: 0px;
   top: auto;
   bottom: 10%;
   transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
   position: absolute;
   margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
   top: 45%;
   transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
   left: 50%;
   width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
   top: 45%;
   transform: rotate(-45deg);
}
.icons {
   display: inline-flex;
   margin-left: auto;
}
.icons a {
   transition: all 0.2s ease-in-out;
   padding: 0.2rem 0.4rem;
   color: #ccc !important;
   text-decoration: none;
}
.icons a:hover {
   color: white;
   text-shadow: 0 0 30px white;
}
.nav-item:hover .dropdown-menu{display:block} 
.header .nav-item .nav-link {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
  text-indent: 25px;
  border: 1px dashed #ffffff;
}

.search input:focus {
  box-shadow: none;
  border: 1px dashed #ffffff;
}

.search .icon-search {
  position: absolute;
  top: 8px;
  left: 11px;
}
.support-button a {
  color: #DD3400;
  background: #fff;
  padding: 9px 16px;
  margin-left: 24px;
  border-radius: 6px;
  text-decoration: none;
}
.nav-top {
  font-size: 15px; 
  padding-bottom: 13px;
}
.navigation-main {
  column-gap: 15px;
}
.nav-product-category {
  list-style: none;
  padding: 0; 
  display: grid;
  flex-direction: column;
  row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nav-product-category li {
  position: relative;
  min-height: 100%;
}
.nav-product-category li a {
  color: #2355a2;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  background: #f7faff;
  display: flex;
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid #e6f0ff;
  align-items: center;
  gap: 11px;
  height: 100%;
}
.dropdown-menu{
  border: 0;
}
.navbar-brand img {
   width: 190px;
} 
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn { 
  box-shadow: none !important;
}
footer p {
  font-size: 16px;
  font-weight: 300;
}
.nav-product-category li a small {
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  color: #6e6e6e;
}
.not-home .offer{
  color: #CE441A !important;
}  
.ct-nav-heading .h4 {
  display: block;
  margin-bottom: 28px;
  font-weight: 700;
  color: #182a69;
}
.ct-nav-right {
  background-color: #041121;
  height: 100%;
  color: #ffffff; 
  padding: 30px;
}

.ct-modal {
 display: none; 
 position: absolute; 
 z-index: 1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 overflow: auto; 
 background-color: #0000003b; 
} 
.ct-modal-content {
 background-color: #fefefe; 
 border-radius: 8px 0px 8px 8px;
 width: 90%;
 position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} 
.close_multi {
  font-size: 18px;
  position: absolute;
  top: -35px;
  background: #395ea5;
  padding: 4px 12px;
  right: 0;
  color: #fff;
}
.close_multi {
  position: absolute;
  right: 0;
  top: -37px;
  width: 44px;
  height: 37px;
  opacity: 1;
  padding: 10px 21px 0;
  border-radius: 4px 4px 0 0;
}
.close_multi:hover {
  opacity: 1;
}
.close_multi:before, .close_multi:after {
  position: absolute;
  /* left: 15px; */
  content: ' ';
  height: 19px;
  width: 2px;
  background-color: #fff;
}
.close_multi:before {
  transform: rotate(45deg);
}
.close_multi:after {
  transform: rotate(-45deg);
}
.close_multi:hover,
.close_multi:focus {
 color: #fff;
 text-decoration: none;
 cursor: pointer;
}
.modal_inner_list li a {
  text-decoration: none;
  color: #041121;
  font-weight: 500;
 font-size: 14px;
}

.nav_li_before li::before {
  content: "\e91a";
  font-family: "fontello";
  color: #345a82; 
  margin-right: 6px;
}
.category_info h5 a {
  font-weight: 400;
  font-size: 1.15rem;
  color: aliceblue;
  letter-spacing: 0.4px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
  margin-bottom: 3px;
  display: inline-block;
}
.category_info {
  background: #395ea5;
  padding: 30px 9px 30px 18px;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
  color: aliceblue;
}
ul.modal_inner_list {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
} 
.modal_inner_list li a:hover, .nav_li_before > li::before > a:hover{
  color: #ed4228;
}
.popular-product a {
  color: #041121;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
 text-decoration: none;
}
.ary-right-nav{
  background: #f8f9fa;
  height: 100%;
  padding: 28px 25px;
}
.category_info p {
  font-size: 14px;
  font-weight: 400;
}
.popular-product a span, .modal_inner_list li a {
   border-bottom: 1px dotted #ee482b00;
}
.popular-product a:hover span, .modal_inner_list li a:hover {
   border-bottom: 1px dotted #345a82;
}
#livechat {
  background: #30587f;
  right: 0;
  top: 9rem;
  position: fixed;
  width: 6rem; 
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: .5rem;
  border-radius: 0.125rem;
  z-index: 999;
  box-shadow: 1px 2px #4e4e4e;
  padding: 7px;
}
#livechat .iconfont {
  display: block;
  font-size: 1.25rem;
  line-height: 1.3rem;
  padding: 0.2rem;
}
#livechat span {
  font-size: 1rem;
} 
ul.breadcrumb li a {
  color: #395ea5;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.1px;
}
ul.breadcrumb li span { 
  font-size: 15px; 
  letter-spacing: 0.1px;
  color: #395ea5;
}
.inner-page-heading {
  color: #395ea5;
}
div#sc2rhR img {
    display: none !important;
}