:root {
  --primary-color: #933eb7; /* Main purple color */
  --secondary-color: #4a235a; /* Darker purple for hover states */
  --accent-color: #c9a977; /* Gold accent for buttons and borders */
  --accent-hover: #e4d4bb; /* Light gold for hover states */
  --text-dark: #1a1a1a; /* Primary dark text color */
  --text-gray: #4d4d4d; /* Secondary gray text color */
  --light-gray: #d1cfcf; /* Light gray for borders and dividers */
  --background-light: #fcf9f9; /* Light background color */
  --white: #fff; /* White color */
  --error-color: #dc3545; /* Red for errors or logout */
  --success-bg: #d2ffc6; /* Success background for notifications */
  --shadow: 0 8px 24px 0 rgba(26, 26, 26, 0.12); /* Common shadow */
  --border-radius-sm: 4px; /* Small border radius */
  --border-radius-lg: 8px; /* Large border radius */
  --border-radius-xl: 54px; /* Extra large border radius for buttons */
  --transition-duration: 0.3s; /* Standard transition duration */
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"]
  .ast-button-wrap
  .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.woocommerce-ordering select.orderby:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
.woocommerce-page #comment:focus,
.woocommerce #reviews #respond input#submit:focus,
.woocommerce a.add_to_cart_button:focus,
.woocommerce .button.single_add_to_cart_button:focus,
.woocommerce .woocommerce-cart-form button:focus,
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,
.woocommerce
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  .woocommerce-input-wrapper
  > .input-text:focus,
.woocommerce #order_comments:focus,
.woocommerce #place_order:focus,
.woocommerce
  .woocommerce-address-fields
  .woocommerce-address-fields__field-wrapper
  .woocommerce-input-wrapper
  > .input-text:focus,
.woocommerce .woocommerce-MyAccount-content form button:focus,
.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .woocommerce-form-row
  .woocommerce-Input.input-text:focus,
.woocommerce
  .ast-woocommerce-container
  .woocommerce-pagination
  ul.page-numbers
  li
  a:focus,
body
  #content
  .woocommerce
  form
  .form-row
  .select2-container--default
  .select2-selection--single:focus,
#ast-coupon-code:focus,
.woocommerce.woocommerce-js .quantity input[type="number"]:focus,
.woocommerce-js
  .woocommerce-mini-cart-item
  .quantity
  input[type="number"]:focus,
.woocommerce p#ast-coupon-trigger:focus {
  border-style: none;
}

/*--Header--*/
.site-header {
  box-shadow: 0px 16px 48px 0px rgba(26, 26, 26, 0.16);
}
.single-post .entry-content :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
  margin-bottom: 0;
}
/*--Newsletter--*/
.tnp-subscription .tnp-field {
  margin-bottom: 0 !important;
}
.tnp-subscription form {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
form.tnp-ajax p {
  color: #fff;
}
.tnp.tnp-subscription {
  margin: 0;
}
/*--GlobalInputs--*/

.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="text"],
.um .um-form textarea,
.aiovg-form-control,
input[name="comment"] {
  background-color: var(--background-light);
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.select2-drop,
.select2-drop-active,
.select2-drop.select2-drop-above,
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="text"],
.um .um-form textarea,
.um .upload-progress,
.tnp-email,
.aiovg-form-control,
input[name="comment"] {
  border: 1px solid var(--accent-color) !important;
}
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form input[type="number"]:focus,
.um .um-form input[type="password"]:focus,
.um .um-form input[type="search"]:focus,
.um .um-form input[type="tel"]:focus,
.um .um-form input[type="text"]:focus,
.um .um-form textarea:focus,
.tnp-email:focus,
.aiovg-form-control:focus,
input[name="comment"]:focus {
  border-color: #a1875f !important ;
}
.um-form input[type="number"],
.um-form input[type="password"],
.um-form input[type="search"],
.um-form input[type="tel"],
.um-form input[type="text"],
.tnp-email,
.aiovg-form-control,
input[name="comment"] {
  border-radius: 4px !important;
}
.tnp-field-email {
  width: 280px;
}
.bol-gredient-bg {
  background: radial-gradient(circle, var(--primary-color) 0%, #2c1435 100%),
    linear-gradient(
      180deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%
    );
}
.bol-btn {
  background-color: var(--accent-color);
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #a1875f;
  max-width: auto !important;
  text-decoration: none !important;
  max-width: max-content;
  color: var(--text-dark);
}
.bol-btn:hover {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
}

.tnp-submit {
  background-color: var(--accent-color) !important;
  border-radius: 4px !important;
  padding: 10px 20px !important;
  display: inline-block !important;
  border: 1px solid #a1875f !important;
  color: var(--text-dark) !important;
}
.tnp-submit:hover {
  background-color: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
}

.bol-btn a.menu-link {
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
}
a.woocommerce-Button.button {
  background: var(--accent-color) !important;
  text-decoration: none !important;
  color: var(--text-dark) !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #dc3545 !important;
}
.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus {
  background: var(--accent-color) !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  /* border: 1px solid #a1875f !important; */
  color: var(--text-dark);
}
.um a.um-button:hover,
.um input[type="submit"].um-button:hover {
  background-color: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
}
.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: var(--accent-hover) !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: var(--accent-color);
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  padding: 10px 0;
}

