
.header {
  background-color: #fff;
  font-size: 13px;
  position: relative;
  transition: all .5s;
}
.header.fixed_top {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: -140px;
}
.header.fixed_top_show{
  top: 0;
}
.header_top {
  height: 30px;
  padding: 0 32px;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  transition: all 10s ease-in;
}
.overlay_header {
  display: none;
}
.header_top ul {
  display: flex;
  justify-content: flex-end;
}
.header_top li {
  border-left: 1px solid #ddd;
}
.header_top li:last-child {
  border-right: 1px solid #ddd;
}
.header_top li:last-child a img {
  margin-top: 8px;
}
.header_top li a {
  color: #666;
  display: block;
  line-height: 30px;
  padding: 0 19px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.header_top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index:2;
  opacity: 0;
  transition: opacity 0.5s;
}
.input_search {
  position: relative;
  z-index: 2;
}
.search_overlay.overlay_show + .input_search {
  z-index: 2;
  position: relative;
}
.search_overlay.overlay_show {
  opacity: 1;
  pointer-events: auto;
}
/**header**middle****/
.middle_header {
  background-color: #2d2d2d;
  height: 60px;
  padding: 0 32px;
}
.header_middle {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: all 10s ease-in;
}
.scroll-up {
  position: fixed;
  top : 0; 
  width: 100%;
  z-index: 999;
}
.header_middle a {
  color: #fff;
}

