.head_2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1020;
}

.header_1 {
  /* CART CANVA CSS */
}
.header_1 .navbar {
  border-bottom: 0.5px solid #F5F5F5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: var(--background);
}
.header_1 .nav_li {
  transition: 0.3s ease-in-out;
  padding: 10px 0px;
}
.header_1 .nav_li a {
  font-size: 14px;
  font-weight: 500;
}
.header_1 .nav_li a:focus {
  border-bottom: 2px solid var(--color);
}
.header_1 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_1 ul li {
  list-style: none;
}
.header_1 .hide_show {
  display: flex;
}
.header_1 .nav_li::after {
  content: "|";
  padding-left: 15px;
  color: var(--color);
}
.header_1 .nav_li:last-child::after {
  content: "";
}
.header_1 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -5px;
}
.header_1 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_1 .attr-nav > ul > li {
  float: left;
  display: block;
}
.header_1 .attr-nav > ul > li > a {
  color: var(--color);
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header_1 .attr-nav ul li a span {
  color: var(--color);
  font-size: 25px;
}
.header_1 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: var(--background);
  color: var(--color);
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
}
.header_1 .top-search {
  background-color: var(--main_color);
  padding: 10px 0;
  display: none;
}
.header_1 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_1 .input-group .form-control {
  background: var(--main_color) !important;
  color: var(--second_color);
  border: none;
}
.header_1 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_1 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_1 .mt_7 {
  margin-top: 7px;
}
.header_1 .dropdown-toggle::after {
  display: none;
}
.header_1 a {
  color: var(--color);
  text-decoration: none;
}
.header_1 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_1 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid var(--main_color);
}
.header_1 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_1 .hide_show {
  display: flex;
}
.header_1 .mobile_view {
  display: none;
}
.header_1 .bg_color {
  background: var(--background);
}
.header_1 .dropdown-menu.show {
  background: var(--background);
  color: var(--color);
}
.header_1 .dropdown-item:focus, .header_1 .dropdown-item:hover {
  background: var(--main_color);
  color: var(--second_color);
}
.header_1 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_1 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_1 .offcanvas {
  background: var(--background);
  color: var(--color);
}
.header_1 .logo_heder {
  padding-right: 75px;
}
.header_1 .cart_canva_box:last-child {
  border-bottom: 0px solid #ccc;
}
.header_1 .cart_canva_box .cart_img_box {
  width: 100px;
  height: 150px;
  margin: 0px 15px;
  display: flex;
  flex: 0 0 100px;
  position: relative;
}
.header_1 .cart_canva_box .cart_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header_1 .cart_description_box {
  padding-right: 10px;
  color: var(-color);
}
.header_1 .cart_description_box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color);
  min-height: 30px;
}
.header_1 .cart_description_box .cart_qty_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.header_1 .scase {
  font-size: 12px;
  font-weight: 600;
}
.header_1 .smcase {
  font-size: 12px;
}
.header_1 .qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 3px;
}
.header_1 .incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}
.header_1 .incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}
.header_1 .cart_footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.header_1 .cart_footer button {
  padding: 10px;
  background-color: var(--main_color) !important;
  color: var(--second_color);
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}
.header_1 .cart_footer button:hover {
  background-color: var(--background) !important;
  color: var(--main_color);
  border: 1px solid var(--main_color) !important;
}
.header_1 .cart_subtotl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin: 5px 15px;
  color: var(--color);
}
.header_1 .ajaxcart__subtotal {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  color: var(--color);
}
.header_1 .cart_su {
  font-weight: 400;
  font-size: 0.9em;
  color: var(--color);
}
.header_1 .delt_cart {
  position: absolute;
  top: -3%;
  right: -8%;
  padding: 7px;
  font-size: 12px;
  border-radius: 8px;
  background-color: var(--main_color);
  color: var(--second_color);
  cursor: pointer!important;
}