.tnp-ajax p {
  margin-bottom: 0;
  background: #d2ffc6;
  padding: 10px 15px;
  border-radius: 54px;
  color: #1b1b1b !important;
}
.main-header-menu .menu-item:hover::before {
  transform: scale(1.02);
  transition-duration: 0.2s;
}
.main-header-menu .menu-item::before {
  transition-duration: 0.2s;
  content: "";
  transform: scale(0);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #f5ebeb5e;
  z-index: -1;
  border-radius: 54px;
}
/* .floating-effect {
  border-radius: 14px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
} */

/*--PageLayouts--*/
.elementor-template-full-width .ast-container {
  max-width: 100% !important;
}

/*----*/
/*--Signup--*/
.um-page-register .um.um-register,
.um-page-register .um-row {
  margin-bottom: 0px !important;
}
.um-page-register .um.um-register .um-field-password {
  padding-top: 0 !important;
}
.um-page-register .um.um-register .um-button {
  width: 100% !important;
}
/*-------*/

/*--Login--*/
.um-page-login .um.um-login,
.um-page-login .um-row {
  margin-bottom: 0px !important;
}
.um-page-login .um.um-login .um-field-username {
  padding-top: 0 !important;
}
.um-page-login .um.um-login .um-field-checkbox {
  margin-bottom: 1rem;
}
.um-page-login .um.um-login .um-button {
  width: 100% !important;
}
/*-------*/

/*--Search page--*/

/* .bol-search .search-filter-bar {
    display: flex;
} */

.bol-search .search-filter-bar {
  display: block;
  display: block;
  width: 100%;
}

.bol-search.aiovg-search-form form {
  display: block;
}
.bol-search .aiovg-form-group.aiovg-field-category {
  padding: 0 0;
  margin-bottom: 0;
}
.bol-search .aiovg-form-group.aiovg-field-keyword label {
  font-weight: 700 !important;
  font-size: 18px !important;
}
.bol-search .category-badges h5 {
  margin-bottom: 1rem;
}

.search-topbar {
  display: flex;
}
.category-badges {
  flex: 0 0 70%;
}
.bol-search .aiovg-form-group.aiovg-field-keyword {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bol-search .aiovg-form-group.aiovg-field-sort select {
  width: auto;
}
.bol-search .search-bottom {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 0 2rem 0;
}
.search-bottom > div {
  flex-grow: unset !important;
}
.bol-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--light-gray);
  margin: 1rem 0;
}
.bol-bar.gap2 {
  margin: 1.5rem 0;
}

.bol-vid-temp .card-stats {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 8px;
  border-radius: 6px;
  z-index: 5;
}
.bol-vid-temp .card-stats > div {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
}
.bol-vid-temp .card-stats img {
  height: 20px !important;
  width: 20px !important;
  border-radius: 0;
  margin-right: 5px !important;
  position: relative !important;
}
.bol-vid-temp .aiovg-thumbnail {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.bol-search {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: inherit;
}
.bol-vid-temp .aiovg-caption {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  z-index: 6;
  bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #783a9299;
  padding: 12px;
}
.bol-vid-temp .aiovg-caption .aiovg-title a {
  color: #fff !important;
}
.bol-vid-temp .aiovg-caption .aiovg-title {
  margin: 0;
  font-size: 1.125em;
  z-index: 999;
  font-weight: 600;
  /* margin: 0 0 6px; */
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 16px;
}

.bol-vid-temp .aiovg-text-small,
.bol-vid-temp .aiovg-text-small a {
  font-size: 12px !important;
  color: #fff !important;
  font-family: "Montserrat" !important;
  /* margin-bottom: 6px !important; */
  text-decoration: none;
}

.bol-vid-temp .aiovg-pagination-links .page-numbers {
  text-decoration: none !important;
  border: unset;
}
.bol-vid-temp .aiovg-pagination-links .current {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--background-light) !important;
}
.aiovg-pagination-links a:hover {
  /* background-color: #808080  !important; */
  color: var(--primary-color) !important;
}
/* videogallery */
.sort-bar p {
  margin-bottom: 0;
  color: var(--text-dark);
}
.sort-bar {
  display: flex;
  gap: 15px;
}
.filter-bar {
  display: flex;
  gap: 15px;
  position: relative;
}
.filter-btn {
  display: flex;
  gap: 15px;
  align-items: center;
}
.filter-btn p {
  margin: 0;
  align-items: center;
}
.fitler-box {
  overflow: visible;
}

