.transition,
.product-item-info,
.product-item-info:hover .prod-img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

.container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px; } }
.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.header-top {
  text-align: center;
  background: #E9445F;
  display: flex;
  padding: 12px 24px;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; }

.header-set-3 {
  background-color: transparent;
  position: sticky;
  transition: all 0.1s ease-in-out;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF; }

.header-set-3.sticking {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF; }

.header-set-3 ul,
.header-set-3 ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.header-set-3 .position-group {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0px 0px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.header-set-3 .position-group.v-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.header-set-3 .position-group.eposition {
  position: relative; }

.header-set-3 .first_row {
  opacity: 1;
  -moz-opacity: 1;
  transition: opacity 0.1s ease-in-out;
  font-weight: normal;
  align-items: center;
  padding: 16px 0; }

.header-set-3 .first_row .position-group {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.header-set-3 .first_row .logo {
  margin-right: 5px;
  width: 103px;
  height: 60px;
  aspect-ratio: 103/60; }

.header-set-3 .right-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }

.header-set-3 .right-top li {
  padding-left: 16px;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1 !important;
  vertical-align: middle !important; }

.header-set-3 .right-top li.lang-drop {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important; }

.header-set-3 .right-top li.lang-drop .dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  height: auto !important; }

.header-set-3 .right-top li:not(:first-child) {
  margin-left: 16px; }

.header-set-3 .right-top li:not(:first-child):not(.mob-hamburger):before {
  position: absolute;
  height: 24px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background: #C2C2C2; }

.header-set-3 .right-top li .dropdown-toggle {
  text-transform: uppercase;
  color: #1A1A2E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important; }

.header-set-3 .right-top li .dropdown-toggle .img-left {
  display: none !important;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1; }

.header-set-3 .right-top li .dropdown-toggle .img-left img {
  max-height: 20px; }

.header-set-3 .right-top li .dropdown-toggle:after {
  margin-left: 12px !important;
  align-self: center !important;
  vertical-align: middle !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  font-size: 12px !important; }

.header-set-3 .right-top li .dropdown-toggle:hover {
  color: #E9445F; }

.header-set-3 .right-top .dropdown-item {
  color: #1A1A2E;
  line-height: 1.5; }

.header-set-3 .right-top .dropdown-item:hover {
  color: #E9445F;
  background: transparent; }

.header-set-3 .login-menu {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #1A1A2E;
  font-family: Prompt !important;
  font-size: 18px;
  line-height: 150%;
  /* 27px */ }

.header-set-3 .login-menu .fa-user {
  margin-right: 8px;
  font-family: inherit !important;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6572 14C19.4187 14 21.6572 11.9853 21.6572 9.5C21.6572 7.01472 19.4187 5 16.6572 5C13.8958 5 11.6572 7.01472 11.6572 9.5C11.6572 11.9853 13.8958 14 16.6572 14Z' stroke='%231A1A2E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6572 27C26.6572 21.4772 21.9561 17 16.1572 17C10.3583 17 5.65723 21.4772 5.65723 27' stroke='%231A1A2E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain; }

.header-set-3 .login-menu .fa-user:before {
  display: none; }

.header-set-3 .login-menu,
.header-set-3 .login-menu a {
  color: #1A1A2E;
  transition: color 0.3s ease; }

.header-set-3 .login-menu:hover,
.header-set-3 .login-menu:hover a {
  color: #E9445F; }

.header-set-3 .social-icon {
  color: #1A1A2E;
  transition: color 0.3s ease; }

.header-set-3 .social-icon:hover {
  color: #E9445F; }

.header-set-3 .main-menu {
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 48px; }

.header-set-3 .main-menu > li {
  margin-left: 0px;
  margin-bottom: 0px; }

.header-set-3 .main-menu li {
  padding: 0px 0px;
  display: inline-block;
  position: relative; }

.header-set-3 .main-menu li:hover a i.ricon:before {
  content: "\f077"; }

.header-set-3 .main-menu li a {
  display: flex;
  align-items: center;
  color: #1A1A2E;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
  transition: color 0.3s ease; }

.header-set-3 .main-menu li a i {
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease; }

.header-set-3 .main-menu li > a + .sub-menu::before {
  display: none; }

.header-set-3 .main-menu li:has(> .sub-menu) > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
  display: inline-block; }

.header-set-3 .main-menu li.has-submenu > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
  display: inline-block; }

.header-set-3 .main-menu li:hover > a::after,
.header-set-3 .main-menu li.has-submenu:hover > a::after {
  transform: rotate(180deg); }

.header-set-3 .main-menu li a:hover,
.header-set-3 .main-menu li a.active {
  color: #E9445F;
  border-color: #fff; }

.header-set-3 .main-menu li a.active {
  font-weight: 400; }

.header-set-3 .main-menu li:hover > ul,
.header-set-3 .main-menu li:hover > .sub-menu {
  display: block; }

.header-set-3 .main-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 99.75%;
  left: 0px;
  width: 100%;
  padding-top: 20px;
  background: #FFF;
  min-width: 278px;
  z-index: 9; }

.header-set-3 .main-menu li .sub-menu li {
  display: block;
  margin-right: 0px;
  padding: 0px; }

.header-set-3 .main-menu li .sub-menu li a {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  border: none;
  text-align: left;
  color: #1A1A2E;
  transition: all 0.1s ease-in-out;
  font-size: 16px;
  line-height: 1.5; }

.header-set-3 .main-menu li .sub-menu li a:hover,
.header-set-3 .main-menu li .sub-menu li a.active {
  background: #E9445F;
  color: #fff;
  font-weight: 400; }

.header-set-3 .main-menu li .sub-menu ul {
  left: 100% !important; }

.header-set-3 .lang-call-wrap {
  justify-content: center; }

.user-menu img {
  border-radius: 50%; }

.user-menu .dropdown-toggle {
  padding-right: 27px !important;
  white-space: nowrap;
  display: flex; }

.user-menu .dropdown-toggle .u-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
  display: block;
  padding-left: 5px; }

.search-overlay .modal-dialog {
  transform: none;
  width: 100%;
  max-width: 100%;
  margin: 0; }

.search-overlay .modal-content {
  background: #fff; }

.search-overlay .close-btn {
  position: absolute;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  top: 0;
  right: 0;
  font-size: 0.75rem; }

#miniCart .modal-header .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.45px;
  align-self: stretch;
  aspect-ratio: 33.45/33.45;
  cursor: pointer;
  max-height: 33.45px;
  max-width: 33.45px;
  margin: auto 0; }
  #miniCart .modal-header .close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }
  #miniCart .modal-header .close.fa-times, #miniCart .modal-header .close.fa, #miniCart .modal-header .close.fal {
    font-size: 0; }
    #miniCart .modal-header .close.fa-times::before, #miniCart .modal-header .close.fa::before, #miniCart .modal-header .close.fal::before {
      display: none; }

