
@import url('./colors.css');
@import url('./responsive.css');
@import url('./theme.css');
@import url('./uikit.min.css');
@import url('./nice-select.min.css');
@import url('./tabler-icons.min.css');
@import url('./checkbox.css');
@import url('./ionicons.css');
@import url('./cookieconsent.min.css');
@import url('./css-stars.css');
@import url('./daterangepicker.css');


.svg-inline--fa {
overflow: visible;
}
.svg-inline--fa.fa-w-8 {
width: .5em;
}

.header_dropdown.is_message .dropdown_scrollbar {
  max-height: 34vw !important;
}

/* header profile dropdown */
.header_dropdown.profile_dropdown {
  width: 270px !important;
  padding-bottom: 10px;
  width: 300px;
  padding: 8px !important;
}

.header_dropdown.profile_dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 8px;
  color: #565555;
  padding: 4px 6px;
  position: relative;
}

.header_dropdown.profile_dropdown a i, .header_dropdown.profile_dropdown a svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 10px;
}

.header_dropdown.profile_dropdown a:hover {
  background-color: #f3f4f6;
}

.header_dropdown.profile_dropdown a svg {
  padding: 6px;
}

.header_dropdown.profile_dropdown a.is-link {
  color: #e82a35;
}

.header_dropdown.profile_dropdown hr {
  margin: 5px -8px;
  border-color: #eaeaea;
}

.header_dropdown.profile_dropdown .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.header_dropdown.profile_dropdown .user .user_avatar {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 14px;
  position: relative;
}

.header_dropdown.profile_dropdown .user .user_avatar img {
  border-radius: 50%;
}

.header_dropdown.profile_dropdown .user .user_name {
  line-height: 20px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_dropdown.profile_dropdown .user .user_name span {
  display: block;
  font-size: 12.5px;
  font-weight: normal;
  margin-top: 1px;
}

.header_widgets .is_avatar {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-left: 15px;
}
.dropdown_cart,
.header_dropdown,
.header_search_dropdown {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
  border: 1px solid #f1f3f4;
  display: none;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 240) and (max-width: 359) {
.tas_home_1 .search {
    padding: 3px 6px !important;
    background: #fff;
    border-radius: 100px;
}
}