/* filter-popup */
.popup {
  background: #fbf7f7;
  border-radius: 10px;
  padding: 20px;
  width: 320px;
  box-shadow: var(--shadow);
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
h3.aiovg-header {
  margin-bottom: 2rem;
}
.popup-header h2 {
  color: #333;
  font-size: 18px;
  margin: 0 !important;
}
.close-btn {
  font-size: 24px;
  color: #ff4d4d;
  cursor: pointer;
  padding: 10px;
  /* width: 12px; */
  /* height: 52px; */
  line-height: 12px;
  border-radius: 45px;
}
.close-btn:hover {
  background-color: #e8e6e660;
}
.filter-section h3 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.filter-section label {
  display: block;
  color: #666;
  margin-bottom: 5px;
}

.filter-section input[type="radio"] {
  margin-right: 10px;
}

.filter-section input[type="radio"]:checked + label {
  color: #800080;
}

.view-more {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  margin-top: 10px;
}

.popup-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.clear-filters {
  background: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.apply-filters {
  background: #800080;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.fitler-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 1;
  overflow-y: auto;
  animation-duration: 0.3s;
}
.filter-bar .fitler-box.active {
  display: block;
  animation: slideDown 0.3s ease-out;
  overflow: visible;
}

.aiovg-form-group.aiovg-field-tag {
  margin-bottom: 15px;
}

.aiovg-badge {
  display: inline-block;
  /* padding: 5px 10px; */
  margin: 0 5px 5px 0;
  background-color: var(--background-light);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--light-gray);
  border-radius: 50px;
}
span.aiovg-badge.active {
  background: #800080;
  color: #fff !important;
  border-color: #800080;
}
span.aiovg-badge.active label {
  color: #fff !important;
}
.aiovg-badge.selected {
  background-color: #800080;
  color: white;
}
.aiovg-badge input[type="checkbox"]:checked + label,
.aiovg-badge input[type="radio"]:checked + label {
  background-color: #800080;
  color: white;
  border-radius: 15px;
}

.aiovg-badge input[type="checkbox"] {
  display: none;
}

.aiovg-badge label {
  margin: 0 !important;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
}

.aiovg-badge:hover {
  background-color: #e0e0e0;
}

.aiovg-badge.selected:hover {
  background-color: #6a006a;
}

.aiovg-form-group.aiovg-field-sort {
  position: relative;
}

.custom-select {
  position: relative;
  width: 210px;
  max-width: 300px;
}

.select-selected {
  cursor: pointer;
  /* user-select: none; */
  display: flex;
  gap: 10px;
  color: var(--text-gray) !important;
}
.filter-btn p {
  color: var(--text-gray) !important;
}
.aiovg-videos-filters-wrapper {
  gap: 0 !important;
  background-color: inherit;
}
.elementor-widget-shortcode .elementor-shortcode {
  background-color: inherit;
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 1;
  overflow-y: auto;
  border-radius: 10px;
  padding: 20px;
  width: 240px;
  box-shadow: var(--shadow);
}
.aiovg-pagination .aiovg-pagination-info {
  margin: 0.5em 0 0;
  display: none;
}
.follow-button {
  width: 100%;
}
.select-items.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}
input#search-bx.aiovg-form-control {
  border-radius: 45px !important;
}
.select-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
}
.aiovg-videos.aiovg-no-items-found {
  background: #d8d8d8;
  padding: 2rem;
  color: #000000;
}
.select-item:hover,
.select-item.selected {
  background-color: #f1f1f1;
}

