.topbar_slider{
  color: #fff;
  background-color: #000;
}
#topbar_slider_carousel{
  padding: 10px;
}
.mb-number{
    margin:0;
}
.mb-number a{
        color: #d58b08;
}
.navbar-expand-md .navbar-nav .nav-item{
  padding: 10px 10px;
}
.main-nav ul li > a.nav-link, .navbar-expand-md .navbar-nav .nav-link{
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 14.4px;
  line-height: 1;
  display: inline-block;
  padding: 6px 0;
  white-space: nowrap;
  position: relative;
  transition: 0.3s;
}
.main-nav > ul > li.nav-item > a.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  height: 2px;
  width: 5%;
  opacity: 0;
  transition: all .5s ease;
  background-color: #000;
}
.main-nav > ul > li.nav-item:hover > a.nav-link::after {
  width: 100%;
  opacity: 1;
}
.main-nav > ul > li.nav-item:hover > a.nav-link {
  transform: translateY(-3px);
}
.main-nav ul li a:hover{
  color: #f31c08;
}


.main-nav > ul > li.active > a.nav-link::after {
  width: 100%;
  opacity: 1;
}
.main-nav > ul > li.active > a.nav-link {
  transform: translateY(-3px);
}
.main-nav ul li a:hover{
  color: #f31c08;
}



.max_width_dp_menu{
  min-width: 160px;
  max-width: 290px;
}
.navbar{
  max-width: 100%;
      background: #fff;
}
.main-nav ul li.has_manu .dropdown_menu{
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s ease-in-out, visibility .15s, transform 0.5s;
  max-width: 100%;
  transform: scale(0);
  will-change: transform;
  background-color: white;
}
.main-nav ul li.has_manu:hover .dropdown_menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 11;
  transform: scale(1);
}
.main-nav ul li.has_manu:hover .dropdown_menu a{
    font-weight: 500;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 10px 18px !important;
    white-space: nowrap;
    position: relative;
    transition: 0.3s;
}
.main-nav ul li.has_manu:hover .dropdown_menu a:hover{
  color:#f31c08;
}
header.fixed-nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
}
header .fixed_brand_nav img{
  width: 45%;
  margin: -14px;
}
header.fixed-nav .fixed_brand_nav img{
  width: 100px;
}
header .fixed_brand_nav img{
  transition: 0.3s;
}
.header_icon_res i{
  font-size: 17px;
}
@media(max-width: 768px){
  .header_icon_res span{
    display: none;
  }
  .header_icon_res i{
    font-size: 20px;
  }
  .navbar-expand-md{
    display: none;
  }
  header .fixed_brand_nav img{
    width: 75%;
        margin-bottom: 3%;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  margin: auto;
  width: 300px;
  background-color: white;
  overflow: hidden;
  z-index: 99;
  transition: 0.3s;
}
.sidebar.active{
  left: 0;
}
.overlay{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #0000002e;
  z-index: 80;
  display: none;
}
.text_dark_footer_menu li a{
  color: gray;
}
.searchbar{
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  margin: auto;
  width: 300px;
  background-color: white;
  overflow: hidden;
  z-index: 99;
  transition: 0.3s;
}
.searchbar.active{
  right: 0;
}
.signinbar{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: white;
  overflow: hidden;
  z-index: 99;
  transition: 0.3s;
  height: 100vh;
}
.signinbar.active{
  right: 0;
}
.nav_tab {
  display: flex;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid rgb(224, 220, 220);
}
.nav_tab .tab_item{
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.nav_tab .tab_item.active{
  border-bottom: 1px solid black;
}
.nav_tab_content .tab_content{
  display: none;
}
.nav_tab_content .tab_content.active{
  display: block;
}
.card_sidebar{
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100vh;
  z-index: 999;
  background: white;
  transition: 0.3s;
}
.card_sidebar.active{
  right: 0;
}
.cart_sidebar_footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 769px){
  .cart_sidebar_footer{
    position: static;
  }
  .card_sidebar{
    width: 100%;
    right: -100%;
  }
  .card_sidebar.active{
    right: 0;
  }
}
.main-nav .has_menu{
            position: static;
        }
        .main-nav .has_menu .dropdown_menu{
            position: absolute;
            top: 32px;
            left: 0;
            width: 100%;
            padding: 10px;
            z-index: 9;
            display: none;
        }
        .main-nav .has_menu .dropdown_menu > .dp_inner{
            border: 1px solid black;
            padding: 20px 22px 5px;
            text-align: center;
        }
        
        
        .main-nav .has_menu .dropdown_menu a{
            color: black;
            font-size: 12px;
            margin: 7px 0 0;
            font-family: arial, sans-serif;
            transition: 0.3s;
            display: block;
        }
        
        .main-nav .has_menu .dropdown_menu a:hover{
            color: white;
            background: black;
        }
        
        .main-nav .has_menu .dropdown_menu a.fw-bold{
            font-size: 16px;
        }

.multi-level-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.multi-level-menu-wrapper ul li {
  color: black;
}
.multi-level-menu-wrapper ul li:hover {
  background-color: white;
  cursor: pointer;
}
.multi-level-menu-wrapper ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 14.4px;
    line-height: 1;
    padding: 6px 0;
    white-space: nowrap;
    position: relative;
    transition: 0.3s;
}
.multi-level-menu-wrapper ul li a .icon {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multi-level-menu-wrapper ul li.hasSubMenu {
  padding-right: 0px;
  position: relative;
}
.multi-level-menu-wrapper ul li.hasSubMenu .trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
}
.multi-level-menu-wrapper .mainMenu,
.multi-level-menu-wrapper .subMenu {
  background-color: white;
}
.multi-level-menu-wrapper .subMenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 300px;
  margin: auto;
  transition: all ease-in-out 0.5s;
}
.multi-level-menu-wrapper .subMenu .backTrigger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color: var(--textColor);
}
.multi-level-menu-wrapper .subMenu .backTrigger:hover {
  background-color: var(--backgroundHover);
  cursor: pointer;
}
.multi-level-menu-wrapper .subMenu .backTrigger .icon {
  margin-right: 10px;
}
.multi-level-menu-wrapper .subMenu.active {
  left: 0;
}
.footer_top{
    background-image: url(../image/1.png);
    position: relative;
    min-width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.footer_top .footer_slider{
  width: 100%;
  max-width: 500px;
  height: 400px;
  background-color: #fff;
  opacity: .8;
  border-radius: 17px;
}