.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis.line-1 {
  -webkit-line-clamp: 1;
}
.ellipsis.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis.line-4 {
  -webkit-line-clamp: 4;
}
.ellipsis.line-5 {
  -webkit-line-clamp: 5;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 1.25rem;
  position: relative;
  margin: 0;
  padding: 0;
}
.star-ratings .fill-ratings {
  color: #FFC100;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.score span {
  top: 0px !important;
  font-size: 1.25rem !important;
}

.box_grid ul li .score {
  margin-top: -25px !important;
}

.reviews-container .progress {
  margin-top: 5px;
}

.hero_in.cover {
  background-size: cover !important;
}

ul#top_menu li a.wishlist_bt_top {
  text-indent: unset;
}

ul#top_menu li a strong,
ul#top_menu li a.cart-menu-btn strong {
  font-size: 0.65em !important;
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  background-color: #333 !important;
  color: #fff !important;
  position: relative !important;
  bottom: 4px !important;
  right: -14px !important;
  text-align: center !important;
  line-height: 2.5em !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.card.comment {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin: 15px 0px;
}
.card.comment p {
  font-size: 0.8rem;
}
.card.comment .card-header {
  background: none;
}

.right {
  float: right;
}

.custom-list {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  overflow: hidden;
}
.custom-list .list-group-item a {
  color: rgba(var(--bs-dark-rgb));
}
.custom-list .list-group-item.active {
  background-color: #0054a6;
}
.custom-list .list-group-item.active a {
  color: white;
}

.profile-avatar {
  border-radius: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90% 0 0;
  position: relative;
  border: 5px solid #f8f8f8;
}

.skeleton h1,
.skeleton h2,
.skeleton h3,
.skeleton h4,
.skeleton h5,
.skeleton h6,
.skeleton p,
.skeleton li,
.skeleton .btn,
.skeleton label,
.skeleton span,
.skeleton small,
.skeleton article,
.skeleton figure,
.skeleton button,
.skeleton .profile-avatar,
.skeleton .form-control {
  border-radius: 12px;
  color: transparent !important;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none;
  background-color: rgb(230, 230, 230) !important;
  background-image: none !important;
  border-color: rgb(230, 230, 230) !important;
}

.skeleton h1::-moz-placeholder, .skeleton h2::-moz-placeholder, .skeleton h3::-moz-placeholder, .skeleton h4::-moz-placeholder, .skeleton h5::-moz-placeholder, .skeleton h6::-moz-placeholder, .skeleton p::-moz-placeholder, .skeleton li::-moz-placeholder, .skeleton .btn::-moz-placeholder, .skeleton label::-moz-placeholder, .skeleton .form-control::-moz-placeholder {
  color: transparent;
}

.skeleton h1::placeholder,
.skeleton h2::placeholder,
.skeleton h3::placeholder,
.skeleton h4::placeholder,
.skeleton h5::placeholder,
.skeleton h6::placeholder,
.skeleton p::placeholder,
.skeleton li::placeholder,
.skeleton .btn::placeholder,
.skeleton label::placeholder,
.skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.skeleton {
  pointer-events: none;
  animation: skeleton 1s infinite alternate;
}

.skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}

.card {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  overflow: hidden;
}
.card.profile .card-body {
  padding: 2rem;
}

.form-control:focus,
.form-control:active {
  box-shadow: none;
}

.transition .card-body {
  transition: 0.5s all;
}

#toast-container > div {
  opacity: 1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.062745098);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2588235294);
}

.toast {
  font-family: "Poppins", sans-serif;
}

.modal-body {
  max-height: 60vh;
  overflow-y: scroll;
}

.sticky_col {
  position: sticky;
  top: 125px;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.text-white {
  color: #fff !important;
}

li.template-bullet.white:before {
  color: #fff !important;
}

.custom-bg-blue {
  background: url(/images/bg-blue.jpg?8db14ca75365acb828244ee311c3c0a5) center center no-repeat;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.custom-bg-header {
  background: url(/images/bg-header.jpg?34d1b21b20b34617b2b8744fc29957bc) no-repeat !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.bg-white {
  background: #fff;
}

.box-blog {
  background: #fff;
  padding: 20px;
}

.gray {
  background: #f5f5f5 !important;
}

.sf-menu li {
  background: none !important;
}

.sf-menu a:hover {
  color: #fff !important;
  background: none !important;
}

.sf-menu a:active {
  background: none !important;
  outline: 0;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .sf-menu li a {
    color: #f5f5f5 !important;
  }
  .sf-menu li.selected a {
    color: #fff;
  }
}

.taxonomies a.active {
  color: #FFF;
  background: #1E69B8;
  border-color: #1E69B8;
}

.revolution-slider-container a:hover {
  opacity: 1;
}
.revolution-slider-container a:hover img {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -10%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 10px;
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  border: 0;
  outline: none;
  background: none;
  font-size: 22px;
  padding: 0;
  margin: auto 0rem;
  cursor: pointer;
}

.modal-header .close:hover {
  background: unset;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
/* Config */
:root {
  --color: #3b68aa;
  --stroke-width: 5;
}

/* EDGE BROWSER ROTATING SVG ANIMATION FIX */
@supports (-ms-ime-align: auto) {
  .loader-svg {
    animation: rotation 0.6s infinite linear;
    transform-origin: center;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
}
.vertical-menu.contact {
  margin-top: 2rem;
}
.vertical-menu.contact li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.vertical-menu.contact li span {
  color: #258cc6;
  display: flex;
  font-weight: 700;
}
.vertical-menu.contact li i {
  color: #258cc6;
  padding: 0.5rem;
  font-size: 2rem;
}
.vertical-menu.contact li a {
  padding: 0;
  border: none;
}

select {
  width: 100%;
  font-family: "Open Sans";
  border: 1px solid #E2E6E7;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 15px;
  color: #777;
  margin: 0;
}

.sf-menu li a:focus {
  background: none;
}
.sf-menu li.selected a {
  font-weight: 700;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.product-card {
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-card img {
  width: 80px;
  margin-right: 1rem;
}

.owl-2-style .owl-nav {
  display: none;
}
.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}
.owl-2-style .owl-dots .owl-dot {
  display: inline-block;
}
.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}
.owl-2-style .owl-dots .owl-dot:active {
  outline: none;
}
.owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff;
}