@media screen and (max-width: 790px) {
  .header_1 .hide_show {
    display: none;
  }
  .header_1 .mobile_view {
    color: black;
    position: fixed;
    bottom: -10px;
    left: -1px;
    right: -3px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* height: 50px; */
    margin: 1px;
    padding: 5px 15px;
    background-color: var(--background) !important;
    text-decoration: none;
    list-style: none;
    z-index: 1000;
    background: white;
    border-radius: 10px;
    border-top: 0.5px solid #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header_1 .mobile_view li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header_1 .mobile_view li a i, .header_1 .mobile_view li a svg {
    font-size: 25px !important;
    color: var(--color) !important;
  }
  .header_1 .mobile_view li a p {
    color: var(--color) !important;
    font-size: 10px;
  }
  .header_1 .mobile_view li {
    text-align: center;
  }
  .header_1 .mobile_view li:hover,
  .header_1 .mobile_view li:focus,
  .header_1 .mobile_view li.active {
    border-top: 5px solid var(--main_color);
    border-radius: 10%;
    font-weight: bold;
    color: var(--main_color);
  }
  .header_1 .mobile_view li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 0rem;
  }
  .header_1 .logo_heder {
    padding-right: 0;
  }
}
.header_2 {
  /* CART CANVA CSS */
}
.header_2 .navbar {
  border-bottom: 0.5px solid #F5F5F5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: var(--background);
}
.header_2 .nav_li {
  transition: 0.3s ease-in-out;
  padding: 10px 0px;
}
.header_2 .nav_li a {
  font-size: 14px;
  font-weight: 500;
}
.header_2 .nav_li a:focus {
  border-bottom: 2px solid var(--color);
}
.header_2 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_2 ul li {
  list-style: none;
}
.header_2 .hide_show {
  display: flex;
}
.header_2 .nav_li::after {
  content: "|";
  padding-left: 15px;
  color: var(--color);
}
.header_2 .nav_li:last-child::after {
  content: "";
}
.header_2 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -5px;
}
.header_2 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_2 .attr-nav > ul > li {
  float: left;
  display: block;
}
.header_2 .attr-nav > ul > li > a {
  color: var(--color);
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header_2 .attr-nav ul li a span {
  color: var(--color);
  font-size: 25px;
}
.header_2 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: var(--background);
  color: var(--color);
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
}
.header_2 .top-search {
  background-color: var(--main_color);
  padding: 10px 0;
  display: none;
}
.header_2 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_2 .input-group .form-control {
  background: var(--main_color) !important;
  color: var(--second_color);
  border: none;
}
.header_2 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_2 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_2 .mt_7 {
  margin-top: 7px;
}
.header_2 .dropdown-toggle::after {
  display: none;
}
.header_2 a {
  color: var(--color);
  text-decoration: none;
}
.header_2 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_2 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid var(--main_color);
}
.header_2 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_2 .hide_show {
  display: flex;
}
.header_2 .mobile_view {
  display: none;
}
.header_2 .bg_color {
  background: var(--background);
}
.header_2 .dropdown-menu.show {
  background: var(--background);
  color: var(--color);
}
.header_2 .dropdown-item:focus, .header_2 .dropdown-item:hover {
  background: var(--main_color);
  color: var(--second_color);
}
.header_2 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_2 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_2 .cart_canva_box:last-child {
  border-bottom: 0px solid #ccc;
}
.header_2 .cart_canva_box .cart_img_box {
  width: 100px;
  height: 150px;
  margin: 0px 15px;
  display: flex;
  flex: 0 0 100px;
  position: relative;
}
.header_2 .cart_canva_box .cart_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header_2 .cart_description_box {
  padding-right: 10px;
}
.header_2 .cart_description_box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.header_2 .cart_description_box .cart_qty_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.header_2 .scase {
  font-size: 12px;
  font-weight: 600;
}
.header_2 .smcase {
  font-size: 12px;
}
.header_2 .qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 3px;
}
.header_2 .incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}
.header_2 .incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}
.header_2 .cart_footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.header_2 .cart_footer button {
  padding: 10px;
  background-color: var(--main_color) !important;
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}
.header_2 .cart_subtotl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin: 5px 15px;
}
.header_2 .ajaxcart__subtotal {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
}
.header_2 .cart_su {
  font-weight: 400;
  font-size: 0.9em;
}
.header_2 .delt_cart {
  position: absolute;
  top: -3%;
  right: -8%;
  padding: 7px;
  font-size: 12px;
  border-radius: 8px;
  background-color: var(--main_color);
  color: var(--second_color);
  cursor: pointer!important;
}

