/* PROJECT */
.header-image::before { background-color: #f7f7f7; }
.mpx-project-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: flex-end;
}

.mpx-project-btn {
  width: 50%;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

.mpx-project-btn .mpx-project-title {
  font-weight: 600;
  font-size: 14px; /* same-ish as ATC */
}

.mpx-project-btn .mpx-project-subtitle {
  font-size: 11px;
  opacity: 0.7;
}

.mpx-atc-wrap {
  width: 70%;
}

.mpx-atc-btn {
  height: 48px;
}
.sign-box.sign-box-lg {
    min-width: 960px !important;
}
.sign-box .sign-box-lg  > .card-v {
    padding: 0 !important;
}
.mpx-project-body .p-4 {
    padding: 0 !important;
}
.mpx-project-body .mt-4.d-flex.gap-2 {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.mpx-project-body .mt-3 {
    text-align: center;
    padding-top: 15px;
    display: none;
}
section.mpx-project-body > div > div > div > form > div.row.g-3 > div.col-12 > div {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 2px!important;
}
section.mpx-project-body > div > div > div > form > div.row.g-3 > div:nth-child(3) > div {
    display: none;
}
section.mpx-project-body > div > div > div > form > div.mt-2.text-muted {
    display: none;
}
html {
  scroll-behavior: smooth;
}
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}
.nav-bar { z-index: 1002; }
body {
    overflow-x: hidden;
}
div#searchFiltersSidebar a {
    font-size: 0.9rem !important;
}
.sale-off{
    display: none;
}
.rive-link-btn:hover .rive-link {
    filter: brightness(4);
}
.item-body {
    padding: 6px 10px !important;
}
.dashboard-sidebar-link .dashboard-sidebar-link-title { padding: 16px 10px; }
p.item-text {
    font-size: 0.82rem !important;
}
.item-purchase > div > div:nth-child(2) > div {
    display: flex;
    flex-direction: row-reverse;
    transform: scale(0.85);
}
.item-purchase > div > div:nth-child(2) > div > div * {
    line-height: 25px;
}
.item-price {
    padding-left: 0 !important;
    font-size: 16px !important;
}
.item-price .item-price-through {
    font-weight: 300;
}
.nav-bar-links > a:nth-child(3) > div::after {
    content: "SAVE";
    background-color: #fff;
    color: #222;
    font-size: 8px;
    font-weight: 500;
    padding: 1px 2px;
    border-radius: 2px;
    vertical-align: top;
    margin-left: -2px;
}
.nav-bar-menu.ms-auto {
    margin-left: 0 !important;
    margin-right: 15%;
}
.nav-bar.nav-bar-bg {
    height: 70px;
    z-index: 1001;
	background: #fff;
}
.menu-overlay {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.footer-counter-title {
    font-size: 17px;
}
.nav-bar-menu.ms-auto {
    margin-right: auto!important;
}
.item .item-text {
    font-size: 0.71rem;
}
/* SEARCH BUTTON*/
.ani-search [name="ani_format"] {
    position: absolute;
    right: 160px;
    top: 50%;
    max-width: 160px;
    transform: translateY(-50%);
    padding: 16px 30px;
    margin-right: 2px;
}
.ani-search {
    display: flex;
}
.clear {
    margin-top: 10px;
}
.drop-down .drop-down-menu .drop-down-item:hover {
    background-color: #f8f8f8 !important;
    color: #000 !important;
}
.formats {
    display: block !important;
    font-size: 13px;
    margin: -15px 0px 15px 20px;
    font-weight: 300;
}
.item {
   border-radius: 0px;
}
ul.pagination {
    justify-content: flex-end;
}
a {
  text-decoration: none;
  position: relative;
  color: #333;
}
.nav-bar .link:hover {
  color: #fff !important;
}
a.link::after {
  content: "";
  color: #fff !important;
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease, left 0.3s ease;
}

a.link:hover::after {
  width: 100%;
  left: 0;
}
h5.mb-4.collapsed {
  margin-bottom: 0px !important;
}
.nav-bar span.user-name {
    color: #fff;
}
/* BADGE */
.alt-text::after {
    content: "Master Pass";
    animation: swapText 3s infinite;
    display: inline-block;
}
@keyframes swapText {
    0%,
    49% {
        content: "Master Pass";
    }
    50%,
    100% {
        content: "Free Content";
    }
}
.fa-tag:before:not(.item-badge-sale) {
    content: "";
}
.item-badge.item-badge-sale { 
  font-size: 13px !important;
  font-weight: 600;
  opacity: 0.85;
  padding: 5px 9px;
  border-end-end-radius: 4px;
  border-start-end-radius: 4px;
  margin-top: -15px;
}
.item-badge-sale i.fa-solid.fa-tag.me-1 {
  /*
  font-size: 17px;
  transform: rotate(-45deg) translateY(2px);
  font-weight: 600;*/
  display:none;
}
.item-badge:not(.item-badge-free), .item-badge:not(.item-badge-sale) { /* Apply to all .item-badge except .item-badge-free */
  font-size: 0px;  
}
.item-badge:not(.item-badge-free)::after, .item-badge:not(.item-badge-sale)::after { /* Apply to all .item-badge except .item-badge-free */
  content: "";
  font-size: initial;
  display: inline;
}
.item-badge.item-badge-premium {
    background-color: var(--primary_color);
    font-weight: 600;
    margin-top: -15px;
    transition: transform 0.2s ease-out, font-size 0.2s ease-out;
}
.item-badge.item-badge-premium:hover {
    font-weight: 600;
    font-size: 13px;
    transform: translateX(0);
    opacity: 0.85;
    min-width: 140px;
}
.item-badge .fa-solid {
  font-size: 12px;
}
.item-badge .fa-regular {
  font-size: 0px;
}
.item-badge.item-badge-free {
    font-size: 13px;
    padding-left: 2px;
    font-weight: 600;
    margin-top: -15px;  
}
.quality {
    margin-top: 15px;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
    display: flex;
    justify-content: space-between;
}
.free-animation {
    font-size: 14px;
}
.item .item-body {
    padding: 16px 24px;
}
.item .item-purchase {
    padding-top: 5px;
}
.animation-video {
    background-color: #fbfbfb;
}
.animation-preview {
    border: solid 1px #ececec;
    background: #fff;
}
.item-video {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    overflow: hidden;
}
.item-video video {
    padding: 0px 20px;
}
.plyr__video-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.item-single-video .plyr {
    width: auto;
    min-height: 100%;
    max-height: 510px;
    margin: 2% auto;
}
button.btn.btn-outline-premium {
    border: 1px solid #cab067;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(58deg, #d4af37, #ffdf85, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.btn.btn-outline-premium:active, .btn.btn-outline-premium:focus, .btn.btn-outline-premium:hover, .master-pass-btn:hover {
    border: 1px solid #cab067;
    background-color: #333;
    opacity: 0.9 !important;  
}
.master-pass-btn {
    border: 1px solid #cab067;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(58deg, #d4af37, #ffdf85, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}
.master-pass-btn:active, .master-pass-btn:focus, .master-pass-btn:hover {
    border: 1px solid #cab067;
    background-color: #333;
    opacity: 0.9 !important;  
}
a.link-btn.cart-btn.d-none.d-xl-block > button {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: var(--primary_color);
}
a.link-btn.cart-btn.d-none.d-xl-block > button:hover > i {
    background-color: #222;
    opacity: .9 !important;
}
button.btn.btn-outline-primary {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    color: #fff;
}
button.btn.btn-outline-primary:hover, .btn[class*="outline"]:hover {
    opacity: .9;
}
.item-badge.item-badge-premium > i {
    font-weight: bold;
    background: linear-gradient(58deg, #d4af37,  #ffdf85, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.crown-icon{
    font-weight: bold;
    background: linear-gradient(58deg, #d4af37,  #ffdf85, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
ol.breadcrumb.custom li {
    text-transform: math-auto;
}

/* MEGA MENU */
.animation-menu {
    width: auto;
    margin: auto 0px;
}
				.navbar-collapse {
				  display: flex;
				  justify-content: flex-start;
				  flex-direction: row;
				  flex-wrap: nowrap;
				}
				.cat-menu {
				width: 100%;
				}
				.navbar-nav {
				  display: flex;
				  flex-direction: row;
				  padding-left: 0.15rem;
				}
.nav-item.dropdown.dropdown-hover.position-static {
    float: left;
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    margin: auto -10px;
    padding: 0 36px 0px 0;
}
.nav-link.dropdown-toggle {
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
				.navbar-expand-lg .navbar-nav .dropdown-menu,
				.dropdown-menu.mt-0 {
				  position: absolute;
				  left: 0;
				  right: 0;
				  width: 100vw;
				  border-top-left-radius: 0;
				  border-top-right-radius: 0;
				  z-index: 1000;
				}
/*
				.dropdown-hover:hover > .dropdown-menu {
				  display: block;
				  margin-top: -3px !important;
				}
*/
				.dropdown-hover > .dropdown-toggle:active {
				  pointer-events: none;
				}
				.menu-img {
				  max-width: 200px !important;
				}
				.list-group-item.font-weight-bold {
				  font-weight: 600;
				}
a#navbarDropdown {
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.dropdown-hover .dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0s ease, transform 0.2s ease-out;
  pointer-events: none;
}

.dropdown-hover:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-3px);
  pointer-events: auto;
}
.list-group.list-group-flush {
	padding-right: 50px;
    display: flex;
    align-content: space-around;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list-group.list-group-flush img {
    min-height: 200px;
    max-width: 200px;  
    max-height: 200px;
    object-fit: cover;
}
.pic {
    display: flex;
    justify-content: center;
    margin: -18px 00px 0px -25px;
    overflow: hidden;
	border-left: 1px dotted #ececec;
}
a.list-group-item {
    color: #333;
	line-height: 35px;
}
a.list-group-item:hover {
    background: none;
}	
p.cat-link {
	border-width: 0px 0px 1px 0px;
}
.section-body, .item-single-video {
    opacity: 0;
    animation: fadeIn 1.5s ease-in forwards;
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.floating-cart-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    text-decoration: none;
}
.floating-cart-btn .btn:hover {
    background-color: #dddddd;
}
.floating-cart-btn .btn {
    background-color: #5a5a5a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.floating-cart-btn .cart-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px -2px 6px 1px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease;
    transform-origin: center;
    will-change: transform;
}
.ml-3 > .filter-item:last-of-type .text-truncate {
    margin-bottom: 15px;
}
/* ADMIN */
.dashboard-sidebar-link.current .dashboard-sidebar-link-title {
    color: #ffd868 !important;
}
.dashboard-balance-icon i {
    color: #ffd868 !important;
    font-size: 22px !important;
}
.dashboard-balance .dashboard-balance-title {
    color: #ffd868 !important;
}
.dashboard-sidebar-link .dashboard-sidebar-link-title:hover {
    color: #ffd868 !important;
}
.cart-counter {
    transition: transform 0.25s ease;
    transform-origin: center;
}
.cart-counter.bump {
    transform: scale(1.3);
}
.user-badges { display: none; }
.plan .plan-feat { font-size: 16px; }
@media (max-width: 991.98px){
  .mpx-project-row { display: flex; gap: 6px; margin-top: 10px; align-items: flex-end; }
  .breadcrumb.custom {font-size: 12px; }
  .animation-category .breadcrumb-item+.breadcrumb-item::before { display: none; }
  .quality { flex-direction: column; }
  .show-result { padding-left: 0 !important;}
  h1.animation-title {  line-height: 30px; }
  .similar-title { font-size: 22px !important; }
  .footer .footer-text { font-size: 12px; } .footer .footer-links .footer-link:not(:last-child) { margin-bottom: 0; }
}