* {
  scrollbar-width: none;
}
body {
  background-color: white;
  font-size: 14px !important;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
*:focus {
  outline: 0 !important;
  outline-style: none !important;
  outline-width: 0 !important;
}
.filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.SeeimageEvaluate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  background: black;
  display: none;
}
.SeeimageEvaluate img {
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.SeeimageEvaluate button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
/* .active {
  box-shadow: 0 0 5px #555;
} */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-bottom: 5px;
  padding: 8px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: black;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: white;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid black;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.inputQtyWrapper {
  border: 1px solid #efefef;
  padding: 0;
  margin: 0;
}
.inputQtyWrapper input {
  border-width: 0;
  text-align: center;
}
.inputQtyWrapper .down {
  margin-top: -2px;
}
.title-bolder {
  color: var(--main-color);
}
.inTop .active {
  box-shadow: 0 0 0 transparent;
  margin-bottom: 0;
}
.inTop {
  margin-bottom: 0;
}
ul.list_tag {
  width: 100%;
  list-style: none;
  padding: 0 !important;
}
ul li.tag {
  float: left;
  border: 1px solid #ebebeb;
  margin: 4px;
}
ul li.tag a {
  padding: 4px;
  display: block;
  color: black;
  font-size: 15px;
}
.description h2 {
  font-family: var(--font-family);
}
.description {
  position: relative;
  display: block;
  overflow: hidden;
}
.hidden {
  display: none;
}

.product-thumb {
  position: relative;
}
.product-thumb:hover .xam {
  background: #5c56568a;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
  transition: 0.8s;
}
.product-thumb:hover img {
  transition: 0.4s;
}
.product-thumb img {
  transition: 0.4s;
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: auto;
}
.pad-search{
  padding:0 5px!important;
}
#search-ajax {
  overflow: auto;
  max-height: 70vh;
}
#search-ajaxmobile {
  max-height: 500px;
  overflow: auto;
}

.avatar {
  width: 35px;
  height: 35px;
  background: #c30;
  text-align: center;
  color: #dfb99e;
  border-radius: 30px;
  float: left;
}
@media only screen and (max-width: 600px) {
  .slick-arrow.slick-hidden {
    display: block !important;
  }
  /* img.logo {
    width: 145px;
    height: auto;
  } */
}
.lynessa-socials.style-01 .socials-list li {
  height: 50px !important;
}
#email-error,
#content-error,
#phone-error,
#password-error,
#cpassword-error,
#name-error,
#address-error {
  color: red;
  font-style: italic;
  font-weight: 400;
}
