.mainHeaderBack{
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
}
.mainHeaderInner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-menu{
  display: flex;
  gap: 30px;
}
.header-menu .menu-item-has-children ul{
  display: none;
}
.innerMainHeaderRigh{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
}
.innerMainHeaderLeft{
  display: flex;
  align-items: center;
  width: max-content;
  gap: 12px;
}
/* .header-logo{
  width: 80px;
} */

nav.wrap-menu .mega-tab >a::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e00000;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -8px;
}
.websima-auth-modal-btn{
  border: 1px solid var(--color1);
  background-color: unset;
  padding: 10px;
  border-radius: 30px;
  align-items: center;
  display: flex;
  gap: 10px;
  color: var(--color1);
  transition: all .3s;
  height: 40px;
  min-width: 135px;
}
.websima-auth-modal-btn i{
  font-weight: 800;
  font-size: 16px;
}
.websima-auth-modal-btn span{
  line-height: 1;
}
.websima-auth-modal-btn:hover{
  background-color: #e00000;
  color: #fff;
}
.mainHeaderCart{
  background-color: #FFF;
  display: flex;
  border-radius: 100%;
  box-shadow: 0px 3px 8px 0px rgba(224, 0, 0, 0.3);
  transition: all .3s;
  border: 1px solid #e00000;
  color: #e00000;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
.logged-in .mainHeaderCart{
    width: 48px;
    height: 48px;
}
.has-item .mainHeaderCart {
  color: #FFF;
  background: #e00000;
}
.mainHeaderCart i{
  font-size: 1.5rem;
}
.mainHeaderCart:hover{
  background-color: #e00000;
  color:#fff ;
}
.parent_item_cart{
  position: relative;
}
.minicartCountItem{
  position: absolute;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color4);
  width: 12px;
  height: 12px;
  line-height: 1;
  border-radius: 100%;
  padding-top: 3px;
  font-size: 11px;
  color: var(--color1);
  right: 5px;
}
.mobileMenuIconPart{
  display: flex;
  background-color: #e00000;
  color: #fff;
  padding: 12px;
  border-radius: 100%;
}
.searchIconPart{
  background-color: rgba(247, 247, 247, 1);
  display: flex;
  padding: 12px;
  border-radius: 100%;
  color: #e00000;
}
.searchIconPart i{
  font-weight: 800;
  font-size: 16px;
}
.miniCartOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 12;
  display: none;
}
.miniCartWrapper {
  width: calc(300px + 5vw);
  background-color: var(--bg_body);
  margin-right: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 10px;
  left: calc(-300px - 10vw);
  transition: all 0.3s;
  z-index: 15;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.miniCartWrapperDisplay {
  left: 0;
}
.miniCartWrapper .miniCartHeader {
  position: relative;
  background-color: var(--color1);
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}
.miniCartWrapper .miniCartHeader .closeMiniCart {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.miniCartWrapper .miniCartHeader .closeMiniCart i{
  font-size: 25px !important;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 5px;
  color: #fff;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.miniCartWrapper .miniCartHeader .miniCartTitle {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.woocommerce-mini-cart__empty-message{
  width: 100%;
  font-size: 14px;
  margin: 1rem 0;
  background: var(--bg_danger);
  color: var(--danger);
  border: 1px solid var(--danger);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  
}
.navbarLoginPart.websima-auth-modal-btn:hover{
  background-color: unset;
}
#websima-auth-modal .modal-dialog {
  background-color: #efefef;
  border-radius: 10px;
  box-shadow: 0 3px 12px -4px rgba(0, 0, 0, 0.4196078431);
  max-height: unset;
  overflow: unset;
  height: max-content;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 96%;
  display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
#websima-auth-modal .modal-content {
  overflow: unset;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border-radius: 20px;
  outline: 0;
  overflow: hidden;
  background: #fff;
  color: #000;
}
#websima-auth-modal .modal-header {
  border-radius: 10px 10px 0 0;
}
.modal-content .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--color1);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px;
  text-align: center;
}
#websima-auth-modal .modal-header {
  border-radius: 10px 10px 0 0;
}
.modal-content .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--color1);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-content .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px;
  text-align: center;
}
.modal-content .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}
.modal-content .modal-header .close {
  padding: 0.5rem 1rem;
  margin: -1rem auto -1rem -1rem;
  background: transparent;
  border: none;
  color: var(--danger);
  font-size: 29px;
}
.modal-content .modal-header .close i{
  font-size: 15px;
  font-weight: 600;
}
#websima-auth-modal form .form-description, #websima-auth-modal form label:not(.error) {
  display: block;
  text-align: right;
  margin: 0 0 5px 0;
  color: var(--bg_text);
  font-size: 14px;
  font-weight: 400;
}
.modal-content .modal-body input {
  width: 100%;
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
#websima-auth-modal form button {
  background: #fff;
  color: var(--color1);
  border: 1px solid var(--color1);
  padding: 10px 30px;
  border-radius: 20px;
  transition: all 0.3s;
}
.simpleFillBtn {
  background-color: var(--color2);
  color: var(--bg_body);
  border: none;
  padding: 8px 16px;
  min-width: 100px;
  border-radius: 40px;
  margin-top: 20px;
  font-size: 15px;
  position: relative;
  z-index: 99;
  transition: all 0.5s;
  overflow: hidden;
  border: 1px solid var(--color2);
}
#websima-auth-modal form button:hover {
  color: #fff;
  background-color: var(--color1);
}
input:focus {
  border: 1px solid var(--color2) !important;
}
#websima-auth-modal .resend_code_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}
#websima-auth-modal form input {
  border: 1px solid #fafafa;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 45px;
  height: 50px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all 0.3s linear;
}