@media screen and (max-width: 790px) {
  .header_2 .hide_show {
    display: none;
  }
  .header_2 .mobile_view {
    color: black;
    position: fixed;
    bottom: 0px;
    left: -1px;
    right: -3px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* height: 50px; */
    margin: 1px;
    padding: 5px 15px;
    background-color: var(--background) !important;
    text-decoration: none;
    list-style: none;
    z-index: 1000;
    background: white;
    border-radius: 10px;
    border-top: 0.5px solid #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header_2 .mobile_view li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header_2 .mobile_view li a i {
    font-size: 25px !important;
    color: var(--main_color) !important;
  }

  .header_2 .mobile_view li a i, .header_2 .mobile_view li a svg {
    font-size: 25px !important;
    color: var(--color) !important;
  }

  .header_2 .mobile_view li a p {
    color: var(--color) !important;
    font-size: 10px;
  }
  .header_2 .mobile_view li {
    text-align: center;
  }
  .header_2 .mobile_view li:hover,
  .header_2 .mobile_view li:focus,
  .header_2 .mobile_view li.active {
    border-top: 5px solid var(--main_color);
    border-radius: 10%;
    font-weight: bold;
    color: var(--main_color);
  }
  .header_2 .mobile_view li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 0rem;
  }
  .header_2 .logo_heder {
    padding-right: 0;
  }
}
.slider_text_animation {
  text-align: center;
  font-size: 13px;
  color: var(--second_color);
  font-weight: 300;
  padding: 5px 0;
  background: var(--main_color);
  margin-bottom: 0;
}

.login_menu {
  background: var(--background);
  color: var(--color);
  border: 0.5px solid #ccc;
  padding: 0px;
  border-radius: 0;
  right: 0;
}
.login_menu .nav-item .nav-link {
  padding: 10px;
  border-bottom: 0.5px solid #ccc;
}
.login_menu .nav-item .nav-link:hover {
  background: var(--main_color);
  color: var(--second_color);
}

.offcanvas {
  background: var(--background);
  color: var(--color);
}/*# sourceMappingURL=style.css.map */