.search-overlay .search-form {
  max-width: 32rem;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  padding: 50px 0px; }

.search-overlay .autosearch-wrap {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  border-bottom: 2px solid #B0B5C5; }

.search-overlay .search-btn {
  background-color: transparent;
  border: 0;
  color: #000;
  line-height: 1.5;
  padding: 10px 0.75rem;
  font-size: 1.5rem; }

body.menu-active {
  overflow: hidden; }

.overlay {
  position: fixed;
  background: #fff;
  top: 50;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999; }

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%; }

.side-menu-wrap {
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  /*overflow-y: auto;*/
  z-index: 99999;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }

.side-menu-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6); }

.side-menu-wrap .side-menu-close {
  font-size: 24px;
  font-weight: 500;
  z-index: 9;
  color: #000000;
  margin-left: auto;
  color: #fff; }

.side-menu-wrap .side-menu-close i {
  font-weight: 300;
  font-size: 30px; }

.side-menu-wrap.opened {
  left: 0px;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s; }

.sidebarBackdrop {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  display: none; }

@media all and (min-width: 993px) and (max-width: 1199px) {
  .header-set-3 .main-menu {
    gap: 15px; }

  .header-set-3 .first_row .third_col3 {
    margin-left: 0px; } }
@media all and (max-width: 991px) {
  .header-top {
    padding: 10px 16px; }

  .header-set-3 {
    padding: 0px 0px; }

  .header-set-3 .position-group {
    align-items: center !important;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 16px 0; }

  .header-set-3 .mob-hide {
    display: none; }

  .header-set-3 .social-icon {
    position: relative; }

  .header-set-3 .social-icon .cart-count {
    top: -8px;
    right: -8px; } }
.header-set-3 .social-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 4px; }
  .header-set-3 .social-icon img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  .header-set-3 .social-icon .cart-count {
    display: flex;
    min-width: 20px;
    height: 20px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #E51C24;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Prompt;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer; }

@media all and (max-width: 991px) {
  .header-set-3 .first_row {
    height: 71px;
    padding: 8px 16px; }

  .header-set-3 .first_row .container {
    height: 100%; }

  .header-set-3 .first_row .position-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0; }

  .header-set-3 .first_row .first_col1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto; }

  .header-set-3 .first_row .first_col1 .logo {
    width: 69px;
    height: 40px;
    aspect-ratio: 69/40; }

  .header-set-3 .first_row .first_col1 .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

  .header-set-3 .first_row .first_col1 .side-menu-close {
    display: none; }

  .header-set-3 .first_row .third_col3 {
    display: flex;
    align-items: center;
    margin-left: auto; }

  .header-set-3 .first_row .third_col3 .mob-hamburger {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0; }

  .header-set-3 .first_row .third_col3 .mob-hamburger span {
    background-color: #7D7D7D;
    height: 3px;
    width: 20px;
    display: block;
    border-radius: 3px;
    transition: background-color 0.3s ease; }

  .header-set-3 .first_row .third_col3 .mob-hamburger:hover span,
  .header-set-3 .first_row .third_col3 .mob-hamburger:active span,
  .header-set-3 .first_row .third_col3 .mob-hamburger.active span {
    background-color: #E9445F !important; }

  .header-set-3 .first_row .third_col3 .mob-hamburger:hover .side-menu-close span,
  .header-set-3 .first_row .third_col3 .mob-hamburger:active .side-menu-close span,
  .header-set-3 .first_row .third_col3 .mob-hamburger.active .side-menu-close span {
    background-color: #E9445F !important; }

  .header-set-3 .second_col2 .main-menu {
    display: none !important; }

  .header-set-3 .right-top {
    display: none; }

  .header-set-3 .first_row .third_col3 .right-top {
    display: flex !important;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0; }

  .header-set-3 .first_row .third_col3 .right-top li {
    padding: 0;
    margin: 0;
    min-height: auto;
    display: flex;
    align-items: center; }

  .header-set-3 .first_row .third_col3 .right-top li:before {
    display: none; }

  .header-set-3 .first_row .third_col3 .right-top .lang-drop,
  .header-set-3 .first_row .third_col3 .right-top .link-user {
    display: none !important; }

  .header-set-3 .mob-border-none {
    border-left: none !important; }

  .header-set-3 .side-menu-close {
    font-size: 24px;
    padding: 6px 5px 5px 5px;
    border-radius: 5px;
    cursor: pointer; }

  .header-set-3 .first_row .third_col3 .mob-hamburger .side-menu-close {
    background-color: transparent;
    padding: 0; }

  .header-set-3 .first_row .third_col3 .mob-hamburger .side-menu-close:hover {
    background-color: transparent; }

  .header-set-3 .first_row .third_col3 .mob-hamburger .side-menu-close span {
    background-color: #7D7D7D;
    height: 3px;
    width: 24px;
    position: relative;
    opacity: 1;
    transition: background-color 0.3s ease;
    margin-bottom: 3px;
    margin-top: 2px;
    display: block;
    border-radius: 3px; }

  .header-set-3 .first_row .third_col3 .mob-hamburger:hover .side-menu-close span,
  .header-set-3 .first_row .third_col3 .mob-hamburger:active .side-menu-close span {
    background-color: #E9445F !important; }

  .header-set-3 .menu-lang-wrap .side-menu-close {
    color: #fff; }

  .header-set-3 .menu-lang-wrap .menu-wraps {
    display: inline-flex;
    align-items: center;
    margin-top: 6px; }

  .header-set-3 .logo {
    margin: 0px !important; }

  .header-set-3 .logo img {
    max-height: 46px; }

  .header-set-3 body.open {
    overflow: hidden; }

  .header-set-3 .menu-item-list .menu-header {
    text-align: left;
    cursor: pointer;
    padding: 10px 15px; }

  .header-set-3 .menu-item-list .top-container {
    display: none;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }

  .header-set-3 .menu-item-list .top-container .close-menu {
    color: #E9445F !important;
    font-size: 2rem;
    cursor: pointer;
    font-weight: 100; }

  .side-menu-nav {
    overflow-y: auto; }

  .side-menu-nav nav {
    display: block !important; }

  .main-menu {
    list-style: none;
    padding-left: 0px;
    width: 100% !important;
    padding-top: 20px !important; }

  .main-menu ul {
    list-style: none; }

  .main-menu li {
    position: relative;
    margin-bottom: 0px !important; }

  .main-menu li a {
    padding: 8px 4px 8px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: #1A1A2E;
    font-family: Prompt;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    align-items: center;
    transition: color 0.2s ease; }

  .main-menu li:has(.sub-menu.opened) > a {
    color: #FFF; }

  .main-menu li a i {
    font-size: 18px;
    font-weight: 400;
    display: none; }

  .main-menu li a:hover,
  .main-menu li a.active {
    font-weight: 400; }

  .main-menu li a.current .fa-angle-down:before {
    content: "\f106"; }

  .main-menu li.current > a {
    font-weight: 400;
    background: #FFF;
    background-color: #E9445F;
    color: #FFF; }

  .main-menu li > a.active {
    font-weight: 400;
    background: #FFF;
    background-color: #E9445F;
    color: #FFF; }

  .main-menu li .sub-menu {
    background: #FFF;
    background-color: #FDEDEF;
    margin-top: 0px;
    color: #1A1A2E; }

  .main-menu li .sub-menu + i {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 5px 10px;
    font-size: 16px;
    color: #1A1A2E; }

  .main-menu li:has(.sub-menu.opened) .sub-menu + i,
  .main-menu li .sub-menu.opened + i {
    color: #FFF !important; }

  .main-menu li .sub-menu.opened {
    display: block; }

  .main-menu li .sub-menu.opened + .fa-chevron-down:before {
    content: "\f077"; }

  .main-menu li ul {
    display: none;
    padding-left: 0px; }

  .main-menu li li a {
    padding: 8px 4px 8px 16px;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    color: #1A1A2E; }

  .main-menu li li a:hover {
    background: transparent;
    color: #E9445F;
    font-weight: 400; }

  .main-menu li li a {
    transition: color 0.2s ease; }

  /**/
  .m-header-top {
    display: flex;
    height: 71px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    flex-direction: row;
    justify-content: space-between; }

  .m-header-top .logo {
    width: 69px;
    height: 40px;
    aspect-ratio: 69/40;
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  .m-header-top .logo a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center; }

  .m-header-top .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

  .side-menu-wrap .m-header-top .logo:empty::before {
    content: '';
    display: block;
    width: 69px;
    height: 40px; }

  .m-header-top .side-menu-close {
    color: #7D7D7D !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.45px;
    align-self: stretch;
    aspect-ratio: 33.45/33.45;
    position: relative;
    cursor: pointer;
    max-height: 33.45px;
    max-width: 33.45px;
    margin: auto 0; }
    .m-header-top .side-menu-close i {
      display: none !important; }
    .m-header-top .side-menu-close img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
    .m-header-top .side-menu-close::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("../images/Close.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .m-header-top .side-menu-close:has(img)::before {
      display: none; }

  .lang-wraps {
    justify-content: center; }

  .lang-user-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E6E7E8;
    margin-top: auto;
    padding: 10px 16px 20px 16px; }

  .lang-user-wrap .btn-primary {
    background: #AB8C23;
    border-color: #AB8C23; }

  .lang-user-wrap .dropdown-toggle {
    position: relative;
    color: #fff;
    text-transform: uppercase; }

  .lang-user-wrap .mob-lang {
    width: 50%;
    border-right: 1px solid #E6E7E8;
    position: relative; }

  .lang-user-wrap .mob-lang:before {
    position: absolute;
    height: 24px;
    width: 1px;
    left: -27px;
    top: 0px;
    content: " ";
    background: #C2C2C2; }

  .lang-user-wrap .lang-wraps > span {
    text-transform: uppercase;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500; }

  .lang-user-wrap .lang-wraps > span + span {
    border-left: 2px solid #333;
    padding-left: 8px;
    margin-left: 8px;
    color: #1A1A2E; }

  .lang-user-wrap .lang-wraps > span.lang_active {
    color: #E9445F; }

  .lang-user-wrap .login-menu {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #1A1A2E;
    font-family: Prompt;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize; }

  .lang-user-wrap .login-menu .fa-user {
    margin-right: 8px;
    font-family: inherit !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6572 14C19.4187 14 21.6572 11.9853 21.6572 9.5C21.6572 7.01472 19.4187 5 16.6572 5C13.8958 5 11.6572 7.01472 11.6572 9.5C11.6572 11.9853 13.8958 14 16.6572 14Z' stroke='%231A1A2E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6572 27C26.6572 21.4772 21.9561 17 16.1572 17C10.3583 17 5.65723 21.4772 5.65723 27' stroke='%231A1A2E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain; }

  .lang-user-wrap .login-menu .fa-user:before {
    display: none; }

  .lang-user-wrap .login-menu:hover {
    color: #E9445F; }

  .lang-user-wrap .login-menu:hover .fa-user {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6572 14C19.4187 14 21.6572 11.9853 21.6572 9.5C21.6572 7.01472 19.4187 5 16.6572 5C13.8958 5 11.6572 7.01472 11.6572 9.5C11.6572 11.9853 13.8958 14 16.6572 14Z' stroke='%23E9445F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.6572 27C26.6572 21.4772 21.9561 17 16.1572 17C10.3583 17 5.65723 21.4772 5.65723 27' stroke='%23E9445F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); } }