#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 250px;
  background: var(--bg_body);
  font-family: var(--bold_font);
  z-index: 99999;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  overflow-y: auto;
  background: rgb(149, 0, 0);
    background: linear-gradient(180deg, rgba(149, 0, 0, 1) 0%, rgba(224, 0, 0, 1) 50%);
}
.showMobileMenu {
  right: 0 !important;
}
.title-mm {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border_light);
}
.main-mm {
  padding: 5px 20px;
}
#mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.title-mm {
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border_light);
}

.title-mm img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  background: var(--bg_body);
  right: -250px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
    background: rgb(149, 0, 0);
    background: linear-gradient(180deg, rgba(149, 0, 0, 1) 0%, rgba(224, 0, 0, 1) 50%);
}
.come-submenu {
  right: 0 !important;
}
.title-sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-flow: row-reverse;
  border-bottom: 1px solid var(--border_light);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-subcome {
  color: #fff;
  font-weight: normal;
  position: relative;
  top: 2px;
}
.sub-closer i {
   color: var(--color1);
   font-weight: 600;
  /*cursor: pointer;*/
  /*top: -1px;*/
  /*border: solid #fff;*/
  /*border-width: 0 2px 2px 0;*/
  /*display: inline-block;*/
  /*padding: 3px;*/
  /*transform: rotate(-45deg);*/
  /*-webkit-transform: rotate(-45deg);*/
  /*position: relative;*/
  /*left: -1px;*/
}
#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--danger);
  text-align: center;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding-top: 2px;
  padding-right: 0.5px;
  }