.select-item .icon {
  margin-right: 8px;
}
.aiovg-badge input[type="radio"] {
  display: none;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hidden-sort {
  display: none;
}

/* filter-popup */

/* agegate */

.age-gate__headline {
  margin-bottom: 0.7em;
  font-size: 48px;
  font-weight: 700;
  font-family: montserrat;
  margin-bottom: 0.5rem !important;
  width: 80% !important;
  line-height: 125%;
}
div.age-gate {
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 32px 24px;
}

.age-gate__subheadline {
  font-size: 16px;

  color: var(--text-dark);
  font-weight: 400;
  font-family: montserrat;
}
.age-gate__submit--yes {
  background: var(--primary-color) !important;
  padding: 12px 16px !important;
  border: 1px solid var(--secondary-color) !important;
  box-shadow: 0 4px 8px 0 rgba(26, 26, 26, 0.1) !important;
}
.age-gate__submit--yes:hover {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
.age-gate__buttons {
  display: flex;
  flex-direction: column-reverse;
}

.age-gate__submit.age-gate__submit--no {
  background: unset;
  color: #808080;
  box-shadow: unset;
}
.age-gate__submit.age-gate__submit--no:hover,
.age-gate__submit.age-gate__submit--no:focus,
.age-gate__submit.age-gate__submit--no:active {
  background: unset;
  color: var(--text-dark);
  box-shadow: unset;
}

.eael-account-dashboard-wrapper.preset-2
  .eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation {
  background-color: transparent;
}
.eael-account-dashboard-wrapper.preset-2
  .eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation
  ul
  li {
  border: unset;
}
.eael-account-dashboard-wrapper.preset-2
  .eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a::before {
  display: none !important;
}

.eael-account-dashboard-wrapper.preset-2
  .eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation {
  border: unset;
}

.video-information-bar {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.middle-bar a {
  font-size: 14px;
  line-height: 20px;
  justify-content: space-between;
}
.bedge-bar {
  display: flex;
  justify-content: normal;
  /* align-items: center; */
  gap: 0.7rem;
}
.like-dislike .aiovg .aiovg-margin-top {
  margin-top: 0;
}
.aiovg .aiovg-margin-top {
  margin-top: 0em;
}
.aiovg .aiovg-margin-top,
.aiovg-social {
  margin-top: 0;
}
.video-information-bar .vi-bar {
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.aiovg-social {
  margin: 0;
}
.vi-bar.left-bar {
  flex: 0 0 40%;
}
.vi-bar.right-bar {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 60%;
  gap: 2rem;
}
span.timendate time {
  color: var(--text-gray);
  font-size: 12px;
}
.vi-bar.right-bar div a {
  color: var(--text-gray);
  font-size: 14px;
  line-height: 24px;
}
.middle-bar .aiovg-item-category,
.middle-bar .aiovg-performers {
  display: flex;
}

.vi-bar.right-bar .favorited svg,
.vi-bar.right-bar .watchlisted svg {
  transition: fill 0.3s;
}

.vi-bar.right-bar a:hover {
  color: #000;
}
.login-required a {
  text-decoration: underline;
}

.middle-bar .aiovg-item-category a {
  color: var(--text-dark);
  border: 1px solid var(--text-dark);
  padding: 10px;
  border-radius: 54px;
  text-decoration: none !important;
}
.aiovg-performers {
  gap: 0.7rem !important;
}

.fav-performer a,
.fav-video a,
.add-to-watchlist a {
  display: flex;
  gap: 0.3rem;
}
.aiovg-item-category a {
  margin: auto;
}
.aiovg-performers a {
  color: #2c1435;
  border: 1px solid var(--primary-color);
  padding: 10px;
  border-radius: 54px;
  text-decoration: none !important;
  margin: auto;
}
.ast-site-identity {
  padding: 0;
}
*:focus {
  outline: none !important;
}
.aiovg-categories-badges a {
  color: var(--text-dark);
  background-color: var(--background-light);
  border: 1px solid var(--light-gray);
  padding: 8px 14px;
  border-radius: 54px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.2s;
}
.aiovg-categories-badges a:hover {
  transition-duration: 0.2s;
  border-color: var(--primary-color);
}
.middle-bar {
  display: flex;
  gap: 0.7rem;
  justify-content: space-between;
}
.aiovg .aiovg-text-separator {
  display: none;
}
.middle-bar .aiovg-category {
  display: flex;
  gap: 0.7rem !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.aiovg-likes-count,
.aiovg-dislikes-count {
  display: none;
}
.category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gap-bar {
  display: block;
  background-color: var(--light-gray);
  height: 1px;
  margin: 1rem 0;
}
.back-button a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.back-button a:hover {
  gap: 0.2rem;
  transition-duration: 0.3s;
}
.back-button a {
  /* margin-left: 0.5rem; */
  text-decoration: none !important;
}
.search-button {
  display: flex;
  align-items: center;
}
.search-button a {
  margin-left: 0.5rem;
  text-decoration: none !important;
}

.aiovg-player-container .aiovg-player iframe {
  overflow: hidden;
  border-radius: 8px;
}
button.aiovg-button-like,
.aiovg-button-dislike {
  background: #eee8f0 !important;
  border-radius: 54px;
  color: var(--text-gray);
  transition-duration: 0.2s;
  border: unset;
}
.aiovg-button-like:hover,
.aiovg-button-dislike:hover {
  /* color: white !important; */
  /* background: #ffffff !important; */
  /* box-shadow:0 0px 0px 3px #bebebe82, -3px -3px 6px #e7e7e7; */
  transition-duration: 0.2s;
}

.like-percentage {
  background: #d4eedab2 !important;
  border-radius: 8px;
  color: #28a745;
  border: unset;
}
.aiovg-meta.aiovg-flex.like-percentage {
  padding: 5px 12px;
}
.aiovg-meta.aiovg-flex.like-percentage {
  align-items: center;
  gap: 0.2rem;
}
/* button.aiovg-button-dislike {
  background: #eed4d4b2 !important;
  border-radius: 8px;
  color: #a72828;
  border: unset;
} */
.aiovg-meta.aiovg-flex.aiovg-flex-wrap.aiovg-gap-1.aiovg-items-center.aiovg-text-small {
  gap: 0.7rem;
}
.share-button {
  position: relative;
  display: inline-block;
  /* display: flex; */
}
.share-button .aiovg-social {
  flex-wrap: nowrap;
}
.site .site-content #primary .ast-article-single {
  padding-top: 0 !important;
}
.share-button > a {
  border-radius: 50px;
  line-height: 1;
  display: block;
}
.share-button > a svg {
  transition-duration: 0.3s;
}
.share-button > a:hover svg {
  /* background: #e8e8e8; */
  transition-duration: 0.3s;
  transform: scale(1.2);
}
.share-button .aiovg-social {
  display: none;
  position: absolute;
  top: -20px;
  right: 37px;
  /* transform: translateX(-50%); */
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 8px 1rem;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
  z-index: 1000;
  white-space: nowrap;
  background: #eee;
}
.share-button {
  padding: 10px 10px;
  right: -10px;
}

.share-button:hover .aiovg-social {
  display: flex; /* Show social buttons on hover */
  gap: 8px; /* Space between social buttons */
}

.aiovg-social a.aiovg-link-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-decoration: none;
  /* background-color: #f5f5f5; */
  /* transition: background-color 0.3s ease; */
}
.aiovg-categories-badges.aiovg-flex.aiovg-flex-wrap.aiovg-gap-1 {
  gap: 0.7rem;
}
.vi-bar.left-bar .aiovg-margin-top {
  margin-top: 0;
}
.aiovg-social a.aiovg-link-social span {
  font-size: 18px; /* Adjust icon size */
}
.aiovg-description > .elementor > .elementor-element > .e-con-inner {
  padding: 0 !important;
  margin: 0;
}
.aiovg-meta.aiovg-flex {
  gap: 0.7rem;
}

.ast-plain-container .ast-comment {
  padding: 0;
}
.ast-comment-time {
  margin-left: 1rem;
}
.ast-comment-meta {
  justify-content: left;
}
.ast-comment {
  border-top: unset;
}
.ast-comment-info {
  margin-bottom: 0;
}
ol.ast-comment-list {
  display: flex;
  flex-direction: column-reverse;
}

section.ast-comment-content.comment {
  padding-left: 61px;
}

div#respond form {
  display: flex;
  flex-direction: row;
  gap: 0.7rem;
  position: relative;
}
.ast-woo-shop-product-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3rem;
}
.elementor-widget-related-videos .aiovg-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.performer-videos-widget .aiovg-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bol-vid-temp .aiovg-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site .site-content #primary .ast-article-single,
.ast-separate-container .site-content #secondary .widget {
  padding-top: 3em;
  padding-bottom: 0;
}
.comments-title {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.comment-form .form-submit {
  position: absolute;
  right: 0;
}
.comment-form .form-submit input {
  background-color: unset !important;
  border: unset !important;
  line-height: 20px !important;
  color: var(--secondary-color) !important;
}
.comment-respond {
  padding: 0 !important;
  margin-bottom: 1rem;
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 60px;
  margin-bottom: 0;
}

/* category */
.aiovg-categories .aiovg-thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 1.5rem 0 0 !important;
}

