@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);

html,
body,
html * {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

body,
ul,
a,
h1,
h2,
h3,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    --swiper-navigation-sides-offset: -40px;
    --swiper-navigation-color: #00FFA3;
    --swiper-pagination-color: #00FFA3;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 1rem;
    --spacing-4: 1.5rem;
    --spacing-5: 3rem;
    background: #090909;
    color: #ffffff;
}

img {
    height: auto;
    max-width: 100%;
}

img.auth-user-avatar {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    max-width: unset;
}

img.img-avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

section {
    margin-bottom: 30px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

fieldset {
    padding: 0;
    margin: 0;
    border: unset;
    width: 100%;
    position: relative;
}

.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.mb-30 {
    margin-bottom: 30px;
}

.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.link {
    color: #ffffff;
    cursor: pointer;
}

.link:hover {
    color: #00FFA3;
}

.link.active {
    pointer-events: none;
    color: #00FFA3;
}

.link-secondary,
.content a {
    color: #00FFA3;
    cursor: pointer;
}

.link-secondary:hover,
.content a:hover {
    filter: brightness(80%);
}

.inactive {
    pointer-events: none !important;
    color: #aaa;
}

svg {
    fill: #ffffff;
}

svg:hover {
    cursor: pointer;
    fill: #00FFA3;
}

.icon svg:hover {
    cursor: default;
}

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

.logo {
    max-width: 200px;
    position: relative;
}

.logo .logo-poweredBy {
    padding: 2px;
    border-radius: 4px;
    background: rgba(204, 0, 0, 1);
    bottom: -5px;
    position: absolute;
    font-size: 11px;
    color: #ffffff;
    left: 30%;
    transform: translate(-30%);
    white-space: nowrap;
}

.hidden {
    display: none !important;
}

.top {
    font-size: 10px;
    height: 27px;
    background: #090909;
    color: #8B8B8B;
}

.top .container {
    display: flex;
    align-items: center;
}

.header-bg,
.header-mobile {
    background: rgba(9, 9, 9, 0.9);
    min-height: 76px;
}

.header-content,
.header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 3rem;
}

.header-mobile {
    display: none;
}

.header-mobile .logo__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-content .header-nav {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.header-nav .sign-in-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    align-items: center;
}

