.userPanelTitle {
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: var(--grey5);
}
.userPanelTitle .btn-primary {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userPanelTitle .btn-danger {
  background-color: 0;
  color: white;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq .card .card-header h2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.faq .card .card-header h2 button i {
  font-weight: 400;
  font-size: 20px;
}
.faq .card .card-header h2 button:hover, .faq .card .card-header h2 button:focus {
  text-decoration: none;
}

body.blogs-body .blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
body.blogs-body .blog-categories li {
  border: 1px solid var(--grey3) !important;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  background: var(--grey4);
}
body.blogs-body .blog-categories li:hover {
  background: white;
}
body.blogs-body .blog-categories li a {
  padding: 0;
}
body.blogs-body .blogs-content .p-g-mod-header {
  border: none;
}
body.blogs-body .card-blog {
  border: 1px solid var(--grey3);
  border-radius: 10px;
  overflow: hidden;
}
body.blogs-body .card-blog .date {
  font-size: 12px;
  font-weight: 500;
  padding: 0.5rem;
  display: block;
}
body.blogs-body .card-blog .title {
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem;
  color: var(--grey1);
}
body.blogs-body .card-blog .description {
  color: var(--grey2);
  height: auto;
}

.cat-responsive-popup .c-r-p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border-grey);
}
.cat-responsive-popup .c-r-p-header .hide-popup {
  font-size: 20px;
  color: var(--grey2);
}
.cat-responsive-popup .c-r-p-header .c-r-p-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  text-align: center;
}
.cat-responsive-popup .c-r-p-header .clear-filters {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey2);
}

.bulk-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-left: auto;
}
.bulk-delete .btn-bulk-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 1px solid var(--danger);
  color: var(--danger);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulk-delete .btn-bulk-remove:hover {
  background: var(--danger);
  color: white;
}

.dropdown-user-menu {
  min-width: 200px !important;
  top: 10px !important;
  left: 10px !important;
}

.share-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.share-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.share-header-content .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.share-header-content .description {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
  margin-bottom: 0;
}
.share-header-icon {
  margin-left: auto;
}
.share-header-icon img {
  width: 65px;
  height: 65px;
}

.share-copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.share-copy-link .share-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.share-copy-link .share-input-group .label-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--grey1);
}
.share-copy-link .share-input-group .share-input-group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
}
.share-copy-link .share-input-group .share-input-group-input .share-input-group-input-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 75%;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}
.share-copy-link .share-input-group .share-input-group-input .copyLink {
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
}

.socialshare-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.socialshare-modal-list .btn-socialshare {
  width: 100%;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: linear-gradient(-45deg, #f5f5f5, #ffffff);
}
.socialshare-modal-list .btn-socialshare i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  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;
  border-radius: 30px;
}
.socialshare-modal-list .btn-socialshare-x i {
  background: linear-gradient(45deg, #000000, #1a1a1a);
  color: white;
}
.socialshare-modal-list .btn-socialshare-fb i {
  background: linear-gradient(45deg, #1877f2, #166fe5);
  color: white;
}
.socialshare-modal-list .btn-socialshare-li i {
  background: linear-gradient(45deg, #0077b5, #0099ff);
  color: white;
}
.socialshare-modal-list .btn-socialshare-pint i {
  background: linear-gradient(45deg, #e60023, #cd2a3e);
  color: white;
}
.socialshare-modal-list .btn-socialshare-wp i {
  background: linear-gradient(45deg, #25d366, #128c7e);
  color: white;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 8rem;
}
.not-found-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--grey1);
}
.not-found-text {
  font-size: 16px;
  font-weight: 400;
}
.not-found-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.not-found-buttons .btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid var(--border-grey);
  background: white;
  color: var(--grey1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found-buttons .btn:hover {
  background: var(--accent);
  color: white;
}

.product-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.product-actions .compare-button,
.product-actions .favourite {
  background: #fff;
  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: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--accent);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-grey);
}