.aiovg-categories .aiovg-thumbnail:hover .aiovg-caption {
  background-color: #783a92;
  transition-duration: 0.3s;
}
.aiovg-categories .aiovg-thumbnail:hover .aiovg-title a {
  box-shadow: 0 0px 0px rgba(26, 26, 26, 1);
}

.aiovg-categories .aiovg-title a {
  text-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  color: #fbf7f7 !important;
}
.aiovg-categories .aiovg-count {
  color: #fbf7f7 !important;
  text-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
}
.aiovg-categories .aiovg-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: #783a9299;
  transition-duration: 0.3s;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* category end */

.arrow-right .elementor-button,
#menu-join-now-button li,
.age-gate__submit--yes {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.arrow-right .elementor-button::after,
#menu-join-now-button li::after,
.age-gate__submit--yes::after {
  width: 0;
  height: 14px;
  margin-left: 0; /* no gap initially */
  opacity: 0;
  transform: translateX(-5px);
  content: "";
  transition: all 0.3s ease;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M0.66146 2.15367C0.308819 1.83848 0.308948 1.28657 0.661737 0.971544C0.962521 0.702955 1.41703 0.703022 1.71773 0.971701L7.67036 6.29036C7.77483 6.38314 7.85773 6.49347 7.9143 6.61501C7.97088 6.73654 8 6.86687 8 6.9985C8 7.13013 7.97088 7.26046 7.9143 7.38199C7.85773 7.50352 7.77483 7.61385 7.67036 7.70663L1.71771 13.0281C1.41707 13.2968 0.962516 13.2968 0.661855 13.0281C0.309534 12.7132 0.309509 12.1619 0.661801 11.8469L6.08359 7L0.66146 2.15367Z' fill='%231A1A1A'/></svg>")
    no-repeat center;
  background-size: contain;
  right: 0;
}
.arrow-right.dark a {
  color: var(--text-dark);
  font-weight: 600;
  font-size: 16px;
}
.secondary-btn {
  background-color: var(--primary-color);
  color: var(--background-light);
  box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.08);
  border: 1px solid var(--secondary-color);
}
.secondary-btn::after,
.age-gate__submit--yes::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'><path d='M0.66146 2.15367C0.308819 1.83848 0.308948 1.28657 0.661737 0.971544C0.962521 0.702955 1.41703 0.703022 1.71773 0.971701L7.67036 6.29036C7.77483 6.38314 7.85773 6.49347 7.9143 6.61501C7.97088 6.73654 8 6.86687 8 6.9985C8 7.13013 7.97088 7.26046 7.9143 7.38199C7.85773 7.50352 7.77483 7.61385 7.67036 7.70663L1.71771 13.0281C1.41707 13.2968 0.962516 13.2968 0.661855 13.0281C0.309534 12.7132 0.309509 12.1619 0.661801 11.8469L6.08359 7L0.66146 2.15367Z' fill='%23FFFFFF'/></svg>")
    no-repeat center !important;
}
.secondary-btn:hover {
  background-color: var(--secondary-color);
}
.menu-join-now-button-container a {
  color: var(--text-dark);
}
.arrow-right .elementor-button:hover::after,
#menu-join-now-button li:hover::after,
.age-gate__submit--yes:hover::after {
  width: 14px;
  opacity: 1;
  margin-left: 8px;
  transform: translateX(0);
  position: relative;
}