.header-nav ul {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.header-nav a {
    text-transform: uppercase;
}

.header-nav .account .link {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.header-nav .account .link .user {
    text-transform: capitalize;
}

.header-nav .account .link:hover svg {
    fill: #00FFA3;
}

.join-now a {
    display: inline-block;
    font-size: 14px;
}

.btn,
.join-now a {
    padding: 15px 25px !important;
    background: #00FFA3 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 4px !important;
    max-width: fit-content !important;
}

.btn.active {
    pointer-events: none;
    filter: brightness(80%);
}

.btn.active .custom-loader {
    display: inline-block;
}

a.btn {
    color: #000000;
    display: inline-block;
}

.btn:hover,
.join-now a:hover,
.btn-secondary:hover {
    filter: brightness(90%);
    cursor: pointer;
}

.btn-secondary {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 8px 25px;
    border-radius: 8px;
    border: 1px solid var(--accent-strk, #00FFA3);
    background: var(--background-strk, #090909);
}

.mobile-menu-toggle {
    display: none;
}

.cart {
    position: relative;
}

.cart .cart-num {
    position: absolute;
    top: -9px;
    right: -23px;
    width: 21px;
    height: 21px;
    background: #DE0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.mobile-menu {
    display: flex;
    gap: 3rem;
    align-items: center;
}

/*main {*/
/*    max-width: 1512px;*/
/*    margin: 27px auto 0 auto;*/
/*    overflow: hidden;*/
/*}*/

.banner {
    width: 100%;
    height: 587px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner-text {
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 90%;
}

.banner .description {
    font-size: 21px;
    margin-bottom: 15px;
}

.banner .h1 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 5px;
}

.banner .btn {
    font-size: 14px;
}

.container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    max-width: 1512px;
}

.slider .container {
    width: 90%;
}

.features {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-item {
    width: 100%;
    max-width: 415px;
    padding: 35px 0;
    border-radius: 8px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.feature-item .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.feature-content {
    margin-left: 55%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding-right: 10px;
}

.rent {
    background: url("/assets/img/home-banner-rent.png") lightgray 50% / cover no-repeat;
}

.stream {
    background: url("/assets/img/home-banner-buy.png") lightgray 50% / cover no-repeat;
}

.download {
    background: url("/assets/img/home-banner-all.png") lightgray 50% / cover no-repeat;
}

/*#swiper .swiper-slide{*/
/*    width: 310px!important;*/
/*}*/

.video-block .swiper-slide {
    width: 100%;
    position: relative;
    min-width: 245px;
}

.video-block.big .swiper-slide,
.video-block.big .card {
    max-width: 310px;
    max-height: 415px;
}

.video-block.big .card img {
    width: 310px;
}

.video-block .swiper-slide {
    width: 245px !important;
}

.video-block .swiper-slide.scenes-slide {
    width: 280px !important;
}

.video-block.big .swiper-slide {
    width: 100% !important;
}

.swiper-slide img {
    width: 100%;
}

.video-block-heading .h2 {
    color: #00FFA3;
    text-transform: uppercase;
    font-size: 20px;
}

.video-block-heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.video-block-heading .link-secondary {
    text-align: end;
}

.swiper-button-next .swiper-button-prev {
    color: #00FFA3;
}

.buy-button {
    position: absolute;
    top: 8px;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    opacity: 0.7;
    background: var(--background-strk, #090909);
    width: 43px;
    height: 37px;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 10;
}

.icon-heart {
    color: #00FFA3;
    font-size: 26px;
}

.buy-button:hover svg {
    fill: #00FFA3;
}

.card {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 245px;
    max-height: 320px;
}

.card img {
    width: 245px;
    height: 100%;
    object-fit: cover;
}

.movie-shop-grid .card {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.movie-shop-grid .card img {
    width: 100%;
}

.card-link .h3 {
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.card-link:hover .h3 {
    color: #00FFA3;
}

.card:hover .video-description {
    transform: translateY(0%);
}

.video-mobile-description {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10em 5px 15px 5px;
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, #090909 100%);
}

.video-mobile-description .title {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: var(--spacing-3);
    justify-content: space-between;
}

.video-mobile-description .title .h3 {
    font-size: 16px;
}

.video-mobile-description .performers__wrapper {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
}

.performers__wrapper .more {
    color: #00FFA3;
    text-decoration: underline;
}

.performers__wrapper .more:hover {
    color: #FFFFFF;
}

.video-description {
    cursor: pointer;
    unicode-bidi: isolate;
    display: block;
    transition: 0.3s;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70% 10px 10px 10px;
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.00) 0%, #090909 37%);
}

.video-description .heading {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: .25rem;
}

.card-actors {
    display: -webkit-inline-box;
    flex-wrap: wrap;
    width: 100%;
    margin: -3px;
    margin-bottom: 15px;
}

.card-actors .actor-item {
    padding: 3px;
}

.card-actors .more {
    text-decoration: underline;
    font-size: 12px;
    display: block;
    color: #ffffff;
    width: 100%;
    margin: 5px 0 0 5px;
}

.video-description .excerpt {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.card-categories {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.card-categories .more {
    text-decoration: underline;
    font-size: 12px;
    color: #ffffff;
    margin-left: auto;
    text-align: right;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.category-item {
    font-size: 12px;
}

.category-item a {
    display: inline-flex;
    padding: 10px;
    text-decoration: 12px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #090909;
    background: #232323;
}

.prices {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.price-item strong {
    color: #00FFA3;
}

.fa.fa-heart-o,
.fa.fa-heart {
    cursor: pointer;
}

.swiper-button-next {
    right: 10px !important;
}

.banner-mobile-next {
    right: 5px !important;
}

.banner-mobile-prev,
.banner-mobile-next {
    background: rgba(9, 9, 9, 0.6);
    padding: 20px 10px;
    border-radius: 5px;
}

.banner-mobile-prev:after,
.banner-mobile-next:after {
    font-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(9, 9, 9, 0.8);
    padding: 30px 20px;
    border-radius: 5px;
}

.swiper-button-prev {
    left: 10px !important;
}

.banner-mobile-prev {
    left: 5px !important;
}

.banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb-30 {
    margin-bottom: 30px;
}

.swiper-categories .swiper-slide {
    display: flex;
    width: fit-content !important;
    justify-content: center;
}

.vod-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-auto-rows: min-content;
    gap: 5px;
}

.more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-wrapper {
    padding: 60px 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #00FFA3;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1512px;
}

.footer-wrapper .h2 {
    color: #00FFA3;
    margin-bottom: 20px;
}

.footer-descr {
    max-width: 400px;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.footer-menu .menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: -5px;
    min-width: 200px;
    max-width: 250px;
}

.footer-menu .menu-item a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.footer-menu .menu-item {
    padding: 5px;
}

.film-of-the-day {}

.form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter {
    max-width: 300px;
}

.newsletter .form {
    max-width: 275px;
    margin-bottom: 50px;
}

.newsletter .description {
    margin-bottom: 20px;
}

.newsletter .socials {
    display: flex;
    gap: 1rem;
}

.newsletter .social-item svg {
    fill: #8B8B8B;
}

.newsletter .social-item svg:hover {
    fill: #00FFA3;
}

.contact-us_page {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 0 20px;
    margin-top: -30px;
    min-height: 550px;
}

.content.contact-us_page p {
    margin: -20px -20px 0 -20px;
    margin-bottom: 0;
    padding: 20px;
    background: rgb(9, 9, 9, 0.8);
}

.contact-us_page .contact-form {
    margin: 0 !important;
}

.contact-us_wrapper {
    align-items: start;
    justify-content: center;
    display: flex;
    gap: 1rem;
    padding: 50px 0 50px;
    margin: 0 -20px;
    background: rgb(9, 9, 9, 0.8);
}

.content.contact-us_page .contact-us_wrapper p {
    padding: 0;
    margin: 0 0 20px 0;
    background: transparent;
}

.contact-us_wrapper .address-map {
    width: 550px;
}

.socials-wrapper .socials {
    display: flex;
    gap: 1rem;
}

.socials-wrapper .socials .social-item svg {
    fill: #00FFA3;
}

.socials-wrapper .socials .social-item svg:hover {
    fill: #ffffff;
}

.contact-form {
    border-radius: 4px !important;
    border: 1px solid var(--gray-strong-strk, #8B8B8B) !important;
    padding: 15px 20px 20px !important;
    width: 550px !important;
    background: rgb(9, 9, 9, 0.8) !important;
}

.input,
.input-text,
.no-result-alert {
    padding: 12px 9px !important;
    border-radius: 2px !important;
    border: 1px solid #000 !important;
    width: 100% !important;
    color: #ffffff !important;
    background: var(--dark-strong-strk, #232323) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #8B8B8B !important;
}

.contact-form textarea,
.contact-form input {
    padding: 12px 9px !important;
    border-radius: 2px !important;
    border: 1px solid #000 !important;
    width: 100% !important;
    color: #ffffff !important;
    background: var(--dark-strong-strk, #232323) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.registration-alert,
.login-alert,
.no-result-alert {
    padding: 12px 15px;
    border-radius: 20px;
    background: #232323;
    border: 1px solid #dea400;
    display: none;
    justify-content: center;
    align-items: center;
    transition: display 0.3s ease-in-out;
    width: 100%;
}

.no-result-alert {
    border-color: #00FFA3;
    padding: 30px 15px;
    border-radius: 8px;
    flex-direction: column;
    gap: .25rem;
}

.registration-alert.active,
.login-alert.active,
.no-result-alert.active {
    display: flex;
}

.registration-alert .fa,
.login-alert .fa,
.no-result-alert .fa {
    margin-right: 10px;
}

.footer-lower {
    display: flex;
    margin: 30px 0;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-lower .copyright {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-lower .terms-navigation {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.terms-navigation .card-icons {
    width: fit-content;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.terms-navigation .card-icons li svg:hover {
    cursor: default;
}


.footer-lower .term-links {
    display: flex;
    gap: 1rem;
}

.footer-lower .term-links .term-link-item {
    min-width: fit-content;
}

main.shop {
    margin-top: 103px;
}

.heading-wrapper {
    height: fit-content;
    padding: 15px 0;
}

.heading-wrapper .container,
.movie-section .container,
.header-bg .container,
.top .container {
    width: 90%;
}

.movie-section .vod-list {
    margin-bottom: 50px;
}

.heading-wrapper .h1 {
    text-transform: uppercase;
}

.heading-wrapper .heading {
    height: 100%;
    position: relative;
}

.breadcrumbs-wrapper {
    margin-bottom: 20px;
}

.breadcrumbs {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.breadcrumbs .breadcrumb-item:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    margin-right: 15px;
}

.breadcrumbs .breadcrumb-item span {
    color: #00FFA3;
}

.heading-filters-wrapper {
    margin-bottom: 15px;
}

.heading-filters {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.categories-wrapper .link .fa {
    transition: 0.3s ease-in-out;
}

.categories-wrapper .link .fa.active {
    transform: rotate(180deg);
}

.categories-wrapper .link {
    cursor: pointer;
}

.categories-wrapper .category-list {
    width: 100%;
    z-index: 11;
    column-count: 6;
    column-gap: 2rem;
    padding: 45px 35px;
    background: rgb(9, 9, 9, 0.9);
    border: 1px solid #ffffff;
    position: absolute;
    top: 100%;
    transform: translate3d(0, 45px, 0) scale(0.95);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.icon-close,
.popup-close {
    cursor: pointer;
}

.category-list .icon-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
}

.categories-wrapper .category-list.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 15px, 0) scale(1);
}

.category-list ul {
    display: inline-block;
    vertical-align: top;
    min-width: 130px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    height: fit-content;
}

.alphabet {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.alphabet .alphabet-show-btn {
    display: none;
}

.alphabet .alphabet-letter .link {
    background: #232323;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
}

.alphabet .alphabet-letter.active .link {
    color: #00FFA3;
}

a.active {
    pointer-events: none;
}

.alphabet-letter .link.active {
    color: red;
}

.alphabet-letter .link.clickable {
    pointer-events: auto;
    cursor: pointer;
}

.sorting-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.sorting {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 254px;
    flex-wrap: wrap;
}

.sorting-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 254px;
}

.mobile-filters-btn {
    display: none;
    align-items: center;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #232323;
    padding: 10px;
    background: #232323;
}

.mobile-filters-btn .fa-filter {
    font-size: 20px;
}

.mobile-filters-btn.active {
    background: #4ad149;
    color: #000;
}

.mobile-filters-btn:hover {
    cursor: pointer;
    background: #686868;
}

.select {
    width: 100%;
    color: #ffffff;
    padding: 9px;
    border-radius: 4px;
    background: #232323;
    border-color: #232323;
    transition: 0.5s ease-in-out;
}

.select option {
    display: flex;
    align-items: center;
    padding: 9px 4em 9px 14px;
    background: rgba(35, 35, 35, 0.8);
    border-color: #232323;
    color: #8B8B8B;
}

.movie-shop-grid {
    display: flex;
    gap: 1rem;
}

.main-filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 250px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}
.main-filters .ais-RefinementList-showMore {
    padding: 0;
    background: transparent;
    color: #4ad149;
    text-transform: uppercase;
    border: 0;
    text-decoration: underline;
    max-width: fit-content;
}
.ais-RefinementList-showMore:focus{
    outline: none;
    box-shadow: none;
    border: 0;
}

.main-filters .icon-close {
    display: none;
}

.main-filters .refinement {
    padding: 15px 10px;
    background: #343434;
    border-radius: 4px;
}

.pagination,
.order-pagination {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin: 50px 0;
}

.pagination .pages,
.order-pagination .pages {
    display: flex;
    gap: 0.5rem;
}

.pagination-item .link {
    background: #232323;
    border: 1px solid #232323;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.pagination-item .link:hover {
    background: #090909;
    color: #00FFA3;
}

.pagination-item .link.disabled,
.pagination-item.active .link {
    background: #090909;
    color: #00FFA3;
    pointer-events: none;
}

.content .h2,
.content .h3,
.content .h4 {
    margin-bottom: 15px;
}

.card-link .h3 {
    margin: 0;
}

.content p,
.content ul {
    margin-bottom: 20px;
}

.content .woocommerce {
    display: flex;
    position: relative;
}

.title-wrapper>div:not(:last-child) {
    margin-bottom: 10px;
}

.votes_wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.votes_wrapper .votes,
.votes_wrapper .stats-item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.votes_wrapper .stats-item .fa {
    color: #8B8B8B;
}

.votes .vote-btn {
    padding: 10px;
    color: antiquewhite;
    border-radius: 4px;
    border: 1px solid var(--background-strk, #090909);
    background: #232323;
}

.votes .vote-btn.active,
.votes .vote-btn:hover {
    cursor: pointer;
    color: darkred;
    border-color: darkred;
}

.votes .vote-btn.like.active,
.votes .vote-btn.like:hover {
    cursor: pointer;
    color: #00FFA3;
    border-color: #00FFA3;
}

.title-wrapper .date {
    font-size: 14px;
    color: #8B8B8B;
}

.video-section,
.gallery-section {
    display: flex;
}

.video-sidebar,
.gallery-sidebar {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}

.video-player-wrapper.movie {
    display: flex;
    flex-direction: column;
}

.video-player-wrapper.movie .video-player {
    margin-bottom: 20px;
}

.video-player-wrapper.movie .video-synopsis {
    margin-bottom: 0;
}

.video-player-wrapper,
.photoset-wrapper,
.gallery-wrapper {
    width: 100%;
    margin-right: 10px;
    flex-shrink: 1;
    flex-grow: 1;
}

.video-player-wrapper .video-player {
    padding: 15px 25px;
    background: #232323;
    display: flex;
    gap: 1rem;
    height: 100%;
}

.video-js {
    height: 100% !important;
}

.video-js:not(.vjs-fullscreen) #fxgp-vod-scene-player_html5_api,
.video-js:not(.vjs-fullscreen) #fxgp-vod-player_html5_api {
    object-fit: cover;
}

.video-synopsis {
    padding-bottom: 15px;
    border-bottom: 1px solid #8B8B8B;
    margin-bottom: 20px;
}

.video-categories {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: .5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #8B8B8B;
}

.video-player .video-posters {
    row-gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

.video-posters .poster {
    max-width: 166px;
}

.video-player .video-scene {
    width: 100%;
    position: relative;
    height: 100%;
}

.video-scene .scene-fav,
.photoset-wrapper .gallery-fav {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 10px;
}

.price-list {
    row-gap: .5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    background: #232323;
    border-radius: 8px;

}

.price-condition {
    width: 100%;
    background: #00FFA3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 1rem;
    min-height: 50px;
    font-weight: 500;
    color: #000;
    justify-content: center;
    transition: 0.3s;
}

.price-condition:not(.purchased):hover {
    filter: brightness(80%);
    cursor: pointer;
}

.price-condition .icon {
    max-height: 22px;
}

.price-condition .icon svg {
    fill: #000;
}

.condition .price {
    margin-left: 10px;
    border-left: 1px solid #8B8B8B;
    padding-left: 10px;
}

.condition.purchased {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-spot,
.gallery-spot {
    width: 100%;
}

.gallery-spot,
.video-spot {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #8B8B8B;
}

.video-spot .spot-item,
.gallery-spot .spot-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.spot-item .label,
.spot-performers .label {
    color: #8B8B8B;
}

.spot-item .value {
    width: 200px;
    text-align: left;
}

.spot-item .performers {
    width: 200px;
    text-align: left;
}

.spot-item .performers,
.spot-performers .performers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.5rem;
    row-gap: 0.1rem;
    margin-top: 5px;
}

#movie-categories {
    position: absolute;
    top: -200px;
    left: 0;
    visibility: hidden;
}

.scenes-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(293px, 1fr));
    grid-auto-rows: 1fr;
    gap: 5px;
}

.movie-shop-grid .scenes-wrapper {
    gap: 5px;
    height: 100%;
    width: 100%;
}

.movie-shop-grid .scenes-wrapper .scene-item {
    max-width: 100%;
}

.scene-shop-item .heading {
    color: #00FFA3;
    font-size: 26px;
    width: 100%;
    border-bottom: 2px solid #00FFA3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.scene-item {
    max-width: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scene-item .video-debounce-bar {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #00FFA3;
}

.scene-item .video-debounce-bar--wait {
    animation: debounce-bar-load 0.5s 0.2s ease-in-out forwards, debounce-bar-hide 0.5s 0.8s ease-in-out forwards;
}

@keyframes debounce-bar-load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes debounce-bar-hide {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.scene-item .scene-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(9, 9, 9, 0.8);
    display: none;
    transition: display 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #00FFA3;
    text-transform: uppercase;
}

.scene-item.active .scene-clickable,
.scene-item.active .item-thumb {
    pointer-events: none;
}

.scene-item.active .scene-active {
    display: flex;
}

.scene-item .item-thumb {
    position: relative;
    display: flex;
    width: 100%;
    height: 187px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.scene-item .item-thumb .scene-preview,
.scene-item .item-thumb .scene-preview video,
.scene-item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-item .item-thumb .scene-preview {
    display: none;
}

.item-thumb .scene-duration {
    position: absolute;
    margin: 10px;
    background: rgb(9, 9, 9, 0.9);
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    border: 0;
}

.item-thumb .scene-duration {
    left: 0;
    bottom: 0;
}

.scene-item .scene-favourite,
.gallery-item .gallery-favourite {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

.icon-heart:hover .fa-heart-o:before {
    content: "\f004";
}

.icon-heart:hover .fa-heart:before {
    content: "\f08a";
}

.scene-item .description {
    margin-top: 5px;
    gap: .5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.scene-item .description .scene-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.scene-item .description .scene-name strong {
    color: #00FFA3;
}

.scene-btn {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #00FFA3;
    color: #00FFA3;
    padding: 8px 10px;
    background: #090909;
    transition: 0.3s;
}

.scene-clickable {
    cursor: pointer;
}

.scene-btn:hover {
    cursor: pointer;
    background: #232323;
}

.join-now-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 100px 0;
    margin-top: -30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.join-now-wrapper .sign-up {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--gray-strong-strk, #8B8B8B);
    background: rgb(9, 9, 9, 0.7);
    padding: 30px 50px;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.sign-up .heading strong {
    color: #00FFA3;
}

.input.generate {
    padding-right: 105px;
}

.generate-btn,
.show-pass {
    position: absolute;
    right: 4px;
    font-size: 14px;
    padding: 5px 9px;
    color: #8B8B8B;
}

.generate-btn {
    top: 6px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.generate-btn:hover,
.show-pass:hover {
    /*color: #ffffff;*/
    cursor: pointer;
    filter: brightness(150%);
}

.input.pass {
    padding-right: 40px;
}

.show-pass {
    font-size: 20px;
    top: 3px;
}

.addition-sign {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    align-items: center;
}

.addition-sign .btn-secondary {
    width: 100%;
}

.addition-sign .member {
    display: flex;
    gap: 0.5rem;
}

.all_library_purchase-popup.popup {
    align-items: start;
    overflow: auto;
}

.all_library_purchase-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);

}

.all_library_purchase-popup .all_library_purchase-popup-container {
    max-width: 671px;
    width: 100%;
    margin: 5% auto 0;
    background: #000000;
    padding: 25px;
    position: relative;
}

.all_library_purchase-popup .all_library_purchase-popup-container .popup-close {
    position: absolute;
    top: 2%;
    right: 5%;
    font-size: 30px;
    color: #00FFA3;
}

.all_library_purchase-popup .all_library_purchase-popup-container>*:not(:last-child) {
    margin-bottom: 30px;
}

.all_library_purchase-popup .all_library_purchase-heading .h2 {
    color: #00FFA3;
    font-size: 28px;
    margin-bottom: 15px;
}

.all_library_purchase-popup .all_library_purchase-heading .description {
    font-size: 20px;
    color: #ffffff;
}

.all_library_purchase-popup .all_library_purchase-details-wrapper {
    border: 1px solid #232323;
    border-radius: 4px;
    padding: 15px;
}

.all_library_purchase-popup .all_library_purchase-detail {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.all_library_purchase-popup .all_library_purchase-detail .details {
    color: #ffffff;
    margin: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    font-size: 20px;
}

.all_library_purchase-popup .details .detail-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.all_library_purchase-popup .details .detail-item:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 35%;
    left: 0;
}

.all_library_purchase-popup .all_library_purchase-description {
    color: #CECECE;
    font-size: 14px;
}

.all_library_purchase-popup .all_library_purchase-description .description:not(:last-child) {
    margin-bottom: 20px;
}

.custom-loader {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-top: 3px solid #FFF;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login-popup {
    max-width: 370px;
    border-radius: 8px;
    border: 1px solid var(--gray-strong-strk, #8B8B8B);
    background: rgb(9, 9, 9, 0.9);
    position: absolute;
    top: 100%;
    transform: translate3d(0, 45px, 0) scale(0.95);
    right: 4%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.login-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
}

.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.login-page .login-popup-wrapper {
    max-width: 370px;
    border-radius: 8px;
    border: 1px solid var(--gray-strong-strk, #8B8B8B);
    background: rgb(9, 9, 9, 0.9);
}

.login-popup-wrapper {
    width: 100%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.login-popup-wrapper .heading {
    font-size: 20px;
}

.login-popup-wrapper .login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.login-popup-wrapper .link-secondary {
    text-transform: none;
    margin-top: -10px;
}

.download-link {
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
    display: inline-block;
}

.download-link:hover {
    color: #232323;
    text-decoration: none;
}

.my-account-sidebar-wrapper {
    width: 100%;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}

.account-sidebar-container {
    width: 100%;
    position: relative;
}

.account-sidebar-container .sidebar-nav ul,
.header-account-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-nav .account-sidebar-item,
.header-account-nav .account-sidebar-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #232323;
}

.sidebar-nav .account-sidebar-item .link,
.header-account-nav .account-sidebar-item .link {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.sidebar-nav .account-sidebar-item .link svg,
.header-account-nav .account-sidebar-item .link svg {
    fill: #00FFA3;
}

.sidebar-nav .account-sidebar-item .link:hover,
.header-account-nav .account-sidebar-item .link:hover,
.favourites-variants-wrapper .favourites-variants .link:hover {
    color: #ffffff;
}

.sidebar-nav .account-sidebar-item .link:hover svg,
.header-account-nav .account-sidebar-item .link:hover svg {
    fill: #ffffff;
}

.sidebar-nav .account-sidebar-item.is-active .link,
.sidebar-nav .account-sidebar-item.is-active .link svg,
.header-account-nav .account-sidebar-item.is-active .link,
.header-account-nav .account-sidebar-item.is-active .link svg {
    color: #ffffff;
    fill: #ffffff;
    pointer-events: none;
}

.my-account-wrapper .h2 {
    text-transform: uppercase;
}

.user-avatar .avatar-wrapper {
    width: fit-content;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.avatar-wrapper .upload-avatar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.avatar-wrapper .upload-avatar .avatar-requirements {
    font-size: 12px;
    color: rgba(139, 139, 139, 1);
}



.user-info-wrapper,
.user-info,
.user-system-access {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.user-info .status {
    border: 1px solid #00FFA3;
    padding: 15px;
    border-radius: 8px;
    max-width: fit-content;
}

.user-info .status strong {
    color: #00FFA3;
}

.user-info .h2 {
    margin: 0;
}

.account-info-form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.account-info-form .input,
.account-access-form .input {
    max-width: 350px;
    width: 30vw;
}

.account-info-form fieldset,
.account-access-form fieldset {
    display: flex;
    flex-direction: column;
    max-width: 350px;
}

fieldset .label {
    color: var(--gray-strong-strk, #8B8B8B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.account-info-form .submit-btn,
.account-access-form .submit-btn {
    width: 100%;
}

.submit-btn .btn {
    padding: 12px 25px;
}

.account-access-form .username-wrapper {
    margin-bottom: 20px;
}

.account-access-form .password-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 20px;
}

.password-wrapper .show-pass {
    top: 30px;
}

.toggle-button {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    height: 50px;
    margin: 0;
    vertical-align: top;
    background: #232323;
    border: 1px solid #232323;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.toggle-button::after {
    content: "";

    display: inline-block;
    position: absolute;
    left: 3px;
    top: 1.5px;

    width: 45px;
    height: 45px;
    background-color: #00FFA3;
    border-radius: 50%;

    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.toggle-button:checked::after {
    transform: translateX(calc(100% + 3px));
    background-color: #8B8B8B;
}

.toggle-button:checked {
    background-color: #00FFA3;
}

.user-notification {
    max-width: 500px;
    width: 100%;
}

.user-notification .notify-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.user-notification .notification-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-sidebar-bars {
    display: none;
}

.my-account-wrapper.favorites .vod-list__container {
    padding: 15px;
    border: 1px solid #00FFA3;
    border-radius: 8px;
    position: relative;
}

.my-account-wrapper.favorites .vod-list {
    gap: 0.5rem;
}

.my-account-wrapper.favorites .vod-list .scene-item {
    max-width: 309px;
}

.my-account-wrapper.favorites .vod-list .gallery-item {
    max-width: 249px;
}

.vod-list__container .loader__wrapper .custom-loader {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.vod-list__container .loader__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(9, 9, 9, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 8px;
}

.myaccount-heading__wrapper {
    position: relative;
    margin-bottom: 10px;
}

.myaccount-heading__wrapper .h2 {
    margin-bottom: 0;
}

.favourites-variants {
    position: absolute;
    left: 150px;
    top: 0;
}

.favourites-variants ul {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
    align-items: center;
}

.favourites-variants .variant-item.active .link {
    color: #ffffff;
    pointer-events: none;
}

.favourites-variants .variant-item.active {
    padding: 10px 12px;
    border: 1px solid #00FFA3;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #000000;
    z-index: 9;
}

.sidebar-nav .account-sidebar-item.woocommerce-MyAccount-navigation-link--customer-logout .link svg,
.header-account-nav .account-sidebar-item.woocommerce-MyAccount-navigation-link--customer-logout .link svg {
    fill: #8B8B8B;
}

.account-menu {
    position: relative;
}

.account-menu .login-modal-btn {
    display: flex;
    gap: .25rem;
    align-items: center;
}

.account-menu .login-modal-btn .fa-chevron-down {
    font-size: 12px;
}

.account-menu.active .login-modal-btn .fa-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.login-modal-btn:hover svg {
    fill: #00FFA3;
}

.login-modal-btn:hover {
    color: #00FFA3;
    cursor: pointer;
}

.header-account-nav .link {
    text-transform: none;
    color: #00FFA3;
}

.header-account-nav {
    z-index: 11;
    background: rgb(9, 9, 9, 1);
    border: 1px solid #8B8B8B;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 4px;
    transform: translate3d(0, 45px, 0) scale(0.95);
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.account-menu.active .header-account-nav {
    transform: translate3d(0, 25px, 0) scale(1);
    opacity: 1;
    visibility: visible;
}

.header-account-nav ul {
    gap: 0;
    margin-bottom: 0;
}

.header-account-nav .account-sidebar-item {
    padding: 10px 12px;
}

.woocommerce-MyAccount-navigation-link--customer-logout .link {
    color: #8B8B8B;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    width: 100%;
    background: rgb(75 74 74 / 61%);
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.woocommerce-error li:not(:last-child),
.woocommerce-info li:not(:last-child),
.woocommerce-message li:not(:last-child) {
    margin-bottom: 25px;
}

.woocommerce-info {
    border-top-color: #00FFA3;
}

.woocommerce-info:before {
    color: #00FFA3;
    top: 2em;
}

.woocommerce-Button.btn {
    margin-left: auto;
}

.purchases-wrapper .purchases {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.purchase-order {
    width: 100%;
}

.order-heading {
    margin-bottom: 10px;
}

.order-heading ul {
    display: flex;
    align-items: center;
    margin: -5px;
    flex-wrap: wrap;
}

.order-heading .descr-item:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    margin-right: 10px;
}

.order-heading .descr-item {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: var(--gray-strong-strk, #8B8B8B);
    font-size: 14px;
    font-weight: 400;
}

.order-heading .descr-item .completed {
    color: #00FFA3;
}

.order-heading .descr-item .pending {
    color: #565b8f;
}

.order-heading .descr-item .failed {
    color: #FF0000;
}

.purchase-order {
    padding: 20px 35px;
    border-radius: 4px;
    border: 1px solid var(--dark-strong-strk, #232323);
}

.purchase-order .order-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #00FFA3;
    margin-bottom: 20px;
}

.order-item .gallery-item {
    max-width: 245px;
}

.purchase-main {
    display: flex;
    gap: 2rem;
}

.purchase-main .card {
    width: 100%;
}

.purchase-main .purchase-description {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 75%;
    justify-content: space-around;
}

.purchase-main .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 30px;
    max-width: 300px;
}

.purchase-main .title-wrapper .buy-more {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.purchase-main .purchased-as {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 250px;
    margin-bottom: 30px;
}

.purchase-main .purchased-as .label {
    color: var(--gray-strong-strk, #8B8B8B);
    font-size: 16px;
    font-weight: 700;
}

.purchased-as .btn-secondary {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    pointer-events: none;
    padding: 15px 25px;
}

.purchased-as .btn-secondary strong {
    color: #00FFA3;
}

.purchase-status {
    color: #8B8B8B;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.purchase-status .countdown span {
    margin-right: 5px;
}

.purchase-status .countdown strong {
    color: #00FFA3;
}

.purchase-status p {
    text-align: center;
}

.purchase-status .purchase-btn {
    border-radius: 4px;
    border: 1px solid var(--background-strk, #090909);
    background: var(--dark-strong-strk, #232323);
    padding: 10px;
    color: var(--gray-light-strk, #CECECE);
    display: inline-block;
}

.radio-wrapper .label:hover {
    cursor: pointer;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-textarea::placeholder {
    color: #aeaeae !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-textarea {
    background-color: #232323 !important;
    color: #ffffff !important;
}

.wc-block-components-button:not(.is-link) {
    background: #00FFA3 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.wc-block-components-button:not(.is-link):hover {
    cursor: pointer;
    filter: brightness(80%);
}

.wpforms-container .wpforms-recaptcha-container .g-recaptcha iframe,
.wpforms-container .wpforms-recaptcha-container .g-recaptcha>div,
#gCAPTCHA iframe,
#gCAPTCHA>div,
#login-gCaptcha iframe,
#login-gCaptcha>div,
#mobileLogin-gCaptcha iframe,
#mobileLogin-gCaptcha>div {
    width: 100% !important;
    max-width: 300px;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding-bottom: 0px;
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
    color: #ffffff;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full {
    margin: 0;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    border: none;
    background: none;
    padding: 75px 50px;
}

.thnkyou-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    gap: 2rem;
    margin: 50px auto;
    width: 100%;
    padding: 50px 30px;
    background: rgb(9, 9, 9, 0.8);
    border-radius: 4px;
    border: 1px solid var(--gray-strong-strk, #8B8B8B);
}

.thnkyou-container .woocommerce-order-overview.order_details {
    margin-bottom: -20px;
}

.thnkyou-container .woocommerce-order-overview.order_details li {
    margin-bottom: 20px;
}

.thnkyou-container .h2 strong,
.thnkyou-container .woocommerce-order-overview.order_details li .label {
    color: #00FFA3;
}

.woocommerce .checkout-wrapper {
    display: flex;
    gap: 2rem;
}

.checkout-wrapper .checkout-form {
    flex-shrink: 1;
    flex-grow: 1;
}

.checkout-wrapper .checkout-order_summery {
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
}

.checkout-wrapper #customer_details {
    display: block;
}

.select2-dropdown {
    background-color: #232323;
    border: 1px solid #232323;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    background-color: #232323;
    border: 1px solid #232323;
    border-radius: 4px;
    padding: 10px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 40px;
    top: 0;
    right: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    color: #232323 !important;
    background-color: #00FFA3 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.thank-you__buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.thank-you__buttons .btn-secondary {
    padding: 15px 25px;
}

.checkout-wrapper .checkout-heading {
    margin-bottom: 30px;
}

.checkout-wrapper .customer_details .billing_address {
    margin-bottom: 30px;
}

#order_review {
    padding: 20px 15px;
    border: 1px solid #8B8B8B;
    border-radius: 8px;
    background-color: #232323;
}

.wc-order-summery-result {
    padding-bottom: 10px;
    border-bottom: 1px solid #00FFA3;
    margin-bottom: 20px;
}

.wc-order-summery-result .product,
.order-totals .cart-subtotal,
.order-totals .fee,
.order-totals .tax-rate,
.order-totals .tax-total,
.order-totals .order-total,
.order-totals .cart-discount {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
}

.order-totals .order-total {
    margin: 30px 0;
}

.order-totals .order-total {
    font-size: 25px;
}

.order-totals .cart-discount .woocommerce-remove-coupon {
    margin-left: 5px;
}

.wc-order-summery-result .product .product-name {
    font-size: 20px;
}

.product-name .product-name-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.woocommerce-checkout-review-order tbody {
    padding-bottom: 10px;
    border-bottom: 1px solid #00FFA3;
    margin-bottom: 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    max-width: 100% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: rgb(75 74 74 / 61%);
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #232323;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    accent-color: #00FFA3;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #232323;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border-radius: 4px;
    line-height: 1.5;
    background-color: #232323;
    color: #fff;
    font-size: 16px;
}

.woocommerce form .form-row textarea {
    height: 8em;
    resize: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.share-popup__container,
.cart-popup__container {
    background: #000000;
    border-radius: 8px;
    padding: 10px 30px;
    position: relative;
}

.cart-popup__container {
    padding-top: 30px;
}

.share-popup__wrapper,
.cart-popup__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.share-popup__wrapper .h2,
.cart-popup__wrapper .h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #00FFA3;
    width: 100%;
}

.cart-popup__wrapper .cart-popup__buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.share-popup__wrapper .share-icons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
}

.share-popup__wrapper .share-icons .icon-item {
    padding: 5px;
    background: #00FFA3;
    border-radius: 50%;
}

.share-popup__wrapper .share-link {
    width: 100%;
    position: relative;
}

.share-popup__wrapper .share-link .input {
    padding-right: 85px;
}

.share-popup__wrapper .share-link .copy {
    position: absolute;
    right: 0;
    top: 0;
    margin: 7px;
    padding: 5px 15px;
}

.share-popup__wrapper .share-link .label-copied {
    background: #000000;
    border: 1px solid #8B8B8B;
    border-radius: 3px;
    font-size: .875rem;
    margin-top: -30px;
    opacity: 0;
    padding: var(--spacing-1) var(--spacing-3);
    position: absolute;
    right: -7px;
    transition: all .2s ease-in-out;
}

.share-popup__wrapper .share-link .label-copied:after {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: block;
    filter: drop-shadow(1px 0 0 #8B8B8B) drop-shadow(0 1px 0 #8B8B8B);
    height: 0;
    left: 35px;
    position: absolute;
    top: 24px;
    width: 0;
}

.popup.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.search-popup .search-wrapper,
.share-popup .share-popup__container,
.cart-popup .cart-popup-container {
    width: 50%;
    min-width: 320px;
    max-width: 800px;
}

.popup .popup-close {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    font-size: 20px;
}

.popup .popup-close:hover {
    color: #00FFA3;
}

.search-wrapper .search-form {
    display: flex;
    gap: .5rem;
    border-bottom: 1px solid #CECECE;
    color: #00FFA3;
    padding-bottom: 10px;
}

.search-form .search-input {
    width: 100%;
    background: transparent;
    border: transparent;
    color: #ffffff;
    caret-color: #00FFA3;
    font-size: 20px;
}

.search-form .search-input:focus-visible {
    outline-width: 0;
}

.search-form .search-input::placeholder {
    color: #00FFA3;
}

.ais-SearchBox-input:focus-visible {
    caret-color: #00FFA3;

}

.ais-SearchBox-input:focus-visible::-webkit-input-placeholder {
    color: #00FFA3;
}

.search-form .search_submit {
    background: transparent;
    border: transparent;
    color: #00FFA3;
    font-size: 25px;
}

.search-form .search_submit:hover {
    cursor: pointer;
    color: #ffffff;
}

.alert-container {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.alert-container .alert-wrapper {
    padding: 20px 40px;
    border-radius: 30px;
    width: fit-content;
    color: #fff;
    font-size: 20px;
}

.alert-container .alert-wrapper.success {
    background-color: rgb(4 136 95 / 90%);
}

.alert-container .alert-wrapper.error {
    background-color: rgb(121 126 5 / 90%);
}

.alert-container .alert-wrapper .fa {
    margin-right: 10px;
}

.alert-container.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -20px, 0) scale(1);
}

#video-lightbox .lightbox-column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
#video-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

#video-lightbox.active {
    display: block;
}

/* Modal Content */
#video-lightbox .modal-content {
    position: relative;
    background-color: #232323;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
#video-lightbox .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#video-lightbox .close:hover,
#video-lightbox .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
#video-lightbox .mySlides {
    display: none;
    justify-content: center;
    width: 100%;
}

/* Next & previous buttons */
#video-lightbox .prev,
#video-lightbox .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
#video-lightbox .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#video-lightbox .prev:hover,
#video-lightbox .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#video-lightbox .mySlides .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
}

#video-lightbox .mySlides .main-img {
    max-width: 480px;
}

/* Caption text */
#video-lightbox .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

#video-lightbox .lightbox-column img.demo {
    opacity: 0.6;
    cursor: pointer;
}

#video-lightbox .lightbox-column .demo.active,
#video-lightbox .lightbox-column img.demo:hover {
    opacity: 1;
}

#video-lightbox .mySlides img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(4, 136, 95, 0.2), 0 6px 20px 0 rgba(4, 136, 95, 0.19);
}

.woocommerce-error {
    display: block;
}

/*.gallery-wrapper {*/
/*    width: 100%;*/
/*    max-width: 1200px;*/
/*    display: grid;*/
/*    grid-gap: 10px;*/
/*}*/

.photoset-wrapper .photoset-macy,
.gallery-wrapper {
    display: grid;
    grid-gap: 10px;
}

.photoset-wrapper .photoset-macy .photo-item,
.gallery-item {
    position: relative;
    overflow: hidden;
}

.photoset-wrapper .photoset-macy .photo-item .model-placeholder {
    position: relative;
    height: 100%;
}

.photoset-wrapper .photo-item .lock-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #00FFA3;
}

.photoset-wrapper .photo-item.blurred {
    filter: brightness(0.6);
}

.photoset-wrapper .photo-item.blurred .item-thumb {
    filter: blur(2px);
}

.photoset-wrapper .photo-item .items-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60%;
    background: rgba(9, 9, 9, 0.8);
}

.photoset-wrapper .items-more .hidden-number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #ffffff;
    font-size: 24px;
    flex-direction: column;
    gap: var(--spacing-1);
}

.photoset-wrapper .photoset-macy .photo-item .item-thumb,
.gallery-item .item-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-item.vertical .item-thumb {
    max-height: 410px;
}

.gallery-item.horizontal .item-thumb {
    max-height: 200px;
}


.photoset-wrapper .photoset-macy .photo-item.big.horizontal {
    grid-column: span 2;
    grid-row: span 2;
}

.photoset-wrapper .photoset-macy .photo-item.big.vertical {
    grid-column: span 2;
    grid-row: span 4;
}

.photoset-wrapper .photoset-macy .photo-item.vertical,
.gallery-wrapper .gallery-item.vertical {
    grid-row: span 2;
}

.photoset-wrapper .photoset-macy .photo-item.horizontal,
.gallery-wrapper .gallery-item.horizontal {
    grid-column: span 1;
}

.photoset-wrapper .photoset-macy .photo-item.hidden {
    display: none;
}

.gallery-item {
    position: relative;
    height: fit-content;
    max-width: 302px;
}

.movie-shop-grid .gallery-item {
    max-width: 100%;
    height: 100%;
}

.gallery-item .item-description {
    position: absolute;
    bottom: 0;
    margin: 5px;
}

.gallery-item .gallery-title {
    padding: 5px;
    background: rgba(9, 9, 9, 0.7);
    display: block;
    border-radius: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gallery-item .item-thumb {
    border-radius: 4px;
}

.gallery-item .gallery-amount {
    background: rgba(9, 9, 9, 0.9);
    border-radius: 4px;
    padding: 5px 7.5px;
    width: fit-content;
    margin: 5px 0 0 0;
}

.gallery-item .gallery-amount .fa-picture-o {
    color: #00FFA3;
}

.product-thumbnail .gallery-item,
.purchase-main .gallery-item {
    max-width: 245px;
}

.pswp__top-bar {
    background-color: rgba(0, 0, 0, .45);
    flex-wrap: wrap;
    height: auto;
}

.pswp__title {
    margin-top: var(--spacing-1);
    order: 0;
    padding: 10px 39px var(--spacing-2) var(--spacing-3);
    width: 50%;
}

.gallery-overlay-header-title {
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.8;
}

.gallery-overlay-header-link {
    font-size: .875rem;
    padding-left: var(--spacing-1);
}

.svg-icon.svg-icon-mlm {
    height: 1.5rem !important;
    min-height: 1.5rem !important;
    min-width: 1.5rem !important;
    width: 1.5rem !important;
    margin-top: .25rem !important;
    left: 17px !important;
}

.pswp__button--zoom .pswp__icn {
    left: 14px;
}

.subscription-container {
    text-align: center;
}

.title {
    font-size: 24px;
    margin-bottom: 20px;
}

.toggle-container {
    padding: 20px;
    background-color: #232323;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    overflow: auto;
    padding: 0 20px;
    margin-bottom: 30px;
}

.subscription-card {
    background-color: #000;
    border: 2px solid #232323;
    border-radius: 10px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    padding-bottom: 40px;
}

.subscription-card.current {
    border: 2px solid #00ff88;
}

.subscription-card-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background-color: #232323;
    padding: 20px 0 0 0;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.subscription-card .block-arrow {
    width: 100%;
    height: 50px;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #232323;
}

.subscription-card-header .subscription-card-header-text-title,
.subscription-card-header .subscription-card-header-text-price {
    font-size: 30px;
}

.subscription-card-header .subscription-card-header-text-price {
    color: #00FFA3;
}

.gold {
    color: #FFD903;
}

.gold svg {
    fill: #FFD903;
}

.platinum .subscription-card-header-text-title {
    color: #788EFF;
}

.platinum svg {
    fill: #788EFF;
}

.subscription-card-price {
    font-size: 36px;
    margin: 20px 0;
    color: #00ff88;
}

.subscription-card-features {
    text-align: left;
    padding: 0 30px;
    margin: 20px 0;
    color: #8B8B8B;
    list-style: none;
    width: 100%;
}

.subscription-card-features .subscription-card-feature-item {
    margin: 10px 0 0 0;
}

.subscription-card-features .subscription-card-feature-item:before {
    content: '•';
    margin-right: 10px;
    color: #8B8B8B;
}

.subscription-card-button-container {
    margin-top: auto;
}

.subscription-card-button-container .current-subscription {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-container {
    color: #fff;
    margin-bottom: 30px;
}

.global-features-container {
    margin-bottom: 30px;
}

.global-features-list-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.global-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.global-features-list li {
    margin-bottom: 10px;
}

.global-features-list li:before {
    content: '•';
    margin-right: 10px;
    color: #fff;
}

.cta-container {
    padding: 20px 40px;
    color: #fff;
    width: 100%;
}

.cta-wrapper,
.cta-price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-text {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 450px;
}

.cta-text .h2 {
    font-size: 30px;
    text-align: center;
    max-width: 360px;
}

.cta-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-price .cta-price-value {
    font-size: 30px;
    color: #00ff88;
}

#billing_country_field,
#billing_address_1_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field,
#billing_phone_field {
    width: 47% !important;
    overflow: visible !important;
    clear: none !important;
}

#billing_country_field,
#billing_city_field,
#billing_postcode_field {
    float: left;
}

#billing_address_1_field,
#billing_state_field,
#billing_phone_field {
    float: right;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #00FFA3 !important;
}

.lg-progress-bar .lg-progress {
    background-color: #00FFA3 !important;
}

@media (min-width: 1512px) {
    .grid-template-4 {
        grid-template-columns: repeat(4, minmax(250px, 1fr)) !important;
    }

    .categories-wrapper .category-list {
        margin: 0 -5%;
        width: 110%;
    }

    .alert-container .alert-wrapper {
        font-size: 26px;
        padding: 30px;
    }

    .video-player .video-posters {
        min-width: 166px;
    }

    .user-account {
        width: 88%;
    }

    .my-account-sidebar-wrapper {
        max-width: 12%;
    }
}

@media (max-width: 1512px) {
    .container {
        width: 90%;
    }

    .container.thankyou-container {
        width: 100%;
    }

    .user-account {
        width: 75%;
    }

    .my-account-sidebar-wrapper {
        max-width: 25%;
    }
}

@media (min-width: 1327px) and (max-width: 1512px) {
    .my-account-wrapper.favorites .vod-list .scene-item {
        max-width: 32%;
    }

    .my-account-wrapper.favorites .vod-list .scene-item .item-thumb {
        height: 200px;
    }
}

@media (max-width: 1400px) {

    .cards-container {
        justify-content: start;
    }

}

@media (max-width: 1388px) and (min-width: 800px) {
    .my-account-wrapper.favorites .vod-list .scene-item {
        max-width: 48%;
    }

    .my-account-wrapper.favorites .vod-list .scene-item .item-thumb {
        height: 205px;
    }
}

@media (max-width: 1388px) {
    .container {
        width: 90%;
    }

    .cta-price-container {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .pswp__title {
        -webkit-margin-start: 5vw;
        margin-top: 9px;
        margin-inline-start: 5vw;
        order: 0;
        padding: var(--spacing-2);
        width: auto;
    }
}

@media (max-width: 1200px) {
    .cta-wrapper {
        justify-content: center;
    }
}


@media (min-width: 880px) and (max-width: 1166px) {
    .price-condition {
        flex-direction: column;
        align-items: center;
    }

    .video-sidebar,
    .gallery-sidebar {
        max-width: 200px;

    }

    .spot-item .value {
        text-align: right;
    }

    .price-condition .btn,
    .price-condition .btn-secondary {
        margin-left: unset;
    }

    .video-player-wrapper .video-player {
        flex-direction: column-reverse;
        padding: 10px 5px;
    }

    .video-player .video-posters {
        flex-direction: row;
        justify-content: space-around;
        gap: .5rem;
    }
}

@media (max-width: 1080px) {
    .purchase-main .purchase-description {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .video-player-wrapper .video-player {
        flex-direction: column-reverse;
        padding: 10px 5px;
    }

    .video-player .video-posters {
        flex-direction: row;
        justify-content: space-around;
        gap: .5rem;
    }

    .purchase-main .title-wrapper .buy-more {
        flex-wrap: wrap;
    }

    .header-content,
    .header-mobile,
    .top {
        padding: 0 5%;
    }

    .header-bg .container,
    .top .container {
        width: 100%;
    }

    .header-content .header-nav {
        gap: 1.5rem;
    }

    .categories-wrapper .category-list {
        column-count: 5;
    }

    .contact-us_wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 1000px) {


    .mobile-filters-btn {
        display: flex;
    }

    .main-filters {
        max-width: 100%;
        z-index: 999;
        position: fixed;
        padding-top: 2rem;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        background: rgba(9, 9, 9, 0.9);
        color: white;
        display: flex;
        flex-direction: column;
        padding: 60px 5%;
        gap: 1rem;
        transition: 0.15s ease-in-out;
    }

    .main-filters.active {
        left: 0;
        pointer-events: unset;
        overflow: scroll;
        overflow-x: hidden;
    }

    .main-filters .icon-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 22px;
    }

    .main-filters .radio-wrapper {
        min-width: 200px;
    }


    .mobile-hidden {
        display: none;
    }
}
@media (max-width: 960px) {
    .features {
        justify-content: center;
    }

    .categories-wrapper .category-list.active {
        transform: translate3d(0, -30px, 0) scale(1);
    }

    #swiper2,
    #swiper3,
    #swiper {
        width: 95%;
    }

    .first-swiper-next,
    .second-swiper-next,
    .third-swiper-next {
        right: -20px;
    }

    .first-swiper-prev,
    .second-swiper-prev,
    .third-swiper-prev {
        left: -20px
    }
}

@media (max-width: 887px) {

    .user-account {
        width: 70%;
    }

    .my-account-sidebar-wrapper {
        max-width: 30%;
    }
}

@media (max-width: 880px) {

    .video-section,
    .gallery-section {
        flex-direction: column;
    }

    .video-section .video-sidebar,
    .gallery-section .gallery-sidebar {
        max-width: 100%;
    }

    .video-sidebar .price-condition,
    .video-section,
    .gallery-section,
    .video-section .category-item,
    .gallery-sidebar .price-condition,
    .gallery-sidebar .category-item {
        font-size: 18px;
    }

    .video-spot .spot-item,
    .gallery-spot .spot-item {
        margin-bottom: 10px;
    }

    .spot-performers .performers {
        margin-top: 10px
    }

    .footer-lower {
        justify-content: center;
        gap: 2rem;
    }

    .footer-lower .terms-navigation {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-lower .term-links {
        width: 100%;
        justify-content: center;
    }

    .header-bg {
        display: none;
    }

    .header-mobile {
        display: flex;
    }

    .header-mobile .logo img {
        width: 150px;
    }

    .header-mobile .mobile-nav-container {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        background: rgba(9, 9, 9, 0.9);
        color: white;
        display: flex;
        flex-direction: column;
        align-items: start;
        transition: 0.15s ease-in-out;
    }

    .header-mobile .mobile-nav-wrapper{
        width: 80%;
        height: 100%;
        background: #000;
    }

    .header-mobile .mobile-nav {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        width: 100%;
        margin-bottom: 20px;
    }
    .header-mobile .mobile-nav .menu-item .link{
        width: 100%;
        padding: 20px;
        display: block;
        background: #000;
    }
    .header-mobile .mobile-nav .menu-item.last .link{
        border-top: 1px solid #8B8B8B;
    }

    .header-mobile .mobile-nav .menu-item:nth-child(odd) .link{
        background: #232323;
    }
    .header-mobile .mobile-nav-wrapper .btn{
        margin: auto;
        display: block;
    }



    .header-mobile .icon-close {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 22px;
    }

    .header-mobile .icon-close:hover {
        color: #00FFA3;
    }

    .header-mobile .mobile-nav-container.active {
        left: 0;
        pointer-events: unset;
    }

    .categories-wrapper .category-list {
        column-count: 4;
    }

    .mobile-nav-container .login-popup {
        position: static;
    }

    .account .login-popup {
        right: 0;
    }

    .purchase-main {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-player-wrapper .video-player,
    .photoset-wrapper {
        margin-bottom: 20px;
    }

    .spot-item .value {
        text-align: left;
    }

    .mobile-menu .mobile-menu-toggle {
        font-size: 30px;
        display: inline-block;
    }
}

@media (max-width: 811px) {
    .categories-wrapper .category-list.active {
        transform: translate3d(0, -90px, 0) scale(1);
    }

    .woocommerce .checkout-wrapper {
        flex-direction: column;
    }

    .checkout-wrapper .checkout-order_summery {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .desktop-hidden{
        display: none!important;
    }
}

@media (max-width: 800px) and (min-width: 700px) {
    .my-account-wrapper.favorites .vod-list .scene-item {
        max-width: 100%;
    }

    .my-account-wrapper.favorites .vod-list .scene-item .item-thumb {
        height: auto;
    }
}

@media (max-width: 700px) and (min-width: 600px) {
    .my-account-wrapper.favorites .vod-list .scene-item {
        max-width: 49%;
    }

    .my-account-wrapper.favorites .vod-list .scene-item .item-thumb {
        height: 187px;
    }
}

@media (max-width: 768px) {
    .product-name .product-name-wrapper {
        align-items: start;
        justify-content: end;
        gap: .25rem;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        margin-right: 10px;
    }
}

@media (max-width: 700px) {
    .pswp__title {
        display: none;
    }

    .vod-list__container .loader__wrapper {
        align-items: start;
        padding-top: 100px;
    }

    .categories-wrapper .category-list {
        column-count: 3;
    }

    .my-account-sidebar-wrapper {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
    }

    .mobile-sidebar-bars {
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: .5rem;
        color: #00FFA3;
        float: right;
    }

    .fa-chevron-down {
        font-size: 14px;
        transition: transform .3s ease-in-out;
    }

    .mobile-sidebar-bars.active {
        color: #ffffff;
    }

    .active .fa-chevron-down {
        transform: rotate(180deg);
    }

    .account-sidebar-container .sidebar-nav {
        z-index: 11;
        background: rgb(9, 9, 9, 1);
        border: 1px solid #8B8B8B;
        position: absolute;
        top: 100%;
        border-radius: 4px;
        transform: translate3d(0, 45px, 0) scale(0.95);
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .account-sidebar-container .sidebar-nav.active {
        transform: translate3d(0, 40px, 0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    .account-sidebar-container .sidebar-nav ul {
        gap: 0;
        margin-bottom: 0;
    }

    .sidebar-nav .account-sidebar-item {
        padding: 10px 12px;
    }

    .account-info-form fieldset,
    .account-access-form fieldset {
        width: 48%;
        max-width: unset;
    }

    .account-info-form .input,
    .account-access-form .input {
        width: 100%;
        max-width: unset;
    }

    .user-account .woocommerce-error,
    .user-account .woocommerce-info,
    .user-account .woocommerce-message {
        margin-top: 50px;
    }

    .gallery-item .item-thumb {
        width: 100%
    }

    .video-player .video-scene {
        height: 270px;
    }

    .user-account {
        width: 100%;
    }

    .logo .logo-poweredBy {
        font-size: 9px;
    }

    .video-description {
        display: none;
    }

    .video-mobile-description {
        display: block;
    }

    .heading-wrapper {
        height: fit-content;
        padding-bottom: 30px;
    }

    .scenes-wrapper .scene-item {
        max-width: 47%;
    }

    .cards-container {
        justify-content: center;
    }

    .cta-wrapper,
    .cta-text {
        flex-direction: column;
    }
}

@media (min-width: 650px) {
    .gallery-overlay-header-link {
        display: block;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .my-account-wrapper.favorites .vod-list .scene-item {
        max-width: 100%;
    }

    .my-account-wrapper.favorites .vod-list .scene-item .item-thumb {
        height: auto;
    }
}

@media (min-width: 580px) {

    .photoset-wrapper .photoset-macy,
    .gallery-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
    }
    .filters-pagination-stats{
        margin-bottom: -10px;
    }
}

@media (max-width: 580px) {
    body {
        --swiper-navigation-sides-offset: 0;
    }

    #swiper,
    #swiper2,
    #swiper3 {
        width: 100%;
    }

    .swiper-button-next {
        right: -2px !important;
    }

    .swiper-button-prev {
        left: -2px !important;
    }

    .video-sidebar .price-condition,
    .video-section,
    .gallery-section,
    .video-section .category-item,
    .gallery-sidebar .price-condition,
    .gallery-sidebar .category-item {
        font-size: 14px;
    }

    .footer-wrapper {
        justify-content: left;
    }

    .footer-wrapper .description,
    .footer-wrapper .menu,
    .footer-wrapper .newsletter {
        width: 100%;
        max-width: 100%;
    }

    .footer-menu .menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .categories-wrapper .category-list {
        column-count: 2;
    }

    .account-info-form fieldset,
    .account-access-form fieldset {
        width: 100%;
    }

    .woocommerce-info:before {
        top: 1em;
    }

    .woocommerce-Button.btn {
        margin-left: 0;
        margin-top: 20px;
    }

    div.wpforms-container-full .wpforms-confirmation-container-full,
    div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
        padding: 50px 25px;
    }

    .contact-us_page .contact-form {
        margin: 0 !important;
    }

    .contact-us_wrapper .address-wrapper,
    .contact-us_wrapper .address-wrapper .address-map {
        width: 100%;
    }

    .woocommerce-info {
        flex-direction: column;
    }

    .scenes-wrapper {
        justify-content: center;
    }


    .movie-shop-grid .scenes-wrapper .scene-item {
        max-width: 100%;
    }

    .heading-filters-wrapper{
        margin-bottom: 25px;
        gap: 1rem;
    }
    .heading-filters{
        display: block;
        margin: 0;
    }
    .sorting-section{
        flex-direction: column;
    }
    .sorting-section .sorting {
        align-items: end;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: end;
    }
    .sorting-item {
        display: flex;
        gap: .5rem;
        align-items: center;
    }
    .sorting-item span{
        white-space: nowrap;
    }
    .pagination-stats {
        display: none;
    }
    .alphabet-wrapper.active .alphabet{
        width: 90vw;
    }
    .filters-pagination-stats{
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .alphabet{
        top: 30%;
    }
    .vod-list {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}


@media (max-width: 480px) {
    main.shop {
        margin-top: 65px;
    }

    .video-player-wrapper,
    .photoset-wrapper,
    .gallery-wrapper {
        margin-bottom: 15px;
    }

    .video-section .category-item,
    .gallery-section .category-item {
        font-size: 12px;
    }

    .video-section,
    .gallery-section {
        font-size: 16px;
    }

    .video-sidebar .price-condition,
    .gallery-sidebar .price-condition {
        font-size: 10px;
    }

    .spot-item .value {
        width: fit-content;
    }

    .price-condition {
        padding: 5px;
        gap: .5rem;
    }

    .price-condition .condition {
        font-size: 13px;
    }

    .condition .price {
        padding-left: 5px;
        margin-left: 5px;
    }

    .price-condition .btn {
        padding: 7.5px 10px;
    }

    .footer-lower .term-links {
        flex-direction: column;
        align-items: center;
    }

    .top {
        font-size: 10px;
        height: 20px;
    }

    .header-mobile {
        margin-bottom: -5px;
        gap: 2rem;
        padding: .5rem 5%;
        padding-top: 0;
    }

    .header-mobile .mobile-menu {
        padding: 5px 0;
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: space-between;
        gap: 0;
    }

    .header-mobile .mobile-menu .cart {
        margin-right: 15px;
    }

    .banner {
        height: 350px;
    }

    .banner.top-banner .banner-text {
        padding-top: 100px;
    }

    .banner .banner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .join-now-wrapper {
        padding: 50px 0;
    }

    .join-container {
        padding: 0 5%;
    }

    .join-now-wrapper .sign-up {
        padding: 30px 10px;
    }

    .account .login-popup.active {
        transform: translate3d(0, 5px, 0) scale(1);
        background: rgb(9, 9, 9, 1);
    }

    .first-swiper-next,
    .second-swiper-next,
    .third-swiper-next {
        right: -15px;
    }

    .first-swiper-prev,
    .second-swiper-prev,
    .third-swiper-prev {
        left: -15px
    }

    .account .login-popup {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .account-menu .header-account-nav {
        transform: translate3d(-70px, 45px, 0) scale(1);
    }

    .account-menu.active .header-account-nav {
        transform: translate3d(-70px, 12px, 0) scale(1);
    }

    .header-account-nav {
        right: -180%;
        left: unset;
    }

    .scenes-wrapper .scene-item {
        max-width: 100%;
    }

    .heading-wrapper {
        height: fit-content;
    }

    .gallery-item {
        max-width: 100%;
    }

    .scenes-wrapper .scene-item {
        max-width: 100%;
    }

    .header-mobile .logo__wrapper {
        justify-content: start;
        flex-direction: row-reverse;
        gap: .5rem;
        width: unset;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .mobile-menu .mobile-menu-toggle {
        display: none;
    }

    .header-mobile .logo__wrapper .mobile-menu-toggle {
        display: inline-block;
        font-size: 25px;
    }
}

@media (max-width: 423px) {
    .myaccount-heading__wrapper {
        margin-bottom: 50px;
    }

    .favourites-variants {
        left: 0;
        top: 40px;
    }

    .categories-wrapper .category-list.active {
        transform: translate3d(0, -140px, 0) scale(1);
    }

    div.wpforms-container-full .wpforms-confirmation-container-full,
    div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
        padding: 25px 15px;
    }
}

@media (max-width: 380px) {
    .categories-wrapper .category-list .clist-wrapper {
        width: 70vw;
        column-count: 1;
        height: 400px;
        overflow-y: auto;
        flex-direction: column;
        display: flex;
        gap: 1rem;
    }

    .category-list ul {
        width: 100%;
        column-count: 2;
    }

    .search-popup .search-wrapper {
        width: 100%;
        margin: 0 5%;
        min-width: unset;
    }

    .price-condition {
        flex-direction: column;
        align-items: center;
    }

    .price-condition .btn,
    .price-condition .btn-secondary {
        margin-left: unset;
    }

    .pagination-item {
        font-size: 12px;
    }

    .pagination-item .link {
        padding: 7px;
    }

    .pagination,
    .order-pagination {
        gap: 1rem;
    }

    .header-mobile {
        gap: 1rem;
    }
}

@media (max-width: 370px) {
    .heading-filters-wrapper {
        grid-template-columns: 1fr;
    }
    .mobile-filters-btn{
        right: 0;
        top: 0;
        left: unset;
        bottom: unset;
    }
    .sorting-section,
    .sorting-section .sorting {
        align-items: start;
    }
    .sorting-item{
        justify-content: start;
    }
    .alphabet{
        top: 80%;
    }
    .vod-list {
        grid-template-columns: repeat(1, minmax(225px, 1fr));
    }
}

/* 404 Error Page Styles */
.error-banner {
    width: 100%;
    min-height: 586px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .error-banner {
        min-height: 450px;
    }
}

.error-overlay {
    background-color: rgba(9, 9, 9, 0.6);
}

.error-container {
    width: 100%;
    max-width: 1152px;
}

.error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .error-content {
        flex-direction: row;
    }
}

.error-box {
    width: 100%;
    padding: 2rem;
}

@media (min-width: 1024px) {
    .error-box {
        width: 50%;
    }
}

.error-title {
    margin-bottom: 1rem;
}

.error-code {
    display: block;
    color: #fff;
    font-size: 150px;
    line-height: 150px;
}

.error-message {
    display: block;
    color: #00FFA3;
    font-size: 2.25rem;
}

.error-description {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.error-help {
    margin-top: 1.5rem;
}

.error-help-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00FFA3;
    margin-bottom: 1.5rem;
}

.error-navigation {
    margin-top: 1rem;
}

.error-nav-title {
    display: block;
    color: #fff;
    margin-bottom: 1rem;
}

.error-nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.error-link {
    color: #00FFA3;
    transition: all 0.3s;
}

.error-link:hover {
    color: #fff;
    text-decoration: underline;
}

.error-back {
    padding-top: 1rem;
}

.error-back-title {
    display: block;
    color: #232323;
    margin-bottom: 0.75rem;
}

.error-back-button {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    background-color: #00FFA3;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 0.25rem;
    max-width: fit-content;
    font-size: 0.875rem;
}

.error-back-button:hover {
    filter: brightness(0.9);
}

/* Styles for the 10th call-to-action item */
.photoset-wrapper .photo-item.more-photos-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(9, 9, 9, 0.8);
    border: 2px dashed #00FFA3;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    min-height: 200px;
}

.purchase-cta-text{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    z-index: 999;
    color: #00FFA3;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.photoset-wrapper .more-photos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.photoset-wrapper .more-photos-text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.photoset-wrapper .more-photos-btn {
    padding: 10px 20px;
    background: #00FFA3;
    color: #000000;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.photoset-wrapper .more-photos-btn:hover {
    background-color: #00cc82;
}

.photoset-wrapper .photo-item .items-more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 60%;
    background: rgba(9, 9, 9, 0.8);
}

/* LightGallery purchase button */
.lg-thumb-item.lg-purchase-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px dashed #00FFA3 !important;
}

.lg-thumb-item.lg-purchase-item:hover {
    background-color: rgba(0, 255, 163, 0.3);
}

.lg-purchase-content {
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lg-purchase-content span {
    color: #00FFA3;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
}

/* Loading state for add_to_cart buttons */
.add_to_cart.loading {
    position: relative;
    color: transparent !important;
}

.add_to_cart.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-top-color: #000;
    animation: spin 0.8s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Add before the last closing bracket */

/* LightGallery blurred image styles */
.lightgallery-item.blurred .blur-overlay,
.lg-blurred-image {
    filter: blur(8px) brightness(0.6);
}

.lg-blurred:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #00FFA3;
}

.lightgallery-item.blurred {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;

}

/* Purchase CTA slide in lightGallery */
.lg-purchase-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lg-purchase-slide-content {
    text-align: center;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    border: 1px solid #00FFA3;
}

.lg-purchase-message {
    color: white;
    text-align: center;
}

.lg-purchase-message h3 {
    color: #00FFA3;
    margin-bottom: 1rem;
    font-size: 32px;
}

.lg-purchase-message p {
    font-size: 18px;
    margin-bottom: 2rem;
}

.lg-purchase-button {
    background-color: #00FFA3;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lg-purchase-button:hover {
    background-color: #00E693;
    transform: scale(1.05);
}

.lg-purchase-content {
    color: #00FFA3;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    width: 100%;
}

/* Highlight the purchase thumbnail when active */
.lg-purchase-item.active,
.lg-purchase-item:hover {
    border-color: #00FFA3 !important;
    background-color: rgba(0, 255, 163, 0.2);
}

/* Styles for the purchase-cta-item in the gallery */
.lightgallery-item.purchase-cta-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Override default anchor styling inside CTA container */
.photoset-wrapper .photo-item.more-photos-cta a.lightgallery-item {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

/* Lock icon in lightGallery */
.lg-lock-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #00FFA3;
    z-index: 999;

}

.more-photos-content strong {
    color: #00FFA3;
}

.js-pswp__gallery-overlay-header {
    margin-inline-start: 5vw;
    padding: var(--spacing-2);
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.search-popup{
    align-items: start;
    padding-top: 5rem;
}

.search-results_container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: var(--spacing-3);
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 20px;
}

.search-results_container .search-object {
    border-radius: 4px;
    width: 100%;
    height: fit-content;
    max-height: 300px;
    overflow: auto;
}
.search-results_container .search-object .view-all{
    white-space: nowrap;
    font-size: 12px;
    color: #00FFA3;
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-results_container .search-object .view-all:hover{
    color: #ffffff;
}

.search-results_container .search-object .search-object_title {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}

.search-results_container .search-object .search-object_title .grey {
    white-space: nowrap;
}

.search-results_container .search-object .search-object_title .line-center {
    width: 100%;
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8B8B8B;
}

.search-results_container .search-results_wrapper {
    list-style: none;
    padding: 0;
}

.search-results_container .search-results_wrapper .result_item .link {
    display: flex;
    align-items: center;
    gap: var(--spacing-2);
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
}
.search-results_container .search-results_wrapper .result_item .link .blue{
    color: #00FFA3;
}

.search-results_container .search-results_wrapper .result_item .item-icon {
    margin-right: 10px;
}

.search-results_container .search-results_wrapper .result_item .link .item-icon {
    color: #ffffff;
}

.search-results_container .search-results_wrapper .result_item .link:hover .item-icon {
    color: #00FFA3;
}

.search-results_container .search-results_wrapper .result_item .link svg {
    fill: #ffffff;
}

.search-results_container .search-results_wrapper .result_item .link:hover svg {
    fill: #00FFA3;
}

.search-results_container .search-results_wrapper .result_item:not(:last-child) .link {
    border-bottom: 1px solid #8B8B8B;
    margin-bottom: 10px;
}

.search-results_container .item-thumb {
    display: inline-block;
    height: 50px;
    font-size: 8px;
}

.search-results_container .item-thumb img,
.search-results_container .item-thumb .model-placeholder {
    object-fit: cover;
    width: 50px;
    height: 50px;
    max-width: unset;
}

.search-results_container .item-thumb img.studio-thumb {
    object-fit: fill;
    width: 80px;
    height: 50px;
}

.photo-item:hover, .gallery-item:hover{
    box-shadow: 0 5px 10px #00FFA3, 0 6px 6px rgba(53, 53, 53, 0.1), 0 0 0 1px rgba(208, 111, 217, 0.05);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}
.card:hover, .scene-item:hover, .photo-item:hover, .gallery-item:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    background-color: #000000;
}