.logo {
  padding-right: 20px;
}
.category_tab {
  border-bottom: none;
  height: 100%;
}
.category_tab {
  border-bottom: none;
  height: 100%;
  padding: 0;
}
.category_tab ul li:first-child {
  border-left: 1px solid #525050;
}
.category_tab ul li.active {
  background-color: #525050;
}
.category_tab ul {
  display: flex;
}
.category_tab ul li {
  border-bottom: none;
  border-right: 1px solid #525050;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  min-width: 112px;
}
.category_tab ul li a {
  line-height: 60px;
  color: #fff;
}
.search_header {
  padding: 11px 15px 11px 30px;
  flex-grow: 1;
  height: 100%;
}
.search_header {
  padding: 11px 15px 11px 30px;
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.search_header input {
  background: #fff;
  border: 0;
  border-radius: 19px/50%;
  box-sizing: border-box;
  color: #1d1d1d;
  font-size: 1rem;
  height: 38px;
  padding-left: 16px;
  z-index: 1;
  position: relative;
  padding-right: 70px;
  width: 100%;
}
.clear_search_result p {
  color: #7d7d7d;
}
.clear_search_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 20px;
  align-items: center;
}
.search_result_div ul li {
  margin: 15px 0;
}
.input_search.enter_text .search_buttob svg path {
  fill: #fff;
}
.input_search.enter_text .search_buttob {
  background-color: #0770cf;
  z-index: 1;
}
button.clear_search img {
  width: 14px;
  filter: invert(1);
}
.input_search.enter_text .clear_search {
  display: block;
  z-index: 1;
}
.clear_search {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  height: 24px;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  display: none;
}
.input_search {
  position: relative;
}
.search_buttob {
  background-color: transparent;
  border: 1px solid #0000;
  border-radius: 50%;
  box-sizing: border-box;
  height: 38px;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 50%;
  transition: background-color 0.3s;
  width: 38px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.header-right-side ul li {
  display: inline-block;
  cursor: pointer;
}

.header-right-side ul li:hover {
  transfrom: skew(1.1);
}

.header-right-side ul li a {
  line-height: 60px;
  max-height: 60px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-right-side img {
  width: 20px;
}

/*****bottom header*******/
.nav_inner ul .nav_button {
  border: none;
  border-radius: 0;
  letter-spacing: 0.8px;
  line-height: 50px;
  margin: 0;
  outline: none;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
}
.nav_inner ul {
  display: flex;
  align-items: center;
}
.nav_wrap {
  position: relative;
  padding: 0 32px;
  background-color: #525050;
  transition: all 10s ease-in;
}
.skey_nav {
  background-color: #d01345;
  display: block;
  font-weight: 800;
  line-height: 50px;
  padding: 0 12px 0 14px;
  transform: skew(-12deg);
  color: #fff;
}

.dropdown_sub_menu {
  position: absolute;
  left: calc(50% - 683px);
  padding: 0 32px;
  top: 100%;
  width: 100%;
  display: none;
  max-width: 1366px;
  z-index: 3;
}
.dropdown_sub_menu.menu_active{
  display: block;
}
.menu_item_box:last-child {
  border-right: none;
}

.dropdown_menu_inner {
  padding: 24px 10px;
  background-color: #eee;
  display: flex;
}
.menu_item_box {
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 20px;
  flex: 1;
}
.menu_item_box .sub_menutitle {
  display: block;
  margin-bottom: 12px;
  margin-top: 0;
  padding-bottom: 5.5px;
  font-weight: 600;
}
.menu_item_box .sub_menutitle span {
  font-size: 13px;
  border-bottom: 1px solid #1d1d1d;
  letter-spacing: 2px;
}
.menu_item_box ul {
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}
.menu_item_box ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 2.14;
}
.menu_item_box ul li {
  width: 100%;
}
.menu_item_box ul li a:hover {
  color: #0770cf;
}
.image_box_product li {
  position: relative;
}
.image_box_product.image_box_three .img_upper_title {
  bottom: inherit;
  top: 50%;
  height: inherit;
  color: #1d1d1d;
  transform: translateY(-50%);
  text-align: left;
}
.img_upper_title {
  bottom: 0.625em;
  height: 3.375em;
  top: auto;
  line-height: 1.13em;
  padding: 0 32px;
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  left: 0;
}
.image_grdient {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: " ";
  background-color: rgb(0 0 0 / 5%);
}
.image_box_product li a {
  display: block;
}
.image_box_product li {
  position: relative;
  border: 1px solid #ddd;
  min-height: 100px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px;
  box-sizing: border-box;
}
.image_box_product li:hover {
  border-color: #0770cf;
}
.image_box_product li img {
  min-height: 100px;
  display: block;
  max-width: 100%;
}
.menu_item_box ul {
  flex-wrap: wrap;
  text-align: left;
}
.menu_item_box .product_box_80_wrap li {
  width: 50%;
  text-align: center;
  margin-bottom: 8%;
}
.product_box_80_wrap span {
  margin: 10px 0 0;
  display: inline-block;
}
.product_box_80_wrap .product_box {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
.product_box_80_wrap .product_box {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 100px;
}
.product_box_80_wrap li:hover .product_box,
.product_box_40_wrap li:hover .product_box {
  border-color: #0770cf;
}
.product_box_40_wrap li:hover a,
.product_box_80_wrap li:hover a span {
  color: #0770cf;
}
.product_box img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.product_box_40_wrap .product_box {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  overflow: hidden;
}
.product_box_40_wrap .product_box {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 100px;
}
.product_box_40_wrap a {
  display: flex;
  align-items: center;
}
.product_box_40_wrap li span {
  border-bottom: 1px solid #3d3d3d1a;
  color: var(--f1xms7);
  height: 52px;
  line-height: 52px;
  margin-left: 13px;
  max-width: 130px;
  min-width: 110px;
  overflow: hidden;
  padding-left: 7px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.colum_count_2 {
  display: inline-block !important;
  column-count: 2;
}
.colume_2 {
  flex: 2;
}
.nav_inner ul .nav_button:hover p,
.nav_inner ul .nav_button:hover {
  background-color: #eeeeee;
  color: #1d1d1d;
}
.marketplace_product .image_box_product li {
  width: 25%;
  border: none;
  padding: 0 10px;
}
.marketplace_product .image_box_product li img {
  width: 100%;
}
.marketplace_product .prodct_img .img_upper_title {
  height: inherit;
  bottom: 10px;
  top: inherit;
  text-align: left;
  padding: 0 20px;
}
.marketplace_product .prodct_img {
  position: relative;
}
.nav_inner ul .nav_button:hover .skey_nav {
  background-color: transparent;
  color: #1d1d1d;
  transform: inherit;
}
.img_wrap_product p {
  background-color: #fff;
  padding: 10px 20px;
  line-height: normal;
}
.pink_link_active {
  color: #d01345;
}

/*******header**responsive*******/
.toggle_btn,
.menu_sub_des,
.nav_button img,
.home_mobile,
.bestsellers_mobile,
.back_menu,
.search_icon,
.close_icon,
.nav_wrap .container .category_tab {
  display: none;
}
.bottom_part_sidebar {
  display: none;
}
.nav_inner ul .nav_button p {
  color: #fff;
  font-size: 13px;
}

/******modal*******/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.show-modal.modal {
  display: block;
}
.modal-content {
  width: 340px;
  background-color: #fff;
  padding: 16px;
  margin: 0 auto;
}
.modal-content .input_wrap {
  margin-top: 15px;
}
.input_wrap label {
  margin: 0 0 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  font-size: 14px;
}
.input_wrap select {
  width: 100%;
  border: 1px solid #999c;
  padding: 10px;
  font-size: 14px;
}
.modal-header {
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 16px;
}
.modal-header .modal-title {
  color: #666;
}
.modal-header .btn-close {
  position: absolute;
  right: 16px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal-header .btn-close img {
  width: 16px;
  filter: invert(1);
}
.update_prefrence {
  margin: 100px 0 0;
}
.update_prefrence button {
  width: 100%;
  background-color: #1d1d1d;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}
.payment-method img {
  width: 20px;
  margin-right: 10px;
}
.payment-method ul {
  display: flex;
  align-items: center;
}
.payment-method {
  background-color: #f8f8f8;
  padding: 16px;
}
.header-right-side ul li.search_icon {
  display: none;
}
.login_link ul li a {
  border-bottom: solid 1px #1d1d1d;
  padding: 0 0 1px;
  display: inline-block;
  line-height: inherit;
  max-height: inherit;
  color: #1d1d1d;
}
.myAccount .detaile_wrap ul li a {
  line-height: inherit;
  max-height: inherit;
  padding: 0;
}
.myAccount .login_link {
  padding: 16px 5px;
  background-color: #eee;
}

.myAccount .detaile_wrap ul li {
  width: 100%;
}

.login_link ul li {
  width: auto;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.login_link ul li:last-child {
  border-right: none;
}
.login_link ul {
  flex-direction: row;
}
.detaile_wrap {
  background-color: #f8f8f8;
  padding: 0 15px;
}
.detaile_wrap ul li {
  margin: 15px 0;
}
.detaile_wrap li:first-child img {
  filter: invert(1);
}
.detaile_wrap li img {
  width: 20px;
  margin-right: 10px;
}
.myAccount {
  position: absolute;
  right: 0;
  top: 51px;
  z-index: 1;
  background-color: transparent;
  max-width: 320px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.myAccount.dispaly-dropdown{
  max-height: 100vh;
}
.myAccount.dispaly-dropdown .account_innetr{
  transform: translateY(0);
}
.wishlist-empty {
  padding-left: 10px;
}
.myaccount_wrap {
  overflow: hidden;
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}
.account_innetr {
  transform: translateY(-100px);
  transition: 0.5s;
}
.user_div:hover .myAccount .account_innetr {
  transform: translateY(0);
}
.user_div:hover .myAccount {
  max-height: 100vh;
}
.user_div p {
  color: #fff;
  text-align: center;
}
/* .wishlist .wishlist-count {
  position: absolute;
  top: -11px;
  right: 2px;
  z-index: 9999;
  background: red;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 18px;
  height: 23px;
  line-height: 100%;
  border-radius: 5px;
} */
.selected_product .product_box {
  display: flex;
  padding: 16px;
  max-height: 180px;
  overflow-y: auto;
}
#cart_wrap .account_innetr {
  border: 1px solid #ddd;
  background-color: #fff;
}

.selected_product .product_img {
  height: 139px;
  width: 110px;
  margin-right: 10px;
}
.selected_product .delete_icon {
  text-align: right;
  margin-top: 10px;
}
.sub_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  padding: 16px;
}
.checkout_wrap button {
  padding: 12px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #006637;
  border: 1px solid #006637;
  color: #fff;
  cursor: pointer;
}
.delete_icon button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.delete_icon button img {
  width: 20px;
}
.product_description {
  flex: 1;
}
.myAccount:before {
  border-bottom: 11px solid #eee;
  border-left: 15px solid #0000;
  border-right: 15px solid #0000;
  content: "";
  position: absolute;
  top: 3px;
  width: 0;
  content: " ";
  z-index: 1;
  left: 58%;
  transform: translateX(-50%);
}
.checkout_wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #ddd;
}
.checkout_wrap .View_ {
  color: #1d1d1d;
  background-color: #fff;
  border-color: #eee;
  border-width: 1px;
}
.product_description .description {
  font-size: 12px;
  margin: 0 0 10px;
}
.free_delivery .more_info a {
  line-height: inherit;
  height: inherit;
  padding: 0;
  display: inline-block;
  color: #1d1d1d;
  text-decoration: underline;
}
.free_delivery {
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding: 16px;
}
.mobile_show_productimg li .mobile_product_img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 2px;
  display: none;
}
.mobile_show_productimg li .mobile_product_img img {
  border-radius: 110px;
}
.mobile_show_productimg li a {
  display: flex;
  align-items: center;
}
.selected_product .product_img img {
  border-radius: 0;
}
.cart_div #cart_wrap:before {
  left: 92%;
}
.cart_div .wishlist-wrap:before {
  left: 75% !important;
}
.wishlist-wrap .login_link {
  width : 320px !important;
}
.wishlist-count {
  position: absolute;
  top: -6px;
  right: 3px;
  color: #fff;
  background: red;
  line-height: 100%;
  padding: 4px;
  border-radius: 4px;
  height: 20px;
  width: 17px;
}
.wishlist-product {
  border-top: 1px solid #ddd;
}
.nav_inner .dropdown_menu_inner ul li:hover .mobile_product_img {
  border-color: #0770cf;
}
.selected_product .price {
  font-weight: 600;
  margin: 0 0 10px;
}

.search_result_div {
  position: absolute;
  left: 0;
  background-color: #eee;
  width: 100%;
  z-index: 1;
  padding: 50px 0px 20px;
  color: #1d1d1d;
  border-radius: 20px 20px 0 0;
  display: none;
}
.enter_text .search_result_div {
  display: block;
}

.result_searh_div {
  max-height: 40vh;
  overflow-y: auto;
  padding: 0 20px;
}
.clear_search_result button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.search_result_div ul a {
  color: #1d1d1d;
  font-size: 16px;
}
.search_result_div ul a span {
  float: right;
}
.search_header .close_btn {
  display: none;
}
.search_header .close_btn img {
  filter: invert(1);
  width: 20px;
  display: inline-block;
}
.search_header .mobile_search_title {
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 15px;
  position: absolute;
  top: -30px;
  display: none;
}
@media (min-width: 1024px) {
  ./*nav_inner ul li:hover .dropdown_sub_menu {
    display: block;
  }*/
}
@media (max-width: 1366px) {
  .dropdown_sub_menu {
    left: 0;
  }
}
@media (max-width: 1230px) {
  .nav_wrap,
  .middle_header,
  .header_top {
    padding: 0;
  }
  .nav_inner ul .nav_button {
    padding: 0 7px;
  }
}
@media (max-width: 1100px) {
  .nav_inner ul .nav_button {
    padding: 0 5px;
  }
}
@media (max-width: 1024px) {
  .search_overlay.overlay_show {
    display: none;
  }

  .search_buttob {
    right: 0px;
  }
  .clear_search {
    right: 40px;
  }

  .search_header.show_search {
    display: block;
    padding: 10px 15px 15px;
    z-index: 99;
/*    height: auto;*/
  }
  .search_header .close_btn {
    display: block;
    text-align: right;
    position: relative;
  }
  .search_header .enter_text .mobile_search_title {
    display: block;
  }
  .input_search {
    position: relative;
    margin: 10px 0 0;
  }
  .mobile_show_productimg li .mobile_product_img {
    display: block;
  }
  .myAccount {
    display: none;
  }
  .nav_inner .detaile_wrap ul li {
    margin: 15px 0;
  }
  .nav_inner ul .nav_button p {
    line-height: 22px;
  }
  .nav_inner .detaile_wrap ul li a {
    display: flex;
    align-items: center;
  }
  .nav_inner .login_link li {
    display: inline-block;
    width: auto;
    margin: 0 0 16px;
  }
  .nav_inner .login_link ul {
    flex-direction: row;
  }
  .toggle_btn,
  .menu_sub_des,
  .nav_button img,
  .home_mobile,
  .bestsellers_mobile,
  .back_menu,
  .search_icon,
  .bottom_part_sidebar {
    display: block;
  }
  .header-right-side ul li.search_icon {
    display: inline-block;
  }

  .show-sidebar .close_icon {
    display: inline-block;
    position: absolute;
    left: 330px;
    top: 0;
    content: "";
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .search_icon img {
    filter: invert(1);
  }
  .toggle_btn img {
    width: 20px;
    height: 20px;
    filter: invert(1);
  }
  .header_middle .toggle_btn {
    background-color: transparent;
    border: none;
    margin: 0 16px;
    cursor: pointer;
  }
  .nav_wrap .container {
    padding: 0;
    max-width: 320px;
    margin: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .nav_inner ul li.sale_menu {
    display: none;
  }
  .back_menu {
    padding: 0 40px;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    background-color: #fff;
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: center;
  }
  .back_menu .back_arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border: none;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .marketplace_product .prodct_img img {
    border-radius: 0px;
  }
  .nav_inner ul .nav_button p {
    color: #1d1d1d;
  }
  .button.toggle_btn img {
    width: 20px;
  }
  .nav_wrap {
    padding: 0;

    position: fixed;
    left: -100%;
    width: 100%;
    top: 0;
    transition: 0.5s;
    z-index: 4;
  }
  .overlay_header {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .category_tab,
  .header_top {
    display: none;
  }
  .search_header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1;
    width: 100%;
    background-color: #eee;
    padding: 15px;
  }
  .nav_wrap .container {
    padding: 0;
  }
  .nav_inner {
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding: 15px 0;
    overflow-x: hidden;
  }
  .nav_inner ul {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15px;
  }
  .nav_inner ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .nav_inner ul .nav_button {
    width: 100%;
    display: inline-block;
    text-align: left;
    min-height: 100px;
    padding: 0;
    cursor: pointer;
    position: relative;
  }
  .nav_inner ul .nav_button p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
  }
  .nav_inner ul .nav_button img {
    width: 100%;
  }
  .nav_inner ul li.home_mobile .nav_button img {
    height: 50px;
    object-fit: cover;
    object-position: top;
  }
  .nav_inner ul li.home_mobile .nav_button {
    max-height: 50px;
    min-height: inherit;
  }
  .menu_sub_des {
    line-height: inherit;
    font-weight: 400;
  }
  .skey_nav {
    background-color: transparent;

    font-weight: 600;
    padding: 0;
    transform: inherit;
    color: #1d1d1d;
    line-height: normal;
  }
  .dropdown_sub_menu {
    padding: 0 0px;
    display: block;
    width: 100%;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: left 0.25s ease-out;
  }
  .nav_inner ul li.active .dropdown_sub_menu {
    left: 0;
  }
  .menu_item_box {
    border-right: none;
    padding: 0 0px;
    flex: inherit;
    width: 100%;
  }
  .dropdown_menu_inner {
    padding: 0;
    background-color: #fff;
    height: calc(100vh - 50px);
    overflow-y: auto;
    flex-wrap: wrap;
  }

  .menu_item_box .sub_menutitle {
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 600;
    background-color: #eee;
    margin-top: 16px;
    padding: 32px 16px 16px;
  }
  .menu_item_box .sub_menutitle span {
    border-bottom: none;
  }
  .nav_inner .dropdown_menu_inner ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .colum_count_2 {
    column-count: 1;
  }
  .nav_wrap.show-sidebar {
    left: 0;
  }
  .product_box_40_wrap li span,
  .product_box_80_wrap span {
    border-bottom: none;
    height: auto;
    line-height: initial;
    margin-left: 10px;
    max-width: inherit;
    min-width: inherit;
    overflow: hidden;
    padding-left: 7px;
  }
  .product_box_80_wrap .product_box {
    width: 40px;
    height: 40px;
  }
  .product_box_80_wrap span {
    margin: 0px 0 0;
  }
  .menu_item_box .product_box_80_wrap li {
    margin-bottom: 0;
  }
  .menu_item_box .product_box_80_wrap li a {
    display: flex;
    align-items: center;
  }
  .image_box_product a {
    text-align: right;
    background-color: #eee;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .image_box_product li img {
    min-height: 70px;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    object-fit: cover;
    object-position: right;
  }
  .image_grdient {
    height: 70px;
    position: absolute;
    left: inherit;
    top: 50%;
    width: 70px;
    content: " ";
    background-color: rgb(0 0 0 / 5%);
    border-radius: 100px;
    transform: translateY(-50%);
    right: 10px;
  }
  .img_upper_title {
    bottom: inherit;
    height: inherit;
    line-height: 1.13em;
    padding: 0 10px;
    color: #1d1d1d;
    left: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav_inner .dropdown_menu_inner .image_box_product {
    margin: 7px 0;
  }
  .nav_inner .dropdown_menu_inner .image_box_product li {
    position: relative;
    border: none;
    min-height: inherit;
    margin-bottom: 10px;
    display: inline-block;
    padding: 2px;
    padding: 0;
    box-sizing: border-box;
    margin: 7px 0;
  }
  .middle_header {
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .middle_header .container {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header-right-side ul {
    text-align: right;
  }
  .header_middle {
    width: 100%;
  }
  .header-right-side {
    flex: 1;
  }
  .nav_wrap .container .category_tab {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .nav_wrap .container .category_tab li {
    width: 100%;
    position: relative;
    border: none;
    border-bottom: 2px solid transparent;
  }
  .nav_wrap .container .category_tab li a {
    width: 100%;
    color: #1d1d1d;
    font-size: 16px;

    font-weight: 600;
  }
  .nav_wrap .container .category_tab li:not(:last-of-type):after {
    background-color: #2d2d2d1a;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
  }
  .nav_wrap .container .category_tab li.active {
    width: 100%;
    color: #1d1d1d;
    background-color: #fff;
    border-color: #1d1d1d;
  }

  /****bottom sidebar******/
  .download_app ul,
  .social_iconp ul {
    display: flex;
    flex-direction: inherit;
    margin: 0 -7px;
  }
  .download_app ul li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 16px;
  }
  .download_app ul li a {
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
  }
  .download_app ul li img {
    width: 100%;
  }
  .download_app ul li .title {
    min-height: 30px;
    font-weight: 600;
    margin: 5px 0;
    font-size: 12px;
  }
  .social_iconp ul li {
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
  }
  .social_iconp ul li img {
    width: 40px;
  }
  .download_app {
    background-color: #fff;
  }
  .social_iconp {
    background-color: #fff;
    margin: 16px 0;
  }

  .bottom_part_sidebar {
    background-color: #eee;
  }

  .footer_link .title {
    padding: 15px;
    border-style: solid;
    border-width: 0px 0 1px;
    border-color: #ddd;
    position: relative;
  }
  .footer_link .title:after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../images-new/plus_icon.html");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer_link .details_box.show-info .title:after {
    background-image: url("../images-new/minus_icon.html");
  }
  .footer_link ul li {
    margin: 15px 0;
  }
  .footer_link .details_box ul {
    display: none;
  }
  .cahnge_payment {
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .cahnge_payment span {
    font-size: 12px;
  }
  .cahnge_payment img {
    width: 15px;
    margin: 0 10px;
  }
  .cahnge_payment strong {
    border-left: 2px solid #1d1d1d;
    padding-left: 10px;
  }

  .details_box.show-info ul {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-right-side ul li a {
    padding: 12px 6px;
  }

  .user_login_text, .wishlist_text, .cart_text {
    display : none;
  }
}
/* Shibbir CSS */

.icon-text {
  display: flex;
  justify-content: space-around;
}