.um-register .um-field-user_email {
  padding-top: 0 !important;
}
.um-register .um-field-checkbox-state i {
  color: var(--text-gray) !important;
}
.um-register .um-field-checkbox-option,
.um-login .um-field-checkbox-option {
  color: var(--text-gray) !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.um-register .um-toggle-password:hover i {
  color: var(--primary-color);
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  /* user-select: none; */
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: var(--accent-color) !important;
}
.site-header-primary-section-right .header-widget-area.widget-area {
  margin-left: 0.8rem;
  position: relative;
}
.site-header-primary-section-right .header-widget-area.widget-area:before {
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  left: -1rem;
  height: 60%;
  /* background: rebeccapurple; */
  border: 1px dashed #e6d6d6;
  width: 1px;
  margin: auto;
  top: 0;
  bottom: 0;
}
a.ast-header-account-link.ast-account-action-link.ast-header-account-type-text {
  color: var(--text-gray) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.v-bar .divider-direction-vertical {
  height: 100% !important;
}
.ast-header-account a:hover {
  text-decoration: underline;
}
.aiovg-section-categories .aiovg-caption .aiovg-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.site-header-clone .ast-primary-header-bar {
  background-color: #ffffffc2 !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px);
}

.main-header-bar-navigation .current-menu-item {
  font-weight: 600;
}

.um .um-field-label label {
  color: var(--text-gray) !important;
  font-size: 12px;
  font-weight: 500;
}
.um .um-field-label {
  margin-bottom: 0px !important;
}
.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0 0 0 26px;
  line-height: 24px;
  color: #888 !important;
  display: block;
}

.aiovg-filters-progress-bar-inner {
  background-color: var(--primary-color) !important;
}

.woocommerce-checkout #primary,
.post-type-archive #primary {
  margin-bottom: 60px !important;
}

.eael-account-dashboard-content .bol-vid-temp .aiovg-thumbnail {
  flex: 0 0 calc(33.33% - 1.5rem);
}
.eael-account-dashboard-content .aiovg-videos {
  display: flex;
  gap: 1.5rem;
}

.picker__box,
.picker__nav--next:hover,
.picker__nav--prev:hover,
.um .um-field-group-head,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
.um-modal-header,
.upload,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
  background: var(--primary-color);
}

div.um-modal .upload:hover {
  background: var(--secondary-color);
}

.um-profile.um .um-profile-edit-a.active,
.um-profile.um .um-profile-headericon a:hover {
  color: var(--secondary-color);
}

.um a.um-link {
  color: var(--secondary-color);
}
.um-request-button {
  background: var(--primary-color);
}

.um-request-button:hover {
  background-color: var(--secondary-color);
}

.eael-account-dashboard-navbar .woocommerce-MyAccount-navigation-link a {
  position: relative;
}
.eael-account-dashboard-navbar .woocommerce-MyAccount-navigation-link a::after {
  position: relative;
  content: "";
  left: 0.5rem;
  background: url("../astra-child/elementor-widget/icons/mingcute_right-line.svg");
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  opacity: 0;
  transition-duration: 0.1s;
}
.eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation-link.is-active
  a::after {
  opacity: 1;
  transition-duration: 0.2s;
}
.eael-account-dashboard-navbar
  .woocommerce-MyAccount-navigation-link:hover
  a::after {
  transition-duration: 0.2s;
  opacity: 1;
}

.site .ast-single-related-posts-container {
  padding: 0;
}

/* .content-area.primary{

} */
a.eael_post_excerpt_read_more {
  display: block;
  margin-top: 1rem;
}

.dynamic-gallery-item-inner .title {
  margin-bottom: 0.5rem !important;
}

h3.comments-title {
  font-size: 24px;
  font-family: "Montserrat";
  letter-spacing: 0px !important;
  font-weight: 600;
}

.type-product .summary.entry-summary {
  border: 1px solid var(--accent-hover);
  border-radius: 8px;
  padding: 1.5rem;
}