@media (max-width: 550px) {
  .header_1 .attr-nav > ul > li > a,.header_2 .attr-nav > ul > li > a,.header_3 .attr-nav > ul > li > a,.header_4 .attr-nav > ul > li > a {
    padding: 20px 10px!important;
  }
  .navbar-brand{
      width: 95px !important;
      height: 33px !important;
  }
  .header_2 .logo_heder {
    padding-right: 0;
    width: 45%;
  }
  .header_2 .attr-nav {
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -5px;
    width: 45%;
    align-items: end;
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 376px) {
  .navbar-brand{
      width: 80px !important;
      height: 30px !important;
  }
}


.header_3 {
  border-bottom: 0.5px solid #ccc;
  /* CART CANVA CSS */
  /* CART CANVA CSS */
}
.header_3 .navbar {
  background: var(--background);
}
.header_3 .navbar-brand {
  width: 140px;
  height: 45px;
}
.header_3 .navbar-brand img{
  width: 100%;
}
.header_3 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_3 .nav_li a {
  font-size: 14px;
  font-weight: 500;
}
.header_3 .nav_li a:focus {
  border-bottom: 2px solid var(--color);
}
.header_3 .nav_li i, .header_3 .nav_li svg {
  padding: 10px;
  color: var(--color);
  margin-top: 10px;
  height: 40px;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_3 ul li {
  list-style: none;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .nav_li::after {
  content: "|";
  padding-left: 15px;
}
.header_3 .nav_li:last-child::after {
  content: "";
}
.header_3 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 0px;
  margin-right: -15px;
}
.header_3 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_3 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_3 .attr-nav > ul > li > a {
  color: var(--color);
  display: block;
  padding: 20px 15px;
  position: relative;
  height: 60px;
}
.header_3 .attr-nav > ul > li > a:hover {
  color: var(--color) !important;
}
.header_3 .attr-nav ul li a span {
  color: var(--color);
  font-size: 25px;
}
.header_3 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: var(--background);
  color: var(--color);
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
}
.header_3 .top-search {
  background-color: var(--background);
  padding: 10px 0;
  display: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 15px;
  height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.header_3 .top-search .srach_header {
  margin: 0 !important;
  background: var(--main_color) !important;
  color: var(--second_color) !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
}
.header_3 .top-search .container {
  margin: 100px auto;
}
.header_3 .top-search .close_search_top {
  color: var(--background);
  cursor: pointer;
  background: var(--color);
  padding: 15px 55px;
  margin-top: 15px;
  float: right;
}
.header_3 .top-search ._search_top {
  color: var(--second_color);
  cursor: pointer;
  background: var(--main_color);
  margin-left: 15px;
  margin-top: 15px;
  padding: 11px 26px;
  float: right;
}
.header_3 .top-search h1 {
  text-align: center;
  margin-top: 40px;
  color: var(--color);
  font-weight: 800;
  letter-spacing: 5px;
}
.header_3 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_3 .input-group {
  margin-top: 70px;
  border: 0.5px solid var(--color);
  padding: 10px;
}
.header_3 .input-group .form-control {
  background: var(--main_color) !important;
  color: var(--second_color);
  border: none;
}
.header_3 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .mt_7 {
  margin-top: 7px;
}
.header_3 .dropdown-toggle::after {
  display: none;
}
.header_3 a {
  color: var(--color);
  text-decoration: none;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_3 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid var(--main_color);
}
.header_3 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .mobile_view {
  display: none;
}
.header_3 .bg_color {
  background: var(--background);
}
.header_3 .dropdown-menu.show {
  background: var(--background);
  color: var(--color);
}
.header_3 .dropdown-item:focus, .header_3 .dropdown-item:hover {
  background: var(--main_color);
  color: var(--second_color);
}
.header_3 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_3 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_3 .offcanvas {
  background: var(--background);
  color: var(--color);
}
.header_3 .logo_heder {
  padding-left: 90px;
}
.header_3 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_3 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_3 .offcanvas {
  background: var(--background);
  color: var(--color);
}
.header_3 .cart_canva_box:last-child {
  border-bottom: 0px solid #ccc;
}
.header_3 .cart_canva_box .cart_img_box {
  width: 100px;
  height: 150px;
  margin: 0px 15px;
  display: flex;
  flex: 0 0 100px;
  position: relative;
}
.header_3 .cart_canva_box .cart_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header_3 .cart_description_box {
  padding-right: 10px;
  color: var(-color);
}
.header_3 .cart_description_box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color);
  min-height: 30px;
}
.header_3 .cart_description_box .cart_qty_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.header_3 .scase {
  font-size: 12px;
  font-weight: 600;
}
.header_3 .smcase {
  font-size: 12px;
}
.header_3 .qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 3px;
}
.header_3 .incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}
.header_3 .incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}
.header_3 .cart_footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.header_3 .cart_footer button {
  padding: 10px;
  background-color: var(--main_color) !important;
  color: var(--second_color);
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}
.header_3 .cart_footer button:hover {
  background-color: var(--background) !important;
  color: var(--main_color);
  border: 1px solid var(--main_color) !important;
}
.header_3 .cart_subtotl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin: 5px 15px;
  color: var(--color);
}
.header_3 .ajaxcart__subtotal {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  color: var(--color);
}
.header_3 .cart_su {
  font-weight: 400;
  font-size: 0.9em;
  color: var(--color);
}
.header_3 .delt_cart {
  position: absolute;
  top: -3%;
  right: -8%;
  padding: 5px;
  border-radius: 1px;
  background-color: var(--main_color);
  color: var(--second_color);
  cursor: pointer !important;
}