.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-mm ul li a {
  color: #fff;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}
.childer i {
    color: var(--color1);
}
.navbarSearchParent {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
  padding: 40px 10px;
  display: none;
}
.navbarSearchParent .icon-close {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: #fff;
  border-radius: 100%;
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-login-js{
    border: 1px solid var(--color1);
    background-color: #fff;
    color: var(--color1);
  border-radius: 100%;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition:0.3s;
}
.logged-in .h-login-js{
    width: 32px;
    height: 32px;
}
.h-login-js  i{
  font-size: 16px;
}
.h-login-js:hover {
    background: var(--color1);
    color: #fff;
}
.mainHeaderUserBtn{
  position: relative;
  justify-content: center;
  display: flex;
  max-width: 40%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.user-btn--submenu{
    position: absolute;
    background-color: var(--bg_body);
    box-shadow: 0px 2px 15px -9px rgba(0, 0, 0, 0.5);
    width: 170px;
    top: 100%;
    padding: 5px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid var(--color1);
    display: flex
;
    flex-direction: column;
    align-items: start;
    border-radius: 15px;
    gap: 10px;
    z-index: 10;
}
.user-btn--submenu::after{
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent var(--color1) transparent;
  left: 0;
  right: 0;
  width: 10px;
  margin: auto;
  top: -10px;
}
.mainHeaderUserBtn:hover .user-btn--submenu{
  opacity: 1;
  visibility: visible;
  top:calc(100% + 10px);
}
.mainHeaderUserBtn .user-btn--submenu a{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3px 10px;
  border-radius: 10px;
}
.mainHeaderUserBtn .user-btn--submenu a:first-child{
  justify-content: space-between;
}
.mainHeaderUserBtn .user-btn--submenu a:first-child span{
  display: flex;
  align-items: center;
  gap: 5px;
}
.mainHeaderUserBtn .user-btn--submenu a:last-child{
  color: red;
}
.mainHeaderUserBtn .user-btn--submenu .icon-user{
  display: flex;
  align-items: center;
}
.quick__access{
  background-color: #291013;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  /* display: none; */
}
.navbarHomePart{
  width: 57px !important;
  height: 57px;
  background-color: var(--color1);
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50%;
  border: 3px solid #fff !important;
}
.quick__access::before{
  position: absolute;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkzIiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMzkzIDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTk2LjE4NiAwYzI1LjA1MSAwIDQ3LjU4OSA2LjA0IDYzLjI1MyAxNS42NyAxOS4wMDYgMTEuNjg0IDQwLjY4OSAxOC4yOTUgNjIuOTk5IDE4LjI5NUgzOTN2NDUuNTkySDBWMzMuOTY1aDY5LjkzM2MyMi4zMSAwIDQzLjk5My02LjYxIDYyLjk5OS0xOC4yOTVDMTQ4LjU5NiA2LjA0IDE3MS4xMzQgMCAxOTYuMTg2IDAiIGZpbGw9IiMyOTEwMTMiLz48L3N2Zz4=');
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
a.quickAccessItem{
  width: max-content;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  padding: 10px;
  gap: 10px;
}
a.quickAccessItem *{
  color: #fff;
}
a.quickAccessItem span{
  line-height: 1;
}
a.quickAccessItem .minicartCountItem{
  right: 10px;
  top: 5px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color4);
  width: 15px;
  height: 15px;
  line-height: 1;
  border-radius: 100%;
  padding-top: 5px;
  font-size: 11px;
  color: var(--color1);
}
.navbarCartPart{
  position: relative;
  margin-left: 20px;
}
.navbarLoginPart{
  margin-right: 20px;
  min-width: unset;
}
a.quickAccessItem i{
  font-size: 20px;
  font-weight: 400;
}

.logged-in a.quickAccessItem i.icon-user{
    font-size:16px;
}
.logged-in a.quickAccessItem i.icon-cart {
    font-size:24px;
}

.switchLang{
    border: 1px solid var(--color1);
    color: var(--color1);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 12.8px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: bold;
    padding-top: 3px;
}

.logged-in .switchLang{
    width: 32px;
    height: 32px;
}
.switchLang:hover{
    background-color: var(--color1);
    color:#fff;
}
@media (max-width:1400px){
    .innerMainHeaderRigh{
        gap:10px;
    }
}
@media (max-width:1168px){
    .innerMainHeaderLeft{
        gap: 2px;
    }
    .websima-mega-menu > li > a{
        margin: 0 4px !important;
        padding: 2px !important;
    }
}
@media (max-width:1064px){
    .innerMainHeaderRigh{
        gap:2px;
    }
}
@media (max-width:900px){
    .mainHeaderInner {
        justify-content: end;
        gap: 10px;
        padding: 3px 0;
    }
    .innerMainHeaderRigh{
        margin-left: auto;
    }
}

@media (min-width: 768px) {
  .modal-dialog {
      max-width: 550px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
  }
  .search-by-json {
    width: calc(100% - 20px);
}
}
@media (max-width:580px){
  .search-by-json .input{
    width: 100% !important;
  }
  #search-by-json-form{
    margin-top: 10px;
  }
  .search-by-json .body{
    min-width: unset !important;
    width: 100% !important;
  }
}
@media (max-width:1200px){

  .header-logo{
    width: 50px;
  }
  .mainHeaderBack{
    padding: 10px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px)  {
   .websima-auth-text-login{
       display:none;
   }
   .websima-auth-modal-btn{
       min-width:40px;
   }
   .websima-mega-menu > li > a{
       margin:0 5px!important;
   }
}