.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
  width: 48%;
}
.products li {
  border-radius: 8px;
  overflow: hidden;
}
.astra-shop-thumbnail-wrap {
  position: relative;
}
.astra-shop-summary-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(245, 235, 235, 0.8);
  padding: 0.8rem;
}
.review-rating {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* a.button.add_to_cart_button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
} */
.um.um-register .um-field-password {
  margin-top: 0.7rem;
}
.post-type-archive .products span.price .amount {
  font-size: 24px;
}
.post-type-archive .products span.price {
  margin-bottom: 0 !important;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0 !important;
}
/* a.button.product_type_simple.add_to_cart_button {
  opacity:0;
  visibility: hidden;
  margin: 0 !important;
  position: absolute;
}
.type-product:hover a.button.product_type_simple.add_to_cart_button {
  height: auto;
  position: relative;
  visibility: visible;
  opacity: 1;
} */
.products .type-product .add_to_cart_button {
  position: absolute !important;
  opacity: 0;
  z-index: 0;
  border-radius: 50%;
  background-color: var(--ast-global-color-1);
}
.products .type-product:hover .add_to_cart_button {
  opacity: 1;
  z-index: 1;
}

.products .type-product .add_to_cart_button {
  position: absolute !important;
  right: 0;
  left: 0;
  margin: auto !important;
  width: 59px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: 59px;
  display: flex;
  align-items: center;
}
.aiovg-form-group.aiovg-field-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

.aiovg-category-badge {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid var(--light-gray);
  border-radius: 50px;
  background: transparent;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.3s ease;
  /* user-select: none; */
}
.aiovg-category-badge.checked a {
  color: #d8d8d8 !important;
}
.aiovg-category-badge.checked {
  background-color: #6a006a;
}
.aiovg-category-badge:hover {
  border-color: var(--primary-color);
}
.page-title {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.review-rating .product-rating-value {
  color: #fbf7f7;

  font-size: 14px;
  border-radius: 8px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
}
.review-rating .product-rating-value svg {
  margin-right: 0.3rem;
}

.woocommerce-js ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
  color: var(--text-dark);
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  font-family: "Montserrat";
}
.ast-woo-shop-product-description p {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-dark);
  font-family: "Montserrat";
}
.astra-shop-summary-wrap .price {
  color: var(--text-dark) !important;
  font-weight: 600;
}

.bol-pages-numbers {
  text-align: center;
}
.bol-pages-numbers .current {
  color: #000;
  background-color: var(--primary-color);
  color: var(--background-light) !important;
}

.bol-pages-numbers .page-numbers {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5em 0.75em !important;
  text-decoration: none;
  line-height: 1;
  color: var(--text-gray);
  text-decoration: none !important;
  border: unset;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* .main-header-menu .menu-item:hover a {
  text-decoration: underline;
} */
.aiovg .aiovg-animate-rotate {
  animation: none !important;
}

.aiovg-button-like {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #aab8c2;
  cursor: pointer;
  /* user-select: none; */
  font-size: 16px;
}

/* Styling for the SVG icon inside the like button */
.aiovg-button-like svg {
  transition: color 0.3s ease;
}

/* Pseudo-elements for animation effects */
.aiovg-button-like::before,
.aiovg-button-like::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
}

/* Bubble effect for the like animation */
.aiovg-button-like::before {
  box-sizing: border-box;
  margin: -2rem;
  border: solid 2rem #e2264d;
  width: 4rem;
  height: 4rem;
  transform: scale(0);
}

/* Particle effect for the like animation */
.aiovg-button-like::after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -2.5rem 0 -0.20625rem #ff8080,
    -0.32476rem -2.125rem 0 -0.20625rem #ffed80,
    2.1082rem -1.26585rem 0 -0.20625rem #ffed80,
    1.41004rem -1.53985rem 0 -0.20625rem #a4ff80,
    2.30412rem 0.85901rem 0 -0.20625rem #a4ff80,
    2.08305rem 0.14233rem 0 -0.20625rem #80ffc8,
    0.76499rem 2.33702rem 0 -0.20625rem #80ffc8,
    1.18748rem 1.71734rem 0 -0.20625rem #80c8ff,
    -1.35019rem 2.0552rem 0 -0.20625rem #80c8ff,
    -0.60229rem 1.99916rem 0 -0.20625rem #a480ff,
    -2.44865rem 0.22578rem 0 -0.20625rem #a480ff,
    -1.93852rem 0.77557rem 0 -0.20625rem #ff80ed,
    -1.70323rem -1.77366rem 0 -0.20625rem #ff80ed,
    -1.81501rem -1.03204rem 0 -0.20625rem #ff8080;
}

/* Active state when the like button is clicked (assuming a class is added via JavaScript) */
.aiovg-button-like svg {
  overflow: visible;
}
.aiovg-button-like.active svg {
  color: #e2264d;
  will-change: transform;
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
  animation-iteration-count: finite;
}
.aiovg .aiovg-margin-top {
  margin-top: 0;
}

/* Apply animations to pseudo-elements when active */
.aiovg-button-like.active::before,
.aiovg-button-like.active::after {
  animation: inherit;
  animation-timing-function: ease-out;
  z-index: 99;
}

/* Bubble animation for the active state */
.aiovg-button-like.active::before {
  will-change: transform, border-width, border-color;
  animation-name: bubble;
}

/* Particle animation for the active state */
.aiovg-button-like.active::after {
  will-change: opacity, box-shadow;
  animation-name: particles;
}