.header_3_sidemenu .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}
.header_3_sidemenu .accordion-button:not(.collapsed) {
  color: var(--color) !important;
  background-color: var(--background) !important;
  box-shadow: none !important;
}
.header_3_sidemenu .accordion-button {
  color: var(--color) !important;
  background-color: var(--background) !important;
}
.header_3_sidemenu .accordion-body {
  color: var(--color) !important;
  background: var(--background) !important;
}
.header_3_sidemenu ul li {
  list-style: none;
  padding: 8px 0px;
}
.header_3_sidemenu ul li a {
  color: var(--color);
  text-transform: capitalize;
  font-size: 15px;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_3.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.header_3.is-sticky img {
  max-width: 100%;
}

.header_3.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 790px) {
  .header_3 .hide_show {
    display: none;
  }
  .header_3 .navbar-brand {
    width: 100px;
    height: 40px;
}
  .header_3 .mobile_view {
    color: black;
    position: fixed;
    bottom: 0px;
    left: -1px;
    right: -3px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* height: 50px; */
    margin: 1px;
    padding: 5px 15px;
    background-color: var(--background) !important;
    text-decoration: none;
    list-style: none;
    z-index: 1000;
    background: white;
    border-radius: 10px;
    border-top: 0.5px solid #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header_3 .mobile_view li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header_3 .mobile_view li a i {
    font-size: 25px !important;
    color: var(--main_color) !important;
  }
  .header_3 .mobile_view li a p {
    color: var(--main_color) !important;
    font-size: 10px;
  }
  .header_3 .mobile_view li {
    text-align: center;
  }
  .header_3 .mobile_view li:hover,
  .header_3 .mobile_view li:focus,
  .header_3 .mobile_view li.active {
    border-top: 5px solid var(--main_color);
    border-radius: 10%;
    font-weight: bold;
    color: var(--main_color);
  }
  .header_3 .mobile_view li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 0rem;
  }
  .header_3 .logo_heder {
    padding-left: 0 !important;
    margin-left: -40px;
  }
}
@media screen and (max-width: 550px) {
  .header_3 .navbar-brand {
    width: 80px;
    height: 30px;
  }
  .header_3 .navbar-brand img {
    width: unset;
    margin-right: 15px;
  }
}
@media screen and (max-width: 380px) {
  .header_3 .logo_heder {
    padding-left: 0 !important;
    margin-left: -35px;
  }
}/*# sourceMappingURL=header_3.css.map */








.header_4 {
  border-bottom: 0.5px solid #ccc;
}
.header_4 .dropdown {
  position: relative;
  display: flex;
  gap: 30px;
  color: var(--color);
  cursor: pointer;
}
.header_4 .navbar-brand {
  width: 140px;
  height: 45px;
}
.header_4 .navbar-brand img{
  width: 100%;
}
.header_4 .dropdown-content {
  display: none;
  position: fixed;
  top: 43px;
  left: 0;
  right: 0;
  min-height: 100px;
  min-width: 650px;
  border: 1px solid #efefef;
  border-top: 0;
  border-radius: 0.4em;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
  z-index: 1060;
  background-color: var(--background);
  flex-direction: column;
  flex-wrap: wrap;
}
.header_4 .dropdown-content h6 {
  padding: 10px 0px;
  margin: 5px;
  border-bottom: 2px solid var(--main_color);
  font-weight: 600;
}
.header_4 .dropdown-content a p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header_4 .dropdown:hover .dropdown-content {
  display: flex;
}
.header_4 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  color: #333;
  vertical-align: center;
}
.header_4 .dropdown-content a:hover {
  background-color: var(--main_color);
  border-radius: 4px;
  color: var(--second_color);
}
.header_4 span:hover {
  cursor: pointer;
}
.header_4 span:focus-visible {
  outline: 2px solid tomato;
  outline-offset: 4px;
  border-radius: 2px;
  transition: 200ms ease-out;
}
.header_4 .navbar {
  background: var(--background);
  color: var(--color);
  display: flex;
}
.header_4 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_4 .nav_li a {
  font-size: 14px;
  font-weight: 500;
}
.header_4 .nav_li i,
.header_4 .nav_li svg {
  padding: 10px;
  color: var(--color);
  margin-top: 10px;
  height: 40px;
}
.header_4 ul li {
  list-style: none;
}
.header_4 .hide_show {
  display: flex;
}
.header_4 .attr-nav {
  float: right;
  margin-left: 0px;
  display: flex;
}
.header_4 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_4 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_4 .attr-nav > ul > li > a {
  color: var(--color);
  display: block;
  padding: 20px 15px;
  position: relative;
  height: 60px;
}
.header_4 .attr-nav > ul > li > a:hover {
  color: var(--color) !important;
}
.header_4 .attr-nav ul li a span {
  color: var(--color);
  font-size: 25px;
}
.header_4 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: var(--background);
  color: var(--color);
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
}
.header_4 .top-search {
  background-color: var(--main_color);
  padding: 10px 0;
  display: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 15px;
}
.header_4 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_4 .input-group .form-control {
  background: var(--main_color) !important;
  color: var(--second_color);
  border: none;
}
.header_4 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_4 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_4 .mt_7 {
  margin-top: 7px;
}
.header_4 .dropdown-toggle::after {
  display: none;
}
.header_4 a {
  color: var(--color);
  text-decoration: none;
}
.header_4 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
  padding-top: 10px;
}
.header_4 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
}
.header_4 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_4 .hide_show {
  display: flex;
}
.header_4 .mobile_view {
  display: none;
}
.header_4 .bg_color {
  background: var(--background);
}
.header_4 .dropdown-menu.show {
  background: var(--background);
  color: var(--color);
}
.header_4 .dropdown-item:focus,
.header_4 .dropdown-item:hover {
  background: var(--main_color);
  color: var(--second_color);
}

