.menu-container-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 100000;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
}
.menu-container-background.menu-visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-canvas {
  width: 80%;
  max-width: 430px;
  position: fixed;
  display: flex;
  will-change: transform;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.menu-container {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  overflow-x: hidden;
}
.menu-container .logo {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d5dbeb;
}
.menu-container .logo span {
  width: 190px;
  display: flex;
}
.menu-container ::-webkit-scrollbar {
  width: 6px;
}
.menu-container ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.menu-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.menu-translateX {
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.menu-translateX-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-translateX-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-list-v1 {
  width: 100%;
  height: calc(100vh - 154px);
  list-style: none;
  overflow-y: auto;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.menu-list-v1 li {
  display: flex;
  align-items: center;
}
.menu-list-v1 li a {
  width: 100%;
  color: #333333;
  line-height: 20px;
  padding: 10px 20px 10px 36px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.menu-list-v1 li a:hover {
  background-color: #eaeded;
}

.menu-bottom-sec {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #d5dbeb;
  background-color: #ffffff;
}
.menu-bottom-sec .footer-widget-list li a {
  text-transform: capitalize;
}

.menu-close-ic {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.menu-close-ic .ti-close {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}

.login li .icHv .svg {
  transition: all 0.2s ease;
}
.login li .icHv .solidIc {
  display: none;
}
.login li .icHv:hover .solidIc {
  display: block;
}
.login li .icHv:hover .lightIc {
  display: none;
}

#matrix-room-list {
  position: relative;
}

.mblHd .login-list .chat-unread-count {
  right: 0;
  width: auto;
  padding: 2px;
  min-width: 16px;
}

.minicart-icon .cart_total {
  background-color: #f1f1f1;
  width: 16px;
  height: 16px;
  line-height: initial;
  font-size: 11px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: -9px;
  top: -7px;
}

@media only screen and (max-width: 991px) {
  .header-area .mblHd {
    height: 145px;
    align-items: baseline;
    padding-top: 7px;
  }
  .header-area .nav-search-sec {
    position: absolute;
    top: 52px;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .header-area .searchBtn {
    height: 40px;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_loader {
    right: 45px;
  }
  .input_search {
    padding-right: 75px;
  }
}
.header-area .myAcDd {
  right: 15px;
  top: 50px;
}

.form_loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  background-size: contain;
  right: 140px;
  display: none;
}

/* login overlay start */
.social_login_continue_with_email form[name=social_login_continue_with_email] .btn, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .btn, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .btn, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .btn, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .btn, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .btn, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .btn, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .btn, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .btn {
  width: 100% !important;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}
.social_login_continue_with_email form[name=social_login_continue_with_email] .btn:hover, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .btn:hover, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .btn:hover, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .btn:hover, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .btn:hover, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .btn:hover, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .btn:hover, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .btn:hover, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .btn:hover {
  background: #fff;
  color: #333;
  border-color: #333;
}
.social_login_continue_with_email form[name=social_login_continue_with_email] .btn-outline-secondary, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .btn-outline-secondary, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .btn-outline-secondary, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary {
  background: #ffffff;
  border-color: #333333;
  color: #333333;
  height: 40px;
}
.social_login_continue_with_email form[name=social_login_continue_with_email] .btn-outline-secondary:hover, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary:hover, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary:hover, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .btn-outline-secondary:hover, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary:hover, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary:hover, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .btn-outline-secondary:hover, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .btn-outline-secondary:hover, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .btn-outline-secondary:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.social_login_continue_with_email form[name=social_login_continue_with_email] .btn_forgot_password, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .btn_forgot_password, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .btn_forgot_password, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .btn_forgot_password, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .btn_forgot_password, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .btn_forgot_password, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .btn_forgot_password, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .btn_forgot_password, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .btn_forgot_password {
  display: flex;
}
.social_login_continue_with_email form[name=social_login_continue_with_email] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_password] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email form[name=frm_social_login_continue_with_email_otp] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_password form[name=social_login_continue_with_email] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_password] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_password form[name=frm_social_login_continue_with_email_otp] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_otp form[name=social_login_continue_with_email] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_password] .passwordWrp .passwordInr .eyeWrp, .social_login_continue_with_email_otp form[name=frm_social_login_continue_with_email_otp] .passwordWrp .passwordInr .eyeWrp {
  top: 8px;
}

.d-block {
  display: block !important;
}

/* login overlay end */
/* footer start */
.footer_tw p, .footer_tw svg, .footer_tw a, .footer_tw span {
  color: #fff;
  opacity: 0.8;
}
.footer_tw ul li a {
  color: #fff;
  opacity: 0.8;
}
.footer_tw ul li a:hover {
  color: #007bff;
  opacity: 1;
}
.footer_tw .leftSection a {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer_tw .leftSection a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* footer end */
/* bs-scope css start */
.bs-scope .mt-3, .bs-scope .my-3 {
  margin-top: 1rem !important;
}

/* bs-scope css End */