/* Keyframes for the heart scaling animation */
@keyframes heart {
  0%,
  17.5% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* Keyframes for the bubble effect */
@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2rem;
  }
  30%,
  100% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}

/* Keyframes for the particle effect */
@keyframes particles {
  0%,
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
      -0.32476rem -2.0625rem 0 0rem #ffed80,
      2.1082rem -1.26585rem 0 0rem #ffed80,
      1.41004rem -1.53985rem 0 0rem #a4ff80,
      2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8,
      0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff,
      -1.35019rem 2.0552rem 0 0rem #80c8ff,
      -0.60229rem 1.99916rem 0 0rem #a480ff,
      -2.44865rem 0.22578rem 0 0rem #a480ff,
      -1.93852rem 0.77557rem 0 0rem #ff80ed,
      -1.70323rem -1.77366rem 0 0rem #ff80ed,
      -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-ft-btn-cart {
  display: none;
}

p.must-log-in {
  padding: 1rem 2rem;
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #c1b5b5;
  border-radius: 8px;
}

.login-required a {
  font-size: 12px !important;
  text-decoration: none;
}

.vi-bar.left-bar .aiovg-meta > .aiovg-meta {
  gap: 2rem !important;
}
.aiovg-meta > div {
  position: relative;
}
.aiovg-meta > div:after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--primary-color);
  position: absolute;
  display: block;
  right: 0;
  z-index: 99;
  right: -15px;
  border-radius: 14px;
  opacity: 0.2;
}
.aiovg-meta > div:last-child:after {
  display: none;
}

.blockUI.blockOverlay {
  background-color: rgb(231 241 255) !important;
}

.vi-bar.right-bar > div {
  position: relative !important;
}
.vi-bar.right-bar > div:after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--primary-color);
  position: absolute;
  display: block;
  right: 0;
  z-index: 99;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 14px;
  opacity: 0.2;
}
.vi-bar.right-bar > div:last-child:after {
  display: none;
}

.aiovg-content-after-player button {
  position: relative !important;
}

.aiovg-content-after-player button:after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--primary-color);
  position: absolute;
  display: block;
  right: 0;
  z-index: 99;
  right: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 14px;
  opacity: 0.2;
}
.aiovg-content-after-player button:last-child:after {
  display: none;
}

.aiovg-content-after-player > * {
  gap: 2rem;
}

.card-stats > div {
  position: relative !important;
}

.card-stats > div:after {
  content: "";
  width: 1px;
  height: 67%;
  background: var(--accent-hover);
  position: absolute;
  display: block;
  right: 0;
  z-index: 99;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 14px;
  opacity: 0.2;
}

.card-stats > div:last-child:after {
  display: none;
}

.arrow-links ul li a.menu-link {
  position: relative;
}

.arrow-links ul li a.menu-link::after {
  opacity: 0;
  content: "";
  background: url("./img/link-text.svg");
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition-duration: 0.3s;
}

.arrow-links ul li:hover a.menu-link::after {
  transition-duration: 0.3s;
  opacity: 1 !important;
}
.aiovg.aiovg-single-video .gap-bar {
  margin: 2.5rem 0;
}

.tippy-box[data-theme~="youtube"] {
  background-color: rgba(56, 56, 56, 0.9);
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.9);
  max-width: none;
}
.tippy-box[data-theme~="youtube"] .tippy-arrow {
  display: none;
}

.aiovg-section-videos .aiovg-thumbnail {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.aiovg-section-videos .aiovg-thumbnail:hover {
  box-shadow: 0px 4px 12px var(--text-gray) 33, 0px 2px 6px #09090926;
  /* transform: scale(1.005); */
  transition: all 0.3s ease-in;
}
.aiovg-section-videos .aiovg-thumbnail:hover .aiovg-caption {
  background: rgba(120, 58, 146, 0.9);
  transition-duration: 0.2;
  transition: all 0.3s ease-in;
}

.aiovg-section-videos .aiovg-thumbnail .aiovg-responsive-element {
  transition: all 0.3s ease-in;
  transform-origin: center;
}

.aiovg-section-videos .aiovg-thumbnail:hover .aiovg-responsive-element {
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .tnp-subscription form {
    align-items: stretch;
    flex-direction: column;
  }
  .tnp-field-email {
    width: 100%;
  }
  .ast-mobile-popup-content {
    display: block !important;
  }
  .ast-mobile-popup-content .ast-header-button-1 {
    width: 100%;
    display: block !important;
    text-align: center;
  }
  .aiovg-categories .splide__slide {
    padding-left: 0;
  }
  .wp-singular .elementor-element.bhl-category.e-con.e-flex {
    flex-wrap: nowrap !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .bol-search .aiovg-form-group.aiovg-field-keyword {
    display: none !important;
  }
  .category-badges {
    flex: 0 0 100%;
  }
  .aiovg-form-group.aiovg-field-category {
    overflow-x: scroll;
  }
  .aiovg-category-badge {
    white-space: nowrap !important;
  }
}