/* CART CANVA CSS */
.cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}

.offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}

.offcanvas {
  background: var(--background);
  color: var(--color);
}

/* CART CANVA CSS */
.cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}

.offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}

.offcanvas {
  background: var(--background);
  color: var(--color);
}

.cart_canva_box:last-child {
  border-bottom: 0px solid #ccc;
}

.cart_canva_box .cart_img_box {
  width: 100px;
  height: 150px;
  margin: 0px 15px;
  display: flex;
  flex: 0 0 100px;
  position: relative;
}

.cart_canva_box .cart_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cart_description_box {
  padding-right: 10px;
  color: var(-color);
}

.cart_description_box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color);
  min-height: 30px;
  word-wrap: break-word;
}

.cart_description_box .cart_qty_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.scase {
  font-size: 12px;
  font-weight: 600;
}

.smcase {
  font-size: 12px;
}

.qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 3px;
}

.incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}

.incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}

.cart_footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.cart_footer button {
  padding: 10px;
  background-color: var(--main_color) !important;
  color: var(--second_color);
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}
.cart_footer button:hover {
  background-color: var(--background) !important;
  color: var(--main_color);
  border: 1px solid var(--main_color) !important;
}

.cart_subtotl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin: 5px 15px;
  color: var(--color);
}

.ajaxcart__subtotal {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  color: var(--color);
}

.cart_su {
  font-weight: 400;
  font-size: 0.9em;
  color: var(--color);
}

.delt_cart {
  position: absolute;
  top: -3%;
  right: -8%;
  padding: 5px;
  border-radius: 1px;
  background-color: var(--main_color);
  color: var(--second_color);
  cursor: pointer;
}

.mobile_view {
  display: none;
}

.header_4_sidemenu .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}
.header_4_sidemenu .accordion-button:not(.collapsed) {
  color: var(--color) !important;
  background-color: var(--background) !important;
  box-shadow: none !important;
}
.header_4_sidemenu .accordion-button {
  color: var(--color) !important;
  background-color: var(--background) !important;
}
.header_4_sidemenu .accordion-body {
  color: var(--color) !important;
  background: var(--background) !important;
}
.header_4_sidemenu ul li {
  list-style: none;
  padding: 8px 0px;
}
.header_4_sidemenu ul li a {
  color: var(--color);
  text-transform: capitalize;
  font-size: 15px;
}

