@charset "UTF-8";
.u-game-underline {
  line-height: 0;
  margin-top: 5px;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

.header-wrapper {
  z-index: 999;
  background-color: #212121;
  width: 100vw;
  height: 72px;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.header-wrapper .nav-top {
  height: 80px;
}
.header-wrapper .nav-top-fixed {
  position: fixed;
}
.header-wrapper #NavBarInput,
.header-wrapper .hamButton {
  display: none;
}
.header-wrapper__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: unset;
  width: 98%;
  gap: 20px;
}
.header-wrapper__container {
  max-width: 1210px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header-wrapper--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper--left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper--left .header-icons-container {
  display: none;
}
.header-wrapper--left .header-icons-container .cart-icon {
  position: relative;
}
.header-wrapper--left .header-icons-container .cart-icon .cart-badge {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: linear-gradient(-15.85deg, #56BE60 12.94%, #04560C 106.4%);
  position: absolute;
  top: -10px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper--left .header-icons-container .cart-icon .cart-badge p {
  margin-bottom: 0px !important;
}
.header-wrapper--right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header-wrapper--right .header-icons-container {
  display: flex;
}
.header-wrapper--right .header-icons-container .cart-icon {
  position: relative;
}
.header-wrapper--right .header-icons-container .cart-icon .cart-badge {
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: linear-gradient(-15.85deg, #56BE60 12.94%, #04560C 106.4%);
  position: absolute;
  top: -17px;
  right: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrapper--right .header-icons-container .cart-icon .cart-badge p {
  margin-bottom: 0px !important;
}
.header-wrapper .logo-img {
  width: 160px;
}

.search-bar-container {
  position: relative;
  width: 100%;
  transition: all 0.4s;
}
.search-bar-container input {
  width: 0%;
  position: relative;
  float: right;
  width: 0px;
  border-radius: 16px;
  height: 40px;
  transition: all 0.4s;
  background: linear-gradient(#121212, #1e1e1e) padding-box, rgba(255, 255, 255, 0.25) border-box;
}
.search-bar-container .search-results {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50px;
  bottom: 0px;
  display: none;
  height: 0%;
  list-style: none;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 2s;
  transition-timing-function: ease;
}
.search-bar-container .search-results a {
  background-color: #2F2F2F;
  display: block;
  width: inherit;
  text-decoration: none;
  color: #9c9c9c;
  padding: 2px 5px;
  text-overflow: ellipsis;
  margin-top: 1px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.search-bar-container .search-results a:hover {
  color: #ffffff;
}

.search-bar-container input.active .search-bar-ico {
  top: 22px !important;
}

.search-bar-container-chk {
  position: relative;
}
.search-bar-container-chk input {
  width: 240px;
  border-radius: 16px;
  padding: 0px 10px;
  height: 37px;
  padding-left: 40px;
}

.search-bar-ico-chk {
  position: absolute;
  top: 7px;
  left: 10px;
}
.search-bar-ico-chk i {
  color: #fff;
  font-size: 20px;
}

.search-bar-ico {
  cursor: pointer;
  transition: all 300ms ease;
}
.search-bar-ico i {
  color: #BCBCBC;
  font-size: 20px;
}
.search-bar-ico i:hover {
  color: #fff;
}

.header-icons-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  transition: all 300ms ease;
}
.header-icons-container i {
  color: #BCBCBC;
  font-size: 20px;
  cursor: pointer;
}
.header-icons-container i:hover {
  color: #fff;
}

.header-nav-container .menuList-down .menuList-content li:hover a {
  color: #fff;
  margin-left: 6px;
}

.menuList-content li.active {
  color: #fff;
  border-bottom: 1px solid green;
}

.header-nav-container li a.active {
  color: #fff;
}

.header-nav-container menu-item.active {
  color: #fff;
}

.header-nav-container {
  width: 680px;
  height: 44px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: unset;
}
.header-nav-container li {
  position: relative;
}
.header-nav-container li .nav-link-underline {
  position: absolute;
  top: 48px;
  left: -15px;
}
.header-nav-container li {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav-container li:hover {
  -webkit-box-shadow: 0 1rem 2rem rgba(33, 33, 33, 0.4274509804);
  box-shadow: 0 1rem 2rem rgba(33, 33, 33, 0.4274509804);
}
.header-nav-container li a {
  text-decoration: none;
  color: #BCBCBC;
  font-size: 18px;
  transition: 300ms ease;
}
.header-nav-container li a .menuList-icon {
  font-size: 16px;
  background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-nav-container li a:hover, .header-nav-container li a:active {
  color: #fff;
  transition: 300ms ease;
}
.header-nav-container .menuList-down {
  position: relative;
}
.header-nav-container .menuList-down .menuList-content {
  position: absolute;
  display: none;
  background: #222;
  border-radius: 14px;
  width: 208px;
  height: fit-content;
  padding: 14px;
  left: 0px;
  top: 50px;
  transform: all 300ms ease;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
}
.header-nav-container .menuList-down .menuList-content li:hover {
  border-bottom: 1px solid green;
}
.header-nav-container .menuList-down .menuList-content li:not(:last-child) {
  border-bottom: 1px solid #2b2b2b;
}
.header-nav-container .menuList-down .menuList-content li:not(:last-child):hover {
  border-bottom: 1px solid green;
}
.header-nav-container .menuList-down .menuList-content li a {
  padding: 10px 8px;
  display: block;
}

.menuList-down.active .menuList-content {
  display: block !important;
}

.Sell-sm-text.header-txt {
  display: none;
}

@media only screen and (min-width: 1113px) {
  .header-nav-container a.active::after {
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 7px;
    position: absolute;
    top: 46px;
    background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
    border-radius: 0px 0px 10px 10px;
    transition: width 0.25s ease-out;
  }
  .header-nav-container a.active {
    display: block;
    background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  .header-nav-container a.active.menu-sell::after {
    background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
  }
  .header-nav-container a.active.menu-sell {
    display: block;
    background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1113px) {
  .Sell-sm-text {
    display: block;
    padding-top: 2px;
  }
  .header-wrapper {
    justify-content: space-between;
    height: 70px;
  }
  .header-wrapper--left {
    gap: 30px;
  }
  .header-wrapper--left a {
    z-index: 4;
  }
  .header-wrapper--bottom {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    height: 100vh;
    background-color: #121212;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    border-right: 4px solid #04560C;
    border-radius: 16px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .header-wrapper--bottom ::-webkit-scrollbar {
    display: none;
  }
  .header-wrapper--bottom ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 89%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-wrapper--bottom ul li {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #1F2128;
  }
  .header-wrapper--bottom--open {
    transform: translateX(0%);
  }
  .header-wrapper__Hamburger {
    height: 28px;
    width: 28px;
    z-index: 1001;
    cursor: pointer;
  }
  .header-wrapper #NavBarInput {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 28px;
    margin: 0;
    width: 28px;
  }
  .header-wrapper .hamButton {
    z-index: 1;
    height: 28px;
    font-size: 28px;
    color: #ffffff;
    width: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 368px) {
  .header-wrapper--bottom {
    max-width: 100%;
  }
}
.GN-v2 {
  display: none;
}

@media only screen and (max-width: 660px) {
  .header-wrapper .logo-img {
    width: 160px;
  }
  .GN-v2 {
    display: block;
    text-align: center;
    font-size: 16;
    color: #3b3d44;
    width: 100%;
    padding: 10px;
    padding-bottom: 24px;
  }
  .last-child--li {
    margin-bottom: 80px !important;
  }
  .search-bar-container input {
    display: none;
  }
  .search-bar-container .search-bar-ico {
    position: relative;
    top: 0;
    right: 0;
  }
  .nav-top {
    height: 130px;
  }
  .header-wrapper {
    height: 130px;
  }
  .header-wrapper__Hamburger {
    position: relative;
  }
  .header-wrapper--top {
    flex-direction: column;
    gap: 10px;
  }
  .header-wrapper--left {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .header-wrapper--left .header-icons-container {
    display: flex;
  }
  .header-wrapper--left .header-icons-container .logo-center {
    flex-grow: 1;
  }
  .header-wrapper--right {
    width: 100%;
  }
  .header-wrapper--right .header-icons-container {
    display: none;
  }
  .search-bar-container {
    width: 100%;
  }
  .search-bar-container input {
    display: block;
    width: 100%;
  }
  .search-bar-container .search-bar-ico {
    position: absolute;
    top: 8px;
    right: 12px;
  }
}
@media (max-width: 1113px) {
  .header-wrapper--bottom {
    background: linear-gradient(to right, #121212 290px, transparent 1px);
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    border: none;
    border-radius: 5px;
  }
  .header-wrapper--bottom .header-nav-container {
    width: 100%;
    max-width: 290px;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 660px) {
  .header-wrapper--bottom .header-nav-container {
    height: calc(100vh - 130px);
  }
}
@media only screen and (max-width: 310px) {
  .header-wrapper--left {
    justify-content: flex-end;
  }
}
@media (max-width: 1113px) {
  .header-nav-container .menuList-down .menuList-content li {
    padding: 0px;
  }
  .header-nav-container .menuList-down .menuList-content {
    position: unset;
    background-color: transparent;
    border-radius: none;
    width: 100%;
  }
  .header-nav-container .menuList-down .menuList-content li:last-child {
    border-bottom: none;
  }
  .header-nav-container .menuList-down .menuList-content li:last-child:hover {
    border-bottom: 1px solid green;
  }
  .header-nav-container .menuList-down .menuList-content {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .header-nav-container li a {
    display: inherit;
    font-size: 16px;
    padding: 20px 20px 20px 20px;
  }
}
.overlay-curtain {
  display: none;
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: overlay-fade 0.4s both;
}

@keyframes overlay-fade {
  0% {
    opacity: 0;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    opacity: 1;
    background: rgba(0, 0, 0, 0.48);
  }
}
@media (min-width: 1114px) {
  .header-wrapper--top {
    display: grid !important;
    grid-gap: 10px;
    justify-content: unset;
    align-items: unset;
    grid-template-columns: 160px auto 100px;
    transition: all 0.2s ease 0.2s;
  }
  .header-wrapper--top .search-bar-ico {
    margin-top: 7px;
  }
  .header-wrapper--top input {
    transition-delay: 0.2s;
  }
  .header-wrapper--top form {
    display: flex;
    justify-content: flex-end;
  }
  .header-wrapper--top.search-active {
    grid-template-columns: 160px 0px auto;
  }
  .header-wrapper--top.search-active .search-bar-ico {
    margin-left: -30px;
    z-index: 10;
  }
  .header-wrapper--top.search-active input {
    padding-left: 10px;
    width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.297);
    transition-delay: 0.5s;
  }
  .header-wrapper--top.search-active .header-wrapper--right {
    width: 100%;
    transition-delay: 0.3s;
  }
  .header-wrapper--top.search-close .search-bar-container {
    transition: all 0.8s;
  }
  .header-wrapper--top.search-close input {
    width: 0%;
  }
  .header-wrapper--right {
    width: 100%;
    justify-content: right;
    flex-direction: none;
  }
  .header-wrapper--bottom {
    display: inline-block;
    margin-left: 6vw;
  }
  .header-wrapper--bottom .header-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom .menu-item {
    transform: scale(0);
    transition: 0.5s;
    display: block;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom li:nth-child(1) a.menu-item {
    transition-delay: 0.4s !important;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom li:nth-child(2) a.menu-item {
    transition-delay: 0.3s !important;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom li:nth-child(3) a.menu-item {
    transition-delay: 0.2s !important;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom li:nth-child(4) a.menu-item {
    transition-delay: 0.1s !important;
  }
  .header-wrapper--top.search-active .header-wrapper--bottom li:nth-child(5) a.menu-item {
    transition-delay: 0s !important;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom .menu-item {
    transform: scale(1);
    transition: 0.5s;
    display: block;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom li:nth-child(1) a.menu-item {
    transition-delay: 0.1s !important;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom li:nth-child(2) a.menu-item {
    transition-delay: 0.2s !important;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom li:nth-child(3) a.menu-item {
    transition-delay: 0.3s !important;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom li:nth-child(4) a.menu-item {
    transition-delay: 0.4s !important;
  }
  .header-wrapper--top.search-close .header-wrapper--bottom li:nth-child(5) a.menu-item {
    transition-delay: 0.5s !important;
  }
}
@media (min-width: 2000px) {
  .header-wrapper--bottom {
    margin-left: 5vw;
  }
}
@media (min-width: 2500px) {
  .header-wrapper--bottom {
    margin-left: 4vw;
  }
}
@media (max-width: 1113px) {
  .header-wrapper--top.search-active input {
    padding-left: 10px;
    width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.297);
  }
  .header-wrapper--top.search-active .search-bar-ico {
    margin-left: -30px;
    z-index: 10;
  }
  .header-wrapper--top .search-bar-ico {
    margin-top: 6px;
  }
  .header-wrapper--top input {
    transition-delay: 0.2s;
  }
  .header-wrapper--top form {
    display: flex;
    justify-content: flex-end;
  }
  .header-wrapper--right {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .header-wrapper.sell {
    height: 72px;
  }
  .header-wrapper.sell .header-wrapper--right {
    display: none;
  }
  .header-wrapper--top input {
    padding-left: 10px;
  }
  .header-wrapper--bottom {
    display: flex !important;
  }
  .search-bar-ico {
    margin-top: 0px !important;
  }
}
.header-wrapper--top.search-active .search-results {
  opacity: 1;
  height: 100%;
  transition-property: opacity;
  transition-delay: 0.6s;
  transition-timing-function: ease;
}

.header-wrapper--top.search-active-complete .search-results {
  display: unset !important;
}

.u-main-game-nation-slider-container {
  max-width: 1125px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-main-game-nation-slider-container .u-main-game-nation-slider-item {
  width: 1125px;
  height: 632px;
  overflow: hidden;
  border-radius: 20px;
}
.u-main-game-nation-slider-container .u-main-game-nation-slider-item .u-main-game-nation-slider-main-img img {
  width: 100%;
}

.u-main-game-nation-content {
  position: relative;
}

.u-main-game-nation-slider-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.u-main-game-nation-slider-overlay-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.u-main-game-nation-slider-overlay-images-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
.u-main-game-nation-slider-overlay-images-container .u-main-game-nation-slider-overlay-images {
  width: 20%;
  overflow: hidden;
  border-radius: 16px;
  margin: 0px 10px;
}
.u-main-game-nation-slider-overlay-images-container .u-main-game-nation-slider-overlay-images img {
  width: 100%;
}

.active-img-slider {
  border: 1px solid #56be60;
}

.u-main-game-nation-slider-overlay-text {
  width: 80%;
}
.u-main-game-nation-slider-overlay-text p {
  color: #fff;
  font-size: 22px;
}

.heading-u-main-game-nation-slider-overlay {
  font-size: 36px !important;
}

.mobile-main-slider-container {
  width: 100%;
  overflow: hidden;
}
.mobile-main-slider-container .mobile-main-slide-item .slider-main-image-container img {
  width: 100%;
}

.u-game-list-main-container {
  max-width: 1125px;
  margin: 0px auto;
}

.u-trending-section-container {
  max-width: 1125px;
  margin: 50px auto;
}

.u-trending-section-items {
  position: relative;
}
.u-trending-section-items .tending-bg-img {
  width: 100%;
}

.trending-games-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trending-games-container div {
  display: flex;
  justify-content: center;
}

.trending-games-items {
  width: 25%;
}

.trending-games-box {
  width: 165px;
  height: 320px;
  background: linear-gradient(152.97deg, #118771 0%, #1A514E 100%);
  border: 1px solid #7A959F;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.trend-game-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.trend-game-img img {
  width: 140px;
  height: 177px;
}

.trend-text {
  padding-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.trend-text p {
  margin-bottom: 4px;
}

.btn-view {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-view p {
  margin: 0px;
}

.trend-num {
  position: absolute;
  top: -5px;
  left: -25px;
}

.trending-games-items {
  margin: 0px 20px;
}

@media (max-width: 768px) {
  .trending-games-container {
    overflow: scroll;
    justify-content: flex-start;
    margin: 0px 1rem;
  }
}
.acess-img.img-fix {
  width: 25px;
}

.acess-img {
  width: 40px;
}

.shop-by-cat-container {
  max-width: 1125px;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: center;
  gap: 40px;
}
.shop-by-cat-container .shop-by-cat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 25px;
}
.shop-by-cat-container .shop-by-cat-item .shop-by-cat-heading p {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
}
.shop-by-cat-container a:hover {
  text-decoration: none;
}
.shop-by-cat-container a:hover p {
  text-decoration: underline;
  text-decoration-color: #0056b3;
}

.shop-by-cat-cards {
  width: 130px;
  height: 126px;
  border-radius: 8.95px;
  background: linear-gradient(#121212, #1e1e1e) padding-box, linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%) border-box;
  border-radius: 1em;
  border: 1px solid rgba(255, 255, 255, 0);
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop-by-cat-cards .sbcs-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.shop-by-cat-cards p {
  margin-bottom: unset;
  font-weight: 600;
}
.shop-by-cat-cards .shop-by-cat-card-content p {
  color: #fff;
}

@media (max-width: 446px) {
  .temp-remove {
    display: none !important;
  }
}
@media (max-width: 945px) {
  .shop-by-cat-container .shop-by-cat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    column-gap: 25px;
  }
}
.u-steps-sections-container {
  margin: 50px 0px;
  margin-top: 100px;
  position: relative;
  height: 450px;
  background-image: url(../imgs/steps_bg.webp);
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.u-steps-sections-container__sideImage {
  position: absolute;
  left: 0;
  top: 38%;
  max-width: 80vw;
  transform: translateY(-50%);
}
.u-steps-sections-container__content {
  height: 100%;
  width: 77%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.u-steps-sections-container__content--left {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.u-steps-sections-container__content--right {
  width: 68%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.u-steps-sections-container--downarrow {
  position: absolute;
  bottom: -70px;
  right: -60%;
}
.u-steps-sections-container--uparrow {
  position: absolute;
  top: -70px;
  right: -60%;
}

.steps-div-info-heading {
  font-size: 22px;
  font-weight: 900;
  width: 100%;
}
.steps-div-info-heading p {
  margin: unset;
  font-weight: 600;
  color: #cfd2d3;
}

.steps-div-info-para {
  width: 100%;
}
.steps-div-info-para span {
  color: #1976D2;
  font-weight: 600;
}
.steps-div-info-para p {
  margin: unset;
}

.u-steps-sections-bg-side-img {
  position: absolute;
  top: -100px;
  z-index: 1;
}

.u-steps-sections-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-steps-sections-items .u-steps-sections-parts {
  max-width: 1200px;
  margin: 0px auto;
  height: 100%;
}

.u-steps-sections-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.blank-div-steps {
  width: 20%;
}

.steps-div-info {
  width: 30%;
  color: #fff;
}

.steps-detail-info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.steps-info-detail-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.steps-info-items-cards-container {
  width: 33%;
  padding: 0px 10px;
}

.steps-info-items-cards {
  position: relative;
  width: 180px;
  height: 205px;
  border: 1px solid grey;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0.5019607843), rgba(30, 30, 30, 0.2509803922));
  border-radius: 16px;
  backdrop-filter: blur(42px);
}

.card-number-steps-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
}

.card-steps-icon-container {
  width: 56px;
  height: 56px;
  background-color: rgba(232, 232, 232, 0.1294117647);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.steps-card-info-txt-content {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.steps-card-info-txt-content p {
  padding: 0px 10px;
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}

.card-tile-heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

.arrow-container-steps {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 2;
  margin-left: 100px;
}

.arrow-container-steps-down {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0px;
  margin-right: 100px;
}

.u-steps-sections-bg-img img {
  width: 100%;
}

@media (max-width: 1188px) {
  .u-steps-sections-container__content--left {
    justify-items: center;
  }
}
@media (max-width: 980px) {
  .u-steps-sections-container__content {
    justify-content: center;
  }
  .u-steps-sections-container__content--right {
    display: none;
  }
  .u-steps-sections-container__content--left {
    width: 50%;
  }
}
@media (max-width: 910px) {
  .u-steps-sections-container__content {
    width: 60%;
  }
  .u-steps-sections-container__content--left {
    width: 100%;
  }
}
@media (max-width: 609px) {
  .u-steps-sections-container {
    height: 270px;
  }
  .u-steps-sections-container__content {
    width: 100%;
  }
  .u-steps-sections-container__sideImage {
    max-width: 60vw;
  }
  .u-steps-sections-container__content {
    justify-content: flex-end;
  }
  .u-steps-sections-container__content--left {
    justify-content: center;
    z-index: 2;
    width: 50%;
  }
}
@media (max-width: 445px) {
  .u-steps-sections-container {
    margin-top: 75px;
  }
  .u-steps-sections-container__sideImage {
    max-width: 48vw;
  }
  .u-steps-sections-container__content {
    padding: 0 5px;
    width: 68%;
  }
  .u-steps-sections-container__content--left {
    width: 100%;
  }
  .CategoryHeader__right--buttons {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    gap: 0px !important;
  }
  .CategoryHeader__right--buttons .cat-btn {
    width: 100%;
    border-radius: 0px;
  }
  .CategoryHeader__right--buttons .drop-down-list {
    width: 100% !important;
    border-radius: 0px;
  }
  .CategoryHeader__right--buttons .drop-down-list .drop-down-header {
    width: 100% !important;
  }
}
.we-assure-element-icon {
  width: 68px;
  height: 68px;
}

.u-assure-section-container {
  max-width: 1125px;
  margin: 50px auto;
  padding: 0px 20px;
  background-color: transparent;
}
.u-assure-section-container .u-assure-section-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.u-assure-section-container .u-assure-section-items .u-assure-section-heaing p {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5rem;
}
.u-assure-section-container__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.u-assure-section-container__col {
  width: 235px;
  height: 235px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.u-assure-section-container__col--border {
  width: 100%;
  max-width: 235px;
  aspect-ratio: 1/1;
  background: linear-gradient(157.97deg, rgba(255, 255, 255, 0.35) 0%, #242731 50%, rgba(255, 255, 255, 0.35) 100%) !important;
  backdrop-filter: blur(24px);
  position: relative;
  padding: 1px;
  border-radius: 10px;
}
.u-assure-section-container__content {
  height: calc(100% - 1.2px);
  border-radius: 10px;
  width: calc(100% - 1.2px);
  background-color: #161611;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 33px;
  gap: 15px;
}
.u-assure-section-container__content--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.u-assure-section-container__content--text .title {
  font-size: 25px;
  margin: unset;
}
.u-assure-section-container__content--text .desc {
  font-size: 16px;
  margin: unset;
  padding: 0 10px;
  text-align: center;
}
.u-assure-section-container .u-assure-section-container__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}

@media (max-width: 540px) {
  .u-product-page-main-container .u-assure-section-cards-container {
    flex-direction: column;
  }
  .u-product-page-main-container .u-assure-card-wrapper {
    width: 100%;
  }
  .u-assure-section-container__icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px;
  }
}
.faq-page .u-assure-section-cards-container {
  gap: 25px;
}

.u-assure-section-cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.u-assure-section-cards-container a:hover {
  text-decoration: none;
}
.u-assure-section-cards-container a:hover p {
  text-decoration: underline;
  text-decoration-color: #0056b3;
}

.faq-page .u-assure-section-cards {
  width: 220px;
  height: 220px;
}

.u-assure-section-cards {
  position: relative;
  width: 200px;
  height: 220px;
  aspect-ratio: 1/1;
  background: linear-gradient(#121212, #1e1e1e) padding-box, linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%) border-box;
  border-radius: 1em;
  border: 2px solid rgba(255, 255, 255, 0);
}

.u-assure-section-cards-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-top: 33px;
}
.u-assure-section-cards-content p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  color: #DEDEDE;
  font-weight: 100;
  text-align: center;
  padding: 0px 20px;
}
.u-assure-section-cards-content img {
  width: 66px;
  height: 60px;
  margin-bottom: 6px;
}
.u-assure-section-cards-content .u-assure-section-container__icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px !important;
  height: 60px;
}
.u-assure-section-cards-content .u-assure-section-container__icon-container > .fa, .u-assure-section-cards-content .u-assure-section-container__icon-container .fa-solid {
  font-size: 50px;
  color: rgb(140, 140, 140);
}
.u-assure-section-cards-content .faq-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
}
.u-assure-section-cards-content .highlight {
  color: #ffffff !important;
}

.u-assure-card-heading {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.u-assure-card-content {
  font-size: 14px !important;
  color: #cecece !important;
}

.u-faq-section-part section button {
  width: 73px;
  /* border-radius: 5px; */
  margin: 0px 10px;
  border: 2px solid #496ADE;
  clip-path: polygon(3% 5%, 100% 0, 97% 93%, 0 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

@media (max-width: 991px) {
  .u-assure-card-wrapper {
    width: 33.3%;
    padding-bottom: 20px;
  }
}
.u-assure-card-wrapper {
  padding-right: 17px;
  width: 25%;
  display: flex;
  justify-content: center;
  cursor: auto;
}
.u-assure-card-wrapper:nth-of-type(even) .u-assure-section-cards {
  background-color: rgba(38, 40, 46, 0.1);
}
.u-assure-card-wrapper:nth-of-type(odd) .u-assure-section-cards {
  background-color: rgba(50, 53, 61, 0.2);
}

.merch-page .u-assure-card-wrapper:nth-child(2) {
  display: none !important;
}

@media (max-width: 991px) {
  .u-assure-card-wrapper {
    width: 30%;
    padding-bottom: 20px;
  }
  .u-assure-section-cards-container {
    column-gap: 25px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .u-assure-card-wrapper {
    width: 45%;
  }
  .u-assure-section-container__icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px;
  }
}
@media (max-width: 534px) {
  .u-assure-section-container__content {
    flex-direction: row;
    padding-top: 10px;
    padding-left: 20px;
  }
  .we-assure-element-icon {
    width: 50px;
    height: 50px;
  }
  .u-assure-section-container__col {
    height: 100%;
  }
  .u-assure-section-container__col--border {
    height: 90px;
    max-width: unset;
  }
  .u-assure-section-container__content--text {
    width: 70%;
  }
  .u-assure-section-container__content--text .title {
    font-size: 18px;
    font-weight: 600;
  }
  .u-assure-section-container__content--text .desc {
    font-size: 14px;
  }
  .u-assure-section-container__row {
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .u-main-product-detail-section-image {
    justify-content: flex-start;
  }
  .u-main-product-detail-section-image img {
    max-width: 100%;
    width: 60%;
  }
  .u-assure-section-cards {
    height: 85px;
    width: 100%;
    aspect-ratio: unset;
  }
  .faq-page .u-assure-section-cards {
    height: 160px;
    width: 100%;
  }
  .faq-page .u-assure-section-cards-content {
    flex-direction: column;
  }
  .faq-page .u-assure-section-cards-content .faq-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
  }
  .faq-page .u-assure-card-wrapper {
    width: 100% !important;
  }
  .faq-page .u-assure-section-cards-container {
    flex-direction: column;
  }
  .faq-page .u-assure-section-cards-content img {
    margin-left: 0px;
  }
  .u-assure-section-cards-container {
    gap: 0px;
  }
  .u-assure-section-cards-content {
    flex-direction: row;
    padding-top: unset;
  }
  .u-assure-section-cards-content img {
    margin-left: 10px;
  }
  .u-assure-section-cards-content {
    justify-content: center;
    text-align: start;
    padding-left: 7px !important;
  }
  .u-assure-section-cards-content p {
    margin-bottom: 0px;
    text-align: start;
  }
  .u-assure-card-wrapper {
    padding: 10px 0px;
  }
  .u-assure-section-cards-content div {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .u-assure-card-heading {
    font-size: 16px !important;
  }
  .u-assure-section-cards-content p {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .u-assure-section-container__content--text .desc {
    font-size: 14px;
  }
}
.u-faq-section-container {
  max-width: 1125px;
  margin: 0px auto;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}
.u-faq-section-container.faq {
  margin-top: 130px;
  margin-bottom: 60px;
}
.u-faq-section-container .u-faq-section-items {
  width: 100%;
}
.u-faq-section-container .u-faq-section-part {
  margin-bottom: 20px;
}

.u-faq-container {
  margin-top: 120px;
}

.u-faq-section-heading {
  font-size: 22px;
  font-weight: 600;
}
.u-faq-section-heading p {
  margin-bottom: 0px;
  color: #fff;
}
.u-faq-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.faq .u-faq-section-heading {
  flex-direction: row;
}

.faq .faq-sub-section {
  display: flex;
  gap: 14px;
}

.faq .faq-sub-section label {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.faq .faq-sub-section input {
  appearance: none;
  width: 132px;
  height: 48px;
  border: 1px solid #00724B;
  /* background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%); */
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: inherit;
}

.faq .faq-sub-section input:checked {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}

.faq .faq-sub-section span {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
}

.u-faq-bars-container .u-faq-bars {
  width: 100%;
  align-items: center !important;
  cursor: pointer;
}

.u-faq-bars-container .u-faq-bars.answer {
  flex-direction: column;
}

.u-faq-bars-container .button-arrow {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-faq-bars-container .button-arrow i {
  transform: rotate(90deg);
  color: #fff;
}

@media (max-width: 660px) {
  .faq .faq-sub-section input {
    width: 130px;
  }
  .faq .faq-sub-section span {
    font-size: 15px;
  }
  .faq .u-faq-bars-container .u-faq-bars {
    width: 100%;
  }
}
@media (max-width: 1113px) {
  .u-faq-container {
    margin-top: 100px;
  }
}
@media (max-width: 826px) {
  .faq .u-faq-section-heading {
    gap: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .faq .faq-sub-section {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.u-faq-container {
  margin-top: 130px;
}

.short-text {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 6px;
}

.q-a-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.u-faq-bars-container {
  margin: 10px 0px;
  width: 100%;
}
.u-faq-bars-container .u-faq-bars {
  padding: 10px 14px;
  background: #1E1E1E;
  border-radius: 13.3422px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-container {
  width: 80%;
}
.question-container p {
  font-weight: normal;
  font-size: 18px;
  color: #e4e3e3;
  margin-bottom: 0px;
}

.open-answer-container {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}

.answer {
  height: auto !important;
  padding: 20px;
}
.answer p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
}

@media (max-width: 540px) {
  .u-faq-section-heading {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 390px) {
  .u-faq-section-heading {
    flex-direction: column;
  }
  .u-faq-section-part:nth-child(2) {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 360px) {
  .u-faq-bars-container .u-faq-bars {
    width: 100%;
    height: auto;
  }
}
.answer {
  padding: 10px 20px !important;
}

.open-answer-btn {
  cursor: pointer;
}

.load-btn {
  width: 175px;
  height: 48px;
  font-size: 16px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  background-image: url(../imgs/load-btn.png);
}

.u-faq-section-part select {
  background-color: transparent;
  color: #fff;
  width: 184px;
  padding: 10px;
  border-radius: 61.78px;
  border: 1.34px solid #C5C5C5;
}
.u-faq-section-part selectfocus {
  outline: 0;
}
.u-faq-section-part select option {
  color: #000;
}

@media (max-width: 560px) {
  .u-faq-section-part select {
    margin-top: 10px;
  }
}
.search-container {
  background-color: #2F2F2F;
  border-radius: 24px;
}
.search-container .quick-links ul li:not(:last-child) {
  border-bottom: 1px solid grey;
}

.u-gammer-says-container {
  max-width: 1125px;
  margin: 50px auto;
  padding: 0px 20px;
  background-color: transparent;
}
.u-gammer-says-container .u-gammer-says-items {
  width: 100%;
}
.u-gammer-says-container .u-gammer-says-items .u-gammer-says-heading p {
  color: #fff;
  font-size: 22px;
  font-weight: 600px;
  margin-bottom: 0.5rem;
}

.u-gammer-card-bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.u-gammer-card-bottom-part {
  width: 40%;
}
.u-gammer-card-bottom-part p {
  margin-bottom: 0px;
}

.u-gammer-card-bottom-part-stars {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quote-img {
  margin-bottom: 20px;
}

.u-gammer-says-cars-slider-container {
  margin-top: 50px;
}

.slider-arrows-container {
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: flex-end;
}
.slider-arrows-container .slider-arrows-item {
  display: flex;
}

.slider-arrows-part {
  width: 58px;
  height: 58px;
  background: rgba(67, 67, 67, 0.2);
  border-radius: 100%;
  margin: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-arrows-part i {
  color: #fff;
  font-size: 22px;
}
.slider-arrows-part:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.main-page.trustpilot-widget {
  margin-top: -90px;
  padding-bottom: 50px;
}

.slider-arrows-container .slider-arrows-item {
  z-index: 10;
}

@media (max-width: 540px) {
  .main-page.trustpilot-widget {
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .tp-widget-wrapper {
    text-align: center;
  }
  .slider-arrows-container .slider-arrows-item {
    display: none;
  }
  .slider-arrows-part {
    display: none;
    width: 40px;
    height: 40px;
  }
  .slider-arrows-part i {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-page.trustpilot-widget {
    margin-top: -30px;
  }
  .tp-widget-wrapper {
    text-align: center;
  }
  .slider-arrows-container .slider-arrows-item {
    display: none !important;
  }
  .slider-arrows-part {
    display: none;
    width: 40px;
    height: 40px;
  }
  .slider-arrows-part i {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .slider-arrows-part {
    display: none;
    width: 40px;
    height: 40px;
  }
  .slider-arrows-part i {
    font-size: 16px;
  }
}
.contact-floating-button {
  position: fixed;
  padding: 24px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.contact-floating-button img {
  width: 60px;
  height: 60px;
}

.contact-floating-button.up-button {
  background: linear-gradient(145.85deg, rgba(86, 190, 96, 0.81) 12.94%, rgba(4, 86, 12, 0.73) 106.4%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 115px;
  right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-floating-button.up-button i {
  color: white;
  font-size: 24px;
}

@media (max-width: 768px) {
  .contact-floating-button {
    padding-bottom: 90px;
    z-index: 1;
    bottom: 0px;
    right: -14px;
  }
}
@media (max-width: 1030px) {
  .row.footer-content-grid {
    flex-direction: column !important;
  }
}
.u-detail-footer-heading.img-head {
  margin-bottom: 25px;
}

.u-detailed-footer-container {
  background-color: #000;
  box-shadow: 0px 18px 20px 14px green;
  padding: 50px 20px;
}
.u-detailed-footer-container .footer-imgs {
  display: flex;
  flex-direction: column !important;
  gap: 6px;
  margin-bottom: 20px;
}
.u-detailed-footer-container .partners {
  display: none;
  width: 100%;
  padding: 20px;
  margin: 0px;
  text-align: center;
}
.u-detailed-footer-container .partners .logos {
  width: 75vw;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.u-detailed-footer-container .partners .logos img {
  height: 20px;
  filter: grayscale(100%);
  transition: all 0.7s;
}
.u-detailed-footer-container .partners .logos img:hover {
  filter: grayscale(0%);
}
.u-detailed-footer-container .partners .partner-text {
  width: 75vw;
  margin: auto;
  font-size: 20px;
}
.u-detailed-footer-container .partners .partner-text .partner-name {
  display: inline;
  color: #4D4D4D;
  cursor: default;
  transition: all 0.7s;
  white-space: nowrap;
}
.u-detailed-footer-container .partners .partner-text .partner-name:hover {
  color: #ffffff;
}
.u-detailed-footer-container .partners .partner-text .partner-name.chain::after {
  margin: 5px;
  margin-left: 10px;
  content: "•";
}
.u-detailed-footer-container .u-detail-footer-col:first {
  text-align: left;
}

.social-img {
  width: 230px;
}

.payment-img {
  width: 400px;
}

.shopping-img {
  width: 250px;
}

@media (max-width: 1185px) {
  .payment-img {
    width: 350px;
  }
}
@media (max-width: 1030px) {
  .payment-img {
    width: 450px;
  }
  .col-md-4.u-detail-footer-col {
    max-width: 315px;
    flex: 0 0 100%;
  }
  .row.footer-content-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 768px) {
  .payment-img {
    width: 350px;
  }
}
@media (max-width: 640px) {
  .row.footer-content-grid {
    display: flex !important;
  }
}
@media (max-width: 400px) {
  .payment-img {
    width: 300px;
  }
  .social-img {
    width: 200px;
  }
  .shopping-img {
    width: 200px;
  }
}
@media (max-width: 370px) {
  .payment-img {
    width: 270px;
  }
}
.u-detail-footer-heading h4 {
  font-size: 20px;
  margin-left: 10px;
}

.u-detail-footer-items {
  list-style: none;
  padding: 0px;
  text-align: inherit;
}
.u-detail-footer-items li {
  width: 100%;
  display: flex;
  padding: 10px;
  color: #BCBCBC;
}
.u-detail-footer-items li i {
  font-size: 22px;
  color: #56BE60;
  padding-right: 20px;
}
.u-detail-footer-items li a {
  text-decoration: none;
  color: #B2B2B2;
  transition: all 300ms ease;
}
.u-detail-footer-items li a:hover {
  color: #fff;
}

.u-detail-img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: left;
}
.u-detail-img img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 70px;
}

@media (max-width: 768px) {
  .u-detail-footer-col {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.u-detail-img img {
  margin-top: 0px;
  height: 80px;
}

.footer-btm-cont {
  border: 1px solid rgba(68, 68, 68, 0.75);
  border-radius: 24px;
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 70px;
  margin: 0px !important;
  margin-top: 28px !important;
}
.footer-btm-cont .tag-line-word {
  text-align: center;
  align-items: center;
  width: 25%;
  height: 70px;
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
}
.footer-btm-cont .tag-line-word:not(:last-child) {
  border-right: 1px solid #4D4D4D;
}
.footer-btm-cont .tag-line-word:last-child(n) {
  border: none !important;
}
.footer-btm-cont .tag-line-word p {
  margin: auto;
}
.footer-btm-cont .tag-line-word .connector-icon {
  position: absolute;
  right: 0px;
  transform: translateX(50%);
  background-color: #000000;
  padding: 10px;
}
.footer-btm-cont .tag-line-word .connector-icon .fa-angles-right {
  font-size: inherit;
  opacity: 0.7;
}

.right-angle-container {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: -18px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right-angle-container div {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-angle-container div img {
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .right-angle-container {
    justify-content: center;
    align-items: flex-end;
    top: 15%;
    right: 0;
  }
  .right-angle-container div img {
    transform: rotate(90deg);
  }
  .footer-btm-cont .col-md-3 {
    border: none;
    border-bottom: 1px solid #4D4D4D;
  }
  .footer-btm-cont .col-md-3:last-child(n) {
    border: none;
  }
}
@media only screen and (max-width: 540px) {
  .footer-btm-cont .tag-line-word {
    height: 60px;
    font-size: 18px;
  }
  .footer-btm-cont .tag-line-word .connector-icon {
    font-size: 16px;
  }
  .footer-btm-cont {
    height: 62px;
  }
}
@media only screen and (max-width: 440px) {
  .footer-btm-cont .tag-line-word {
    height: 54px;
    font-size: 16px;
  }
  .footer-btm-cont .tag-line-word .connector-icon {
    font-size: 14px;
  }
  .footer-btm-cont {
    height: 55px;
  }
}
.GN-connect-container {
  background: linear-gradient(152.97deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0.25) 100%);
  border: 1px solid rgba(68, 68, 68, 0.75);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  max-height: 43%;
}
.GN-connect-container .GN-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.GN-connect-container .GN-connect p {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.5);
}
.GN-connect-container .GN-connect--logo {
  min-width: 60%;
  padding: 14px;
}
.GN-connect-container .GN-connect--logo .logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.GN-connect-container .GN-connect--logo .logos .logo {
  background: linear-gradient(152.97deg, rgba(87, 87, 87, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 8px;
  border: 1px solid green;
  padding: 8px;
}
.GN-connect-container .GN-connect--logo .logos .logo:not(:first-child) {
  margin-left: 10px;
}
.GN-connect-container .GN-connect--logo .logos img {
  height: 24px;
  width: 24px;
}
.GN-connect-container .GN-connect .about-us-text {
  display: none;
}
.GN-connect-container .GN-connect--about {
  max-width: 40%;
  width: 100%;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  box-shadow: -11px 0px 20px rgba(83, 83, 83, 0.25);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 95px;
  transition: all 300ms ease;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.GN-connect-container .GN-connect--about .GN-logo--white {
  text-align: center;
}
.GN-connect-container .GN-connect--about .about-us {
  font-weight: normal;
  margin-bottom: 0px;
}
.GN-connect-container .GN-connect--about a {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.GN-connect-container .GN-connect--about a .about-right {
  margin-left: 4px;
  margin-top: 6px;
}
.GN-connect-container .GN-connect--about .GN-logo--white img {
  display: inline-block;
  margin-bottom: 10px;
  width: 50px;
}

.icon-logo {
  background: linear-gradient(152.97deg, rgba(87, 87, 87, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 8px;
  border: 1px solid green;
  padding: 8px;
}

.u-detail-footer-mobile .u-detail-footer-heading {
  background: rgb(25, 25, 25);
  border-radius: 15px;
}
.u-detail-footer-mobile .u-detail-footer-links {
  background: rgb(25, 25, 25);
  border-radius: 10px;
  padding-top: 15px;
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.u-detail-footer-mobile .about-us.mobile:hover .about-right {
  transform: translateX(3px);
  transition: all 300ms ease;
}

.GN-connect-container .GN-connect--about:hover .about-right {
  transform: translateX(3px);
  transition: all 300ms ease;
}

@media (min-width: 1200px) {
  .footer-content-grid .col-md-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-content-grid .col-md-4.GN-connect-container {
    flex: 0 0 28%;
    max-width: 28%;
    height: 100%;
  }
  .footer-content-grid .col-md-4.company-profile {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (max-width: 1198px) {
  .GN-connect-container {
    border: none;
    background: none;
  }
  .GN-connect-container .GN-connect--about {
    background: none;
  }
  .GN-connect-container .GN-connect--logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-content-grid .col-md-4.GN-connect-container {
    flex: 0 0 100% !important;
    margin: auto;
  }
}
@media (max-width: 1030px) {
  .GN-connect-container .GN-connect--logo {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer-btm-cont .tag-line-word p {
    font-size: 16px;
  }
  .u-detail-footer-col.desktop-footer {
    display: none;
  }
  .footer-icons-container.desktop-footer {
    display: none;
  }
  .u-detail-footer-col {
    border: none;
  }
  .GN-connect-container .GN-connect--logo {
    align-items: center;
  }
  .col-md-4.u-detail-footer-col {
    max-width: 100%;
  }
  .row.footer-content-grid {
    grid-template-columns: 100%;
  }
  .GN-connect-container .GN-connect--about {
    display: none;
  }
  .footer-btm-cont {
    height: 50px;
  }
  .footer-btm-cont .tag-line-word {
    height: 50px;
  }
  .footer-btm-cont .tag-line-word .connector-icon {
    padding: 6px;
  }
  .footer-btm-cont .tag-line-word .connector-icon .fa-angles-right {
    font-size: 16px;
  }
  .footer-content-grid .col-md-4.GN-connect-container {
    margin-top: 30px;
    margin-bottom: -25px;
  }
  .footer-content-grid .col-md-4.company-profile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-content-grid .col-md-4.company-profile .u-detail-footer-items li {
    justify-content: center;
  }
  .GN-connect-container .GN-connect--logo {
    padding: 20px 0px;
  }
}
.u-detail-footer-col.mobile {
  padding: 0px;
}

.u-detail-footer-mobile.container {
  padding: 0px;
}

.u-detail-footer-mobile .u-detail-footer-heading h4 {
  font-size: 18px;
  color: #d1d1d1;
}
.u-detail-footer-mobile .u-detail-footer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #222222;
  padding: 20px;
  cursor: pointer;
}
.u-detail-footer-mobile .u-detail-footer-heading i {
  color: #d1d1d1;
}
.u-detail-footer-mobile .u-detail-footer-heading:hover h4,
.u-detail-footer-mobile .u-detail-footer-heading:hover i {
  color: white;
  transition: all 300ms ease;
}
.u-detail-footer-mobile .u-detail-footer-links {
  transition: all 300ms ease 0.2s;
  padding-left: 20px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}
.u-detail-footer-mobile .u-detail-footer-links.about-us .about-us {
  margin-bottom: 10px;
}

.u-detail-footer-mobile.active {
  transition: all 300ms ease;
}
.u-detail-footer-mobile.active .u-detail-footer-links {
  transition: all 300ms ease 0.2s;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.u-detail-footer-mobile.active .u-detail-footer-heading {
  border-bottom: 1px solid green;
}
.u-detail-footer-mobile.active .u-detail-footer-heading i {
  transform: rotate(180deg);
}

.footer-icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
.footer-icons-container .footer-icon {
  border: 1px solid rgba(68, 68, 68, 0.75);
  box-shadow: inset 33px 33px 51px rgba(61, 61, 61, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 38px;
}
.footer-icons-container .footer-icon .small-img {
  width: 40px;
}
.footer-icons-container .footer-icon .big-img {
  width: 70px;
}
.footer-icons-container .footer-icon img {
  width: 55px;
}

@media (max-width: 768px) {
  .u-detailed-footer-container {
    font-size: 16px !important;
  }
  .u-detail-footer-heading h4 {
    font-size: 16px !important;
  }
  .col-sm-12.text-center.text-white {
    font-size: 14px;
  }
}
footer {
  width: 100%;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}

#footer-icons {
  justify-content: flex-end;
}

@media (max-width: 576px) {
  #footer-icons {
    justify-content: center;
  }
  #footer-img {
    justify-content: center;
  }
}
.mobile-header-nav-container {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  background-color: #121212;
  padding: 20px;
}
.mobile-header-nav-container .mobile-header-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 10%;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts:nth-child(2) {
  width: 50%;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts:nth-child(3) {
  width: 40%;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts i {
  color: #fff;
  font-size: 22px;
  margin-right: 20px;
  cursor: pointer;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts:nth-child(2) {
  display: flex;
  justify-content: center;
}
.mobile-header-nav-container .mobile-header-nav-item .mobile-header-nav-parts:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

.mobile-nav-bar-container {
  position: fixed;
  background-color: #121212;
  top: 70px;
  width: 80%;
  left: -100%;
  height: calc(100vh - 65px);
  border-right: 1px solid #1F2128;
  z-index: 99;
  overflow: scroll !important;
}
.mobile-nav-bar-container .mobile-nav-bar-items ul {
  padding-top: 20px;
  list-style: none;
}
.mobile-nav-bar-container .mobile-nav-bar-items ul li {
  cursor: pointer;
  padding: 20px 20px;
  border-bottom: 1px solid #1F2128;
}
.mobile-nav-bar-container .mobile-nav-bar-items ul li:hover {
  background-color: #212121;
}
.mobile-nav-bar-container .mobile-nav-bar-items ul li a {
  color: #BCBCBC;
  text-decoration: none;
}

@media (max-width: 540px) {
  .mobile-header-nav-parts:nth-child(2) img {
    width: 125px;
  }
  .mobile-header-nav-parts {
    line-height: 0px;
  }
  .mobile-header-nav-parts i {
    font-size: 16px;
  }
}
.i-shopping-cart-container {
  position: relative;
}

.shop-counter-div {
  position: absolute;
  top: -5px;
  background-color: #56BE60;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  right: 10px;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-counter-div p {
  line-height: 0;
  margin-bottom: 0px;
}

.u-main-profile-detail-container {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-profile-img-container {
  overflow: hidden;
  border-radius: 100%;
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-profile-name {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: unset;
}

.u-profile-items-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px !important;
}

.u-profile-cards-container {
  margin-top: 40px !important;
}

.u-profile-email {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: unset;
}

.u-profile-status-container {
  height: 123.4918060303px;
  width: 146.0655670166px;
  border-radius: 10.6229505539px;
  background-color: #1E1E1E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.u-profile-status-container .u-profile-status-text {
  text-align: center;
  font-size: 22px;
}
.u-profile-status-container {
  position: relative;
}

.u-profile-cards-icon-container {
  position: absolute;
  top: -40px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-card-icon-img {
  width: 69px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
}
.u-card-icon-img img {
  width: 68px;
}
.u-card-icon-img .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 69px;
}

.profile-status-number {
  margin-bottom: 0px;
}

.u-profile-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.u-profile-personal-details-container {
  width: 660px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #1E1E1E;
}

.ico-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
}
.ico-container img {
  height: 50%;
}

.u-profile-top-tab {
  position: relative;
  height: 55px;
  border-bottom: 2px solid #474747;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
.u-profile-top-tab .u-profile-top-tab-item {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.u-profile-top-tab .u-profile-top-tab-item p {
  margin: unset;
}
.u-profile-top-tab .border-bottom-tab {
  position: absolute;
  bottom: -8px;
}

.u-profile-top-tab .col-4 p {
  margin-bottom: 5px;
}

.form-label {
  color: #fff;
}

.u-profile-page-bottom-item {
  width: 375px;
  border-radius: 10px;
  margin: 50px 0px;
  border: 1px solid #474747;
}
.u-profile-page-bottom-item .row {
  padding: 0px 11px;
}
.u-profile-page-bottom-item .row .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.u-profile-page-bottom-item .row .col-12 a {
  color: #fff;
  text-decoration: none;
  margin: 0px;
}
.u-profile-page-bottom-item .row .col-12 a:hover {
  text-decoration: none;
}
.active-tab p {
  color: #56BE60;
}
.active-tab {
  position: relative;
}

.log-out-btn {
  background: linear-gradient(145.85deg, #FF5050 12.94%, #951A23 106.4%);
  width: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  border-radius: 5px;
}
.log-out-btn span {
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
}
.log-out-btn {
  cursor: pointer;
}

.edit-icon-container {
  position: absolute;
  top: -7px;
  right: -90%;
}

#change-form-bank {
  cursor: pointer;
}

#change-form-personal {
  cursor: pointer;
}

#edit-detail {
  cursor: pointer;
}

@media (max-width: 450px) {
  .u-profile-personal-details-container {
    width: 330px;
  }
  .u-profile-page-bottom-item {
    width: 300px;
  }
  .log-out-btn {
    width: 300px;
  }
}
@media only screen and (max-width: 660px) {
  .u-main-profile-detail-container {
    margin-top: 152px;
  }
}
.submit-form-btn {
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
  justify-content: center;
}

.profilecardContainer {
  width: 665px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.ProfileContainer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.My-page .ProfileDetailsContainer input {
  background-color: #1E1E1E;
}

.ProfileDetailsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px;
}
.ProfileDetailsContainer #personal-detail,
.ProfileDetailsContainer #bank-detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.ProfileDetailsContainer .form-label {
  font-weight: 600;
  margin-right: 4px;
}
.ProfileDetailsContainer input {
  width: 75%;
}
.ProfileDetailsContainer--item {
  width: 45%;
  flex-grow: 1;
}

@media only screen and (max-width: 750px) {
  .u-profile-personal-details-container {
    width: 100%;
  }
  .profilecardContainer {
    width: 100%;
    justify-content: center;
    column-gap: 15%;
    row-gap: 75px;
  }
}
@media only screen and (max-width: 530px) {
  .ico-container {
    position: relative;
    right: unset;
  }
}
@media only screen and (max-width: 405px) {
  .profilecardContainer {
    padding: unset;
    column-gap: 20px;
    row-gap: 70px;
  }
}
.sell-page .u-login-submit {
  position: relative;
  height: fit-content;
  width: fit-content;
}
.sell-page .login-btn {
  position: relative;
  left: 0px;
  top: 0px;
}

body.sell-page {
  width: 100dvw;
  height: 100vh;
  overflow: scroll;
}

.sell-search-container {
  position: sticky !important;
  top: 70px;
  z-index: 10;
  width: 100%;
  background: #212121;
  padding: 10px 0;
  animation: change-sell-container-bg linear;
  animation-timeline: scroll();
}
.sell-search-container .sell-search-body {
  margin-right: auto;
  margin-left: auto;
}

@keyframes change-sell-container-bg {
  from {
    background-color: transparent;
  }
  10% {
    background-color: #212121;
  }
}
.u-sell-top-wrapper {
  display: flex;
  justify-content: flex-end;
}

.question-icon {
  width: 24.61px;
  height: 24.61px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.question-icon span {
  line-height: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #121212;
}

.u-sell-top-item {
  display: flex;
  margin-right: 40px;
}
.u-sell-top-item p {
  margin-left: 20px;
}

.service-p {
  background: linear-gradient(154.41deg, #FF5858 -18.42%, #F09819 112.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.banner-sell-img {
  margin: 50px 0px;
}
.banner-sell-img img {
  width: 100%;
}

.u-sell-page-container {
  margin-top: 75px;
  padding: 0;
}
.u-sell-page-container .btn-content {
  pointer-events: none;
}
.u-sell-page-container .Adspace-container .AdSpaceBanner:first-child {
  padding-top: 2rem !important;
}
.u-sell-page-container .AdSpaceBanner {
  margin-bottom: 15px;
}
.u-sell-page-container .justify-content-center.w-100.p-5 {
  padding-bottom: 0rem !important;
}

@media (max-width: 660px) {
  .u-sell-page-container {
    margin-top: 100px;
  }
  .u-sell-page-container .AdSpaceBanner {
    padding: 0px !important;
  }
}
.u-search-box-container {
  position: relative;
}
.u-search-box-container input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  padding-left: 55px;
  background-color: #1E1E1E;
  border-radius: 16px;
}

.u-sell-search-icon {
  position: absolute;
  top: 14px;
  left: 20px;
  width: fit-content !important;
}
.u-sell-search-icon i {
  color: #fff;
  font-size: 22px;
}

.sell-btn-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.sell-btn-nav button {
  width: 73px;
  border-radius: 5px;
  margin: 0px 10px;
  border: 1px solid #496ADE;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
.sell-btn-nav button:active,
.sell-btn-nav button:focus {
  outline: none;
}

.sell .sell-sm-text {
  font-size: 14px;
}

.sell-btn-active {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
  width: 73px;
  border-radius: 6px;
}

.allOrders-page .sell-products-container {
  gap: 14px;
}

.sell-products-container {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  padding: 10px;
  width: 500px;
  height: 138px;
  margin-top: 40px;
  background: linear-gradient(152.97deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0.25) 100%);
  backdrop-filter: blur(60.0976px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  border-image-source: radial-gradient(69.43% 69.43% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(60% 51.57% at 50% 50%, #242731 0%, rgba(36, 39, 49, 0) 100%), radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%);
}
.sell-products-container .sell-prod-values button {
  font-size: 19.3px;
}
.sell-products-container .sell-prod-values button {
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
}
.sell-products-container .sell-prod-values .sell-now {
  display: flex;
}
.sell-products-container .sell-prod-values .sell-now .btn-sell {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
}
.sell-products-container .sell-prod-values .sell-options {
  display: none;
  gap: 25px;
  width: 100%;
}
.sell-products-container .sell-prod-values .sell-options .btn-cash {
  background: linear-gradient(97.64deg, #ED6EA0 14.35%, #EC8C69 82.86%);
  position: relative;
  display: flex;
  z-index: 1;
  padding: 1px;
}
.sell-products-container .sell-prod-values .sell-options .btn-cash .btn-content {
  background-color: #1E1E1E;
  width: 100%;
  height: 100%;
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
  display: block;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.sell-products-container .sell-prod-values .sell-options .btn-credits {
  background: linear-gradient(97.64deg, #ED6EA0 14.35%, #EC8C69 82.86%);
}
.sell-products-container .sell-prod-values .sell-options .btn-close {
  width: 35px;
  height: 35px;
  padding: 5px;
  flex-grow: unset;
  background: linear-gradient(145.85deg, #FF5050 12.94%, #951A23 106.4%);
  margin: auto;
  margin-left: 0px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.sell-products-container .sell-prod-values.active .sell-now {
  display: none;
}
.sell-products-container .sell-prod-values.active .sell-options {
  display: flex;
}

.sell-prod-img {
  width: 150px;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.sell-prod-img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sell-product-card {
  overflow: visible;
}
.sell-product-card .sell-prod-img {
  width: 125px;
  height: 178px;
  margin-top: -60px;
  align-self: flex-start;
}
.sell-product-card .sell-prod-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 4px 0 6px;
}
.sell-product-card .sell-prod-content .sell-prod-top {
  flex: 1;
  overflow: hidden;
}
.sell-product-card .sell-prod-content .sell-prod-top h4 {
  color: #E4E3E3;
  font-size: 1.2rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sell-product-card .sell-prod-content .sell-prod-bottom {
  flex-shrink: 0;
  padding-right: 6px;
}
.sell-product-card .sell-prod-content .sell-prod-bottom .cart-add-actions section {
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
}
@media (max-width: 768px) {
  .sell-product-card .sell-prod-content .sell-prod-top h4 {
    font-size: 1rem;
  }
  .sell-product-card .sell-prod-bottom .cart-add-actions button {
    height: auto;
    padding: 4px 12px;
  }
}

.sell-prod-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  row-gap: 25px;
}

.sell-prod-text {
  width: 600px;
}
.sell-prod-text a {
  text-decoration: none;
  color: #fff !important;
}
.sell-prod-text div h4 {
  color: #E4E3E3;
  margin-bottom: 10px;
}
.sell-prod-text div .sell-btn {
  margin-top: 17px;
}

.menu-margin {
  margin-top: 60px;
}

.checkout2Header {
  margin-bottom: 30px;
}

.table-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1200px) {
  .u-search-box-container input {
    width: 100%;
  }
  .sell-btn-nav {
    justify-content: start;
  }
}
#wallet-id {
  padding-top: 40px;
}

@media (max-width: 990px) {
  #wallet-id {
    justify-content: center !important;
  }
  .u-search-box-container input {
    width: 100%;
  }
  .sell-btn-nav {
    justify-content: center;
  }
  .sell-prod-img {
    left: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 990px) and (max-width: 540px) {
  .sell-prod-text {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .sell-prod-text {
    width: 600px;
    margin: 0px;
  }
  .sell-prod-text h4 {
    margin-bottom: 15px;
  }
  .sell-prod-text div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .sell-prod-text div h4 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .sell-prod-text .col-7 {
    padding: 0px !important;
  }
  .sell-prod-text .view-all-btn,
  .sell-prod-text .onway-prod {
    font-size: 14px !important;
  }
}
@media (min-width: 540px) {
  .sell-prod-img img {
    margin-bottom: 0;
  }
}
@media (max-width: 1047px) {
  .sell-prod-list {
    grid-template-columns: auto;
  }
  .sell-products-container {
    max-width: 100%;
  }
}
.sell-btn-nav button {
  margin: 3px;
}

@media (max-width: 768px) {
  .sell-btn-nav button {
    margin: 3px;
  }
  .sell-prod-img {
    top: -75px;
  }
}
@media (max-width: 580px) {
  .u-sell-top-wrapper {
    margin-top: 20px;
    justify-content: center;
    padding: 0px 20px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .u-sell-top-item {
    margin: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .u-sell-items-container .col-md-6 {
    padding: 0px;
  }
  .u-sell-top-item {
    margin: 0px;
    margin-bottom: 20px;
  }
  .u-sell-top-item p {
    margin-bottom: 1rem;
  }
  .u-game-credit-table-container {
    overflow: scroll;
  }
  .u-game-credit-container {
    width: 200%;
    overflow: scroll;
  }
}
.sell-now-container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.sell-now-container button {
  margin: 5px 5px;
}
.sell-now-container img {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

.sell-cash-btn {
  background-image: url(../imgs/cash-btn-bg.png);
}

.sell-credit-btn {
  background-image: url(../imgs/credit-btn-bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sell-credit-btn img {
  margin-right: 5px;
  width: 10px;
  height: 12px;
}

.close-sell-now {
  cursor: pointer;
}

.u-sell-time {
  margin-top: 20px;
}
.u-sell-time li {
  cursor: pointer;
  background-color: #2B2B2B;
  padding: 10px;
  color: #fff;
  margin-right: 20px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
}

.u-pick-up-type {
  color: #fff;
  display: flex;
  align-items: center;
}
.u-pick-up-type input {
  margin-right: 10px;
}

.coins-p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-wrap: break-word;
}
.coins-p img {
  margin: 0px 10px;
}

@media (max-width: 990px) {
  .u-sell-time {
    justify-content: center;
  }
  .u-sell-time li {
    margin: 10px 10px;
  }
}
.sell-check-btn {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%) !important;
}

.u-game-credit-container {
  margin: 50px 0px;
}

.u-game-credit-container {
  border: 1px solid #fff;
  padding-top: 20px;
  border-radius: 30px;
}
.u-game-credit-container table {
  width: 100%;
}
.u-game-credit-container table tr {
  border-bottom: 1px solid #fff;
}
.u-game-credit-container table tr:last-child {
  border: none;
}
.u-game-credit-container table tr th {
  color: #fff;
  width: 33.33%;
  margin: 0px !important;
  padding: 10px 20px;
}

td {
  color: #fff;
  width: 33.33%;
  margin: 0px !important;
  padding: 10px 20px;
}

.u-sell-table-id p {
  color: #1976D2 !important;
}

.positive-credit {
  color: #56BE60;
  font-weight: 900;
}

.negative-credit {
  color: #FF5050;
  font-weight: 900;
}

.u-sell-items-container {
  display: flex;
  justify-content: center;
}
.u-sell-items-container .col-md-6 {
  display: flex;
  justify-content: flex-end;
  height: 395px;
}
.u-sell-items-container .sell-products-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.i-2 {
  top: -70px;
  left: 30px;
  z-index: 2;
}

.i-3 {
  top: -80px;
  left: 40px;
  z-index: 3;
}

.canceled-prod {
  color: #FF5050;
}

.delivered-prod {
  color: #56BE60;
}

.onway-prod {
  color: #F09819;
}

.game-name {
  font-size: 16px;
}

@media (max-width: 990px) {
  .sell-prod-img {
    left: 15px;
  }
  .i-2 {
    top: -78px;
    left: 30px;
    z-index: 2;
  }
  .i-3 {
    top: -96px;
    left: 45px;
    z-index: 3;
  }
}
.total-coins {
  color: #ED6EA0;
  font-weight: 900;
}

.go-back i {
  font-size: 36px;
  color: #fff;
}

cart-container {
  display: block;
  width: 100%;
}

.CartItemWrapper {
  width: 100%;
  height: 140px;
  background: linear-gradient(152.97deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0.25) 100%);
  backdrop-filter: blur(60.0976px);
  border-radius: 15px;
  border: 1.43px solid;
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: row;
  gap: 20px;
}
.CartItemWrapper--gameImage {
  border-radius: 6px;
  height: 150%;
  transform: translateY(-45%);
}
.CartItemWrapper__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.CartItemWrapper__text--title {
  font-size: 22px;
  color: #E4E3E3;
  height: 65px;
}
.CartItemWrapper__text--price {
  display: flex;
  color: #ffffff;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}
.CartItemWrapper--delete {
  width: 50px;
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 20px;
  color: #B2B7B2;
}
.CartItemWrapper--delete:hover {
  color: #ffffff;
}
.CartItemWrapper--delete:hover, .CartItemWrapper--delete:focus, .CartItemWrapper--delete:active {
  outline: none;
}

.CartItemWrapper__text--title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}

@media (max-width: 430px) {
  .CartItemWrapper--gameImage {
    height: 130%;
    transform: translateY(-32%);
  }
  .CartItemWrapper {
    height: 130px;
    padding: 10px;
  }
  .CartItemWrapper__text--title {
    font-size: 18px;
    height: 46px;
  }
  .CartItemWrapper--delete {
    font-size: 18px;
  }
}
.orders-page .sell-prod-img {
  width: 0px;
}

.orders-page .sell-prod-img img {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.orders-page .sell-prod-text {
  margin-left: 120px;
}

.orders-page.sell-products-container:nth-child(1) .sell-prod-img {
  top: -55px;
  left: 45px;
}

.orders-page.sell-products-container:nth-child(2) .sell-prod-img {
  top: -66px;
  left: 28px;
}

.orders-page.sell-products-container:nth-child(3) .sell-prod-img {
  top: -80px;
  left: 13px;
}

.orders-page.sell-products-container {
  width: 100%;
}

.orders-page.u-sell-items-container .col-md-6 {
  height: 100% !important;
  flex: 0 0 600px !important;
  max-width: 100% !important;
  margin-top: 60px;
}

.allOrders-page .orders-page.u-sell-items-container .col-md-6 {
  max-width: 50% !important;
}

@media (max-width: 991px) {
  .allOrders-page .orders-page.u-sell-items-container .col-md-6 {
    max-width: 100% !important;
  }
}
.orders-page.u-sell-items-container .sell-products-container {
  align-items: center;
}

.orders-page .sell-prod-text .row {
  flex-direction: row-reverse !important;
}

@media (max-width: 990px) {
  .orders-page .sell-prod-text div {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .orders-page .sell-prod-text .row {
    flex-direction: row;
  }
  .orders-page .sell-prod-text .row .col-5 {
    padding: 0px !important;
  }
  .orders-page .sell-prod-text .row .col-7 p {
    margin-bottom: 0px;
  }
  .orders-page .sell-prod-text {
    margin-left: 100px;
  }
  .orders-page .sell-prod-img {
    display: block !important;
  }
  .orders-page .sell-prod-img img {
    height: 138.11px;
    width: 112px;
  }
}
@media (max-width: 440px) {
  .orders-page .sell-prod-img img {
    height: 115px;
    width: 96px;
  }
}
.modal-dialog {
  max-width: 540px !important;
  margin: 1.75rem auto;
}
.modal-dialog img {
  width: 100%;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 480px !important;
  }
  .modal-dialog .modal-content {
    background-color: transparent;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 0px;
  }
  .modal-dialog .modal-content .modal-body .close {
    color: red;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.modal-body .close {
  color: red;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  top: 40px;
  right: 40px;
}

.gd-coins {
  display: flex;
  justify-content: flex-end;
}

.cart-prod-text {
  margin-left: 180px !important;
}

.u-main-cart-pag-1 {
  padding: 5rem 0px;
}

.u-game-nation-coin-container {
  display: flex;
  margin: 20px 0px;
  align-items: center;
}
.u-game-nation-coin-container input {
  line-height: 0;
  margin-right: 10px;
}
.u-game-nation-coin-container p {
  margin-bottom: 0px;
}

.avalible-credit-container {
  margin: 20px 0px;
}
.avalible-credit-container p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.avalible-credit-container p img {
  margin: 0px 10px;
}

.u-cart-main-payment-method-container {
  border: 1px solid #fff;
  margin-top: 40px;
  border-radius: 15px;
}
.u-cart-main-payment-method-container .row {
  padding: 0px 11px;
}
.u-cart-main-payment-method-container .row .col-12:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.u-cart-main-payment-method-container .row .col-12 .payment {
  padding: 10px 20px;
}
.u-cart-main-payment-method-container .row .col-12 .payment p {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  color: #fff !important;
}
.u-cart-main-payment-method-container .row .col-12 .payment p img {
  margin-right: 5px;
}
.u-cart-main-payment-method-container .row .col-12 .payment input {
  margin-right: 10px;
}

.u-cart-main-heading-container {
  margin-top: 12rem;
}

.cart-header-block {
  padding-left: 10px;
}

.u-cart-form-main-container {
  padding-top: 0px;
}
.u-cart-form-main-container input {
  background-color: #1E1E1E;
}

.u-cart-form-feilds {
  padding: 10px 20px;
  padding-left: 10px;
}
.u-cart-form-feilds input {
  width: 100%;
  color: #fff;
}
.u-cart-form-feilds select {
  width: 100%;
  background-color: #1E1E1E;
  height: 45px;
  border-radius: 5px;
  color: #858585;
  padding: 0px 10px;
  border: none;
}
.u-cart-form-feilds select option {
  background-color: #2B2B2B;
}
.u-cart-form-feilds select.classic {
  color: #04560C;
}

.u-cart-products-container .col-12 {
  display: flex;
  justify-content: center;
}

.u-cart-page-container {
  border-bottom: 1px solid #9C9C9C;
  padding-top: 2rem;
  margin-bottom: 50px;
  position: relative;
}

.u-sell-page-nav {
  padding: 40px 0px;
  padding-bottom: 0px;
}
.u-sell-page-nav .col-12 a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.cart-nav-items {
  position: relative;
}

.cart-nav-active {
  color: #56BE60 !important;
}

.cart-border-img {
  position: absolute;
  top: 48px;
}
.cart-border-img img {
  width: 100px;
  height: 5px;
}

.cart-bill-container {
  font-size: 16px;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border-radius: 10px;
  border: 1px solid rgb(73, 73, 73);
}
.cart-bill-container .col-3 {
  flex: 0 0 32% !important;
  max-width: 32% !important;
}
.cart-bill-container .product-name p {
  color: rgba(255, 255, 255, 0.5333333333);
  font-size: 16px;
}
.cart-bill-container .product-value p {
  text-align: right;
  font-size: 16px;
}
.cart-bill-container .total-cash,
.cart-bill-container .total-credits {
  color: rgba(255, 255, 255, 0.5333333333);
  text-align: left;
}
.cart-bill-container .total-bill {
  justify-content: right;
  text-align: right;
  font-size: 16px;
}

.u-billing-details {
  justify-content: space-between;
}
.u-billing-details .col-12 {
  margin-bottom: 20px;
}
.u-billing-details .col-8 p {
  color: rgba(255, 255, 255, 0.5019607843);
}

.total-bill-border {
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 20px;
}

.cart-btn {
  margin-top: unset;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 100%;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 10px;
  border: none !important;
}

@media (max-width: 768px) {
  .cart-btn {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-radius: 10px;
  }
}
.u-cart-assure-container {
  width: 375px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
}

.u-cart-add-product-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.u-cart-add-product-container a {
  margin-bottom: 0px;
  line-height: 0;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.details-container {
  display: flex;
}
.details-container span {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
}

.delete-prod-img {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.delete-prod-img div {
  margin-right: 10px;
}
.delete-prod-img div img {
  width: 100%;
}

@media (max-width: 990px) {
  .cart-prod-text {
    margin: 0px;
    margin-top: 80px;
  }
  .cart-prod-frame {
    height: 320px;
  }
  .details-container span {
    margin: 0px;
    margin-top: 10px;
  }
}
.ul-sell-nav {
  display: flex;
  padding: 0px;
  justify-content: flex-start;
  gap: 30px;
  flex-grow: 1;
  list-style: none;
  height: 52px;
}
.ul-sell-nav li {
  width: fit-content;
  padding: 0px;
}
.ul-sell-nav li a {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-content: center;
}
.ul-sell-nav li a.cart-nav-active {
  background: linear-gradient(140.85deg, #56BE60 12.94%, #04560C 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ul-sell-nav li a:hover, .ul-sell-nav li a:focus, .ul-sell-nav li a:active, .ul-sell-nav li a:visited {
  text-decoration: none;
}
.ul-sell-nav li a.cart-nav-active::after {
  top: 52px;
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(180deg, #56BE60 12.94%, #04560C 106.4%);
  border-radius: 0px 0px 10px 10px;
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 0% 0%);
  content: " ";
}

@media (max-width: 768px) {
  .u-cart-main-items-container {
    margin-top: 1rem;
  }
  .gd-coins {
    justify-content: center;
  }
  .gd-coins-use {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .ul-sell-nav {
    margin: 0px;
    justify-content: center;
  }
  .ul-sell-nav li {
    margin: 0px 0px;
    width: 100px;
  }
  .ul-sell-nav {
    margin-bottom: 16px;
  }
  .game-name {
    text-align: center;
  }
  .u-cart-page-container {
    padding-top: 20px;
  }
}
.total-bill {
  display: flex;
  align-items: center;
}
.total-bill img {
  margin: 0px 5px;
}

@media (max-width: 990px) {
  .cart-prod-text {
    margin-left: 0px !important;
  }
  .delete-prod-img {
    justify-content: center;
    align-items: flex-end;
  }
  .delete-prod-img div {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .u-cart-assure-container img {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .SectionHeader {
    margin-top: 10rem;
  }
  .total-bill {
    margin-right: 0px;
  }
  .u-billing-details {
    padding: 10px;
  }
  .total-bill-border {
    margin: 20px 0px;
  }
}
.u-game-nation-terms {
  margin: 10px 0px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.u-game-nation-terms input {
  margin-right: 10px;
}
.u-game-nation-terms p {
  margin-bottom: 0px;
}
.u-game-nation-terms p a {
  color: #04560C;
  text-decoration: none;
  margin-left: 5px;
}

.total-cash {
  color: rgba(255, 255, 255, 0.5019607843);
}

.cashOnD {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cashOnD img {
  width: 15px;
  margin-bottom: 5px;
}
.cashOnD {
  margin-right: 10px;
}

.delete-obj {
  cursor: pointer;
}

.cartContent {
  margin-top: 100px;
  padding-left: unset;
  padding-right: unset;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cartContent--header {
  width: 100%;
}
.cartContent--header h1 {
  font-size: 36px;
}
.cartContent--tabs {
  width: 100vw;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.cartContent--tabs ul {
  margin: unset;
  width: 100%;
  gap: 40px;
}
.cartContent--tabs ul li {
  min-width: 100px;
  width: fit-content;
  padding: 6px 0;
  margin: unset;
}
.cartContent--tabs ul a {
  color: white;
  font-size: 24px;
  font-weight: 600;
}
.cartContent--bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: unset;
  padding: 80px 15px;
  padding-bottom: 40px;
}
.cartContent--bottomContent {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: unset;
  gap: 25px;
}
.cartContent--left {
  max-width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 85px;
  align-items: center;
  transition: all 300ms ease-out;
}
.cartContent--left .add-more--link {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cartContent--left .add-more--link p {
  margin-bottom: 0px !important;
}
.cartContent--left .add-more--link i {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  border-radius: 6px;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.cartContent--right {
  width: 40%;
}
.cartContent--guarentee {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: unset;
}
.cartContent--guarentee img {
  max-width: 70%;
}
.cartContent--guarentee img {
  margin: unset;
}

.cartContent--left .add-more--link.sell-cart i {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
}

.u-bill-section,
.u-details-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.col-md-2.col-sm-4.text-right {
  font-weight: 600;
}

.u-billing-details .row .col-12 h5 {
  font-weight: 600;
  font-size: 18px;
}

.wizard-content--inputs {
  font-size: 16px;
}

@media (max-width: 575px) {
  .col-md-2.col-sm-4.text-right {
    width: 30% !important;
    padding: 0px !important;
    padding-right: 10px !important;
  }
  .col-md-10.col-sm-8 {
    width: 70% !important;
    padding: 0px !important;
    padding-left: 10px !important;
  }
}
.shop-info-section-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.container.u-cart-main-items-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

@media only screen and (max-width: 425px) {
  .cartContent--tabs ul {
    gap: 20px;
  }
  .cartContent--tabs ul a {
    font-size: 20px;
  }
  .cartContent--tabs ul li {
    min-width: 72px;
  }
}
@media only screen and (max-width: 500px) {
  .cartContent--left {
    gap: 60px;
  }
  .wizard-content .inputs-textarea-row {
    gap: 10px !important;
  }
}
@media only screen and (max-width: 1112px) {
  .cartContent {
    margin-top: 110px;
  }
  .cartContent--bottomContent {
    gap: 60px;
    align-items: flex-start;
  }
  .cartContent--left {
    max-width: 512px;
  }
  .cartContent--right {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 660px) {
  .cartContent {
    margin-top: 140px;
    gap: 16px;
  }
}
@media only screen and (max-width: 990px) {
  .cartContent--left .sell-prod-img {
    left: 50%;
    transform: translateX(-50%);
  }
  .cartContent--bottomContent {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .cartContent--left {
    flex-grow: 0;
  }
  .cartContent--right {
    width: 100% !important;
    flex-grow: 1;
  }
}
.cat-btn {
  width: 170px;
  height: 50px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.cat-btn img {
  margin-right: 10px;
}

.select-cat {
  width: 100%;
  height: 50px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 11px;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.select-cat:focus {
  outline: 0;
}

.sell-page .search-bar-container-cat {
  width: 100%;
}
.sell-page .search-bar-container-cat input {
  width: 100%;
}

@media (max-width: 1028px) {
  .category-page .search-bar-container-cat {
    margin-top: 20px;
  }
}
.search-bar-container-cat {
  position: relative;
}
.search-bar-container-cat input {
  background-color: #1E1E1E;
  width: 324px;
  height: 50px;
  border-radius: 15px;
  padding: 0px 20px;
}
.search-bar-container-cat .search-bar-ico-cat {
  position: absolute;
  top: 15px;
  right: 20px;
}
.search-bar-container-cat .search-bar-ico-cat i {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 1138px) {
  .search-bar-container-cat input {
    flex: 1;
  }
}
@media (max-width: 990px) {
  .cat-controls {
    padding: 0px 10px;
  }
  .search-bar-container-cat .search-bar-ico-cat {
    top: 55%;
    transform: translateY(-50%);
  }
}
@media (max-width: 400px) {
  .search-bar-container-cat input {
    width: 300px;
  }
  .cat-btn {
    font-size: 16px;
  }
}
@media (max-width: 870px) {
  .gameplay-hours {
    justify-content: center;
  }
  .filter-extras {
    justify-content: center !important;
  }
}
.game-product-container {
  width: 200px;
  height: 230px;
  background: linear-gradient(152.97deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0.25) 100%);
  border: 1px solid #575757;
  border-radius: 16px;
  position: relative;
  display: flex;
  justify-content: center;
}

.game-product-list-container {
  margin-top: 190px;
}

.game-product-img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -90px;
}

.game-product-img-sub {
  position: relative;
}

.game-product-img-tag {
  position: absolute;
  top: 5px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.game-product-img-tag .new {
  background: url(../imgs/new.png);
  background-repeat: no-repeat;
  width: 68px;
  height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.game-product-img-tag .pre-owned {
  background: url(../imgs/pre-owned.png);
  background-repeat: no-repeat;
  width: 84px;
  height: 21px;
  font-size: 14px;
  font-weight: 400;
}

.game-product-text {
  padding: 0px 20px;
  text-align: center;
}
.game-product-text P {
  margin: 0px;
  margin-bottom: 10px;
}
.game-product-text button {
  width: 130px;
  height: 32px;
  background-image: url(../imgs/btn-bg.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
.game-product-text button p {
  margin: 0px;
  line-height: 0px;
}
.game-product-text button i {
  margin-right: 10px;
}

.price-game-product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-game-product p {
  color: #E4E3E3 !important;
}
.price-game-product p s {
  color: #B2B7B2 !important;
}
.price-game-product p {
  line-height: 15px;
  margin: 0px;
}
.price-game-product p:nth-child(1) {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.price-game-product p:nth-child(2) {
  padding-left: 10px;
}

.game-product-list-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: auto;
}

.game-product-wrapper {
  width: 20%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .game-product-wrapper {
    padding: 0px 8px;
  }
}
@media (max-width: 991px) {
  .game-product-wrapper {
    width: 50%;
    padding: 0px;
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .game-product-wrapper {
    width: 100%;
  }
  .game-product-list-container .game-product-wrapper:last-child {
    margin-bottom: 0px !important;
  }
}
.filter-modal-wrapper {
  position: fixed;
  z-index: 99999;
  top: 25px;
  width: 96%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-modal-wrapper .filter-modal-container {
  width: 835px;
  height: 680px;
  background-color: #121212;
  color: rgba(0, 0, 0, 0.2509803922);
  border-radius: 28px;
  padding: 3rem 5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 2px solid rgba(86, 190, 96, 0.5333333333);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-modal-wrapper .filter-modal-container::-webkit-scrollbar {
  display: none;
}
.filter-modal-wrapper .filter-btn {
  border: none;
}
.filter-modal-wrapper .filter-modal-items {
  position: relative;
}
.filter-modal-wrapper .filter-modal-items .row .col-6 {
  margin-bottom: 2rem;
}
.filter-modal-wrapper .filter-modal-items .filter-head {
  position: absolute;
  width: 100%;
  top: -70px;
  left: 0px;
}
.filter-modal-wrapper .filter-modal-items .filter-head .filter-view-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.filter-modal-wrapper .filter-modal-items .filter-head .filter-close {
  position: absolute;
  top: -10px;
  right: -70px;
}
.filter-modal-wrapper .filter-modal-items .filter-main-wrapper {
  margin-top: 50px;
}

.filter-cats div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.filter-cats div button {
  margin-right: 10px;
  border: 1px solid #56BE60;
  border-radius: 10px;
  width: auto !important;
  height: auto !important;
  padding: 12px 20px;
}

.filter-cats-acticve-btn {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}

.price-range {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-range input {
  width: 100%;
  background: #A1A1A1;
  outline: none;
}

#close-filter-modal {
  cursor: pointer;
  position: relative;
  /* bottom: 0; */
  z-index: 999;
}

@media (max-width: 990px) {
  #close-filter-modal {
    top: 24px;
    right: 42px;
  }
}
.price-range {
  position: relative;
}
.price-range:hover .tooltip-price {
  opacity: 1;
}

.tooltip-price {
  position: absolute;
  top: -30px;
  left: 0px;
  min-width: 60px;
  width: auto;
  height: 30px;
  background-color: #1E1E1E;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px solid;
}
.tooltip-price p {
  margin: 0px;
}

.rel-between-container .rel-between-span {
  margin: auto 20px;
}
.rel-between-container .firstbox {
  width: 100% !important;
}
.rel-between-container .secondbox {
  width: 100% !important;
}

@media (max-width: 990px) {
  .filter-modal-wrapper {
    background-color: #121212;
  }
  .filter-modal-wrapper .filter-modal-container {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .filter-modal-wrapper {
    overflow-y: scroll;
    align-items: unset;
  }
}
@media (max-width: 865px) {
  .filter-modal-wrapper {
    width: 95%;
  }
}
@media (max-width: 745px) {
  .filter-modal-wrapper {
    width: 94%;
  }
}
@media (max-width: 545px) {
  .filter-modal-wrapper {
    width: 93%;
  }
}
@media (max-width: 745px) {
  .filter-modal-wrapper {
    width: 94%;
  }
}
@media (max-width: 600px) {
  .filter-modal-wrapper {
    width: 93%;
  }
}
@media (max-width: 545px) {
  .filter-modal-wrapper {
    width: 92%;
  }
  .filter-modal-container {
    padding: 1.5rem 2rem !important;
  }
}
@media (max-width: 545px) {
  .filter-modal-wrapper {
    width: 91%;
  }
  .filter-extras {
    flex-direction: column;
    gap: 0px;
  }
  .gaming-hours-container {
    grid-template-columns: auto !important;
    row-gap: 5px;
  }
  .rel-between-container {
    flex-direction: column;
    gap: 5px;
  }
  #Sort {
    width: 100%;
  }
  .filter-modal-container {
    padding: 1.5rem 2rem !important;
  }
}
@media (max-width: 410px) {
  .filter-modal-wrapper {
    width: 90%;
  }
}
@media (max-width: 370px) {
  .filter-modal-wrapper {
    width: 89%;
  }
  .justify-content-end {
    left: 20px;
  }
}
@media (max-width: 330px) {
  .filter-modal-wrapper {
    width: 88%;
  }
  .filter-cats-btn {
    padding: 12px 10px !important;
  }
  .cat-controls h1 {
    font-size: 2.1rem !important;
  }
}
.AdSpaceBanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 15px;
}
.AdSpaceBanner img {
  width: 100%;
}

.PageResults__container {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 30px;
}

.search-empty-img {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.search-empty-img img {
  width: 280px;
}

.cart-empty-img {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.cart-empty-img h4 {
  margin-bottom: 0px;
}
.cart-empty-img .cartEmpty-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: center;
}
.cart-empty-img span {
  color: grey;
}
.cart-empty-img a {
  text-decoration: none;
  width: 160px;
  height: 48px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.cart-empty-img img {
  width: 180px;
}
.cart-empty-img .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}

.CategoryHeader-container {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.CategoryHeader-search {
  width: 100%;
}

.filter-result-container .col-md-7 {
  padding: 0px !important;
}

.CategoryHeader {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CategoryHeader__right {
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 20px;
}
.CategoryHeader__right--buttons {
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.CategoryHeader__right .search-bar-container-cat input {
  background: linear-gradient(#121212, #1e1e1e) padding-box, rgba(255, 255, 255, 0.25) border-box;
  border: 1px solid rgba(128, 128, 128, 0.297);
}
.CategoryHeader .drop-down-list {
  width: 170px;
  height: 50px;
  cursor: pointer;
}
.CategoryHeader .drop-down-list .drop-down-header {
  white-space: nowrap;
  width: 170px;
  height: 50px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CategoryHeader .drop-down-list label {
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  margin-top: 0px;
  margin: 0px;
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
  align-content: center;
  color: #bfbfbf;
  cursor: pointer;
}
.CategoryHeader .drop-down-list label:hover {
  color: #fff;
}
.CategoryHeader .drop-down-list label i.fa-solid {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.CategoryHeader .drop-down-list label .hl {
  transform: scale(-1, 1);
}
.productListingForm {
  margin-top: 110px;
  padding: 0 20px;
}

@media only screen and (max-width: 660px) {
  .productListingForm {
    margin-top: 160px !important;
  }
  .cart-empty-img {
    flex-direction: column;
    gap: 0px;
  }
  .cart-empty-img img {
    width: 140px;
  }
  .cart-empty-img span {
    text-align: center;
  }
  .cart-empty-img a {
    width: 160px;
    height: 42px;
  }
  .cart-empty-img .cartEmpty-content {
    align-items: center;
  }
}
@media only screen and (max-width: 390px) {
  .CategoryHeader__right--buttons {
    margin: unset;
  }
  .CategoryHeader__right--buttons button,
  .CategoryHeader__right--buttons select {
    width: 100%;
    margin: unset;
  }
}
@media only screen and (max-width: 1112px) {
  .productListingForm {
    margin-top: 120px;
  }
}
.product-listing-box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start space-evenly;
}

@media only screen and (max-width: 1028px) {
  .CategoryHeader__right {
    height: 100%;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .CategoryHeader__right .search-bar-container-cat {
    width: 100%;
  }
  .CategoryHeader__right .search-bar-container-cat input {
    width: inherit;
  }
  .CategoryHeader__right--buttons {
    width: 100%;
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 446px) {
  .PageResults__container {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 460px) {
  .product-listing-box {
    gap: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .CategoryHeader-container {
    align-items: center;
    justify-content: center;
  }
  .PageResults__container {
    margin-top: 15px;
  }
  .sell-prod-list {
    grid-gap: 30px;
  }
  .search-bar-container-cat input {
    width: 285px;
  }
}
@media only screen and (max-width: 990px) {
  .col-md-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0px;
  }
  .CategoryHeader-container {
    gap: 30px;
    align-items: flex-start;
    width: 100%;
    margin: 0px !important;
  }
  .CategoryHeader-container div {
    width: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .CategoryHeader-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    gap: 20px;
  }
  .row.align-items-center {
    justify-content: space-between;
  }
  .u-sell-page-container .row .col-sm-6 {
    max-width: 120px;
  }
  .sell-btn-nav {
    justify-content: center;
  }
  .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-bar-container-cat input {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .no-float-filter .CategoryHeader__right--buttons {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
  }
  .no-float-filter .category-page .drop-down-list .options-list {
    top: 53px !important;
  }
}
@media (max-width: 400px) {
  .no-float-filter .CategoryHeader__right--buttons {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
  }
  .no-float-filter .drop-down-list .options-list {
    top: 153px !important;
  }
}
@media (max-width: 445px) {
  .no-float-filter .CategoryHeader__right--buttons {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
  }
  .no-float-filter .drop-down-list .options-list {
    top: 53px !important;
  }
}
.product-card {
  width: 200px;
  height: 380px;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.product-card .btn-cut .btn-content {
  gap: 10px;
}
.product-card .btn-cut:hover .btn-content, .product-card .btn-cut:focus .btn-content, .product-card .btn-cut:active .btn-content {
  background: #161616;
}
.product-card__content {
  position: relative;
  width: inherit;
  height: 240px;
  position: relative;
  border-radius: 5px;
  background-color: #161616;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 0px 10px 22px 10px;
  border-radius: 10px;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.product-card:hover .product-card__img {
  scale: 1.1;
}
.product-card__img {
  height: 176.24px;
  width: 140px;
  position: absolute;
  top: -52%;
  backdrop-filter: blur(10px) grayscale(0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.3s scale;
}
.product-card__img .playable-tag {
  display: block;
  width: 100%;
  height: fit-content;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.7) 0%, rgba(5, 5, 66, 0.7) 30%, rgba(16, 164, 227, 0.7) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: absolute;
  top: 40%;
  right: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.product-card__img .playable-tag.playable-tag-white {
  background: linear-gradient(to right, rgba(200, 217, 235, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%);
}
.product-card__img .playable-tag.playable-tag-white p {
  color: #1e1e1e;
}
.product-card__img .playable-tag p {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  margin-bottom: 0px;
}
.product-card__img img {
  height: 176.24px;
  max-width: 100%;
  border-radius: 5px;
}
.product-card__img .product-age-tag.tag-pre-owned {
  background: linear-gradient(169.39deg, #f7b900 -47.06%, #866400 204.59%);
}
.product-card__img .product-age-tag.tag-new {
  background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
}
.product-card__title {
  width: 100%;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #e4e3e3;
  font-size: 1.2em;
  font-weight: 600;
  display: -webkit-box;
  height: 3em;
  font-weight: 600;
  font-size: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: end;
  padding: 5px;
}
.product-card__title .productname {
  color: #e4e3e3;
  text-decoration: none;
}
.product-card__pricing {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 100%;
  font-size: 18px;
}
.product-card__pricing--mrp {
  color: #B2B7B2;
  text-decoration: line-through;
  font-size: 14px;
}
.product-card__pricing--mrp::before {
  content: "|";
  display: inline-block;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  color: rgba(178, 183, 178, 0.3333333333);
}
.product-card .product-age-tag {
  position: absolute;
  top: 20px;
  right: 0px;
  border-radius: 15px 0px 0px 15px;
  color: #ffffff;
  padding: 5px 10px;
  width: 84px;
  height: 21px;
  font-size: 14px;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.product-card .card-action {
  width: 100%;
  height: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-card .view-product-btn {
  width: 129px;
  height: 33px;
  position: relative;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product-card .view-product-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(-135deg, transparent 50%, #161616 50%);
}
.product-card .view-product-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(45deg, transparent 50%, #161616 50%);
}
.product-card .view-product-btn:active,
.product-card .view-product-btn:hover,
.product-card .view-product-btn:focus {
  text-decoration: none;
  color: inherit;
}

@media only screen and (max-width: 460px) {
  .playable-tag p {
    font-size: 12px;
    padding: 3px 8px;
  }
  .product-card {
    width: 170px;
  }
  .product-card__img {
    top: -47%;
  }
  .btn-cut .btn-content {
    font-size: 15px;
  }
}
.main-shipment-details {
  max-width: 1140px;
  margin: auto;
  padding: 20px;
  margin-top: 100px;
  color: #C5C5C5;
}

.main-shipment-details-container {
  display: flex;
  flex-direction: column !important;
  gap: 30px;
}

.testing-result-container {
  width: 100%;
  padding: 20px;
  padding-right: 0px;
}

.onway-prod p {
  margin-bottom: 0px;
}

@media (max-width: 477px) {
  .shipment-details-bag-prod .container-prod {
    gap: 0px !important;
  }
}
@media (max-width: 440px) {
  .table-container h3 {
    font-size: 22px;
  }
}
@media (max-width: 477px) {
  .container-bag-text {
    width: 100% !important;
  }
}
.testing-result-content {
  width: 100%;
}
.testing-result-content .table-container {
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border: 1px solid #3B3B3B;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px !important;
  font-size: 16px;
}
.testing-result-content .table-container h3 {
  margin-bottom: 16px;
}
.testing-result-content .table-container dt {
  max-width: 100%;
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
}
.testing-result-content .table-container span {
  font-size: 16px;
}
.testing-result-content .table.h4 {
  border-collapse: separate;
  border-spacing: 0px 26px;
}
.testing-result-content .danger-cards {
  background-color: rgba(220, 53, 70, 0.1450980392);
  padding: 4px 8px;
  border-radius: 8px;
}

.shipment-details-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.main-shipment-details-title,
.shipment-details-bag-title {
  color: white;
}

.shipment-details-bag-title {
  font-size: 28px;
  margin-bottom: 0rem;
}

.main-shipment-details-title p {
  padding-left: 20px;
}

/* ********************************* */
/* SHIPMENT DETAILS - PRODUCT */
/* ********************************* */
.shipment-details-prod {
  width: 48%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0px 20px;
}

.prod-name {
  cursor: pointer;
}

.container-prod-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prod-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-btn a {
  color: white;
}

.cancel-btn button {
  height: unset;
  border: none;
  background: linear-gradient(145.85deg, #FF5050 12.94%, #951A23 106.4%);
  border-radius: 5px;
  color: white;
  padding: 12px 42px;
  cursor: pointer;
}

.onway-prod {
  font-size: 22px;
  font-weight: 600;
  padding-left: 8px;
  color: #56BE60;
}
.onway-prod p {
  color: #56BE60;
}

.on-the-way {
  font-size: 16px;
}

.prod-name {
  font-size: 18px;
}

.prod-name.bag-name {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}

/* ********************************* */
/* SHIPMENT DETAILS - BAG */
/* ********************************* */
.shipment-details-bag-title {
  font-weight: 500;
}

.shipment-details-bag {
  width: 48%;
  height: 290px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  transition: all 0.5s;
}

.shipment-details-bag-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 20px;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border: 1px solid #3B3B3B;
  border-radius: 20px;
  height: 250px;
  /* overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-gutter: both-edges; */
  transition: all 0.5s;
}

.bag-cards-container {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.bag-cards-container::-webkit-scrollbar {
  width: 6px;
}

.bag-cards-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: grey;
  border-radius: 50px;
}

.bag-cards-container::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  background-clip: content-box;
}

.container-bag-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}

.claim-btn {
  margin-top: unset;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 100%;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 10px;
  border: none !important;
}

.claimed-btn {
  margin-top: unset;
  background: #dc3545;
  width: 100%;
  color: #fff !important;
  padding: 16px 24px;
  font-size: 16px;
  border-radius: 10px;
  border: none !important;
}

/* ********************************* */
/* SHIPMENT DETAILS - COMMMON STYLING*/
/* ********************************* */
.prod-price {
  display: flex;
  align-items: center;
  gap: 16px;
}

.offer-price {
  font-size: 20px;
}

.org-price {
  text-decoration: line-through;
}

.bag-price .offer-price {
  font-size: 18px;
}

.container-prod {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.container-prod-card {
  width: 100%;
  max-width: 440px;
  display: flex;
  gap: 40px;
  flex-direction: row;
}

.container-prodItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.shipment-details-bag-prod .container-prod {
  gap: 20px;
}

.container-prod-img img {
  width: 136px;
  height: 171px;
  border-radius: 8px;
}

.bag-img img {
  width: 73px;
  height: 91px;
  border-radius: 8px;
}

/* ********************************* */
/* SHIPMENT DETAILS - ORDER DETAILS*/
/* ********************************* */
li {
  list-style: none;
}

.order-details-title {
  color: white;
}

.order-details-container-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.shipment-details-order {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  margin-top: 30px;
}

.order-details-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border: 1px solid #3B3B3B;
  border-radius: 20px;
  padding: 40px 40px;
  margin-bottom: 60px;
  transition: all 0.5s;
}
.order-details-container p {
  margin-bottom: 0px;
}

.overview-content {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.overview-content dt {
  float: left;
  width: 74%;
  margin-right: 10px;
  margin-bottom: 6px;
}
.overview-content dd {
  float: left;
}

.order-details-overview {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  gap: 20px;
  flex-grow: 1;
}

.shipment-details-order-payment {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  gap: 40px;
  flex-direction: column;
}

.shipment-details-order-summary {
  width: 100%;
}

.overview-content-list1 ul li,
.overview-content-list2 ul li {
  width: fit-content;
}

.overview-content-list1 ul,
.overview-content-list2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: unset;
}

.overview-content-list2 ul {
  align-items: flex-start;
}

/* ********************************* */
/* SHIPMENT DETAILS - MEDAI QUIRES*/
/* ********************************* */
@media (max-width: 1113px) {
  .main-shipment-details {
    margin-top: 70px;
  }
}
@media (max-width: 990px) {
  .order-details-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 926px) {
  .shipment-details-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .shipment-details-prod {
    width: 100%;
    align-items: center;
  }
  .shipment-details-bag {
    width: 100%;
    height: unset;
  }
  .bag-img img {
    width: 93px;
    height: 120px;
    border-radius: 8px;
  }
  .cancel-btn {
    margin-left: 20px;
  }
}
@media (max-width: 660px) {
  .main-shipment-details {
    margin-top: 124px;
  }
  .shipment-details-bag-title p {
    font-size: 22px;
  }
  .order-details-title h3 {
    font-size: 22px;
  }
  .shipment-details-bag-container .prod-name.bag-name {
    height: 45px !important;
  }
  .shipment-details-bag-container .prod-name.bag-name h4 {
    font-size: 18px;
  }
}
@media (max-width: 740px) {
  .order-details-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .shipment-details-order-overview,
  .shipment-details-order-payment {
    width: 100% !important;
  }
  .main-shipment-details {
    padding: 10px;
  }
}
@media (max-width: 475px) {
  .shipment-details-prod .prod-name {
    font-size: 20px !important;
  }
  .shipment-details-prod .container-prod {
    flex-direction: column;
    gap: 20px;
  }
  .prod-buttons {
    justify-content: flex-start;
  }
  .cancel-btn {
    margin-left: 60px;
  }
  /* .bag-img img {
      width: 73px;
      height: 91px;

      border-radius: 8px;
  } */
  .shipment-details-bag-container {
    row-gap: 30px;
  }
}
@media (max-width: 430px) {
  .order-details-container {
    padding: 20px;
  }
  .shipment-details-order-summary {
    width: 100% !important;
  }
  .shipment-details-bag-prod .container-prod {
    flex-direction: column !important;
    gap: 10px;
  }
  .bag-img img {
    width: 93px;
    height: 110px;
    border-radius: 8px;
  }
  .shipment-details-bag {
    height: 300px;
  }
  .shipment-details-bag-container {
    height: 90%;
  }
  .shipment-details-order {
    margin-top: 30px;
  }
}
@media (max-width: 344px) {
  .overview-content-list2 {
    width: 125px;
    display: flex;
    justify-content: flex-end;
  }
}
.paymentSummary {
  display: flex;
  flex-direction: column;
}
.paymentSummary span {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.paymentSummary span p {
  margin: unset;
  width: fit-content;
  color: #C5C5C5;
}

.payment-container,
.shipment-container,
.shipment-details-order-summary {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.overview-content-address p,
.overview-content-payment p {
  color: #C5C5C5 !important;
}

.shipment-details-order-summary span,
.overview-content-address span,
.overview-content-payment span {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.shipment-details-order-summary span p,
.overview-content-address span p,
.overview-content-payment span p {
  margin: unset;
  width: fit-content;
  color: #C5C5C5 !important;
}
.shipment-details-order-summary .overview-content,
.overview-content-address .overview-content,
.overview-content-payment .overview-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#TestingResults {
  width: 100%;
  margin: unset;
}
#TestingResults td {
  padding: 25px 0;
  width: 100%;
}

.shipment-details-Testing {
  width: 100%;
  padding: 20px;
}

.u-login-form-container {
  max-width: 440px;
  width: 100%;
  height: auto;
  padding: 20px;
}
.u-login-form-container p {
  color: rgba(255, 255, 255, 0.5098039216);
  margin-bottom: 0px;
}
.u-login-form-container a {
  color: #56BE60;
  text-decoration: none;
}
.u-login-form-container .change-process {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.u-login-form-container .change-process > * {
  margin: none;
}

auth {
  display: none;
}

.login-form-input {
  position: relative;
}
.login-form-input input {
  margin: 10px 0px;
  width: 100%;
  height: 45px;
  padding-left: 50px;
}
.login-form-input input:disabled {
  cursor: not-allowed;
  background-color: rgba(43, 43, 43, 0.395);
}
.login-form-input .show-password {
  position: absolute;
  top: 20px;
  right: 20px;
}
.login-form-input .show-password i {
  color: #04560C;
}
.login-form-input .u-login-in-text {
  z-index: 3;
  position: absolute;
  top: 18px;
  left: 10px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background-color: #515151;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form-input .u-login-in-text .fa-solid {
  background: linear-gradient(145.85deg, #56be60 5.94%, #04560c 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-form-input input:invalid + .u-login-in-text .fa-solid {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  background: linear-gradient(145.85deg, #be5656 5.94%, #560404 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-login-sumit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.login-btn {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 200px;
  height: 50px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 400px) {
  .u-login-form-container {
    width: 300px;
  }
}
.col-12.pt-4 {
  padding-top: 0px !important;
}

.login-register-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 440px;
  margin: auto;
  margin-top: 30px;
}

.login-register-toggle label {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.login-register-toggle .register-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.login-register-toggle .login-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.login-register-toggle input {
  appearance: none;
  width: 132px;
  height: 44px;
  border: 1px solid #00724B;
  /* background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%); */
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: inherit;
}

.login-register-toggle input:checked {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}

.login-register-toggle span {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
}

.login-container {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%);
  background-color: #111;
  height: calc(100vh - 205px);
  border-radius: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 22px 16px rgba(2, 2, 2, 0.859);
  width: 70vw;
  padding: 20px;
  border: 1px solid rgb(28, 28, 28);
  justify-content: center;
}
.login-container .login-form-input {
  width: 100% !important;
}
.login-container .header {
  display: flex;
  justify-content: center;
}
.login-container .header img {
  height: 72px;
}
.login-container .close {
  cursor: pointer;
  color: #ff0000;
  text-shadow: none;
  position: absolute;
  right: 20px;
  top: 0px;
}

.login-ckontainer .row::-webkit-scrollbar {
  width: 4px !important;
}

.login-close {
  position: absolute;
  right: 17px;
  top: 4px;
  cursor: pointer;
}

.RegisterWrapper__content .login-form-input {
  width: 100% !important;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(5px);
}

@media only screen and (max-width: 660px) {
  .login-container .row {
    margin-bottom: 5px;
  }
}
.login-container {
  max-width: 768px !important;
  margin: auto !important;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.center-text {
  color: #adadad;
}

.u-login-form-container {
  padding-bottom: 0px;
}

.login-form-input .u-login-in-text {
  background-color: #515151;
}

@media (max-width: 350px) {
  .login-form-input {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .login-container h4 {
    font-size: 22px;
    font-weight: 700;
  }
  .login-container .login-container .close {
    top: 30px !important;
  }
  .login-container .header img {
    display: none;
  }
  .login-close {
    position: fixed;
    right: 28px;
    top: 155px;
  }
  .RegisterWrapper {
    gap: 0px !important;
  }
}
@media (max-width: 480px) {
  .LoginWrapper {
    margin-top: 30%;
  }
}
.RegisterWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.RegisterWrapper__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.RegisterWrapper__content--row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.RegisterWrapper__content--row input {
  width: 100%;
  padding: 10px;
  margin: unset !important;
  background-color: #1e1e1e;
}
.RegisterWrapper__content--row label {
  margin: unset;
}
.RegisterWrapper__content--tnc {
  justify-content: flex-start;
}
.RegisterWrapper__content--tnc input {
  width: 20px;
}
.RegisterWrapper__content--tnc label {
  color: rgba(255, 255, 255, 0.5098039216);
}

.u-product-page-main-container {
  padding: 0 20px;
  overflow: hidden;
  margin-top: 70px;
  margin-top: 70px;
}

.u-product-page-main-part {
  margin-top: 50px;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}

.eta-group {
  display: flex;
  color: #ffffff;
  font-size: 20px;
}
.eta-group .icon {
  width: 45px;
  height: 45px;
  display: flex;
}
.eta-group .icon .fa-solid {
  margin: auto;
}
.eta-group input {
  padding: 10px;
  height: 45px;
  width: 150px;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid rgba(128, 128, 128, 0.297);
}
.eta-group button {
  font-size: inherit;
  width: 45px;
  height: 45px;
}

.main-game-title {
  margin: 20px 0px;
}
.main-game-title p {
  margin: unset;
  font-family: "Segoe UI", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 124.01%;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.main-product-img-container {
  position: relative;
}
.main-product-img-container img {
  width: 100%;
}

.main-game-img-display {
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
}

.overlay-img-main-product {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.overlay-img-product-images-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 500px;
  position: absolute;
  top: 90%;
  z-index: 4;
}
.overlay-img-product-images-container .overlay-img-product-images-cards {
  width: 25%;
  margin: 0px 10px;
}
.overlay-img-product-images-container .overlay-img-product-images-cards img {
  width: 100%;
}

.arrows-container-product {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrows-container-product .arrow-items-product {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.arrows-container-product .arrow-items-product i {
  line-height: 0px;
  color: #fff;
  font-size: 16px;
}

.u-main-product-detail-section-container {
  max-width: 960px;
  margin: 0px auto;
  padding: 30px 30px;
}

.main-product-wrapper {
  background-color: #1E1E1E;
  border-radius: 31px;
}

.u-main-product-detail-section-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
  justify-content: flex-end;
}

.u-main-product-detail-section-image {
  min-width: 30%;
  margin: auto;
}

.u-main-product-detail-section-image img {
  width: 230px;
  border-radius: 8px;
}

.u-game-list-main-container {
  margin-top: 80px;
  padding: 0 20px;
}
.u-game-list-main-container .row {
  width: 100%;
  max-width: unset;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  margin: unset;
}
.u-game-list-main-container .row > div {
  padding: unset;
  flex: unset;
  width: unset;
}
.u-game-list-main-container .row > div h4 {
  white-space: nowrap;
}

.game-product-list-container__slides {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  gap: 20px;
}

.u-main-product-detail-section-detail {
  width: 70%;
  flex-grow: 1;
  padding: 0 20px;
  color: #fff;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.u-main-product-detail-section-status {
  border: none;
  color: #ffffff;
  background: #2D2D2D;
  width: fit-content;
  height: 40px;
  border-radius: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: relative;
}
.u-main-product-detail-section-status a {
  position: relative;
  text-decoration: none;
  color: white;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px;
  border-radius: 133px;
}
.u-main-product-detail-section-status a .content {
  padding: 10px 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.u-main-product-detail-section-status a:hover,
.u-main-product-detail-section-status a:focus {
  text-decoration: none;
}
.u-main-product-detail-section-status a.active {
  background-image: linear-gradient(140deg, #56BE60, #04560C);
}
.u-main-product-detail-section-status a.active .content {
  background-color: #1E1E1E;
}

.rating-back i {
  color: gold;
}

.product-manufacturer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: -10px;
}
.product-manufacturer .developer {
  opacity: 0.7;
}
.product-manufacturer div {
  text-align: center;
  display: flex;
  justify-content: center;
}
.product-manufacturer .meta-critic-score {
  width: 30px;
  aspect-ratio: 1/1;
}
.product-manufacturer .rating {
  justify-content: center;
  align-items: center;
}

.product-price {
  font-size: 27px;
  font-size: 22px;
}
.product-price strike {
  opacity: 0.7;
  font-size: 18px;
  margin-top: 5px;
}
.product-price .save {
  color: #56BE60;
  font-weight: 600;
}
.product-price div p s {
  color: #9D9D9D;
}
.product-price div .save {
  color: #56BE60;
}

.stock-left {
  display: flex;
}
.stock-left p {
  color: #BE5656;
}

.type-drop-down {
  display: flex;
}
.type-drop-down select {
  color: #fff;
  border: none;
  background-color: #2B2B2B;
  padding: 10px 20px;
  border-radius: 10px;
}
.type-drop-down select:focus {
  outline: 0;
}

.cart-add-actions section.buy .btn-buy .btn-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-add-actions section.buy .btn-buy.active .btn-content {
  width: 100%;
  height: 100%;
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1E1E;
}

.cart-add-actions section.buy .btn-sell.active .btn-content {
  width: 100%;
  height: 100%;
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1E1E;
}

@media (max-width: 768px) {
  .cart-add-actions section.buy .btn-buy .btn-content {
    clip-path: none !important;
  }
}
.u-product-delivery-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.u-product-delivery-section .section-input {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-product-delivery-section .section-input .HomeETA {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.u-product-delivery-section .section-input .HomeETA h3 {
  font-size: 20px;
  margin: unset;
}
.u-product-delivery-section .section-input .HomeETA #ETAForm {
  position: relative;
}
.u-product-delivery-section .section-input .HomeETA #ETAForm input[type=submit] {
  border: 1px solid #FF5858;
  color: #fff;
}
.u-product-delivery-section .section-input .HomeETA #ETAForm input[type=text] {
  width: 100%;
  padding: 8px 55px 8px 35px;
  position: relative;
}
.u-product-delivery-section .section-input .HomeETA #ETAResult {
  margin: unset;
}
.u-product-delivery-section .section-input .HomeETA .icon-before {
  position: absolute;
  left: 12px;
  top: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
.u-product-delivery-section .section-input .HomeETA .ETACheck {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border: none;
  background-color: none;
  border-style: none;
  color: white;
  width: fit-content;
}
.u-product-delivery-section .section-input form p {
  margin-bottom: 10px;
}
.u-product-delivery-section .section-input form {
  color: #fff;
}

.section-order {
  width: 70%;
}

input {
  background-color: #2B2B2B;
  border: none;
  padding: 10px 0 10px 0;
  border-radius: 5px;
}

.section-order {
  padding: 0px 20px 0px 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.assurance-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.title-game-prod p {
  font-size: 30px;
  font-weight: 600;
  margin: unset;
}

.prod-more-details {
  width: 100%;
}
.prod-more-details .prod-more-details-heading {
  color: #fff;
}
.prod-more-details .prod-more-details-heading ul li {
  display: flex;
  align-items: center;
}
.prod-more-details .prod-more-details-heading ul li p {
  margin-bottom: 0px;
}
.prod-more-details .prod-more-details-heading ul li {
  margin-bottom: 1rem;
}
.prod-more-details ul {
  margin-top: 20px;
  padding-left: 0px;
  list-style: none;
}
.prod-more-details ul li {
  display: flex;
  align-items: flex-start;
}
.prod-more-details ul li p {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.prod-more-details ul li img {
  margin-right: 10px;
}

.detail-para {
  margin-top: 10px;
}
.detail-para p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: normal !important;
  margin-bottom: 1rem !important;
  opacity: 0.7;
}
.detail-para a {
  text-decoration: none;
  color: #56BE60;
}

.final-section-product-container {
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.final-section-product-container .final-section-product-part {
  word-wrap: break-word;
  margin-bottom: 20px;
  flex: auto;
  width: 0;
  padding: 0px;
}
.final-section-product-container .final-section-product-part:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.final-section-product-container .final-section-product-part .final-content {
  position: relative;
  width: 100%;
}
.final-section-product-container .final-section-product-part ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 0px;
}
.final-section-product-container .final-section-product-part ul li p {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.final-section-product-container .final-section-product-part .requirements-block {
  display: flex;
  opacity: 0.7;
  gap: 10px;
  flex-direction: column;
}
.final-section-product-container .final-section-product-part .requirements-block p {
  margin: unset;
}
.final-section-product-container .final-section-product-part .requirements-block > * {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-prev-container {
  margin-top: 20px;
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
}
.video-prev-container iframe {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  margin: auto 0;
}
.video-prev-container img {
  width: 100%;
}

@media (max-width: 360px) {
  .u-main-product-detail-section-container {
    padding: 30px 15px !important;
  }
  .requirements-block > * {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.sell .sell-sm-text {
  margin-top: 5px;
}

.btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media (max-width: 768px) {
  .u-product-delivery-section {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #767676;
    border-radius: 8px;
  }
  .u-product-delivery-section input[type=submit] {
    background-color: #FF7F50 !important;
    border: 1px solid #FF7F50 !important;
  }
  .main-game-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-game-title div {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .main-game-title div p {
    font-size: 20px;
  }
  .main-game-title div .prod-btn {
    width: 42px;
    height: 42px;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 100%;
    margin: 0px !important;
  }
  .main-game-title div .prod-btn i {
    font-size: 22px;
    margin: 0px !important;
  }
  .main-game-title p {
    font-size: 22px;
  }
  .u-product-delivery-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .u-product-delivery-section .section-input {
    padding: 20px;
    width: 100%;
    display: flex;
  }
  .u-product-delivery-section .section-input .HomeETA {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .u-product-delivery-section .section-input .HomeETA p {
    margin: unset;
  }
  .u-main-product-detail-section-container {
    padding: 30px;
  }
  .section-input {
    width: 100%;
  }
  .section-input form p {
    margin-bottom: 10px;
  }
  .section-input form input[type=text] {
    width: 80%;
    margin-right: 10px;
  }
  .final-section-product-container .final-section-product-part {
    width: 100%;
  }
  .final-section-product-container .final-section-product-part:nth-child(2) {
    margin: unset;
    justify-content: flex-start;
  }
  .type-drop-down {
    margin: 20px 0px;
  }
  .u-main-product-detail-section-status {
    justify-content: center;
    margin-right: 0px;
    max-width: 100%;
  }
  .section-order {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
  }
  .section-order button :nth-child(1) {
    margin-right: 10px;
  }
  .main-product-wrapper--productImageContainer {
    display: none;
    position: fixed !important;
  }
  .u-main-product-detail-section-item {
    justify-content: center;
  }
  .product-page .cart-add-actions section.buy {
    justify-content: flex-start;
    gap: 0px !important;
  }
  .cart-add-actions button {
    max-width: 100% !important;
    clip-path: none !important;
  }
  .sell-page .cart-add-actions button {
    max-width: 120px !important;
    clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%) !important;
  }
  .product-page.cart-add-actions section.buy {
    justify-content: flex-start;
    gap: 0px !important;
  }
  .product-page.cart-add-actions section.sell {
    gap: 0px !important;
  }
  .sell-page.cart-add-actions section.sell .btn-cash .btn-content {
    clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%) !important;
  }
  .product-page.cart-add-actions section.sell .btn-cash .btn-content {
    clip-path: none !important;
  }
  .section-order button :nth-child(1) {
    margin-right: 0px !important;
  }
  .product-page.cart-add-actions section.sell .btn-close {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cart-add-actions section.buy .btn-pre-order {
    min-width: 200px;
  }
  .product-page .cart-add-actions section.sell .btn-close {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: -44px;
  }
  .product-page .cart-add-actions section.sell .btn-cash .btn-content {
    clip-path: none !important;
  }
  .product-page .cart-add-actions section.sell {
    gap: 0px !important;
  }
  .product-page .section-order button :nth-child(1) {
    margin-right: 0px;
  }
}
.allOrders-page .sell-prod-text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 425px) {
  .allOrders-page .sell-prod-text h4 {
    font-size: 1rem;
  }
  .allOrders-page .col-12 .row .col-md-6:first-child {
    margin-top: 10px;
  }
  .allOrders-page .col-12 .row .col-md-6 {
    margin-top: 20px;
  }
}
.sell-page .cart-add-actions button {
  max-width: 150px !important;
  height: 42px;
  font-size: 14;
}

.sell-prod-text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sell-page .cart-add-actions section.sell button {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.sell-page .cart-add-actions section.sell {
  gap: 10px !important;
}

@media (max-width: 768px) {
  .sell-page .cart-add-actions section.sell .btn-close {
    left: 88% !important;
    top: 72px !important;
  }
}
@media (max-width: 540px) {
  .sell-products-container {
    height: 124px;
  }
  .main-product-wrapper {
    margin-top: 30px;
  }
  .main-game-title {
    display: none;
  }
  .u-main-product-detail-section-status {
    font-size: 14px;
  }
  .title-game-prod p {
    font-size: 26px;
  }
  .sell-products-container {
    width: 380px;
  }
  .sell-page .cart-add-actions button {
    font-size: 12px !important;
  }
  .orders-page .sell-products-container {
    height: 138px;
  }
  .sell-page .cart-add-actions button {
    padding: 5px;
    font-size: 12px !important;
  }
  .sell-page .cart-add-actions section.sell .btn-close {
    left: 94% !important;
    top: 72px !important;
  }
  .sell-page .sell-prod-img img {
    margin-bottom: 30px;
    height: 130px;
  }
  .sell-page .sell-prod-text h4 {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .sell-prod-list {
    grid-gap: 8px;
  }
}
@media (min-width: 768px) {
  .cart-add-actions section.buy .btn-pre-order {
    max-width: 200px;
  }
}
@media (max-width: 870px) {
  .u-main-product-detail-section-item {
    row-gap: 45px;
  }
  .u-main-product-detail-section-detail {
    padding: 0;
  }
  .section-order {
    padding: 0px;
  }
  .zip-code-1 {
    padding: 0px;
  }
}
.main-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-crousel-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px 30px 0px 0px;
  flex-wrap: wrap;
}
.main-crousel-container .images-container img {
  width: 100%;
}

.img-sync-container {
  position: relative;
}

.sync-img-wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  top: -100px;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.main-crousel-container-sync {
  display: flex;
  width: 100%;
  justify-content: center;
}
.main-crousel-container-sync .images-container-sync {
  width: 200px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0px 10px;
}
.main-crousel-container-sync .images-container-sync img {
  width: 100%;
}

@media (max-width: 390px) {
  .video-prev-container img {
    width: 80%;
  }
  .sell-prod-img img {
    height: 114px;
  }
  .sell-products-container {
    width: 325px;
    height: 110px;
  }
  .sell-page .cart-add-actions section.sell button {
    font-size: 12px !important;
  }
  .sell-page .cart-add-actions section.sell button.btn-close {
    width: 30px !important;
    height: 30px !important;
    top: 67px !important;
  }
}
.btn-buy-sell {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
.btn-buy-sell .col-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}
.btn-buy-sell .col-6:nth-child(1) button {
  background-image: unset;
}
.btn-buy-sell .col-6:nth-child(1) {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.btn-buy-sell .col-6:nth-child(2) {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
}
.btn-buy-sell .col-6 button {
  margin: 0px;
}

.sell-page .sell-page.faq-cta {
  position: unset;
  padding-right: 20px;
}

.product-page.faq-cta {
  position: absolute;
  bottom: -28px;
  right: 166px;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-size: 15px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(5px);
}
.product-page.faq-cta p {
  margin-bottom: 0px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}
.product-page.faq-cta p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.product-page.faq-cta span {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  color: white;
  font-size: 16px;
  padding-top: 1px;
  padding-left: 1px;
}

@media (max-width: 1199px) {
  .product-page.faq-cta {
    right: 138px;
  }
}
@media (max-width: 992px) {
  .product-page.faq-cta {
    right: 0px;
  }
  .product-page.faq-cta span {
    padding-top: 2px !important;
  }
}
@media (max-width: 768px) {
  .product-page.faq-cta {
    bottom: 52px;
    right: 2px;
  }
  .product-page.faq-cta p {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .product-page.faq-cta span {
    padding-top: 1px !important;
  }
}
.cart-add-actions {
  width: 100%;
  display: inline;
  color: #ffffff;
}
.cart-add-actions button {
  font-size: 16px;
  width: 200px;
  height: 50px;
  max-width: 200px;
  padding: 10px 20px;
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
  flex-grow: 1;
  padding: 1px;
}
.cart-add-actions button:focus,
.cart-add-actions button:hover {
  outline: none;
}
.cart-add-actions button.no-shape {
  clip-path: none;
}
.cart-add-actions section.buy {
  display: flex;
  gap: 25px;
  width: 100%;
  position: relative;
}
.cart-add-actions section.buy .btn-buy {
  position: relative;
  display: flex;
  z-index: 0;
  padding: 1px;
  background: linear-gradient(-15.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.cart-add-actions section.buy .btn-notify {
  background: linear-gradient(154.41deg, #FF5858 -18.42%, #F09819 112.58%);
}
.cart-add-actions section.buy .btn-sell {
  background: linear-gradient(97.42deg, #254DE4 -28.43%, #496ADE 115.03%);
}
.cart-add-actions section.buy .btn-pre-order {
  background: linear-gradient(90deg, #0BA360 0%, #3CBA92 100%);
}
.cart-add-actions section.sell {
  display: flex;
  gap: 25px;
  width: 100%;
}
.cart-add-actions section.sell button {
  font-size: 19.3px;
}
.cart-add-actions section.sell .btn-cash {
  background: linear-gradient(97.64deg, #2d2fa1 14.35%, #6c3a84 82.86%);
  position: relative;
  display: flex;
  z-index: 1;
  padding: 2px;
}
.cart-add-actions section.sell .btn-cash .btn-content {
  background-color: #1E1E1E;
  width: 100%;
  height: 100%;
  clip-path: polygon(92% 0%, 100% 25%, 100% 100%, 8% 100%, 0% 75%, 0% 0%);
  display: block;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.cart-add-actions section.sell .btn-credits {
  background: linear-gradient(97.64deg, #2d2fa1 14.35%, #6c3a84 82.86%);
}
.cart-add-actions section.sell .btn-close {
  width: 35px;
  height: 35px;
  padding: 5px;
  flex-grow: unset;
  background: linear-gradient(145.85deg, #FF5050 12.94%, #951A23 106.4%);
  margin: auto;
  margin-left: 0px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding-bottom: 7px;
}

#sell-box {
  background-color: #121212;
}

#buy-box {
  background-color: #121212;
}

.close-mob-btn {
  width: 20px;
}

.check-section-check {
  margin-top: 10px;
  font-size: 14px;
}

.u-product-page-main-item {
  display: flex;
  flex-direction: column;
}

.main-product-wrapper--productImageContainer {
  width: 100%;
  position: relative;
}
.main-product-wrapper--productImageContainer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  box-shadow: inset 0px -35px 26px #1e1e1e;
  -webkit-box-shadow: inset 0px -35px 26px #1e1e1e;
  -moz-box-shadow: inset 0px -35px 26px #1e1e1e;
}

.productImage {
  width: 100%;
  border-radius: 31px 31px 0 0;
}

@media only screen and (max-width: 1112px) {
  .u-product-page-main-container {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .u-product-delivery-section {
    flex-direction: column-reverse;
    gap: 25px;
    align-items: flex-start;
  }
  .section-input {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .section-input {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 660px) {
  .u-product-page-main-container {
    margin-top: 130px;
  }
  .stock-left h4 {
    font-size: 18px;
  }
  .u-main-product-detail-section-item {
    row-gap: 30px;
  }
}
@font-face {
  font-family: Uncial;
  src: url("../fonts/UncialAntiqua.ttf");
}
.on-sale-menu-item a {
  color: inherit;
  text-align: left;
  font-weight: inherit;
  display: inline;
}
.on-sale-menu-item a .header-txt {
  margin-top: 4px;
  letter-spacing: 2px;
}
.on-sale-menu-item a b {
  text-shadow: none;
  color: #F40009;
  font-size: 20px;
  font-weight: 900 !important;
  margin-left: 2px;
}
.on-sale-menu-item a img {
  width: 52px;
  display: inline;
  margin-top: -30px;
  margin-left: -10px;
}

@media (min-width: 1113px) {
  .on-sale-menu-item {
    display: none;
  }
}
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

.underline-skew::after {
  content: "";
  background-image: linear-gradient(145deg, #56BE60, #04560C);
  display: block;
  width: 75px;
  height: 5px;
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 0% 0%);
}
.underline-skew-lg::after {
  content: "";
  background-image: linear-gradient(175deg, #56BE60, #04560C);
  display: block;
  width: 80px;
  height: 9px;
  clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 0% 0%);
}

.company-docs .container.about {
  margin-top: 130px;
  margin-bottom: 60px;
}

.btn-content {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.only-border .btn-content {
  background-color: #121212;
}
.only-border .btn-content:hover {
  background-color: transparent;
  color: #fff;
}

.btn-shade-green-top {
  background: linear-gradient(-15.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.btn-shade-green-bottom-right {
  background: linear-gradient(-15.85deg, #56BE60 12.94%, #04560C 106.4%);
}

.btn-cut {
  clip-path: polygon(90% 0%, 100% 30%, 100% 100%, 10% 100%, 0% 70%, 0% 0%);
  font-size: 16px;
  color: #ffffff;
  width: fit-content;
  height: fit-content;
  padding: 1.5px;
}
.btn-cut:active, .btn-cut:focus {
  outline: none;
}
.btn-cut .btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  margin: auto;
  width: 100%;
  height: 100%;
  clip-path: inherit;
  transition: all 0.4s;
}
.btn-cut.btn-large-x .btn-content {
  padding: 10px 30px;
}
.btn-cut.btn-small {
  clip-path: polygon(92% 0%, 100% 30%, 100% 100%, 8% 100%, 0% 70%, 0% 0%);
}
.btn-cut.btn-small .btn-content {
  padding: 3px 10px;
}
.btn-cut:hover {
  text-decoration: none;
  color: unset;
}

.gradient-success.filter-btn {
  color: white;
  font-size: 18px;
  padding: 8px 16px;
}

.filter-btn {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  margin: 10px;
  border-radius: 5px;
  padding: 1px;
  width: fit-content;
  height: fit-content;
}
.filter-btn .btn-content {
  color: rgba(255, 255, 255, 0.6980392157);
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #000000;
  transition: all 0.4s;
}
.filter-btn .btn-content:hover,
.filter-btn .btn-content:active,
.filter-btn .btn-content:focus {
  color: #ffffff;
}
.filter-btn.active .btn-content {
  background-color: transparent;
}

@media (min-width: 445px) {
  .category-page .CategoryHeader .drop-down-list .drop-down-header {
    width: 200px;
  }
  .category-page .CategoryHeader .drop-down-list {
    width: 200px;
  }
}
@media (max-width: 445px) {
  .category-page .drop-down-list .options-list {
    top: -276px;
    border-radius: 0px;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }
  .category-page .drop-down-list .options-list li:last-child {
    border-bottom: 2px solid #1E1E1E;
  }
}
@media (max-width: 400px) {
  .category-page .CategoryHeader .drop-down-list label {
    font-size: 14px;
  }
  .category-page .drop-down-list .options-list {
    top: -240px;
  }
}
.drop-down-list {
  width: 520px;
  height: 42px;
  max-width: 250px;
  background-color: #2B2B2B;
  position: relative;
  transition: all 0.4s;
  border-radius: 11px;
}
.drop-down-list .drop-down-header {
  position: relative;
  width: 250px;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: auto;
  cursor: pointer !important;
  padding: 3px 10px;
  color: #ffffff;
}
.drop-down-list .drop-down-header .title {
  padding: 7px;
  padding-left: 15px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: 100%;
  text-align: left;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.drop-down-list .drop-down-header .title small {
  margin-top: 4px;
}
.drop-down-list .drop-down-header .icon {
  cursor: pointer;
  padding: 5px;
}
.drop-down-list .drop-down-header .icon .fa-chevron-down {
  pointer-events: none;
  padding: 5px;
}
.drop-down-list .drop-down-header .options-list li, .drop-down-list .drop-down-header .options-list li label {
  cursor: pointer;
}
.drop-down-list .options-list {
  display: none;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 10;
  list-style: none;
  padding: 0px;
  background-color: inherit;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  cursor: pointer !important;
}
.drop-down-list .options-list li:not(:first-child) {
  padding: 0px;
  border-top: 2px solid #1E1E1E;
}
.drop-down-list .options-list a {
  text-decoration: none;
  color: #9D9D9D;
  display: block;
  padding: 10px;
  padding-left: 25px;
  transition: all 0.4s;
}
.drop-down-list .options-list a:hover,
.drop-down-list .options-list a:focus,
.drop-down-list .options-list a.active {
  color: #ffffff;
  text-decoration: none;
}
.drop-down-list.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.drop-down-list.active .options-list {
  display: block;
}

.we-assure-element-border {
  background: linear-gradient(157.97deg, rgba(255, 255, 255, 0.35) 0%, #242731 50%, rgba(255, 255, 255, 0.35) 100%) !important;
  backdrop-filter: blur(24px);
  position: relative;
  padding: 1px;
  border-radius: 10px;
}
.we-assure-element-border .we-assure-element {
  position: relative;
  color: #ffffff;
  padding: 3px;
  background-color: #161611;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.we-assure-element-border .we-assure-element .we-assure-element-icon {
  margin-left: auto;
  margin-right: auto;
}
.we-assure-element-border .we-assure-element .we-assure-text-content {
  margin-top: 10px;
  text-align: center !important;
}
.we-assure-element-border .we-assure-element .description {
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  letter-spacing: 0em;
  color: #dedede;
}
.we-assure-element-border .we-assure-element .title {
  font-family: Segoe UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}

@media only screen and (max-width: 808px) {
  .drop-down-list {
    width: 100%;
  }
  .drop-down-list .drop-down-header {
    width: 100%;
  }
}
#how-sell-works .modal-body {
  padding: 0px;
}
#how-sell-works .modal-content {
  background-color: transparent !important;
}
#how-sell-works .modal-content .close {
  top: 20px;
  right: 20px;
}

.error-text-light {
  color: #ff6666;
}

.error-text.dark {
  color: #c90000;
}

.checkout-page-container {
  min-height: 100vh;
}

@media (max-width: 445px) {
  .category-page.no-float-filter .CategoryHeader__right--buttons {
    z-index: 1 !important;
  }
}
.white-space-no-wrap {
  white-space: nowrap !important;
}

.failed {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
status-content {
  transition: 1s all;
}

.status-content.ng-hide {
  transition: 1s all;
  bottom: -100%;
}

.glitch {
  color: inherit;
  font-size: inherit;
  position: relative;
}

@keyframes noise-anim {
  0% {
    clip: rect(50px, 9999px, 50px, 0);
  }
  5% {
    clip: rect(29px, 9999px, 9px, 0);
  }
  10% {
    clip: rect(5px, 9999px, 64px, 0);
  }
  15% {
    clip: rect(59px, 9999px, 43px, 0);
  }
  20% {
    clip: rect(98px, 9999px, 90px, 0);
  }
  25% {
    clip: rect(44px, 9999px, 13px, 0);
  }
  30% {
    clip: rect(44px, 9999px, 17px, 0);
  }
  35% {
    clip: rect(30px, 9999px, 20px, 0);
  }
  40% {
    clip: rect(68px, 9999px, 1px, 0);
  }
  45% {
    clip: rect(60px, 9999px, 23px, 0);
  }
  50% {
    clip: rect(15px, 9999px, 62px, 0);
  }
  55% {
    clip: rect(11px, 9999px, 73px, 0);
  }
  60% {
    clip: rect(64px, 9999px, 14px, 0);
  }
  65% {
    clip: rect(71px, 9999px, 61px, 0);
  }
  70% {
    clip: rect(34px, 9999px, 89px, 0);
  }
  75% {
    clip: rect(83px, 9999px, 48px, 0);
  }
  80% {
    clip: rect(42px, 9999px, 99px, 0);
  }
  85% {
    clip: rect(1px, 9999px, 79px, 0);
  }
  90% {
    clip: rect(61px, 9999px, 16px, 0);
  }
  95% {
    clip: rect(43px, 9999px, 45px, 0);
  }
  100% {
    clip: rect(20px, 9999px, 84px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(41px, 9999px, 94px, 0);
  }
  5% {
    clip: rect(25px, 9999px, 85px, 0);
  }
  10% {
    clip: rect(31px, 9999px, 31px, 0);
  }
  15% {
    clip: rect(84px, 9999px, 96px, 0);
  }
  20% {
    clip: rect(26px, 9999px, 27px, 0);
  }
  25% {
    clip: rect(13px, 9999px, 63px, 0);
  }
  30% {
    clip: rect(8px, 9999px, 88px, 0);
  }
  35% {
    clip: rect(7px, 9999px, 67px, 0);
  }
  40% {
    clip: rect(4px, 9999px, 76px, 0);
  }
  45% {
    clip: rect(5px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(86px, 9999px, 81px, 0);
  }
  55% {
    clip: rect(34px, 9999px, 61px, 0);
  }
  60% {
    clip: rect(72px, 9999px, 32px, 0);
  }
  65% {
    clip: rect(99px, 9999px, 23px, 0);
  }
  70% {
    clip: rect(57px, 9999px, 82px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 45px, 0);
  }
  80% {
    clip: rect(60px, 9999px, 40px, 0);
  }
  85% {
    clip: rect(93px, 9999px, 11px, 0);
  }
  90% {
    clip: rect(69px, 9999px, 82px, 0);
  }
  95% {
    clip: rect(61px, 9999px, 53px, 0);
  }
  100% {
    clip: rect(58px, 9999px, 47px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.big-slides {
  max-width: 1125px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0 auto 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
}
.big-slides::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -1px;
  -webkit-box-shadow: inset 0px -50px 20px -28px #121212;
  -moz-box-shadow: inset 0px -50px 20px -28px #121212;
  box-shadow: inset 0px -50px 20px -28px #121212;
}
.big-slides .slide-screen {
  width: 100%;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  display: block;
  transition: 0.7s;
  aspect-ratio: 16/9;
}
.big-slides .slide-previews {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: scroll;
  padding: 5px;
}
.big-slides .slide-previews::-webkit-scrollbar {
  display: none;
}
.big-slides .preview-img {
  width: 20%;
  margin: 0px 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}
.big-slides .preview-img:hover {
  border: 2px solid #56be60;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  scale: 1.03;
}
.big-slides .preview-img.active {
  border: 2px solid #56be60;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  scale: 1.03;
}

@media (min-width: 960px) {
  .big-slides .slide-screen {
    aspect-ratio: 16/6;
  }
}
@media (min-width: 660px) {
  /* .big-slides {
      margin-bottom: 0px;
      display: flex;
  } */
  .big-slides .slide-screen {
    border-radius: 20px !important;
  }
  .preview-container::after {
    content: "";
    position: absolute;
    height: 10%;
    width: 19%;
    right: 0px;
    bottom: -1px;
    -webkit-box-shadow: inset 0px -50px 20px -28px #121212;
    -moz-box-shadow: inset 0px -50px 20px -28px #121212;
    box-shadow: inset 0px -50px 20px -28px #121212;
  }
  .big-slides .slide-previews {
    position: absolute;
    bottom: -50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 5px;
  }
  .big-slides .preview-img {
    width: 18%;
  }
}
@media (max-width: 660px) {
  .big-slides {
    margin-top: 0px;
    border-radius: 0px;
  }
  .big-slides .slide-screen {
    border-radius: 0px;
  }
  .big-slides .preview-img {
    margin: 0px 10px;
  }
  .big-slides .preview-img {
    width: 26%;
  }
  .big-slides::before {
    -webkit-box-shadow: inset 0px -36px 16px -24px #121212;
    box-shadow: inset 0px -36px 16px -24px #121212;
  }
}
.slider {
  width: 100%;
  height: auto;
  grid-template-columns: auto;
  display: grid;
  position: relative;
}
.slider .slides-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: auto, touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 1.5rem;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.slider .slides-container::-webkit-scrollbar {
  display: none;
}
.slider .slides-container .u-gammer-says-info {
  color: #fff;
}
.slider .slides-container .u-gammer-says-info p {
  opacity: 0.7;
  font-size: 15px;
}
.slider .slides-container .u-gammer-says-info {
  font-weight: 100;
  width: 380px !important;
  height: 100%;
  background: #1E1E1E;
  border-radius: 16.3636px;
  padding: 20px;
  scroll-snap-align: start;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 1s;
}

@media only screen and (max-width: 540px) {
  .u-gammer-says-info {
    width: 50%;
  }
  .u-gammer-says-container {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 360px) {
  .u-gammer-says-info {
    width: 100%;
    height: 330px;
  }
  .u-gammer-says-container {
    margin: 20px 0px;
  }
}
/* @media only screen and (max-width: 960px) {
    .big-slides .slide-previews {
        bottom: -50px;
    }

    .big-slides {
        margin-bottom: 80px;
    }
} */
/* @media only screen and (max-width:425px) {
    .big-slides .slide-previews {
        bottom: -51px;
    }

    .big-slides .preview-img {
        width: 28%;
    }
} */
@media (max-width: 960px) {
  .big-slides .desktop {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .big-slides .mobile {
    display: none !important;
  }
}
@media (min-width: 990px) {
  .owl-carousel-container {
    height: 420px;
    max-height: 421px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .owl-carousel-container {
    height: 576px;
    max-height: 577px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 570px !important;
    width: 100%;
  }
}
@media (min-width: 660px) and (max-width: 768px) {
  .owl-carousel-container {
    height: 569px;
    max-height: 570px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 570px;
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 660px) {
  .owl-carousel-container {
    height: 495px;
    max-height: 500px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 500px;
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 560px) {
  .owl-carousel-container {
    height: 420px;
    max-height: 420px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 420px;
    width: 100%;
  }
}
@media (min-width: 450px) and (max-width: 500px) {
  .owl-carousel-container {
    height: 375px;
    max-height: 375px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 375px;
    width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 450px) {
  .owl-carousel-container {
    height: 338px;
    max-height: 338px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 338px;
    width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 400px) {
  .owl-carousel-container {
    height: 300px;
    max-height: 300px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 300px;
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 350px) {
  .owl-carousel-container {
    height: 263px;
    max-height: 263px;
    width: 100%;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 263px;
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  .owl-carousel-container {
    height: 225px !important;
    max-height: 225px !important;
    width: 100% !important;
    overflow: hidden;
  }
  .owl-stage-outer {
    max-height: 225px !important;
    width: 100%;
  }
}
.home-slider {
  width: 100%;
  height: auto;
  grid-template-columns: auto;
  display: grid;
  position: relative;
}
.home-slider .slide-btn {
  transition: 0.4s;
}
.home-slider:hover .slide-btn {
  opacity: 1;
  visibility: visible;
  background: #242731;
  color: #fff;
}
.home-slider:hover .slide-btn.right {
  margin-right: -20px;
}
.home-slider:hover .slide-btn.left {
  margin-left: -20px;
}
.home-slider.no-slide .slide-btn .fas {
  color: #575757;
  text-shadow: none;
}
.home-slider.no-slide:hover .slide-btn .fas {
  color: #575757;
  text-shadow: none;
}
.home-slider .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  padding: 50px 20px;
  z-index: 10;
}
.home-slider .slide-btn.no-glow .fas {
  color: #575757;
  text-shadow: none;
}
.home-slider .slide-btn .fas {
  font-size: 32px;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-shadow: 0 0 10px #fff, 0 0 20px #e7e7e7, 0 0 30px #77e600, 0 0 40px #69b716, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
.home-slider .right {
  right: 0;
  margin-right: 0px;
}
.home-slider .left {
  left: 0;
  margin-left: 0px;
}
.home-slider .home-slides-container {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100%;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
}
.home-slider .home-slides-container__SubContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  /* width: 100%; */
  flex-grow: 1;
}
.home-slider .home-slides-container::-webkit-scrollbar {
  display: none;
}

.game-listing-container {
  margin-top: 15px;
}

@media (max-width: 460px) {
  .home-slider:hover .slide-btn {
    display: none !important;
  }
}
/* @media (max-width: 425px) {
    .big-slides {
        margin-bottom: 75px;
    }
} */
@media (max-width: 789px) {
  .home-slider .home-slides-container {
    margin-top: 0 !important;
  }
}
.form-container {
  display: flex;
  gap: 20px;
}

.login-form-input {
  position: relative;
}

.zip-code-1 h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 0px;
}
.zip-code-1 p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0px;
}
.zip-code-1 p span {
  background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zip-code-1 .delivery-icon {
  width: 22px;
  height: 16px;
  margin-left: 8px;
}
.zip-code-1 .login-form-input {
  position: relative;
}
.zip-code-1 .login-form-input input {
  display: block;
  margin: 10px auto;
  width: 220px;
  height: 46px;
  padding-left: 45px;
  border: none;
  border-radius: 8px;
  border: double 2px transparent;
  background-image: linear-gradient(#1e1e1e, #1e1e1e), linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.5s;
}
.zip-code-1 .login-form-input input:focus {
  outline: none;
}
.zip-code-1 .login-form-input .u-login-in-img {
  position: absolute;
  top: 23px;
  left: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zip-code-1 .login-form-input .u-login-in-img i {
  font-size: 22px;
  background-image: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zip-code-1 .u-login-submit {
  margin: auto;
  margin-left: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
}
.zip-code-1 .login-btn {
  color: white;
  background: linear-gradient(145.85deg, #56be60 12.94%, #04560c 106.4%);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 180px;
  top: 16px;
  cursor: pointer;
  transition: all 0.5s;
}
.zip-code-1 .login-btn i {
  margin-right: 0px !important;
}
.zip-code-1 .form-container {
  display: flex;
  gap: 20px;
}

.index-page .u-login-submit {
  position: relative;
  height: fit-content;
  width: fit-content;
}
.index-page .login-btn {
  position: relative;
  left: 0px;
  top: 0px;
}

@media (max-width: 768px) {
  .section-input form input[type=text] {
    width: 100%;
  }
  .zip-code-1 .login-btn {
    width: 32px;
    height: 32px;
    left: 174px;
  }
  .zip-code-1 .login-form-input .u-login-in-img {
    top: 22px;
  }
  .index-page--zipcode .login-form-input.index-page {
    width: 220px !important;
  }
  .zip-code-1 .login-form-input {
    width: 100% !important;
  }
  .zip-code-1 .login-btn {
    position: unset !important;
  }
  .zip-code-1 .u-login-submit {
    position: unset !important;
  }
  .zip-code-1 {
    width: 100%;
  }
}
.table-container th, .table-container tr {
  border: 0 !important;
  border-bottom: none !important;
  border-top: none !important;
  text-align: center;
}
.table-container table {
  background-color: #121212;
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}
.table-container .table-default th {
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
}
.table-container .table-content {
  width: 100%;
  border-collapse: collapse;
}
.table-container .table-content thead {
  background-color: #2A2A2A;
  padding: 20px;
}
.table-container .table-content .table-head tr th {
  padding: 22px;
}
.table-container .table-content .table-body tr td {
  padding: 14px;
  border-bottom: 1px solid #2B2B2B;
  text-align: center;
}
.table-container .table-content .table-body tr td img {
  width: 20px;
  height: 20px;
}
.table-container .table-content .table-body .credit-time {
  font-size: 14px;
  color: #6B6B6B;
}
.table-container .table-content .table-body .credit-id {
  font-weight: 900;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table-container tbody {
  border-top: none !important;
}

.wizard-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 72px;
  height: 100%;
  border-radius: 16px;
}
.wizard-container .error-container {
  width: 640px;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #ff3737;
  margin: auto;
}
.wizard-container .error-container-title {
  width: 100%;
  display: block;
  color: #ff8080;
}
.wizard-container .error-container-content {
  font-size: 19px;
}
.wizard-container .step-wizard {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wizard-container .step-wizard .step-wizard-list {
  background: inherit;
  color: #fff;
  list-style-type: none;
  display: flex;
  padding: 28px 10px;
  position: relative;
  z-index: 10;
  width: 760px;
  margin-bottom: 0px;
}
.wizard-container .step-wizard .step-wizard-item {
  padding: 0 20px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 170px;
  position: relative;
}
.wizard-container .step-wizard .step-wizard-item .progress-count {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent;
}
.wizard-container .step-wizard .step-wizard-item .progress-count:after {
  content: "";
  height: 40px;
  width: 40px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
}
.wizard-container .step-wizard .step-wizard-item .progress-count:before {
  content: "";
  height: 8px;
  width: 18px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}
.wizard-container .step-wizard .step-wizard-item .progress-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.wizard-container .step-wizard .step-wizard-item.pending-item .progress-count:after {
  height: 10px;
  width: 10px;
}
.wizard-container .step-wizard .step-wizard-item.current-item .progress-count {
  color: #fff !important;
}
.wizard-container .step-wizard .step-wizard-item.current-item .progress-count:after {
  background: #000;
  border: 2px solid #56BE60;
}
.wizard-container .step-wizard .step-wizard-item.current-item .progress-count:before {
  content: "";
  display: block;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 0px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
}

.step-wizard-item + .step-wizard-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: #56BE60;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before {
  display: none;
}

.step-wizard-item + .step-wizard-item.pending-item:after {
  background: gray;
}

.stage3-container--text {
  display: none;
}

@media (max-width: 440px) {
  .stage3-container--text {
    display: block;
  }
  .stage3-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    background-color: #222;
    z-index: 10;
    width: 100%;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: rgba(30, 30, 30, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.wizard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  align-items: center;
  background-color: #121212;
  color: #fff;
  padding: 40px 60px;
  width: 100%;
}
.wizard-content input,
.wizard-content select {
  background-color: #2B2B2B;
  border: none;
  height: 48px;
  width: 294px;
  padding-left: 14px;
  border-radius: 8px;
}
.wizard-content input,
.wizard-content select,
.wizard-content textarea {
  color: #fff;
  background: #2B2B2B;
  border: none;
  border-radius: 8px;
}
.wizard-content textarea {
  resize: vertical;
  padding: 10px;
}
.wizard-content .textarea-width {
  width: 100%;
}
.wizard-content ::-webkit-resizer {
  color: #fff;
}
.wizard-content .inputs-heading h1 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
}
.wizard-content .inputs-textarea-row {
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
  justify-content: start;
  align-items: flex-start;
}
.wizard-content .payment-stage.inputs-textarea-row {
  display: flex;
  flex-direction: column !important;
  justify-content: start;
  align-items: center;
}
.wizard-content .wizard-form-feilds {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wizard-content .wizard-form-feilds.final-stage {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
}
.wizard-content .wizard-content--inputs {
  width: 620px;
  margin: auto;
}
.wizard-content .wizard-content--inputs dl {
  margin-top: 1rem;
}
.wizard-content .wizard-content--inputs dt {
  float: left;
  margin-right: 10px;
}
.wizard-content .wizard-content--navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.wizard-content input[type=checkbox].toggle-checkbox {
  max-width: 100px !important;
}
.wizard-content .toggle {
  cursor: pointer;
  display: inline-block;
}
.wizard-content .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 52px;
  height: 27px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.wizard-content .toggle-switch:before,
.wizard-content .toggle-switch:after {
  content: "";
}
.wizard-content .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: left 0.25s;
}
.wizard-content .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.wizard-content .toggle-checkbox:checked + .toggle-switch {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.wizard-content .toggle-checkbox:checked + .toggle-switch:before {
  left: 26px;
}
.wizard-content .toggle-checkbox {
  position: absolute;
  visibility: hidden;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 6px;
}
.wizard-content .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.wizard-content .wizard-btn {
  width: 80px;
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
.wizard-content .wizard-btn.wizard-back-btn {
  color: #fff;
  background-color: #2B2B2B;
}
.wizard-content .wizard-btn.wizard-back-btn .back {
  margin-right: 6px;
}
.wizard-content .wizard-btn.wizard-next-btn {
  color: #fff;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.wizard-content .wizard-btn.wizard-next-btn .next {
  margin-left: 6px;
}
.wizard-content .wizard-btn.wizard-order-btn {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 130px;
}
.wizard-content .wizard-btn.wizard-order-btn i {
  margin-left: 6px;
}
.wizard-content .checkout-radio-btn {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

@media (max-width: 1113px) {
  .wizard-container {
    margin-top: 72px;
  }
}
@media (max-width: 660px) {
  .wizard-container {
    margin-top: 130px;
  }
  .wizard-content input,
  .wizard-content select {
    width: 100% !important;
  }
}
@media (max-width: 742px) {
  .wizard-container .step-wizard .step-wizard-list {
    width: 100%;
  }
  .wizard-content--inputs {
    width: 100% !important;
  }
  .wizard-content .checkout-radio-btn {
    width: 20px !important;
    height: 20px !important;
  }
  select {
    width: 100% !important;
  }
  .wizard-content .wizard-form-feilds {
    width: 100%;
  }
  .wizard-content--navigation {
    width: 400px !important;
  }
  .wizard-content input {
    width: 100% !important;
  }
  .step-wizard {
    display: block;
  }
  .step-wizard .step-wizard-item {
    max-width: 100% !important;
  }
}
@media (max-width: 550px) {
  .inputs-textarea-row {
    width: 100% !important;
  }
  .wizard-content--inputs {
    width: 100% !important;
  }
  .wizard-content--navigation {
    width: 100% !important;
  }
  .wizard-content {
    padding: 40px 40px;
  }
  .step-wizard .step-wizard-item {
    max-width: 100% !important;
  }
  .step-wizard .step-wizard-item {
    padding: 0px 8px !important;
  }
}
@media (max-width: 448px) {
  .step-wizard-item .progress-label {
    font-size: 12px !important;
  }
  .step-wizard-item .progress-count:after {
    width: 30px !important;
    height: 30px !important;
  }
  .current-item .progress-count:before {
    width: 22px !important;
    height: 22px !important;
  }
  .pending-item.step-wizard-item .progress-count:after {
    height: 10px !important;
    width: 10px !important;
  }
  .step-wizard .step-wizard-item {
    min-width: 140px !important;
  }
  .wizard-content .toggle-checkbox:checked + .toggle-switch:before {
    left: 22px;
  }
  .wizard-content .toggle-switch {
    width: 45px;
    height: 24px;
  }
  .wizard-content .toggle-switch:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  /* .step-wizard-item .progress-count:before {
      height: 5px;
      width: 14px;
  } */
}
@media (max-width: 390px) {
  .step-wizard .step-wizard-item {
    min-width: 100px !important;
  }
}
.orderplaced-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.orderplaced-container .orderplaced-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  width: 600px;
  height: 430px;
  border-radius: 24px;
}
.orderplaced-container .orderplaced-content .order-confirmed-container {
  width: 126%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderplaced-container .orderplaced-content .order-confirmed-container table td {
  width: 225px;
  padding: 10px !important;
}
.orderplaced-container .orderplaced-content .gif-content img {
  width: 240px;
  height: 240px;
}
.orderplaced-container .orderplaced-content .text-content h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.orderplaced-container .orderplaced-content .btn-content {
  display: flex;
  gap: 25px;
}
.orderplaced-container .orderplaced-content .btn-content .btn-action {
  color: white;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 220px;
  height: 50px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
.orderplaced-container .orderplaced-content .btn-content .btn-action a {
  text-decoration: none;
  color: #fff;
}
.orderplaced-container .orderplaced-content .btn-content .btn-action .view-btn {
  background-color: #212121;
  width: 218px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 590px) {
  .orderplaced-container .orderplaced-content .btn-content {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .orderplaced-container .orderplaced-content .btn-content {
    flex-direction: row;
    gap: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
  }
  .orderplaced-container .orderplaced-content {
    height: 340px;
  }
  .orderplaced-container {
    height: 82vh;
  }
  .orderplaced-container .orderplaced-content .btn-content .btn-action {
    width: 100%;
    border-radius: 0px;
  }
  .orderplaced-container .orderplaced-content .btn-content .btn-action .view-btn {
    width: 99%;
    border-radius: 0px;
  }
}
@media (max-width: 374px) {
  .orderplaced-container .orderplaced-content .btn-content .btn-action {
    font-size: 14px;
  }
}
.checkout-page .form-container {
  display: flex;
  gap: 0px;
}

.checkout-page .login-form-input {
  position: relative;
}

.checkout-page input[type=text] {
  background-color: #1E1E1E;
}

.checkout-page::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.checkout-pincode-container {
  padding: 20px;
  font-size: 16px;
  width: 100%;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border-radius: 10px;
  border: 1px solid rgb(73, 73, 73);
  margin-bottom: 20px;
}

.stage-container {
  padding: 16px;
  font-size: 16px;
  width: 100%;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border-radius: 10px;
  border: 1px solid rgb(73, 73, 73);
}

.checkout-page .checkout-pincode {
  margin: 10px 0px;
}
.checkout-page .checkout-pincode h4 {
  font-size: 16px;
  font-weight: 600;
}
.checkout-page .checkout-pincode p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.checkout-page .checkout-pincode p span {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.checkout-page .checkout-pincode .login-form-input input {
  display: block;
  margin: 10px auto;
  width: 268px;
  height: 48px;
  padding-left: 20px;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border: double 1.5px transparent;
  border-right: none;
  background-image: linear-gradient(#1e1e1e, #1e1e1e), linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.5s;
}
.checkout-page .checkout-pincode .login-form-input input:focus {
  outline: none;
}
.checkout-page .checkout-pincode .u-login-submit {
  margin: auto;
  margin-left: 0px;
  display: flex;
  justify-content: center;
  position: relative;
  height: fit-content;
  width: fit-content;
}
.checkout-page .checkout-pincode .u-login-submit .login-btn {
  color: white;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  width: 98px;
  height: 48px;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  border: none;
  position: relative;
  left: 0px;
  top: 0px;
  cursor: pointer;
  transition: all 0.5s;
}

.sell-product--container {
  color: #fff;
  position: fixed;
  width: 40%;
  bottom: 0;
  left: 50%;
  border-top-left-radius: 15px;
  padding: 20px;
  border-top-right-radius: 15px;
  transform: translate(-50%, 0%);
  background: rgba(30, 30, 30, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  z-index: 500;
}
.sell-product--name {
  font-size: 18px;
}
.sell-product--image img {
  width: 100px;
  height: 100%;
  border-radius: 6px;
}
.sell-product--background {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 130px auto;
}
.sell-product--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1570px) {
  .sell-product--container {
    width: 560px;
  }
}
@media (max-width: 1270px) {
  .sell-product--container {
    width: 50%;
  }
}
@media (max-width: 1015px) {
  .sell-product--container {
    width: 60%;
  }
}
@media (max-width: 820px) {
  .sell-product--container {
    width: 100%;
  }
}
@media (max-width: 498px) {
  .sell-page .cart-add-actions button {
    max-width: 110px !important;
  }
  .sell-product--background {
    grid-template-columns: 110px auto;
  }
}
@media (max-width: 390px) {
  .sell-product--background {
    grid-template-columns: 100px auto;
  }
}
@media (max-width: 380px) {
  .sell-page .cart-add-actions button {
    max-width: 90px !important;
  }
  .sell .sell-page .cart-add-actions button {
    max-width: 90px !important;
  }
}
.status-content {
  max-width: 100%;
  max-height: 100%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.8784313725);
  display: flex;
  gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 999;
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.status-content--header {
  display: flex;
  gap: 10px;
  font-size: 18px;
}
.status-content--desc {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
}
.status-content--desc p {
  margin-bottom: 0px;
}
.status-content.passed {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%) border-box;
}
.status-content.passed::before {
  content: "PASSED";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  display: block;
  position: absolute;
  top: -22px;
  left: 12px;
  color: rgba(0, 128, 0, 0.3);
}
.status-content.passed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(122.37deg, rgba(44, 138, 53, 0.1) 19.49%, rgba(7, 88, 15, 0.1) 90.91%);
  border-radius: 8px;
}
.status-content.error {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(97.64deg, #D12E2E 14.35%, #9E0101 82.86%) border-box;
}
.status-content.error::before {
  content: "ERROR";
  font-size: 30px;
  display: block;
  position: absolute;
  top: -22px;
  left: 12px;
}
.status-content.error::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(97.64deg, rgba(209, 46, 46, 0.05) 14.35%, rgba(158, 1, 1, 0.05) 82.86%);
  border-radius: 8px;
}
.status-content.warning {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(145.85deg, #FFC107 12.94%, #C99806 106.4%) border-box;
}
.status-content.warning::before {
  content: "WARNING";
  font-size: 30px;
  display: block;
  position: absolute;
  top: -22px;
  left: 12px;
  color: rgba(201, 152, 6, 0.301);
}
.status-content.warning::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(145.85deg, rgba(255, 193, 7, 0.05) 12.94%, rgba(201, 152, 6, 0.05) 106.4%);
  border-radius: 8px;
}
.status-content.info {
  background: linear-gradient(#121212, #121212) padding-box, linear-gradient(154.41deg, #FF5858 -18.42%, #F09819 112.58%) border-box;
}
.status-content.info::before {
  content: "INFO";
  font-size: 30px;
  display: block;
  position: absolute;
  top: -22px;
  left: 12px;
  color: rgba(240, 150, 25, 0.301);
}
.status-content.info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(154.41deg, rgba(255, 88, 88, 0.05) -18.42%, rgba(240, 150, 25, 0.05) 112.58%);
  border-radius: 8px;
}
.status-content .status-content--desc {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
}
.status-content .status-content--head {
  font-size: 18px;
  font-weight: 700;
  height: 20px;
  margin-bottom: 4px;
  font-style: normal;
}

.passed .status-content--head {
  background: linear-gradient(122.37deg, #2C8A35 19.49%, #07580F 90.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.error .status-content--head {
  background: linear-gradient(97.64deg, #D12E2E 14.35%, #9E0101 82.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.warning .status-content--head {
  background: linear-gradient(145.85deg, #FFC107 12.94%, #C99806 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.info .status-content--head {
  background: linear-gradient(154.41deg, #FF5858 -18.42%, #F09819 112.58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 580px) {
  .status-content {
    width: 80vw;
  }
}
@media (max-width: 440px) {
  .status-content {
    width: 88vw;
  }
}
.card-dark {
  border-radius: 10px;
  background: #212121;
  box-shadow: 29px 29px 58px #181818, -29px -29px 58px #2a2a2a;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
}

.quote {
  font-style: italic !important;
  margin: 1.5em 10px;
  width: 100%;
  height: 80px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  quotes: "“" "”" "‘" "’";
  padding: 0.5em 10px;
}

.bg-img {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  filter: blur(5px) opacity(0.1);
}

.clan-page {
  min-height: 100dvh;
  padding-left: 0px;
  padding-right: 0px;
  color: #ffffff;
  font-family: Verdana, serif;
  position: relative;
  margin: 100px auto 0 auto;
  display: block;
  width: 100%;
}
.clan-page .title {
  margin: 20px 0;
  position: relative;
  font-size: 30px;
  font-family: "Josefin Sans", serif;
  text-align: center;
}
.clan-page .title-power span {
  background-image: linear-gradient(165deg, #63D471, #233329 95%);
  background-size: cover;
  background-clip: text;
  display: flex;
  justify-content: center;
  -webkit-background-clip: text;
  color: transparent;
}
.clan-page .break-space {
  display: block;
  width: 100%;
  margin: 80px 0;
}
.clan-page .profiles {
  margin-top: 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.clan-page .profiles:nth-child(1) {
  margin-top: 2rem;
}
.clan-page .profiles .card-container {
  width: fit-content;
  display: flex;
  margin: 25px 20px;
}
.clan-page .profiles-primary {
  grid-template-columns: auto auto;
}
.clan-page .profiles-primary > .card-container:nth-child(1) {
  justify-content: flex-end;
}
.clan-page .profiles-primary .profile-name {
  height: 30px !important;
}
.clan-page .profiles *,
.clan-page .profiles *::after,
.clan-page .profiles *::before {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clan-page .profile-card {
  width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background: #212121;
  border-radius: 40px;
}
.clan-page .profile-card * {
  pointer-events: none;
  cursor: pointer;
}
.clan-page .profile-card-body {
  float: bottom;
}
.clan-page .profile-image {
  position: relative;
  top: -60px;
  border-radius: 1rem;
  background-image: url(https://yt3.ggpht.com/ytc/AKedOLSB-oR-xmvVSZXJ3gbK12uvv0AJUvajwxMie_R_uw=s900-c-k-c0x00ffffff-no-rj);
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: #212121;
  box-shadow: 29px 29px 58px #181818, -29px -29px 58px #2a2a2a;
  margin-left: auto;
  margin-right: auto;
}
.clan-page .profile-image .img {
  width: 100%;
  height: 100%;
  content: " ";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 50%;
}
.clan-page .profile-info {
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.clan-page .profile-info *:not(h3) {
  margin-top: 10px;
}
.clan-page .profile-info > .profile-name {
  font-size: 30px;
  color: #e7e7e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 70px;
  text-align: center;
}
.clan-page .profile-info > .profile-desc {
  color: #666666;
  font-size: 0.9rem;
}
.clan-page .status {
  width: 200px;
  list-style: none;
  text-align: left;
  line-height: 1rem;
  margin-bottom: 1.3rem;
  display: grid;
  grid-template-columns: auto auto;
}
.clan-page .status li {
  display: flex;
  justify-content: center;
}
.clan-page .status-value {
  color: #6e6e6e;
  font-weight: 700;
}
.clan-page .status-text {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #7c7c7d;
}
.clan-page .action {
  display: flex;
  justify-content: space-between;
}
.clan-page .btn {
  border: none;
  padding: 0.8em 1.9em;
  border-radius: 0.35rem;
  cursor: pointer;
  font-weight: 600;
}
.clan-page .btn-pink {
  background: #b82151;
  color: white;
}
.clan-page .card-dark {
  border-radius: 10px;
  background: #212121;
  box-shadow: 29px 29px 58px #181818, -29px -29px 58px #2a2a2a;
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.clan-page .quote {
  font-style: italic !important;
  margin: 1.5em 10px;
  width: 100%;
  height: 80px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  quotes: "“" "”" "‘" "’";
  padding: 0.5em 10px;
}
.clan-page .bg-img {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  filter: blur(5px) opacity(0.1);
}
.clan-page .founder-card-container {
  display: grid;
  grid-template-columns: 300px auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #0b0b0b;
  border: 2px solid #171717;
  box-shadow: 20px 20px 60px #000000, -20px -20px 60px #000000;
  border-radius: 40px;
  width: 1150px;
}
.clan-page .founder-card-container .text-content {
  padding: 35px;
  text-align: justify;
}
.clan-page .btn-gray-outline {
  border: 1px solid;
  background: transparent;
  color: #b82151;
}

@media screen and (max-width: 1199px) {
  .clan-page {
    margin-top: 150px !important;
    min-width: 100vw !important;
  }
  .clan-page .profiles {
    grid-template-columns: auto;
  }
  .clan-page .founder-card-container {
    margin-top: 35px;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .clan-page .founder-card-container .text-content {
    font-size: 14px; /* Reduce font size for smaller screens */
    text-align: center; /* Ensure text is centered */
    margin-top: 5px; /* Adjust spacing to prevent overlapping */
  }
  .clan-page .contents-about {
    width: 100vw;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .clan-page {
    margin-top: 150px !important;
    min-width: 100vw !important;
  }
  .clan-page .profiles {
    grid-template-columns: auto;
  }
  .clan-page .founder-card-container {
    width: 80vw;
    grid-template-columns: auto;
  }
  .clan-page .founder-card-container .text-content {
    font-size: 14px; /* Reduce font size for smaller screens */
    text-align: center; /* Ensure text is centered */
    margin-top: 5px; /* Adjust spacing to prevent overlapping */
  }
  .clan-page .contents-about {
    width: 100vw;
    border-radius: 10px;
  }
}
.fancy-inputs input:not(:focus):invalid,
.fancy-inputs select:not(:focus):invalid textarea:not(:focus):invalid {
  border: 1px solid var(--color-invalid);
}

@media (max-width: 1098px) {
  .product-listing {
    display: grid;
    grid-template-columns: auto auto auto !important;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .mobile {
    display: none !important;
  }
  .content-start {
    margin-top: 100px;
  }
}
@media (max-width: 990px) {
  .desktop {
    display: none !important;
  }
  .content-start {
    margin-top: 150px;
  }
  .search-bar-container-cat input {
    width: 95vw;
  }
}
/* @media (max-width:840px) {
  .col-md-6 {
    display: flex !important;
    justify-content: center !important;
  }

} */
@media (max-width: 719px) {
  .product-listing {
    display: grid;
    grid-template-columns: auto auto auto !important;
    max-width: 100%;
  }
  /* .u-profile-personal-details-container {
    width: 400px;
  }

  .u-profile-card-wrapper {
    padding: 40px 5px;
  }

  .u-profile-status-container .u-profile-status-text {
    font-size: 16px;
  }

  .u-profile-cards-icon-container {
    top: -25px;
  } */
}
@media (max-width: 576px) {
  .product-listing {
    grid-template-columns: auto auto !important;
  }
  .container {
    width: 100%;
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-modal-wrapper .filter-modal-container {
    width: 835px;
    height: 100%;
    background-color: #121212;
    color: rgba(0, 0, 0, 0.2509803922);
    border-radius: 28px;
    padding: 3rem 1rem;
    overflow-y: auto;
    max-height: 100%;
  }
}
@media (max-width: 450px) {
  .u-profile-personal-details-container {
    width: 330px;
  }
  .u-profile-page-bottom-item {
    width: 300px;
  }
  .log-out-btn {
    width: 300px;
  }
}
@media (max-width: 350px) {
  .u-profile-personal-details-container {
    width: 300px;
  }
  .u-profile-status-container .u-profile-status-text p {
    margin-bottom: 10px;
  }
}
@media (max-width: 325px) {
  .u-profile-personal-details-container {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
    /* display: flex;
    justify-content: center !important; */
  }
}
.product-card-1 {
  background: #1d1d1d;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 6px;
  height: 275px;
  width: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: 2s box-shadow;
  color: #fff !important;
  position: relative;
  font-family: "Roboto", sans-serif;
  margin-left: 0px;
  transition: 0.5s scale;
  text-decoration: none !important;
}
.product-card-1:hover {
  scale: 1.04;
}
.product-card-1 p {
  margin-bottom: 0px;
}
.product-card-1--top {
  position: relative;
}
.product-card-1--top .product-img {
  height: 170px;
  width: 135px;
  backdrop-filter: blur(10px) grayscale(0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.product-card-1--top .product-img img {
  height: 170px;
  max-width: 100%;
  /* Product_img effect */
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 7px;
  cursor: pointer;
  object-fit: contain;
}
.product-card-1--top .product-img.product-type.new::before {
  content: "New";
  background: linear-gradient(145.85deg, rgba(86, 190, 96, 0.6) 12.94%, rgba(4, 86, 12, 0.6) 106.4%);
}
.product-card-1--top .product-img.product-type.pre-order::before {
  content: "Pre Order";
  background: linear-gradient(145.85deg, rgba(86, 190, 96, 0.6) 12.94%, rgba(4, 86, 12, 0.6) 106.4%);
}
.product-card-1--top .product-img.product-type.pre-owned::before {
  content: "Pre Owned";
  background: linear-gradient(145.85deg, rgba(255, 193, 7, 0.6) 12.94%, rgba(201, 152, 6, 0.6) 106.4%);
}
.product-card-1--top .product-img.product-type::before {
  font-size: 12px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  width: fit-content;
  padding: 2px 12px;
  height: 15px;
  right: 0px;
  top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 6px 0px 0px 6px;
  z-index: 1;
}
.product-card-1--top .playable-tag {
  display: block;
  width: 100%;
  height: fit-content;
  padding: 0px 0px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.6) 0%, rgba(5, 5, 66, 0.6) 30%, rgba(16, 164, 227, 0.7) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: absolute;
  top: 50%;
  right: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.product-card-1--top .playable-tag.white {
  background: linear-gradient(to right, rgba(200, 217, 235, 0.9) 20%, rgba(255, 255, 255, 0.9) 80%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.product-card-1--top .playable-tag.white p {
  color: #1e1e1e;
}
.product-card-1--top .playable-tag .ps-text,
.product-card-1--top .playable-tag .xbox-text {
  display: block;
}
.product-card-1--top .playable-tag.ps .ps-text {
  display: block;
}
.product-card-1--top .playable-tag.xbox .xbox-text {
  display: block;
}
.product-card-1--top .playable-tag p {
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.product-card-1--top .like-btn {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 1;
  border-radius: 50%;
  background: rgba(81, 81, 81, 0.8);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-card-1--top .like-btn i {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.25);
}
.product-card-1--top .like-btn .filled {
  display: none;
}
.product-card-1--top .like-btn.filled .filled {
  display: block;
}
.product-card-1--top .like-btn.filled .outline {
  display: none;
}
.product-card-1--middle {
  font-size: 10px;
  text-align: center;
  padding: 4px 0px;
  cursor: pointer;
  display: -webkit-box;
  height: 3em;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: end;
  width: 100%;
}
.product-card-1--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 4px;
}
.product-card-1--bottom .product-price {
  font-weight: 100;
  letter-spacing: -0.4px;
}
.product-card-1--bottom .product-price--display {
  font-size: 18px;
  margin-bottom: -5px;
}
.product-card-1--bottom .product-price--actual {
  font-size: 14px;
  text-decoration: line-through;
  color: #8E8E8E;
}
.product-card-1--bottom .product-price--actual p {
  color: inherit;
}
.product-card-1--bottom .cta-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* Green Linear */
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
}
.product-card-1--bottom .cta-btn::before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background-color: #626262;
  position: absolute;
  right: 52px;
}

.hide {
  display: none !important;
}

@keyframes breath-glow {
  0% {
    box-shadow: none;
  }
  25% {
    box-shadow: 0 0 5px #fff, 0 0 10px #F00;
  }
  50% {
    box-shadow: 0 0 5px #fff, 0 0 10px #0F0;
  }
  75% {
    box-shadow: 0 0 5px #fff, 0 0 10px #00F;
  }
  100% {
    box-shadow: none;
  }
}
.u-product-page-main-container .product-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.u-product-page-main-container .product-price div {
  margin-top: -10px;
}
.u-product-page-main-container .product-price strong {
  font-size: 28px;
}

@media (max-width: 420px) {
  .product-card-1 {
    height: 255px;
    width: 158px;
    gap: 4px;
  }
  .product-card-1 .product-img {
    width: 148px;
  }
  .product-card-1--bottom {
    justify-content: center;
  }
  .product-card-1--bottom .product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .product-card-1--bottom .product-price--display {
    font-weight: 400;
  }
  .product-card-1--bottom .product-price--actual {
    margin-top: 7px;
  }
  .product-card-1--bottom .cta-btn {
    display: none !important;
  }
}
.product-card-v3 {
  margin: 20px;
  max-width: 450px;
}
.product-card-v3 .flex-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product-card-v3 .flex-column {
  display: flex;
  flex-direction: column;
}
.product-card-v3-container {
  width: 450px;
  height: 170px;
  border: 2px solid #323232;
  background: linear-gradient(152.97deg, rgba(30, 30, 30, 0.5) 0%, rgba(30, 30, 30, 0.25) 100%);
  border-radius: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-v3-container--img {
  max-width: 45%;
}
.product-card-v3-container--img .product-card-left {
  position: relative;
}
.product-card-v3-container--img .product-card-left--img {
  cursor: pointer;
  width: 180px;
  height: 100%;
}
.product-card-v3-container--img .product-card-left--img img {
  max-width: 100%;
}
.product-card-v3-container--img .product-card-left--tag {
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0px 6px 6px 0px;
  width: 94px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  padding-left: 10px;
  position: absolute;
  top: 4px;
  left: 2px;
}
.product-card-v3-container--img .product-card-left--tag.pre-owned {
  background: linear-gradient(145.85deg, rgba(255, 193, 7, 0.6) 12.94%, rgba(201, 152, 6, 0.6) 106.4%);
}
.product-card-v3-container--img .product-card-left--tag.new {
  background: linear-gradient(145.85deg, rgba(86, 190, 96, 0.6) 12.94%, rgba(4, 86, 12, 0.6) 106.4%);
}
.product-card-v3-container--desc {
  min-width: 55%;
}
.product-card-v3-container--desc .product-card-right {
  height: 100%;
  gap: 8px;
  position: relative;
}
.product-card-v3-container--desc .product-card-right--title {
  cursor: pointer;
}
.product-card-v3-container--desc .product-card-right--title a {
  color: #fff;
  text-decoration: none;
}
.product-card-v3-container--desc .product-card-right--title a p {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-card-v3-container--desc .product-card-right--price .price-container {
  gap: 10px;
  margin-bottom: 2px;
}
.product-card-v3-container--desc .product-card-right--price .price-container p {
  font-size: 20px;
}
.product-card-v3-container--desc .product-card-right--price .price-container .offer-percent p {
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.product-card-v3-container--desc .product-card-right--price .actual-price p {
  font-size: 12px;
  color: #8e8e8e;
}
.product-card-v3-container--desc .product-card-right--price .actual-price p b {
  text-decoration: line-through;
  font-weight: normal;
}
.product-card-v3-container--desc .product-card-right--btn {
  float: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
.product-card-v3-container--desc .product-card-right--btn .cta-btn {
  width: 30px;
  height: 30px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 2px rgba(21, 224, 41, 0.6);
  cursor: pointer;
}
.product-card-v3-container--desc .product-card-right--btn .cta-btn i {
  margin-top: 2px;
}

.yellow {
  display: none;
}

.green {
  display: none;
}

.product-card-left--tag.new {
  width: 55px;
}
.product-card-left--tag.new .yellow {
  display: block;
}

.product-card-left--tag.pre-owned .green {
  display: block;
}

.login-background {
  background-color: #000;
  overflow: hidden;
  width: 110vw;
  height: 110vh;
  object-fit: cover;
  position: fixed;
}

.register-popup {
  top: 50% !important;
}

.hide {
  display: none !important;
}

.login-popup-container.ng-hide {
  display: none;
  z-index: -10;
}
.login-popup-container {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Segoe UI", Arial, sans-serif;
  height: 580px;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 300ms ease;
}
.login-popup-container .login-popup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
.login-popup-container .login-popup .background-logo {
  position: fixed;
  top: -10px;
  left: -32px;
  width: 172px;
  transform: rotate(6deg);
  z-index: -1;
  opacity: 22%;
  user-select: none !important;
}
.login-popup-container .login-popup .background-gradient {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  border-radius: 24px;
  z-index: -1;
  user-select: none !important;
}
.login-popup-container .login-popup .flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.login-popup-container .login-popup .flex-column .sm-text {
  margin-bottom: 2px;
}
.login-popup-container .login-popup .flex-column form {
  width: 90%;
}
.login-popup-container .login-popup .flex-column--content {
  width: 100%;
}
.login-popup-container .login-popup .flex-column--content .login-close {
  color: #ff0000;
  position: fixed;
  right: 20px;
  top: 15px;
  font-size: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.login-popup-container .login-popup .flex-column--content .login-close:hover {
  color: #ff0000;
  opacity: 1;
}
.login-popup-container .login-popup .flex-column--content .login-back {
  color: white;
  position: fixed;
  left: 20px;
  top: 15px;
  font-size: 18px;
  opacity: 0.6;
  cursor: pointer;
}
.login-popup-container .login-popup .flex-column--content .login-back:hover {
  color: red;
  opacity: 1;
}
.login-popup-container .login-popup .flex-column--content {
  /* &:not(:last-child) {
      margin-bottom: 24px;
  } */
}
.login-popup-container .login-popup .flex-column--content .login-popup-input {
  width: 100%;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.name .input-label:nth-child(2) {
  margin-top: 10px;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp.active {
  display: block;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp .resend-otp {
  color: rgba(255, 255, 255, 0.5);
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp .resend-otp:hover {
  color: #fff;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp .userInput {
  display: flex;
  justify-content: center;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp input {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-family: inherit;
  font-size: 1.2rem;
  background-color: #515151;
  background: #1E1E1E;
  border: 1px solid #515151;
  border-radius: 10px;
  transition: all 0.5s;
  padding-left: 0px;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp input#first {
  margin-left: 0px !important;
}
.login-popup-container .login-popup .flex-column--content .login-popup-input.otp input#sixth {
  margin-right: 0px !important;
}
.login-popup-container .login-popup .flex-column--content .password {
  margin-top: 20px;
  position: relative;
}
.login-popup-container .login-popup .flex-column--content .password a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 2px;
  margin-left: 4px;
  text-decoration: none;
}
.login-popup-container .login-popup .flex-column--content .password a:hover {
  text-decoration: underline;
}
.login-popup-container .login-popup .flex-column--content .password-toggle {
  position: absolute;
  right: 20px;
  top: 33px;
  cursor: pointer;
}
.login-popup-container .login-popup .flex-column--content .password-toggle:hover {
  color: white;
}
.login-popup-container .login-popup .flex-column--content .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-popup-container .login-popup .flex-column--content .head h1 {
  font-size: 24px;
  color: white;
}
.login-popup-container .login-popup .flex-column--content .head p {
  font-weight: lighter;
}
.login-popup-container .login-popup .flex-column--content.register .flex-column {
  gap: 10px;
}
.login-popup-container .login-popup .flex-column--content {
  /*  &.input-container {
      margin-bottom: 48px;
  } */
}
.login-popup-container .login-popup .flex-column--content.or-container {
  margin-bottom: 14px;
}
.login-popup-container .login-popup .flex-column--content.btn-container {
  width: 100%;
  justify-content: center;
  margin-bottom: 14px;
}
.login-popup-container .login-popup .flex-column--content.btn-container .check-label.register .terms-link {
  color: rgba(255, 255, 255, 0.5);
}
.login-popup-container .login-popup .flex-column--content.btn-container .check-label.register .terms-link:hover {
  color: white;
}
.login-popup-container .login-popup .flex-column--content.btn-container .check-label {
  font-size: 14px;
  margin-bottom: 2px;
  cursor: pointer;
}
.login-popup-container .login-popup .flex-column--content.btn-container .check-label input[type=checkbox] {
  border: #303233;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  transform: scale(1.2);
}
.login-popup-container .login-popup .flex-column--content.btn-container .login-popup-btn {
  width: 100%;
}
.login-popup-container .login-popup .flex-column--content.btn-container .login-popup-btn .login-btn {
  background: linear-gradient(145.85deg, rgba(86, 190, 96, 0.75) 12.94%, rgba(4, 86, 12, 0.75) 106.4%);
  border-radius: 10px;
  width: 100%;
  height: 46px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.login-popup-container .login-popup .flex-column--content.center-text {
  display: flex;
  justify-content: center !important;
  width: 100%;
}
.login-popup-container .login-popup .flex-column--content .create-account {
  margin: auto;
  font-weight: 600;
  color: green;
  text-decoration: none;
  border-bottom: 2px dotted green;
  height: 22px;
  cursor: pointer;
}
.login-popup-container .login-popup .flex-column--content .create-account:hover {
  border-bottom: none;
}
.login-popup-container .login-popup .flex-column--content .go-back {
  margin: auto;
  font-weight: 600;
  color: green;
  text-decoration: none;
  border-bottom: 2px dotted green;
  height: 22px;
  cursor: pointer;
  margin-top: 16px;
  font-size: 16px;
}
.login-popup-container .login-popup .flex-column--content .go-back i {
  font-size: 18px;
  color: green;
}
.login-popup-container .login-popup .flex-column--content .go-back:hover {
  border-bottom: none;
}
.login-popup-container .login-popup .flex-column .input-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.login-popup-container .login-popup .flex-column input::-webkit-outer-spin-button,
.login-popup-container .login-popup .flex-column input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-popup-container .login-popup .flex-column {
  /* Firefox */
}
.login-popup-container .login-popup .flex-column input[type=number] {
  -moz-appearance: textfield;
}
.login-popup-container .login-popup .flex-column input[type=text],
.login-popup-container .login-popup .flex-column input[type=password],
.login-popup-container .login-popup .flex-column input[type=number],
.login-popup-container .login-popup .flex-column input[type=tel] {
  background: linear-gradient(#121212, #1e1e1e) padding-box, rgba(255, 255, 255, 0.25) border-box;
  border: 1px solid rgba(128, 128, 128, 0.297);
  border-radius: 8px;
  font-size: 17px;
  letter-spacing: 1.2px;
  color: #c7c7c7;
  width: 100%;
  height: 42px;
  margin-top: 4px;
}
.login-popup-container .login-popup .flex-column input[type=text]::placeholder,
.login-popup-container .login-popup .flex-column input[type=password]::placeholder,
.login-popup-container .login-popup .flex-column input[type=number]::placeholder,
.login-popup-container .login-popup .flex-column input[type=tel]::placeholder {
  padding-left: 6px;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.login-popup-container .login-popup .flex-column input,
.login-popup-container .login-popup .flex-column select,
.login-popup-container .login-popup .flex-column textarea {
  color: #fff;
  padding-left: 10px;
}
.login-popup-container .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.login-popup-container .login-close {
  color: #ff0000;
  opacity: 0.7;
  position: absolute;
  right: 4px;
  top: -34px;
  font-size: 20px;
  cursor: pointer;
}
.login-popup-container .login-close:hover {
  color: #ff0000;
  opacity: 1;
}

.input-label-width {
  width: 100%;
}

.login-popup-container.register {
  height: 600px;
  align-items: center;
}
.login-popup-container.register ::-webkit-scrollbar-thumb {
  background-color: rgba(110, 110, 110, 0.562);
  outline: 1px solid rgba(128, 128, 128, 0.297);
}
.login-popup-container.register .close {
  position: fixed;
  right: 38px;
  top: 18px;
  color: #ff0000;
}
.login-popup-container.register .login-popup {
  overflow-y: scroll;
  padding: 0px 10px;
}
.login-popup-container.register .login-popup .flex-column {
  height: 100%;
}

@media (max-width: 660px) {
  .login-popup-container {
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 425px) {
  .register-popup {
    top: 55% !important;
  }
  .login-popup-container {
    width: 350px;
    scale: 0.9;
    transform: translate(-55%, -55%);
  }
  .login-popup-container input[type=text],
  .login-popup-container input[type=password] {
    height: 40px;
  }
  .login-popup-container .login-popup-btn .login-btn {
    height: 48px !important;
  }
  .login-popup-container .flex-column--content.center-text {
    font-size: 15px;
  }
  .login-popup-container .login-popup .flex-column--content .login-popup-input.otp input {
    width: 100%;
    height: 46px;
  }
}
@media (max-width: 375px) {
  .login-popup-container {
    scale: 0.8;
    transform: translate(-62%, -55%) !important;
  }
}
.main-container.coming-soon {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.6);
  font-family: Verdana;
  margin-top: 100px;
  padding-bottom: 50px;
}

.comingSoon-container {
  position: relative;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.comingSoon-container .GN-logo img {
  width: 80px;
  height: 100%;
  margin-bottom: 60px;
}
.comingSoon-container .decor-header {
  margin-bottom: 30px;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comingSoon-container .decor-header p {
  font-size: 32px;
  font-style: italic;
}
.comingSoon-container .decor-header::before {
  content: "";
  display: block;
  width: 54%;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  top: 50%;
  left: -158px;
}
.comingSoon-container .decor-header::after {
  content: "";
  display: block;
  width: 54%;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  top: 50%;
  right: -158px;
  transform: rotate(-180deg);
}
.comingSoon-container .decor-header .decor-left::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  top: 0px;
  left: 30%;
  transform: rotate(20deg);
}
.comingSoon-container .decor-header .decor-left::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  bottom: 0px;
  left: 30%;
  transform: rotate(-20deg);
}
.comingSoon-container .decor-header .decor-right::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  top: 0px;
  right: 30%;
  transform: rotate(160deg);
}
.comingSoon-container .decor-header .decor-right::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  position: absolute;
  bottom: 0px;
  right: 30%;
  transform: rotate(-160deg);
}
.comingSoon-container .main-header {
  margin-bottom: 25px;
  position: relative;
}
.comingSoon-container .main-header h1 {
  font-size: 88px;
  font-weight: 900;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 28px;
}
.comingSoon-container .main-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(50%, -50%);
  height: 20px;
  width: 1px;
  background-color: grey;
  border-radius: 2px;
}
.comingSoon-container .main-header .sub-header {
  width: 70%;
  margin: 0 auto;
}
.comingSoon-container .main-header .sub-header p {
  font-size: 16px;
  line-height: 22px;
  font-weight: lighter;
}
.comingSoon-container .main-header .sub-header p span {
  display: block;
}
.comingSoon-container .count-down {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.comingSoon-container .count-down .count-down--num span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 64px;
  font-weight: lighter;
}
.comingSoon-container .notify-me {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comingSoon-container .notify-me .notify-field {
  display: block;
  width: 50%;
  padding: 8px 16px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  border-radius: 6px;
  background-color: #222;
  border: 1px solid #444;
}
.comingSoon-container .notify-me button {
  color: white;
  text-decoration: none;
  border-radius: 6px;
  padding: 22px 10px;
  margin-left: 4px;
  background: linear-gradient(145.85deg, #009864 12.94%, #0F2830 106.4%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.comingSoon-container.footer {
  margin-top: 60px;
  font-family: "Mulish";
}
.comingSoon-container.footer .GN-footer-text {
  color: hsla(0, 0%, 100%, 0.5);
}

@media (max-width: 720px) {
  .main-container.coming-soon {
    margin-top: 150px;
  }
  .comingSoon-container {
    overflow: hidden;
  }
  .comingSoon-container .decor-header p {
    font-size: 28px;
  }
  .comingSoon-container .main-header h1 {
    font-size: 74px;
  }
  .comingSoon-container .main-header .sub-header p {
    font-size: 14px;
  }
  .comingSoon-container .count-down--num span {
    font-size: 58px !important;
  }
}
@media (max-width: 620px) {
  .main-container.coming-soon {
    margin-top: 150px;
  }
  .comingSoon-container .main-header::after {
    top: 60%;
  }
  .comingSoon-container .main-header h1 {
    font-size: 60px;
  }
  .comingSoon-container .main-header .sub-header {
    width: 80%;
  }
  .comingSoon-container .count-down--num span {
    font-size: 52px !important;
  }
  .comingSoon-container .decor-header::after {
    width: 62%;
  }
  .comingSoon-container .decor-header::before {
    width: 62%;
  }
  .footer {
    font-size: 14px !important;
  }
  .footer a {
    font-size: 14px !important;
  }
}
@media (max-width: 520px) {
  .comingSoon-container .main-header h1 {
    font-size: 48px;
  }
  .comingSoon-container .sub-header {
    width: 100%;
  }
  .comingSoon-container .sub-header p {
    font-size: 13px !important;
  }
  .comingSoon-container .decor-header .decor-left::before {
    left: 25%;
  }
  .comingSoon-container .decor-header .decor-left::after {
    left: 25%;
  }
  .comingSoon-container .decor-header .decor-right::before {
    right: 25%;
  }
  .comingSoon-container .decor-header .decor-right::after {
    right: 25%;
  }
  .comingSoon-container .notify-me button {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .comingSoon-container .main-header::after {
    top: 50%;
  }
  .comingSoon-container .count-down--num span {
    font-size: 40px !important;
  }
  .notify-me {
    width: 100% !important;
  }
}
.order-details-page .payment-update-container {
  z-index: 1;
  position: relative;
}
.order-details-page .payment-update-container .order-details-container {
  display: block;
}
.order-details-page .payment-update-container .payment-method-selection {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}
.order-details-page .payment-update-container .payment-method-selection label {
  font-weight: 900;
  transition: 0.7s;
}
.order-details-page .payment-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}
.order-details-page .payment-detail-inputs {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}
.order-details-page .payment-detail-inputs .wizard-form-feilds {
  width: 48%;
  display: grid;
  grid-template-columns: auto;
}
.order-details-page .payment-detail-inputs .wizard-form-feilds input {
  width: 100%;
  padding-left: 10px !important;
}
.order-details-page .payment-mode-note {
  margin-top: 18px;
  font-size: 16px;
  font-style: italic;
}
.order-details-page .payment-mode-note p {
  width: 90%;
  margin: auto auto;
  color: #a7a7a7;
}
.order-details-page .payment-mode-note p b {
  color: #cbcbcb;
}
.order-details-page .btn-cut:hover {
  color: #fff;
}
.order-details-page .btn-cut .btn-content:hover {
  background: transparent;
}

@media screen and (max-width: 990px) {
  .order-details-page .payment-detail-inputs .wizard-form-feilds {
    width: 100%;
  }
}
.extended-warranty {
  font-family: "Mulish", sans-serif;
  width: 100%;
}
.extended-warranty--container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  float: right;
  max-width: 620px;
}
.extended-warranty--title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.extended-warranty--plan {
  border-radius: 8px;
  background: #1E1E1E;
  border: 1px solid #303233;
  padding: 20px;
  position: relative;
  max-width: 620px;
  height: fit-content;
  flex-shrink: 0;
}
.extended-warranty--plan.active {
  border: 1px solid var(--Green-tint-2, #2C8A35);
}
.extended-warranty--plan .plan-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.extended-warranty--plan .plan-content--title {
  font-weight: 600;
  font-size: 17px;
}
.extended-warranty--plan .plan-content--title select {
  border: 2px solid var(--Green-tint-2, #2C8A35);
  border-radius: 8px;
}
.extended-warranty--plan .plan-content--desc {
  width: 85%;
  height: 100%;
  line-height: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}
.extended-warranty--plan .plan-content--desc a {
  color: #8E8E8E;
  text-decoration: none;
}
.extended-warranty--plan .plan-content--price span {
  color: #8E8E8E;
  font-size: 14px;
}
.extended-warranty--plan .plan-content--price .price-tag {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.extended-warranty--plan .plan-content--price .price-tag--discount {
  font-size: 22px;
  letter-spacing: 1px;
}
.extended-warranty--plan .plan-content--price .price-tag--actual {
  margin-top: 4px;
  letter-spacing: 1px;
  text-decoration: line-through;
  color: #8E8E8E;
}
.extended-warranty--plan .plan-content--checkbox {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: white;
  border-radius: 8px 0px 7px 0px;
  background: #303233;
  width: 112px;
  height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.extended-warranty--plan .plan-content--checkbox label {
  position: relative;
  width: fit-content;
  margin: auto auto !important;
  font-size: 14px;
  cursor: pointer;
}
.extended-warranty--plan .plan-content--checkbox label input[type=checkbox]:not(:checked) {
  opacity: 0.7;
}
.extended-warranty--plan .plan-content--checkbox label input[type=checkbox] {
  background-color: #1E1E1E;
  accent-color: #1E1E1E;
  color: #2C8A35;
  width: 1em;
  height: 1em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  position: relative;
  top: 0.15em;
}
.extended-warranty--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  border-top: 1px solid #303233;
}
.extended-warranty--cta .total {
  display: flex;
  align-items: center;
  gap: 10px;
}
.extended-warranty--cta .total span {
  color: #8E8E8E;
}
.extended-warranty--cta .total p {
  font-size: 18px;
}
.extended-warranty--cta .btn-cut {
  font-size: 12px !important;
  max-width: unset;
  width: fit-content;
  font-weight: 500;
}
.extended-warranty--cta .btn-cut .btn-content {
  color: #FFFFFF !important;
  max-width: unset;
  width: fit-content;
  text-align: center;
}

@media only screen and (max-width: 520px) {
  .extended-warranty--plan .plan-content--title {
    font-size: 16px;
  }
  .extended-warranty--plan .plan-content--desc {
    width: 100%;
  }
  .extended-warranty--plan .btn-cut .btn-content {
    color: #e6e6e6 !important;
  }
  .extended-warranty--plan .btn-cut .btn-content:hover {
    color: #ffffff !important;
  }
  .extended-warranty--cta {
    padding-top: 10px;
    flex-direction: column;
  }
}
.cartpage.extended-warranty {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: fit-content;
}
.cartpage.extended-warranty .warranty-items select {
  border: none;
  width: fit-content;
  max-width: 300px;
  /* and then whatever styles you want*/
  height: fit-content;
  padding: 10px 20px;
  cursor: pointer;
  color: #ffffff;
  background: #383838;
}
.cartpage.extended-warranty .warranty-items select option {
  color: #ffffff;
  background: #1a1a1a;
}
.cartpage.extended-warranty .warranty-items .fa-caret-down {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-left: -30px;
}
.cartpage.extended-warranty--container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  justify-content: right;
}
.cartpage.extended-warranty--plan {
  border-radius: 8px;
  background: #1E1E1E;
  border: 1px solid #303233;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  position: relative;
  max-width: 350px;
  height: fit-content;
  flex-shrink: 0;
}
.cartpage.extended-warranty--plan.active {
  border: 1px solid var(--Green-tint-2, #2C8A35);
}
.cartpage.extended-warranty--plan .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cartpage.extended-warranty--plan .title.success {
  color: #39b35c;
}
.cartpage.extended-warranty--plan .title.warning {
  color: #efc01e;
}
.cartpage.extended-warranty--plan .title img {
  height: 20px;
}
.cartpage.extended-warranty--plan .title p {
  color: inherit;
  margin-bottom: 0px;
  font-weight: 600;
}
.cartpage.extended-warranty--plan .plan-content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cartpage.extended-warranty--plan .plan-content--title {
  color: #ffffff;
  font-weight: 900;
  font-size: 17px;
  margin-top: 6px;
}
.cartpage.extended-warranty--plan .plan-content--desc {
  font-size: 14px;
  margin-top: -6px;
}
.cartpage.extended-warranty--plan .plan-content--price span {
  color: #8E8E8E;
  font-size: 14px;
}
.cartpage.extended-warranty--plan .plan-content--price .price-tag {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}
.cartpage.extended-warranty--plan .plan-content--price .price-tag--discount {
  font-size: 22px;
  letter-spacing: 1px;
}
.cartpage.extended-warranty--plan .plan-content--price .price-tag--actual {
  margin-top: 7px;
  letter-spacing: 1px;
  text-decoration: line-through;
  color: #8E8E8E;
}
.cartpage.extended-warranty--plan .plan-content--link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 8px 0px 7px 0px;
  background: #303233;
  width: 160px;
  height: 38px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.cartpage.extended-warranty--plan .plan-content--link img {
  height: 18px;
}
.cartpage.extended-warranty--plan .plan-content--link a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .cartpage.extended-warranty--plan {
    max-width: 400px;
  }
}
.sheet {
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  display: flex;
  bottom: -200%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  flex-direction: column;
  justify-content: flex-end;
  align-content: baseline;
  color: rgba(136, 136, 136, 0.24);
}
.sheet.open {
  display: flex;
  bottom: 0;
  top: 0;
}
.sheet.open .sheet-content {
  bottom: 0;
}
.sheet.closing {
  display: flex;
  bottom: 0;
}
.sheet.closing .sheet-content {
  bottom: -100%;
}
.sheet-content {
  position: absolute;
  left: 0;
  width: 100vw;
  height: fit-content;
  max-height: 500px;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #171717;
  box-shadow: -9px -9px 18px #000000;
  padding: 0;
  bottom: -100%;
  transition: 0.7s;
  display: flex;
  flex-direction: column;
}
.sheet-content > * {
  padding: 10px 20px;
}
.sheet-content .close {
  position: absolute;
  top: 40px;
  right: 20px;
  color: #ffffff;
}
.sheet-content-title {
  padding-top: 40px;
  font-size: 20px;
}
.sheet-content-body {
  flex-grow: 1;
  overflow: scroll;
}
.sheet-content-footer {
  display: flex;
  justify-content: right;
}
.sheet-content.full-page {
  max-height: 90%;
}

@media only screen and (min-width: 768px) {
  .sheet {
    background: rgba(0, 0, 0, 0.4);
  }
  .sheet.open {
    display: flex;
    bottom: 0;
    top: 0;
  }
  .sheet.closing {
    bottom: -100%;
    display: none;
  }
  .sheet-content {
    position: absolute;
    width: 576px;
    max-width: 576px;
    border-radius: 30px;
    box-shadow: 9px 9px 18px #000000;
    transition: 0;
    display: flex;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sheet-content > * {
    padding: 10px 20px;
  }
  .sheet-content .close {
    position: absolute;
    top: 40px;
    right: 20px;
    color: #ffffff;
  }
  .sheet-content-title {
    padding-top: 40px;
    font-size: 20px;
  }
  .sheet-content-body {
    flex-grow: 1;
    overflow: scroll;
  }
  .sheet-content-footer {
    display: flex;
    justify-content: right;
  }
}
.testing-result-container {
  color: #e6e6e6;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-bottom: 50px;
}
.testing-result-container .product-list-container {
  padding: 20px;
  background: linear-gradient(180deg, #1E1E1E 52.99%, #1E1E1E 75.39%);
  border: 1px solid #3b3b3b;
  border-radius: 20px;
}
.testing-result-container .product-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.testing-result-container .product-list::-webkit-scrollbar {
  width: 6px;
}
.testing-result-container .product-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: grey;
  border-radius: 50px;
}
.testing-result-container .product-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  background-clip: content-box;
}
.testing-result-container .test-product {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
  background: #1a1a1a;
  box-shadow: 6px 6px 12px #000000, -6px -6px -12px #292929;
}
.testing-result-container .test-product.test-passed .status-text {
  color: #16b721;
}
.testing-result-container .test-product.test-failed .status-text {
  color: #c90000;
}
.testing-result-container .test-product .product-name {
  font-weight: 500;
  font-size: 22px;
}
.testing-result-container .test-product .results {
  width: 100%;
  margin-top: 10px;
}
.testing-result-container .test-product .results dl {
  display: grid;
  grid-template-columns: 175px auto;
  margin-bottom: 0px;
}
.testing-result-container .test-product .results dl dt {
  font-weight: 100;
}

.un-confirmed-page {
  margin-top: 100px;
}
.un-confirmed-page .page-icon-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* =============================================================
   Laptop Sell — Page 2: Model list   (_sell-laptop-models.scss)
   Flat CSS (no SCSS-specific syntax) — add to style.scss @forward
   and compile, or link directly while compile pipeline is pending.
   Scoped entirely to .lsp-m-root.
   ============================================================= */
.lsp-m-root {
  /* Surfaces: neutral shades of black — no blue tint.
     surface  = card fill (darker, "sits on")
     surface2 = accordion / hover fill (lighter, "rests under" the cards) */
  --lsp-m-surface: #141414;
  --lsp-m-surface2: #1f1f1f;
  --lsp-m-border: #2a2a2a;
  --lsp-m-border2: #3d3d3d;
  --lsp-m-text: #e8eaed;
  --lsp-m-muted: #8b92a1;
  --lsp-m-dim: #5b6275;
  --lsp-m-accent: #38bdf8; /* sky-blue accent kept for wayfinding only (hover border, active chevron) */
  --lsp-m-shadow: 0 4px 24px -8px rgba(0,0,0,.5);
  padding: 32px 0 48px;
}

/* ---- Back link ---- */
.lsp-m-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lsp-m-muted);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 28px;
  transition: color 0.14s;
}

.lsp-m-back:hover {
  color: var(--lsp-m-text);
  text-decoration: none;
}

.lsp-m-back svg {
  flex-shrink: 0;
}

/* ---- Page header ---- */
.lsp-m-header {
  margin-bottom: 28px;
}

.lsp-m-step-tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--lsp-m-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.lsp-m-step-tag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--lsp-m-accent);
  flex-shrink: 0;
}

.lsp-m-h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 6px;
  color: var(--lsp-m-text);
}

.lsp-m-sub {
  color: var(--lsp-m-muted);
  font-size: 14px;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  margin: 0;
}

/* ---- Model grid ---- */
.lsp-m-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 760px) {
  .lsp-m-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .lsp-m-grid {
    grid-template-columns: 1fr;
  }
}
/* ---- Model card ---- */
.lsp-m-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--lsp-m-surface);
  border: 1.5px solid var(--lsp-m-border);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.3, 1.2), border-color 0.15s, background 0.15s;
}

.lsp-m-card:hover {
  border-color: var(--lsp-m-accent);
  transform: translateY(-2px);
  text-decoration: none;
  background: var(--lsp-m-surface2);
}

.lsp-m-card:hover .lsp-m-card-chevron {
  transform: translateX(4px);
  color: var(--lsp-m-accent);
}

.lsp-m-card-name {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--lsp-m-text);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.lsp-m-card-chevron {
  color: var(--lsp-m-dim);
  flex-shrink: 0;
  transition: transform 0.15s cubic-bezier(0.2, 0.7, 0.3, 1.2), color 0.15s;
}

/* =================================================================
   Apple family accordions
   =================================================================
   Each accordion uses native <details>/<summary>: family name +
   model count in the summary, with the body laying the existing
   .lsp-m-card variants out in a compact grid.
   ================================================================= */
.lsp-m-groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lsp-m-group {
  background: var(--lsp-m-surface2);
  border: 1.5px solid var(--lsp-m-border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.15s, background 0.15s;
}

.lsp-m-group[open] {
  border-color: var(--lsp-m-border2);
}

/* hide the native disclosure triangle */
.lsp-m-group > summary {
  list-style: none;
}

.lsp-m-group > summary::-webkit-details-marker {
  display: none;
}

.lsp-m-group > summary::marker {
  display: none;
}

.lsp-m-group-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}

.lsp-m-group-summary:hover {
  background: rgba(255, 255, 255, 0.035);
}

.lsp-m-group-name {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  color: var(--lsp-m-text);
  letter-spacing: -0.01em;
  min-width: 0;
}

.lsp-m-group-count {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lsp-m-dim);
  white-space: nowrap;
}

.lsp-m-group-chevron {
  flex-shrink: 0;
  color: var(--lsp-m-muted);
  transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.3, 1.2), color 0.2s;
}

.lsp-m-group[open] .lsp-m-group-chevron {
  transform: rotate(180deg);
  color: var(--lsp-m-accent);
}

.lsp-m-group-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 4px 16px 16px;
  border-top: 1px solid var(--lsp-m-border);
}

.lsp-m-group-body > .lsp-m-card {
  padding: 14px 16px;
  border-radius: 12px;
}

@media (max-width: 480px) {
  .lsp-m-group-summary {
    padding: 14px 16px;
    gap: 10px;
  }
  .lsp-m-group-body {
    grid-template-columns: 1fr;
    padding: 4px 12px 12px;
  }
}
/* =================================================================
   Laptop Sell — Page 3: Product list  (_sell-laptop-products.scss)
   Flat CSS (no SCSS-specific syntax) — add to style.scss @forward
   and compile, or link directly while compile pipeline is pending.
   Scoped entirely to .lsp-p-root.
   ================================================================= */
.lsp-p-root {
  --lsp-p-surface: #141a27;
  --lsp-p-surface2: #1a2132;
  --lsp-p-border: #252d40;
  --lsp-p-border2: #323b52;
  --lsp-p-text: #e8eaed;
  --lsp-p-muted: #8b92a1;
  --lsp-p-dim: #5b6275;
  --lsp-p-accent: #38bdf8; /* sky blue — wayfinding, active chip */
  --lsp-p-action: #2563eb; /* royal blue — Check Value button */
  --lsp-p-action-h: #1d4ed8; /* royal blue hover */
  --lsp-p-shadow: 0 4px 24px -8px rgba(0,0,0,.5);
  padding: 32px 0 56px;
}

/* ---- Back link ---- */
.lsp-p-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lsp-p-muted);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 28px;
  transition: color 0.14s;
}

.lsp-p-back:hover {
  color: var(--lsp-p-text);
  text-decoration: none;
}

.lsp-p-back svg {
  flex-shrink: 0;
}

/* ---- Page header ---- */
.lsp-p-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.lsp-p-header-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: var(--lsp-p-surface2);
  border: 1px solid var(--lsp-p-border);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lsp-p-header-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lsp-p-header-text {
  min-width: 0;
  flex: 1;
}

@media (max-width: 480px) {
  .lsp-p-header {
    gap: 14px;
  }
  .lsp-p-header-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    padding: 6px;
  }
}
.lsp-p-step-tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--lsp-p-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.lsp-p-step-tag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--lsp-p-accent);
  flex-shrink: 0;
}

.lsp-p-h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.8vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 4px;
  color: var(--lsp-p-text);
}

/* ---- Model switcher strip ---- */
.lsp-p-switcher {
  margin-bottom: 28px;
}

.lsp-p-switcher-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lsp-p-dim);
  margin-bottom: 10px;
}

.lsp-p-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lsp-p-border);
  scrollbar-width: thin;
  scrollbar-color: var(--lsp-p-border2) transparent;
}

.lsp-p-chips::-webkit-scrollbar {
  height: 4px;
}

.lsp-p-chips::-webkit-scrollbar-track {
  background: transparent;
}

.lsp-p-chips::-webkit-scrollbar-thumb {
  background: var(--lsp-p-border2);
  border-radius: 99px;
}

.lsp-p-chip {
  flex-shrink: 0;
  padding: 7px 15px;
  border-radius: 999px;
  border: 1.5px solid var(--lsp-p-border);
  background: var(--lsp-p-surface);
  color: var(--lsp-p-muted);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.14s, color 0.14s, background 0.14s, box-shadow 0.14s;
}

.lsp-p-chip:hover {
  border-color: var(--lsp-p-accent);
  color: var(--lsp-p-text);
}

.lsp-p-chip.active {
  background: var(--lsp-p-accent);
  border-color: var(--lsp-p-accent);
  color: #0a0d14;
  box-shadow: 0 4px 16px -6px rgba(56, 189, 248, 0.45);
}

/* ---- Product list header ---- */
.lsp-p-list-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.lsp-p-list-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--lsp-p-text);
}

.lsp-p-list-count {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--lsp-p-dim);
}

/* ---- Product groups (server-rendered, toggled by chip switcher) ---- */
.lsp-p-list { /* outer wrapper — no layout of its own */ }

.lsp-p-model-group {
  display: none;
  flex-direction: column;
  gap: 8px;
}

.lsp-p-model-group.active {
  display: flex;
}

/* ---- Product rows ---- */
.lsp-p-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--lsp-p-surface);
  border: 1.5px solid var(--lsp-p-border);
  transition: border-color 0.14s, transform 0.14s;
}

.lsp-p-row:hover {
  border-color: var(--lsp-p-border2);
  transform: translateY(-1px);
}

.lsp-p-row-name {
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--lsp-p-text);
  line-height: 1.35;
  min-width: 0;
}

.lsp-p-row-meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--lsp-p-muted);
  margin-top: 2px;
}

/* ---- Check Value button ---- */
.lsp-p-check-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 9px;
  background: var(--lsp-p-action);
  color: #fff;
  font-family: "DM Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.14s, transform 0.14s, box-shadow 0.14s;
  border: none;
  width: auto;
  height: auto;
}

.lsp-p-check-btn:hover {
  background: var(--lsp-p-action-h);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -6px rgba(37, 99, 235, 0.55);
  color: #fff;
}

/* Prevent SVG/path from becoming $event.target on click */
.lsp-p-check-btn svg,
.lsp-p-check-btn svg * {
  pointer-events: none;
}

/* ---- Empty state ---- */
.lsp-p-empty {
  padding: 48px 24px;
  text-align: center;
  border: 1px dashed var(--lsp-p-border);
  border-radius: 14px;
  color: var(--lsp-p-muted);
  font-family: "DM Sans", "Segoe UI", sans-serif;
}

.lsp-p-empty-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--lsp-p-text);
  margin-bottom: 6px;
}

@font-face {
  font-family: "Segoe UI";
  src: url("./fonts/SegoeUI.woff");
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
}

.go-home-container {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145.85deg, #56BE60 12.94%, #04560C 106.4%);
  z-index: 99;
}
.go-home-container button {
  font-size: 16px !important;
}

body {
  background-color: #121212;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 989px) {
  .mobile {
    display: none !important;
  }
}
.black-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.scroll-lock {
  overflow: hidden;
}

* input {
  color: #ffffff;
}
* input:focus {
  outline: 0;
}
* input::placeholder,
* input::-moz-placeholder,
* input::-webkit-input-placeholder {
  color: #858585;
}
* img {
  display: block;
}
* p,
* h1,
* h2,
* h3,
* h4,
* h5 {
  color: #fff;
}

button {
  width: 130px;
  height: 33px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
button i {
  margin-right: 5px;
  font-weight: normal;
}

.buy-btn {
  background-image: url(../imgs/btn-bg.png);
}

.sell-btn {
  background-image: url(../imgs/sell-btn.png);
}

.view-product {
  background-image: url(../imgs/btn-bg.png);
}

.p-1-t-b {
  padding: 1rem 0px !important;
}

.p-2-t-b {
  padding: 2rem 0px !important;
}

.p-3-t-b {
  padding: 3rem 0px !important;
}

.p-4-t-b {
  padding: 4rem 0px !important;
}

.p-5-t-b {
  padding: 5rem 0px !important;
}

.p-1-l-r {
  padding: 0rem 1rem !important;
}

.p-2-l-r {
  padding: 0rem 2rem !important;
}

.p-3-l-r {
  padding: 0rem 3rem !important;
}

.p-4-l-r {
  padding: 0rem 4rem !important;
}

.p-5-l-r {
  padding: 0rem 5rem !important;
}

a:hover {
  text-decoration: underline;
}

.short-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.short-text:hover {
  color: #fff;
  opacity: 0.7;
}