.hide_show {
  display: flex;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_4.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.header_4.is-sticky img {
  max-width: 100%;
}

.header_4.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 790px) {
  .header_4 .hide_show {
    display: none;
  }
  .header_4 .navbar-brand {
    width: 100px;
    height: 40px;
  }
  .header_4 .logo_heder {
    padding-left: 0 !important;
  }
  .mobile4 .mobile_view {
    color: var(--second_color);
    position: fixed;
    bottom: -2px;
    left: -1px;
    right: 0px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* height: 50px; */
    margin: 1px;
    padding: 8px 15px;
    background-color: var(--main_color) !important;
    text-decoration: none;
    list-style: none;
    z-index: 1000;
    background: white;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 0.5px solid #F5F5F5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .mobile4 .mobile_view li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .mobile4 .mobile_view li a {
    flex-direction: column;
  }
  .mobile4 .mobile_view li a i,
  .mobile4 .mobile_view li a svg {
    color: var(--second_color) !important;
    height: 24px;
  }
  .mobile4 .mobile_view li a p {
    color: var(--second_color) !important;
    font-size: 13px;
    margin-bottom: 0;
  }
  .mobile4 .mobile_view li {
    text-align: center;
  }
  .mobile4 .mobile_view li:focus,
  .mobile4 .mobile_view li.active {
    border: 2px solid var(--second_color);
    font-weight: bold;
    color: var(--second_color);
    border-radius: 15px;
  }
  .mobile4 .mobile_view li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 0rem;
  }
}
@media screen and (max-width: 550px) {
  .header_4 .navbar-brand {
    width: 80px;
    height: 30px;
  }
  .header_4 .navbar-brand img{
    width: unset;
    margin-right: 15px;
  }
}
@media screen and (max-width: 380px) {
  .header_4 .logo_heder {
    padding-left: 0 !important;
  }
}
.header_6 {
  /* CART CANVA CSS */
  /* CART CANVA CSS */
}
.header_6 .navbar {
  background: var(--background);
  padding: 1rem;
  padding-top: 0.6rem;
  box-shadow: 0 -1px rgb(221, 221, 221) inset;
}
.header_6 .navbar-brand {
  width: 140px;
  height: 45px;
}
.header_6 .navbar-brand img{
  width: 100%;
}
.header_6 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_6 .nav_li a {
  font-size: 14px;
  font-weight: 500;
}
.header_6 .nav_li a:focus {
  border-bottom: 2px solid var(--color);
}
.header_6 .nav_li i,
.header_6 .nav_li svg {
  color: var(--color);
  height: 40px;
}
.header_6 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_6 ul li {
  list-style: none;
}
.header_6 .hide_show {
  display: flex;
}
.header_6 .nav_li:last-child::after {
  content: "";
}
.header_6 .ul_menu {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 60vw;
  flex-wrap: wrap;
}
.header_6 .ul_menu li a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.header_6 .attr-nav {
  float: right;
  /* display: flex!important; */
  margin-left: 13px;
  margin-right: -15px;
  display: block;
}
.header_6 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: flex!important;
}
.header_6 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_6 .attr-nav > ul > li > a {
  color: var(--color);
  display: block;
  padding: 20px 15px;
  position: relative;
  height: 60px;
}
.header_6 .attr-nav > ul > li > a:hover {
  color: var(--color) !important;
}
.header_6 .attr-nav ul li a span {
  color: var(--color);
  font-size: 25px;
}
.header_6 .attr-nav > ul > li > a span.badge {
  margin-top: -15px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: var(--background);
  color: var(--color);
  position: absolute;
  top: 40%;
  right: 3px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
}
.header_6 .top-search {
  background-color: var(--background);
  padding: 10px 0;
  display: none;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 15px;
  height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.header_6 .top-search .srach_header {
  margin: 0 !important;
  background: var(--main_color) !important;
  color: var(--second_color) !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
}
.header_6 .top-search .container {
  margin: 100px auto;
}
.header_6 .top-search .close_search_top {
  color: var(--background);
  cursor: pointer;
  background: var(--color);
  padding: 15px 55px;
  margin-top: 15px;
  float: right;
}
.header_6 .top-search ._search_top {
  color: var(--second_color);
  cursor: pointer;
  background: var(--main_color);
  margin-left: 15px;
  margin-top: 15px;
  padding: 11px 26px;
  float: right;
}
.header_6 .top-search h1 {
  text-align: center;
  margin-top: 40px;
  color: var(--color);
  font-weight: 800;
  letter-spacing: 5px;
}
.header_6 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_6 .input-group {
  margin-top: 70px;
  border: 0.5px solid var(--color);
  padding: 10px;
}
.header_6 .input-group .form-control {
  background: var(--main_color) !important;
  color: var(--second_color);
  border: none;
}
.header_6 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_6 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_6 .mt_7 {
  margin-top: 7px;
}
.header_6 .dropdown-toggle::after {
  display: none;
}
.header_6 a {
  color: var(--color);
  text-decoration: none;
}
.header_6 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 15px;
  text-transform: uppercase;
}
.header_6 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_6 .hide_show {
  display: flex;
}
.header_6 .mobile_view {
  display: none;
}
.header_6 .bg_color {
  background: var(--background);
}
.header_6 .dropdown-menu.show {
  background: var(--background);
  color: var(--color);
  left: -55px !important;
}
.header_6 .dropdown-item:focus,
.header_6 .dropdown-item:hover {
  background: var(--main_color);
  color: var(--second_color);
}
.header_6 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_6 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_6 .offcanvas {
  background: var(--background);
  color: var(--color);
}
.header_6 .cart_canva_box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ccc;
  position: relative;
}
.header_6 .offcanvas-header .btn-close:focus {
  box-shadow: none;
  border: 1px solid var(--main_color);
}
.header_6 .offcanvas {
  background: var(--background);
  color: var(--color);
}
.header_6 .cart_canva_box:last-child {
  border-bottom: 0px solid #ccc;
}
.header_6 .cart_canva_box .cart_img_box {
  width: 100px;
  height: 150px;
  margin: 0px 15px;
  display: flex;
  flex: 0 0 100px;
  position: relative;
}
.header_6 .cart_canva_box .cart_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header_6 .cart_description_box {
  padding-right: 10px;
  color: var(-color);
}
.header_6 .cart_description_box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color);
  min-height: 30px;
}
.header_6 .cart_description_box .cart_qty_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.header_6 .scase {
  font-size: 12px;
  font-weight: 600;
}
.header_6 .smcase {
  font-size: 12px;
}
.header_6 .qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 3px;
}
.header_6 .incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}
.header_6 .incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}
.header_6 .cart_footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.header_6 .cart_footer button {
  padding: 10px;
  background-color: var(--main_color) !important;
  color: var(--second_color);
  border: none !important;
  border-radius: 0px !important;
  margin-top: 10px;
}
.header_6 .cart_footer button:hover {
  background-color: var(--background) !important;
  color: var(--main_color);
  border: 1px solid var(--main_color) !important;
}
.header_6 .cart_subtotl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  margin: 5px 15px;
  color: var(--color);
}
.header_6 .ajaxcart__subtotal {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  color: var(--color);
}
.header_6 .cart_su {
  font-weight: 400;
  font-size: 0.9em;
  color: var(--color);
}
.header_6 .delt_cart {
  position: absolute;
  top: -3%;
  right: -8%;
  padding: 5px;
  border-radius: 1px;
  background-color: var(--main_color);
  color: var(--second_color);
  cursor: pointer;
}
.header_6 .ggmm {
  display: none;
}
.header_6 .hide_lg_show_sm {
  display: none;
}
.header_6 .hide_show_lg_md{
  display: block;
}
@media screen and (min-width: 800px) and (max-width: 952px) {
  .ul_menu {
    width: 53vh;
  }
}
@media screen and (max-width: 790px) {
  .header_6 .mmg {
    padding: 15px 0px;
    padding-left: 0;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    bottom: 15px;
  }
  .header_6 #sidebar_show_hide {
    padding: 0px 10px;
  }
  .header_6 .navbar {
    padding-left: 0;
  }
  .header_6 .hide_show_lg_md{
    display: none!important;
  }
  .header_6 .hide_lg_show_sm {
    display: flex;
  }
  .header_6 .ggmm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header_6 .navbar-brand {
    width: 100px;
    height: 40px;
  }
  .header_6 .ul_menu {
    background: var(--background);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #ccc;
    z-index: 1060;
    transform: translate(-100%);
    transition: all 0.2s ease;
    padding-left: 2rem;
  }
  .header_6 .ul_menu li a {
    font-size: 0.85rem;
  }
  .header_6 .ul_menu.active {
    transform: translate(0%);
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
  }
}
@media screen and (max-width: 500px) {
  .header_6 .navbar-brand {
    width: 80px;
    height: 30px;
  }
  .header_6 .navbar-brand img{
    width: unset;
    margin-right: 15px;

  }
  .header_6 .attr-nav > ul > li > a {
    padding: 18px 7px;
  }
}/*# sourceMappingURL=style.css.map */
