@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*  Font Family Variables */
/*  Font Weight Variables */
/*  Font Size Variables */
/*  Line Height Variables */
/*  Color Variables */
/* Common CSS start */
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

button,
.btn {
  outline: none;
  box-shadow: inherit;
}
button:focus,
.btn:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}

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

.thumbnail {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.thumbnail a {
  height: 100%;
  width: 100%;
  display: block;
}

.thumbnail picture,
.thumbnail img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 0.3s ease;
}

picture {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

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

svg {
  transition: all 0.3s ease;
}
svg path {
  transition: all 0.3s ease;
}

.section-title {
  display: inline-block;
  margin: 0;
  font-size: 32px;
  line-height: 140%;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.img-hover {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.img-hover::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.img-hover:hover::before {
  animation: circle 0.75s;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 500;
}

::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .main-wrapper {
    max-width: 475px;
  }
}

.content-wrapper {
  padding: 0px 8px 75px;
}

.container {
  padding: 0 16px;
}

.sub-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sub-title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sub-title .arrow-icon {
  margin-right: 8px;
  margin-bottom: 2px;
}
.sub-title .arrow-icon picture {
  max-width: 6px;
  max-height: 14px;
  overflow: hidden;
}
.sub-title .arrow-icon picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.deals-box-title {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}
.deals-box-title:hover {
  color: #000;
}

.box-price-show {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}
.box-price-show .deals-price {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.box-price-show .deals-price small {
  font-size: 10px;
}
.box-price-show .deals-old-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-decoration: line-through;
}

.deals-box-button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  margin-top: 8px;
}

.cart-btn {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cart-btn svg {
  stroke: #000;
}
.cart-btn:hover {
  background-color: #000;
}
.cart-btn:hover svg {
  stroke: #FFFFFF;
}

.buy-btn {
  background: transparent;
  width: 72.4%;
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.buy-btn:hover {
  background-color: #000;
  color: #FFFFFF;
}

.btn-primary {
  outline: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #000;
  line-height: 134%;
  padding: 12px 20px;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #000;
  box-shadow: 0px 4px 0px #000;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
  box-shadow: 0px 0px 0px #000;
}

.left-head {
  left: 0;
  top: 5px;
}
.left-head .back-button {
  background-color: #EDF2F2;
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 350px) {
  .left-head .back-button {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}

.productbtn {
  max-width: 151px;
  height: 42px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #d4d4d4;
  border-radius: 28px;
  opacity: 1;
  padding: 10px 15px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 0px #d4d4d4;
  margin-top: 16px;
  cursor: pointer;
}
.productbtn span {
  color: #000;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.add-product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.add-product-btn:hover {
  box-shadow: none;
}

.card-bg-remove {
  background-color: transparent !important;
  box-shadow: none !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.language-switch {
  position: relative;
  display: inline-block;
}
.language-switch > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
.language-switch input.check-toggle-round-flat:checked ~ .off {
  color: #FFFFFF;
}
.language-switch input.check-toggle-round-flat:checked ~ .on {
  color: #000;
}
.language-switch > span.on {
  left: 0;
  color: #FFFFFF;
}
.language-switch > span.off {
  right: 0;
  color: #000;
}
.language-switch .check-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.language-switch .check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.language-switch input.check-toggle-round-flat + label {
  width: 80px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.language-switch input.check-toggle-round-flat + label::after {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: 0px;
  bottom: -1px;
  width: 38px;
  background-color: #9b32e0;
  border-radius: 30px 0 0 30px;
  transition: all 0.3s ease;
}
.language-switch input.check-toggle-round-flat:checked + label::after {
  margin-left: 42px;
  border-radius: 0 30px 30px 0;
}

.input-label {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
}

/* Common CSS End */
/* Header CSS start */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(67, 87, 99, 0.1019607843);
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
@media screen and (max-width: 350px) {
  .header .header-inner {
    padding: 12px 8px;
  }
}
.header .header-inner .brand-logo {
  display: inline-flex;
  flex: 1;
  justify-content: center;
  max-width: 108px;
}
@media only screen and (max-width: 340px) {
  .header .header-inner .brand-logo {
    max-width: 90px;
  }
}
.header .header-inner .right-head {
  display: flex;
  gap: 8px;
}
.header .header-inner .right-head .btn-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 350px) {
  .header .header-inner .right-head .btn-round {
    width: 30px;
    height: 30px;
  }
}
.header .header-inner .right-head .btn-round span.counter {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff5f76;
  display: block;
  right: 12px;
  top: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media screen and (max-width: 350px) {
  .header .header-inner .right-head .btn-round span.counter {
    right: 9px;
    top: 10px;
  }
}
.header.search-header {
  width: 100%;
}
.header.search-header .header-inner {
  gap: 8px;
}
.header.search-header .header-inner .search-wrap {
  width: 100%;
}
.header.search-header .header-inner .search-wrap .search-box {
  max-width: 100%;
  padding-left: 25px;
  border: 1px solid #e3e9e9;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  background-color: #edf2f2;
}
.header.search-header .header-inner .search-wrap .search-box .search-btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
}
.header.search-header .header-inner .search-wrap .search-box .search-btn .search-box-icon svg {
  width: 18px;
  height: 18px;
  stroke: rgba(0, 0, 0, 0.4);
}
.header.search-header .header-inner .search-wrap .search-box input {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  vertical-align: 4px;
  padding: 9px 10px;
  border: 0;
  background-color: #edf2f2;
}
.header.search-header .header-inner .search-wrap .search-box input:focus, .header.search-header .header-inner .search-wrap .search-box input:focus-visible {
  box-shadow: none;
  outline: 0;
}
.header.search-header .header-inner .search-wrap .search-box input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.header.search-header .header-inner .search-wrap .search-box input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.header.search-header .header-inner .search-wrap .search-box input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.header.search-header .header-inner .search-wrap .search-box input[type=search]::-webkit-search-cancel-button {
  margin-left: 10px;
}

.header .header-inner a {
  display: inline-block;
}

/* Header css End */
/* Footer css start */
.footer {
  border-radius: 20px 20px 0 0;
  background: #FFFFFF;
  box-shadow: 0px -2px 6px 0px rgba(67, 87, 99, 0.1568627451);
  padding: 18px 0;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .footer {
    max-width: 475px;
  }
}
.footer .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.footer .menu-list li {
  width: 25%;
  text-align: center;
}
.footer .menu-list li a picture img {
  opacity: 0.8;
}
.footer .menu-list li a.active {
  position: relative;
}
.footer .menu-list li a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 30px;
  height: 2px;
  background-color: #00d129;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  top: -18px;
  left: 0;
  right: 0;
  bottom: auto;
}
.footer .menu-list li a.active picture img {
  opacity: 1;
}

/* Footer css End */
/* Banner CSS Start*/
.top-banner-sec {
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-wrapper .swiper-slide {
  width: 100%;
  padding-bottom: 56.3%;
  position: relative;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.5;
  z-index: 0;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-wrapper .swiper-slide picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-wrapper .swiper-slide .slider-title {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 80px;
  text-align: center;
  z-index: 2;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-pagination {
  bottom: 60px;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.top-banner-sec .mySwiper.topBannerSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00ff33;
}

/* Banner CSS End */
.section-wrapper {
  margin-top: -44px;
}

.card {
  width: 100%;
  background-color: #FFFFFF;
  padding: 14px 0px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  border: 0;
}

.top-cards-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 8px;
       column-gap: 8px;
  overflow-x: auto;
  padding: 10px 16px;
  margin-bottom: 14px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-cards-wrap::-webkit-scrollbar {
  display: none;
}
.top-cards-wrap .top-card-box {
  width: 100%;
  max-width: 138px;
  height: 105px;
  background-color: #7ADBFF;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  position: relative;
}
.top-cards-wrap .top-card-box:nth-child(2n) {
  background-color: #D7F125;
}
.top-cards-wrap .top-card-box:nth-child(3n) {
  background-color: #49EC69;
}
.top-cards-wrap .top-card-box .top-card-img {
  width: 100%;
  text-align: center;
}
.top-cards-wrap .top-card-box .top-card-img picture {
  max-height: 90px;
  display: block;
  margin: 0 auto -20px;
}
.top-cards-wrap .top-card-box .top-card-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90px;
  margin-top: -22px;
}
.top-cards-wrap .top-card-box .top-card-btn {
  min-width: 134px;
  background-color: hsla(0, 0%, 100%, 0.5);
  color: #000;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 14px;
  border: none;
  padding: 14px 10px;
  text-transform: uppercase;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  position: relative;
  margin: 0 auto -10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  text-align: center;
}

.wallet-wrapper {
  padding: 0 8px;
}
.wallet-wrapper .point-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap {
  width: calc(50% - 5px);
  background-color: #EFEFEB;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 8px 12px 4px;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 360px) {
  .wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title {
    padding: 8px 7px 4px;
  }
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title span.title-icon picture {
  max-width: 24px;
  height: 24px;
  display: block;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title span.title-icon picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box {
  width: 100%;
  display: flex;
  position: relative;
  background: #FFFFFF;
  padding: 8px 16px;
  margin-top: 10px;
  border: 1px solid #E8E8E8;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box label {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box label span.value-type {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 15px;
  margin: auto;
  left: auto;
  right: 20px;
  top: 11px;
  bottom: 0;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box input {
  width: 100%;
  background-color: #FFFFFF;
  padding: 6px 45px 6px 15px;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box input:focus-visible {
  outline: 0;
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box input::-moz-placeholder {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
.wallet-wrapper .point-wrapper .my-wallet-wrap .input-box input::placeholder {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.top-categories-wrapper {
  width: 100%;
  margin: 14px 0 0;
  padding: 0 16px;
}
.top-categories-wrapper .categories-title {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-align: center;
}
.top-categories-wrapper .categories-title::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: calc(31% - 10px);
  height: 1px;
  left: 0;
  right: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 360px) {
  .top-categories-wrapper .categories-title::before {
    width: calc(31% - 20px);
  }
}
.top-categories-wrapper .categories-title::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: calc(31% - 10px);
  height: 1px;
  left: auto;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 360px) {
  .top-categories-wrapper .categories-title::after {
    width: calc(31% - 20px);
  }
}
.top-categories-wrapper .top-categories-list-group {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px 7px;
  margin-top: 16px;
}
.top-categories-wrapper .top-categories-list-group .categories-box {
  background-color: #EAFC5F;
  width: calc(33.33% - 5px);
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  box-shadow: -9px 0px 11px inset rgba(112, 125, 11, 0.4);
}
@media screen and (max-width: 350px) {
  .top-categories-wrapper .top-categories-list-group .categories-box {
    width: calc(50% - 4px);
  }
}
.top-categories-wrapper .top-categories-list-group .categories-box:nth-child(2n) {
  background-color: #5FFC7E;
  box-shadow: -9px 0px 11px inset rgba(37, 93, 48, 0.4);
}
.top-categories-wrapper .top-categories-list-group .categories-box:nth-child(3n) {
  background-color: #D9BFFF;
  box-shadow: -9px 0px 11px inset rgba(132, 110, 165, 0.768627451);
}
.top-categories-wrapper .top-categories-list-group .categories-box:nth-child(4n) {
  background-color: #FF9EEF;
  box-shadow: -9px 0px 11px inset rgba(159, 97, 149, 0.93);
}
.top-categories-wrapper .top-categories-list-group .categories-box:nth-child(5n) {
  background-color: #5FFCE7;
  box-shadow: -9px 0px 11px inset rgba(71, 179, 165, 0.8196078431);
}
.top-categories-wrapper .top-categories-list-group .categories-box:nth-child(6n) {
  background-color: #ABD8FF;
  box-shadow: -9px 0px 11px inset rgba(107, 146, 179, 0.9098039216);
}
.top-categories-wrapper .top-categories-list-group .categories-box picture {
  max-width: 36px;
  display: block;
}
.top-categories-wrapper .top-categories-list-group .categories-box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-categories-wrapper .top-categories-list-group .categories-box .box-title {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 17px;
}
.top-categories-wrapper .top-categories-list-group .categories-box .information-btn {
  border: none;
  width: 32px;
  height: 32px;
  padding: 9px 9px 11px 10px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 24px;
  -webkit-border-radius: 0 0 0 24px;
  -moz-border-radius: 0 0 0 24px;
  -ms-border-radius: 0 0 0 24px;
  -o-border-radius: 0 0 0 24px;
}
.top-categories-wrapper .top-categories-list-group .categories-box .information-btn picture.info-icon {
  max-width: 36px;
  display: block;
}
.top-categories-wrapper .top-categories-list-group .categories-box .information-btn picture.info-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* most-frequent-wrap CSS Start */
.most-frequent-wrap {
  width: 100%;
  margin: 24px 0px 0px;
}
.most-frequent-wrap.card {
  margin-bottom: 8px;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 16px -16px 0;
  padding: 0 16px 10px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group::-webkit-scrollbar {
  display: none;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group .most-frequent-box {
  width: 100px;
  height: 100%;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group .most-frequent-box picture {
  width: 100px;
  height: 100px;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group .most-frequent-box picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group .most-frequent-box .most-frequent-btn {
  width: 100%;
  background-color: #FFFFFF;
  color: #000;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 10px;
  margin-top: 4px;
  text-align: center;
  border: 1px solid #EFEBEB;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.most-frequent-wrap .most-frequent-sec .most-frequent-group .most-frequent-box .most-frequent-btn:hover {
  background-color: #000;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* most-frequent-wrap CSS End */
/* Top deals wrap CSS Start */
.top-deals-wrap {
  padding: 0 16px;
}
.top-deals-wrap .top-deals-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  margin: 16px -16px 0;
  padding: 0 16px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-deals-wrap .top-deals-group::-webkit-scrollbar {
  display: none;
}
.top-deals-wrap .top-deals-group .top-deals-box {
  min-width: 152px;
}

/* Top deals wrap CSS End */
/* Entertainment area wrap CSS Start */
.entertainment-area-wrap {
  padding: 0 16px;
}
.entertainment-area-wrap .entertainment-video-wrap {
  background-color: #000;
  margin-top: 12px;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.entertainment-area-wrap .entertainment-video-wrap .video-text {
  width: 100%;
  max-width: 287px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  top: auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 3px 0px;
}
@media screen and (max-width: 350px) {
  .entertainment-area-wrap .entertainment-video-wrap .video-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.entertainment-area-wrap .entertainment-video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 100%;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper {
  position: absolute;
  overflow: hidden;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  padding-bottom: 0%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 350px) {
  .entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper picture,
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper img,
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper video {
  display: block;
  position: absolute;
  max-width: 13px;
  height: 16px;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 350px) {
  .entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper picture,
  .entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper img,
  .entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper video {
    max-width: 10px;
  }
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper .play-gif {
  transition: all 0.3s ease;
  max-width: 60px;
  width: 60px;
  max-height: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 350px) {
  .entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper .play-gif {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper .play-gif .play-icon {
  display: block;
  margin-left: 42%;
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper .play-gif .stop-icon {
  display: none;
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper.pause .play-icon {
  display: none;
}
.entertainment-area-wrap .entertainment-video-wrap .play-button-wrapper.pause .stop-icon {
  display: block;
  opacity: 1;
}
.entertainment-area-wrap .entertainment-video-wrap iframe {
  border: none;
  vertical-align: middle;
  width: 100%;
}
.entertainment-area-wrap .entertainment-box-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 8px;
  overflow-x: auto;
  margin-top: 16px;
}
.entertainment-area-wrap .entertainment-box-wrap .entertainment-box {
  width: calc(50% - 4px);
  margin-bottom: 5px;
}

/* Entertainment area wrap CSS End */
.collections-sec {
  padding: 0 16px;
}
.collections-sec .collections-wrapper {
  padding: 0 16px;
  margin: 16px -16px 0;
  width: auto;
  overflow: auto;
  display: flex;
  gap: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.collections-sec .collections-wrapper::-webkit-scrollbar {
  display: none;
}
.collections-sec .collections-wrapper .top-deals-box {
  min-width: 283px;
}
@media screen and (max-width: 330px) {
  .collections-sec .collections-wrapper .top-deals-box {
    min-width: 260px;
  }
}
.collections-sec .collections-wrapper .top-deals-box .thumbnail {
  padding-bottom: 72%;
}
.collections-sec .collections-wrapper .top-deals-box picture {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}
.collections-sec .collections-wrapper .top-deals-box .bottom-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 8px;
}
.collections-sec .collections-wrapper .top-deals-box .bottom-group .box-price-show {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}
.collections-sec .collections-wrapper .top-deals-box .bottom-group .buy-btn {
  min-width: 110px;
}

/* Game area wrap CSS Start */
.game-area-sec {
  padding: 0 16px;
}
.game-area-sec .game-area-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 8px;
  margin-top: 16px;
}
.game-area-sec .game-area-wrap .game-area-box {
  width: calc(50% - 4px);
}
.game-area-sec .game-area-wrap .game-area-box picture {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.most-frequent-sec {
  padding: 0 16px;
}

/* Game area wrap CSS End */
/*================ Login screen start  ==========*/
.header-login {
  box-shadow: none;
  padding: 10px 0;
}
.header-login .login-head-inner {
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.header-login .login-head-inner .left-head .back-button {
  background-color: #EDF2F2;
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
}
.header-login .login-head-inner .page-title {
  color: #000;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 21px;
}
.header-login .progress-bar-wrap .progress-bar-border {
  color: #000;
  background-color: #f1f1f1;
  width: calc(100% - 32px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.header-login .progress-bar-wrap .progress-bar-border .progress-bar-color {
  height: 8px;
  color: #000;
  background-color: #00D129;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.header-login .progress-bar-wrap .progress-bar-text {
  width: 100%;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 17px;
  text-align: center;
  margin-top: 8px;
}

.login-form-wrap {
  padding: 0px 16px 120px;
}
.login-form-wrap .common-form .form-group {
  margin-bottom: 12px;
}
.login-form-wrap .common-form .form-group .input-icon {
  position: relative;
}
.login-form-wrap .common-form .form-group .input-icon .icon {
  position: absolute;
  left: 10px;
  top: 13px;
}
.login-form-wrap .common-form .form-group .input-icon input {
  padding: 15px 40px 15px 46px;
}
.login-form-wrap .common-form .form-group .input-icon input:focus {
  box-shadow: none;
}
.login-form-wrap .common-form .form-group .input-icon .error {
  border-color: #ff1d48;
}
.login-form-wrap .common-form .form-group .input-icon .toggle-password {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 14px;
}
.login-form-wrap .common-form input {
  background: rgba(114, 165, 216, 0.1);
  border: 1px solid rgba(0, 64, 129, 0.1);
  padding: 11px 16px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.login-form-wrap .common-form input:focus {
  box-shadow: none;
}
.login-form-wrap .common-form input:focus-visible {
  border-color: rgba(0, 64, 129, 0.1);
  outline: 0;
}
.login-form-wrap .common-form .alert-danger {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  color: #ff1d48;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 0px;
}
.login-form-wrap .common-form .choose-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
}
.login-form-wrap .common-form .choose-list .form-group {
  margin-bottom: 0px;
}
.login-form-wrap .common-form .links {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 23px;
  color: #000;
  position: relative;
}
.login-form-wrap .common-form .links::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00D129;
  transition: width 0.3s;
  position: absolute;
  bottom: 0px;
}
.login-form-wrap .common-form .common-btn {
  margin-bottom: 24px;
}
.login-form-wrap .common-form .common-btn .btn-primary {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
}
.login-form-wrap .common-form .common-btn .btn-primary:hover {
  font-size: 14px;
}
.login-form-wrap .common-form .common-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}
.login-form-wrap .common-form .common-link .links {
  font-weight: 600;
  cursor: pointer;
}
.login-form-wrap .common-form .continue-with {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.login-form-wrap .common-form .continue-with::before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 12px);
  top: 50%;
  left: 0;
  background: rgb(255, 236, 139);
  background: linear-gradient(90deg, hsla(50, 100%, 77%, 0.2) 0%, hsla(171, 100%, 43%, 0.2) 35%, hsla(203, 100%, 47%, 0.2) 100%);
  z-index: -1;
}
.login-form-wrap .common-form .continue-with::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(50% - 12px);
  top: 50%;
  right: 0;
  background: rgb(255, 236, 139);
  background: linear-gradient(270deg, hsla(50, 100%, 77%, 0.2) 0%, rgba(0, 217, 185, 0.2) 35%, rgba(0, 148, 239, 0.2) 100%);
  z-index: -1;
}
.login-form-wrap .common-form .continue-with p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  background-color: #FFFFFF;
  text-align: center;
}
.login-form-wrap .common-form .social-btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 16px;
}
.login-form-wrap .common-form .social-btn .btn-primary {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.login-form-wrap .common-form .social-btn .btn-primary picture {
  margin-right: 4px;
}
.login-form-wrap .common-form .social-btn .apple {
  border-color: #686868;
  box-shadow: 0px 4px 0px #686868;
}
.login-form-wrap .common-form .social-btn .apple:hover {
  box-shadow: 0px 0px 0px #686868;
}
.login-form-wrap .common-form .social-btn .apple:focus {
  background-color: transparent;
  color: #000;
}
.login-form-wrap .common-form .social-btn .facebook {
  border-color: #0094ef;
  box-shadow: 0px 4px 0px #0094ef;
}
.login-form-wrap .common-form .social-btn .facebook:hover {
  box-shadow: 0px 0px 0px #0094ef;
}
.login-form-wrap .common-form .social-btn .facebook:focus {
  background-color: transparent;
  color: #000;
}
.login-form-wrap .common-form .social-btn .google {
  border-color: #fbbc05;
  box-shadow: 0px 4px 0px #fbbc05;
}
.login-form-wrap .common-form .social-btn .google:hover {
  box-shadow: 0px 0px 0px #fbbc05;
}
.login-form-wrap .common-form .social-btn .google:focus {
  background-color: transparent;
  color: #000;
}

.term-condition-bottom {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 30px 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .term-condition-bottom {
    max-width: 475px;
  }
}
@media screen and (max-width: 360px) {
  .term-condition-bottom {
    padding: 20px 16px;
  }
}
.term-condition-bottom .terms-con-privacy {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
@media screen and (min-width: 575px) {
  .term-condition-bottom .terms-con-privacy {
    text-align: center;
  }
}
.term-condition-bottom .terms-con-privacy .links {
  color: #000;
  font-weight: 500;
  position: relative;
}
.term-condition-bottom .terms-con-privacy .links::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00d129;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
}

/*================ Login screen end  ==========*/
/*================ Digital card start  ==========*/
.digital-cards-header .left-head .back-button {
  display: flex;
}
.digital-cards-header .header-title .section-title {
  color: #000;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 21px;
}
.digital-cards-header .left-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.digital-cards-header .right-head {
  display: flex;
  gap: 6px;
}

.digital-cards-sec .digital-card-Slider {
  position: relative;
}
.digital-cards-sec .digital-card-Slider::before {
  content: "";
  position: absolute;
  background-image: url(../images/slider-bottom-safe.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: calc(100% - 40px);
  left: 0;
  right: 0;
  bottom: 0px;
  height: 20px;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .digital-cards-sec .digital-card-Slider::before {
    height: 18px;
  }
}
@media screen and (min-width: 370px) {
  .digital-cards-sec .digital-card-Slider::before {
    height: 21px;
  }
}
@media screen and (min-width: 480px) {
  .digital-cards-sec .digital-card-Slider::before {
    max-width: calc(100% - 40px);
    height: 41px;
    bottom: -9px;
  }
}
@media screen and (min-width: 576px) {
  .digital-cards-sec .digital-card-Slider::before {
    max-width: calc(100% - 40px);
    height: 46px;
    bottom: -9px;
  }
}
@media screen and (min-width: 768px) {
  .digital-cards-sec .digital-card-Slider::before {
    height: 51px;
  }
}
@media screen and (min-width: 992px) {
  .digital-cards-sec .digital-card-Slider::before {
    height: 40px;
  }
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide picture {
  width: 100%;
  position: relative;
  padding-bottom: 51.11%;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide .swiper-text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide .swiper-text-area .banner-title {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 28px;
}
.digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide .swiper-text-area .banner-title span {
  display: block;
}
.digital-cards-sec .digital-card-Slider .swiper-pagination {
  bottom: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.digital-cards-sec .digital-card-Slider .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #000;
}
.digital-cards-sec .digital-card-Slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background-color: #000;
}

.get-it--now-btn {
  display: block;
  color: #FFFFFF;
  background-color: #1a1a1a;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 16px;
  padding: 7px 20px;
  border: 1px solid #ffec8b;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  box-shadow: 0px 3px 0px #ffec8b;
}
.get-it--now-btn:hover {
  background-color: transparent;
  color: #ffec8b;
  box-shadow: 0px 0px 0px #ffec8b;
}

.gift-cards-sec {
  margin-top: 12px;
  padding: 0 0px 16px;
}
.gift-cards-sec .gift-cards-wrap {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 8px;
}
.gift-cards-sec .gift-cards-wrap::-webkit-scrollbar {
  display: none;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box {
  width: 100%;
  min-width: 94%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box .thumbnail {
  width: 100%;
  padding-bottom: 53%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box .thumbnail picture,
.gift-cards-sec .gift-cards-wrap .gift-cards-box .thumbnail img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 0.3s ease;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box .gift-counter {
  background: #000;
  border: 1px solid #ffec8b;
  border-radius: 23px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 12px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box .gift-counter span {
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}
.gift-cards-sec .gift-cards-wrap .gift-cards-box .gift-counter span.dotcoma {
  margin: 0 8px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.frequent-purchased-sec {
  width: calc(100% - 16px);
  margin: 0 8px 16px;
  background-color: #FFFFFF;
  padding: 16px 0 6px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
}
.frequent-purchased-sec .most-frequent-sec .most-frequent-group .most-frequent-box {
  width: 112px;
}
.frequent-purchased-sec .most-frequent-sec .most-frequent-group .most-frequent-box picture {
  width: 112px;
  height: 108px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.card-collection-wrap {
  width: calc(100% - 16px);
  margin: 0 8px 16px;
  border: none;
}

.card-shopping-sec {
  width: calc(100% - 16px);
  padding: 0 0 60px;
  margin: 0 8px 16px;
}
.card-shopping-sec .card-shopping-wrap {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box {
  width: 100%;
  min-width: 94%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .thumbnail {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .thumbnail picture,
.card-shopping-sec .card-shopping-wrap .card-shopping-box .thumbnail img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 0.3s ease;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box {
  position: absolute;
  top: 27px;
  left: 16px;
}
@media screen and (max-width: 350px) {
  .card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box {
    top: 10px;
    left: 10px;
  }
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box .card-title {
  color: #ffec8b;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  max-width: 203px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box .price-tag {
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 17px;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box .price-tag .old-price-tag {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px;
  text-decoration: line-through;
}
.card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box .get-it--now-btn {
  margin-top: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.card-tab-sec {
  width: 100%;
  padding: 12px 0px 0;
}
.card-tab-sec .card-tab-list .category-lists-slider {
  position: relative;
  padding: 0px;
}
.card-tab-sec .card-tab-list .category-lists-slider #catgory-slider {
  padding: 0px 16px 12px;
}
.card-tab-sec .card-tab-list .category-lists-slider #catgory-slider .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px !important;
  cursor: pointer;
}
.card-tab-sec .card-tab-list .category-lists-slider .category-button {
  padding: 0;
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(67, 87, 99, 0.1568627451);
}
.card-tab-sec .card-tab-list .category-lists-slider .category-button.active {
  background-color: #000;
  color: #FFFFFF;
}
.card-tab-sec .card-tab-list .category-lists-slider .slider-button {
  width: 24px;
  height: 24px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7987570028) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.card-tab-sec .card-tab-list .category-lists-slider .slider-button.slider-prev {
  left: 0px;
  transform: rotate(180deg);
}
.card-tab-sec .card-tab-list .category-lists-slider .slider-button.slider-next {
  right: 0px;
}
.card-tab-sec .card-tab-list .category-lists-slider .slider-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.card-tab-sec .card-tab-items {
  padding: 0 8px;
}
.card-tab-sec .card-tab-items .data-text {
  display: none;
}
.card-tab-sec .card-tab-items .data-text.active {
  display: block;
}
.card-tab-sec .card-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 22px;
  position: relative;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
}
.card-tab-sec .card-list-wrap .card-list-box {
  width: calc(33.33% - 15px);
  position: relative;
}
@media screen and (min-width: 481px) {
  .card-tab-sec .card-list-wrap .card-list-box {
    width: 94px;
  }
}
@media screen and (min-width: 992px) {
  .card-tab-sec .card-list-wrap .card-list-box {
    width: 90px;
  }
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box {
  cursor: pointer;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box picture {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-gray {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-green {
  background-color: #0b8409;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-blue {
  background-color: #0794dd;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-light-yellow {
  background-color: #ffec8b;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-red {
  background-color: #bc1717;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-white-green {
  background-color: #81e1d3;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-white {
  background-color: #FFFFFF;
  border-color: #e2e2e2;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-dark-gray {
  background-color: #d4d4d4;
}
.card-tab-sec .card-list-wrap .card-list-box .card-img-box.card-box-gold {
  background-color: #a76e00;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  .card-tab-sec .card-list-wrap .card-list-box .info-btn {
    right: 4px;
  }
}
@media screen and (min-width: 992px) {
  .card-tab-sec .card-list-wrap .card-list-box .info-btn {
    right: 0px;
    top: 7px;
  }
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-gray {
  border-color: #e2e2e2;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-green {
  border-color: #0b8409;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-blue {
  border-color: #0794dd;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-light-yellow {
  border-color: #ffec8b;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-red {
  border-color: #bc1717;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-white-green {
  border-color: #81e1d3;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-white {
  border-color: #e2e2e2;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-dark-gray {
  border-color: #d4d4d4;
}
.card-tab-sec .card-list-wrap .card-list-box .info-btn.info-gold {
  border-color: #a76e00;
}
@media screen and (max-width: 350px) {
  .card-tab-sec .card-list-wrap .card-list-box .info-btn {
    width: 20px;
    height: 20px;
  }
}
.card-tab-sec .card-list-wrap .card-list-box.card-list-box-btn {
  position: relative;
}
.card-tab-sec .card-list-wrap .card-list-box.card-list-box-btn .card-list-box-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-tab-sec .card-list-wrap .card-list-box.card-list-box-btn .card-list-box-wrap .card-list-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url(../images/more-bg.svg);
}
.card-tab-sec .card-list-wrap .card-list-box.card-list-box-btn .card-list-box-wrap .card-list-btn .btn-span-one {
  margin-left: -10px;
  font-weight: 700;
  display: block;
}

.fixed-header {
  width: 100%;
  position: sticky;
  top: 63px;
  background: #FFFFFF;
  padding: 0px 10px;
  z-index: 9;
  box-shadow: rgba(67, 87, 99, 0.1568627451) 0px 2px 8px;
}
@media screen and (max-width: 350px) {
  .fixed-header {
    top: 54px;
  }
}
.fixed-header .swiper-wrapper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  padding-right: 22px;
  margin-right: 0 !important;
}
.fixed-header .swiper-wrapper .swiper-slide .category-button {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  font-weight: 600;
  padding: 16px 0px;
  box-shadow: none;
  font-size: 14px;
}
.fixed-header .swiper-wrapper .swiper-slide .category-button.active {
  color: #000;
  position: relative;
  background-color: transparent;
}
.fixed-header .swiper-wrapper .swiper-slide .category-button.active::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-header .category-lists-slider .slider-prev,
.fixed-header .category-lists-slider .slider-next {
  display: none !important;
}
.fixed-header .category-lists-slider #catgory-slider {
  padding-bottom: 0 !important;
  margin-bottom: 16px;
}

::-webkit-scrollbar {
  display: none;
}

/*================ Digital card end  ==========*/
/*================ i-card-modal CSS Start  ==========*/
.modal.fade.i-card-modal {
  background: rgba(0, 0, 0, 0.4);
}
.modal.fade.i-card-modal .modal-dialog {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transform: translate(0, 50px);
}
.modal.fade.i-card-modal .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.modal.fade.i-card-modal .modal-dialog .modal-content {
  bottom: 50px;
  border-radius: 24px 24px 0px 0px;
  -webkit-border-radius: 24px 24px 0px 0px;
  -moz-border-radius: 24px 24px 0px 0px;
  -ms-border-radius: 24px 24px 0px 0px;
  -o-border-radius: 24px 24px 0px 0px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: none;
  padding: 12px 12px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-header .btn-close {
  width: 64px;
  height: 4px;
  background: #000;
  padding: 0;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-header .btn-close:focus-visible {
  outline: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body {
  padding: 0px 8px 28px;
}
@media screen and (min-device-width: 575px) and (max-device-width: 991px) and (orientation: landscape) {
  .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body {
    max-height: 300px;
    overflow-y: auto;
  }
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .model-view-img {
  width: 100%;
  padding-bottom: 31.47%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .model-view-img picture,
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .model-view-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .modal-title {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 0px;
  text-align: center;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 400px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group::-webkit-scrollbar {
  display: none;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group .gift-box-wrap {
  width: calc(50% - 4px);
  background-color: #FFFFFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  cursor: pointer;
  box-shadow: rgba(67, 87, 99, 0.1019607843) 0px 2px 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  justify-content: center;
  align-items: center;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group .gift-box-wrap picture {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group .gift-box-wrap picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .gift-box-group .gift-box-wrap .box-title {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 20px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 8px 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn {
  width: calc(50% - 3px);
  padding: 12px 44px;
  background-color: #cdeafc;
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  position: relative;
  border: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/simple-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 8px;
  margin: auto;
  height: 10px;
  right: 15px;
  top: 0;
  bottom: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn .card-icon {
  background: radial-gradient(circle, rgb(203, 233, 252) 0%, rgb(104, 174, 217) 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn .card-icon picture {
  height: 25px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn .card-icon picture img {
  width: 100%;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn.adults-ent-card-btn {
  background-color: #f9f1c8;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn.adults-ent-card-btn .card-icon {
  background: radial-gradient(circle, rgb(254, 245, 199) 0%, rgb(239, 220, 121) 100%);
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list {
  width: 100%;
  max-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 8px;
  padding: 0 8px;
  margin-top: 16px;
  overflow-y: auto;
}
@media screen and (min-device-width: 575px) and (max-device-width: 991px) and (orientation: landscape) {
  .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 380px) {
  .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list {
    max-height: 450px;
    overflow-y: auto;
  }
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box {
  width: 100%;
  padding: 8px 8px 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: inherit;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-img {
  cursor: pointer;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-img picture {
  width: 62px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media screen and (max-width: 350px) {
  .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-img picture {
    width: 50px;
  }
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-img picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-text .ent-card-title {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-content .ent-card-text .ent-card-sub-title {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-ply-btn {
  border: 0px;
  background-color: transparent;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-ply-btn picture {
  width: 32px;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-more-list .entertainment-more-box .ent-card-ply-btn picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-video-sec {
  width: 100%;
  margin: 23px auto 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-content-wrap {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 8px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-content-wrap .modal-title {
  text-align: left;
  padding: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-content-wrap p {
  padding-bottom: 0;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .filter-wrapper {
  width: 100%;
  padding: 4px 16px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .filter-wrapper .filter-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .filter-wrapper .filter-title-box .filter-title {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 23px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .filter-wrapper .filter-title-box .reset-btn {
  background: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .price-range-wrapper {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .price-range-wrapper .filter-sub-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}

.modal.i-card-modal .modal-dialog {
  transform: none;
  max-width: 475px;
  margin: 0 auto;
}
@media (orientation: landscape) {
  .modal.i-card-modal .modal-dialog {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .modal.i-card-modal .modal-dialog {
    max-width: 475px;
  }
}

/*================ i-card-modal CSS end  ==========*/
/*================ Product-listing-1 CSS Start  ==========*/
.filter-btn-wrapper {
  width: calc(100% - 32px);
  margin: 0px 16px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-btn-wrapper::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 1px;
  height: 26px;
  border-left: 1px dashed rgba(0, 0, 0, 0.1019607843);
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.filter-btn-wrapper .filter-btn {
  width: 50%;
  border: none;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  box-shadow: none;
  display: block;
}
.filter-btn-wrapper .filter-btn:focus {
  box-shadow: none;
}
.filter-btn-wrapper .filter-btn picture {
  margin-right: 10px;
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
}
.filter-btn-wrapper .filter-btn picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-img-sec {
  width: calc(100% - 16px);
  margin: 16px auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 22px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.top-img-sec picture {
  max-width: 96px;
  width: 100%;
  padding-bottom: 20.5%;
  position: relative;
  display: block;
  overflow: hidden;
}
.top-img-sec picture img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.card-founded-sec {
  width: 100%;
  padding-bottom: 83px;
}
.card-founded-sec .count-item {
  width: calc(100% - 32px);
  margin: 0 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 12px 0px;
  text-align: center;
}
.card-founded-sec .count-item::after {
  content: "";
  position: absolute;
  width: calc(50% - 55px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 236, 139, 0.2) 0%, rgba(0, 217, 185, 0.2) 50%, rgba(0, 148, 239, 0.2) 100%);
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.card-founded-sec .count-item::before {
  content: "";
  position: absolute;
  width: calc(50% - 55px);
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 236, 139, 0.2) 0%, rgba(0, 217, 185, 0.2) 50%, rgba(0, 148, 239, 0.2) 100%);
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.card-founded-sec .card-founded-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 7px;
  padding: 0 8px;
  position: relative;
}
.card-founded-sec .card-founded-wrap .item-add-message {
  background-color: #000;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 18px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 20px 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.card-founded-sec .card-founded-wrap .card-founded-box {
  width: calc(50% - 7px);
  background-color: #FFFFFF;
  padding: 8px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-image-anchor {
  width: 100%;
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-image-anchor picture {
  width: 100%;
  padding-bottom: 73%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  position: relative;
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-image-anchor picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-detail-text .price-tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-detail-text .price-tag .product-price small {
  font-size: 10px;
  line-height: 20px;
}
.card-founded-sec .card-founded-wrap .card-founded-box .card-detail-text .product-btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-top: 8px;
}
.card-founded-sec .product-title {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
}
.card-founded-sec .product-price {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
}
.card-founded-sec .product-old-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-decoration: line-through;
}

/*================ Product-listing-1 CSS End  ==========*/
/*================ Cards Details – 2 CSS Start  ==========*/
.cards-details-wrap {
  width: 100%;
}
.cards-details-wrap .product-img-box {
  width: 100%;
}
.cards-details-wrap .product-img-box picture {
  width: 100%;
  padding-bottom: 53.6%;
  position: relative;
  overflow: hidden;
}
.cards-details-wrap .product-img-box picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.cards-details-wrap .product-title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 16px 0px;
}
.cards-details-wrap .product-title-wrap .like-btn {
  width: 40px;
  height: 40px;
  background-color: #EDF2F2;
  padding: 8px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  box-shadow: 0 0 0 2em transparent;
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-details-wrap .product-title-wrap .like-btn svg {
  stroke: #000;
  fill: transparent;
  width: 24px;
  height: 24px;
}
.cards-details-wrap .product-title-wrap .like-btn svg g {
  stroke: #000;
}
.cards-details-wrap .product-title-wrap .like-btn:hover svg g, .cards-details-wrap .product-title-wrap .like-btn:focus svg g {
  stroke: none;
  fill: #000;
}
.cards-details-wrap .price-tag-wrap {
  padding: 18px 16px 0;
}
.cards-details-wrap .price-tag-wrap .product-title {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cards-details-wrap .product-title {
  color: #000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 25px;
}
.cards-details-wrap .product-title .offer-end {
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  background-color: #ff1d48;
  color: #FFFFFF;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 3px 6px;
  margin-top: 8px;
}
.cards-details-wrap .product-title .old-price {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-decoration: line-through;
}
.cards-details-wrap .product-title .discount-percentage {
  color: #ff1d48;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.description-sec {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 75px;
}
.description-sec .description-accordion {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 16px;
}
.description-sec .description-accordion .accordion-item {
  width: calc(100% - 16px);
  background-color: #FFFFFF;
  margin: 0 8px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: none;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
  overflow: hidden;
}
.description-sec .description-accordion .accordion-item .accordion-button {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 24px;
  background-color: #FFFFFF;
  box-shadow: none;
}
.description-sec .description-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.description-sec .description-accordion .accordion-item .accordion-button[aria-expanded=true] {
  background-color: #FFFFFF;
  box-shadow: none;
  border-top: none;
  border-radius: 16px 16px 0px 0px;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  -ms-border-radius: 16px 16px 0px 0px;
  -o-border-radius: 16px 16px 0px 0px;
}
.description-sec .description-accordion .accordion-item .accordion-button::after {
  background-image: url(../images/simple-Down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
.description-sec .description-accordion .accordion-item .accordion-button.border-b-none {
  border-bottom: 0px;
}
.description-sec .description-accordion .accordion-item .accordion-body {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding: 16px;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 13px;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (min-width: 481px) {
  .description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-content {
    align-items: center;
  }
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-content .num-of-para {
  min-width: 33px;
  width: 33px;
  height: 33px;
  background-color: #0094ef;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-content p {
  padding-top: 0;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-list-img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 48.5%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  cursor: pointer;
}
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-list-img picture,
.description-sec .description-accordion .accordion-item .accordion-body .card-paragraph-list li .paragraph-list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.description-sec .description-accordion .accordion-item .accordion-body p {
  padding-top: 12px;
}
.description-sec .description-accordion .accordion-item .accordion-body p:first-child {
  padding-top: 0;
}
.description-sec .description-accordion .accordion-item .accordion-body p a {
  cursor: pointer;
  text-decoration: underline;
  color: #3478f6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.description-sec .description-accordion .accordion-item .accordion-body .note-wrap {
  margin: 12px -16px 0;
  padding: 12px 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.description-sec .description-accordion .accordion-item .accordion-body .note-wrap .description-title {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.description-sec .description-accordion .accordion-item .accordion-body.accordion-body {
  border-top: none;
}
.description-sec .description-accordion .accordion-item .accordion-body.accordion-body-border-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-btn-group {
  width: 100%;
  max-width: 100%;
  padding: 11px 10px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 2px 6px rgba(67, 87, 99, 0.1568627451);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .cart-btn-group {
    max-width: 475px;
  }
}
.cart-btn-group::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.cart-btn-group .purchase-cart-btn {
  width: calc(50% - 14px);
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

/*================ Cards Details – 2 CSS End  ==========*/
/*================ Entertainment - Cards Details CSS Start  ==========*/
.product-list-sec {
  width: calc(100% - 16px);
  margin: 0 auto;
  margin-top: 16px;
  padding: 0;
}
.product-list-sec .product-list-title {
  padding: 16px 16px 3px;
}
.product-list-sec .product-list-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.product-list-sec .product-list-wrap .product-list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.product-list-sec .product-list-wrap .product-list-box:last-child {
  border-bottom: none;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content {
  display: flex;
  gap: 12px;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content picture {
  width: 62px;
  height: 62px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content .product-content .product-name {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 23px;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content .product-content .product-price {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content .product-content .product-price span.small-text {
  font-size: 10px;
  margin-left: 8px;
}
.product-list-sec .product-list-wrap .product-list-box .product-img-content .product-content .product-old-price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  text-decoration: line-through;
}
.product-list-sec .product-list-wrap .product-list-box .count-product-btn {
  max-width: 82px;
}
.product-list-sec .product-list-wrap .product-list-box .count-product-btn .productbtn {
  min-width: 82px;
  margin-top: 0;
  height: 30px;
  padding: 8px;
  align-items: center;
}
.product-list-sec .product-list-wrap .product-list-box .count-product-btn .productbtn span {
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
}

.product-list-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}

/*================ Entertainment - Cards Details CSS End  ==========*/
/*================ Entertainment - Cards Listing CSS Start  ==========*/
.entertainment-video-sec {
  width: calc(100% - 16px);
  margin: 16px auto 0;
}
.entertainment-video-sec .entertainment-list-detail-wrap {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.entertainment-video-sec .entertainment-list-detail-wrap .entertainment-list-video-wrap {
  width: calc(100% - 107px);
  padding-bottom: 38.2%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (max-width: 350px) {
  .entertainment-video-sec .entertainment-list-detail-wrap .entertainment-list-video-wrap {
    width: calc(100% - 90px);
  }
}
.entertainment-video-sec .entertainment-list-detail-wrap .entertainment-list-video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.entertainment-video-sec .entertainment-list-detail-wrap .video-list-btn {
  width: 100%;
  max-width: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 18px;
  border: 0;
  position: relative;
  background-image: url(../images/entertainment-cards-listing-btn.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media screen and (max-width: 350px) {
  .entertainment-video-sec .entertainment-list-detail-wrap .video-list-btn {
    width: 90px;
  }
}
.entertainment-video-sec .entertainment-list-detail-wrap .video-list-btn span {
  font-weight: 500;
}
.entertainment-video-sec .play-button-wrapper {
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding-bottom: 0%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 350px) {
  .entertainment-video-sec .play-button-wrapper {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
}
.entertainment-video-sec .play-button-wrapper picture,
.entertainment-video-sec .play-button-wrapper img,
.entertainment-video-sec .play-button-wrapper video {
  display: block;
  position: absolute;
  max-width: 13px;
  height: 16px;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 350px) {
  .entertainment-video-sec .play-button-wrapper picture,
  .entertainment-video-sec .play-button-wrapper img,
  .entertainment-video-sec .play-button-wrapper video {
    max-width: 10px;
  }
}
.entertainment-video-sec .play-button-wrapper .play-gif {
  transition: all 0.3s ease;
  max-width: 40px;
  width: 40px;
  max-height: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 350px) {
  .entertainment-video-sec .play-button-wrapper .play-gif {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
}
.entertainment-video-sec .play-button-wrapper .play-gif .play-icon {
  display: block;
  margin-left: 42%;
}
.entertainment-video-sec .play-button-wrapper .play-gif .stop-icon {
  display: none;
}
.entertainment-video-sec .play-button-wrapper.pause .play-icon {
  display: none;
}
.entertainment-video-sec .play-button-wrapper.pause .stop-icon {
  display: block;
  opacity: 1;
}
.entertainment-video-sec iframe {
  border: none;
  vertical-align: middle;
  width: 100%;
}

.video-text {
  width: calc(100% - 10px);
  max-width: 287px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 14px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  top: auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 3px 0px;
}
@media screen and (max-width: 350px) {
  .video-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.trampo-extreme-sec {
  width: 100%;
  padding: 0 16px;
}
.trampo-extreme-sec .tre-logo-wrap {
  padding: 24px 0 14px;
}
.trampo-extreme-sec .tre-logo-wrap picture {
  width: 151px;
  padding-bottom: 35.09%;
  position: relative;
  overflow: hidden;
}
.trampo-extreme-sec .tre-logo-wrap picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
.trampo-extreme-sec .trampo-extreme-wrap {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.trampo-extreme-sec .trampo-extreme-wrap strong {
  font-weight: 700;
}

.radio-button-group {
  width: calc(100% - 16px);
  margin: 12px auto 0;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
}
.radio-button-group .btn-primary {
  width: calc(100% - 16px);
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 20px;
}
.radio-button-group .btn-primary picture {
  margin-right: 6px;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.radio-button-group .btn-primary picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.radio-button-group .btn-primary:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
}

.radio-checkbox-button-wrap {
  width: 100%;
}
.radio-checkbox-button-wrap form.input-group-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group::before {
  content: "";
  position: absolute;
  background-image: url(../images/location-pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  width: 13px;
  height: 16px;
  left: 16px;
  top: 19px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding-right: 20px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-width: 20px;
  min-height: 20px;
  margin-top: 0px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: auto;
  right: 16px;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0;
  padding-right: 20px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input:checked[type=radio] {
  background-image: url(../images/checkbox-check-wt.svg);
  background-size: 10px;
  background-color: #0094ef;
  border-color: #0094ef;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input:focus {
  box-shadow: none;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check-label-2::before {
  right: 16px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 {
  padding: 10px 16px 10px 36px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group-2::before {
  top: 15px;
}
.radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 .form-check .form-check-label ::before {
  right: 0px;
}

.schedule-section {
  width: calc(100% - 16px);
  margin: 8px auto 0;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 15px;
}
.schedule-section .schedule-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #000000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.card-slid-sec {
  width: calc(100% - 16px);
  margin: 8px auto;
  padding: 16px;
}
.card-slid-sec .card-slid-wrap {
  margin: 16px -16px 0;
  padding: 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  overflow-x: auto;
}
.card-slid-sec .card-slid-wrap .card-slid-box {
  width: 150px;
}
.card-slid-sec .card-slid-wrap .card-slid-box picture {
  width: 150px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.card-slid-sec .card-slid-wrap .card-slid-box picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card-slid-sec .card-slid-wrap .card-slid-box .box-title {
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  margin-top: 12px;
}

.entertainment-cards-sec {
  width: calc(100% - 16px);
  margin: 16px auto 75px;
}
.entertainment-cards-sec .sub-title {
  margin-left: 16px;
  margin-bottom: 12px;
}
.entertainment-cards-sec .entertainment-cards-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box {
  width: 100%;
  padding: 8px 7px 16px;
  margin: 0;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box a {
  width: 100%;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box a .entertainment-cards-picture {
  max-width: 100%;
  width: 100%;
  padding-bottom: 49.6%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box a .entertainment-cards-picture .entertainment-cards-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box {
  margin-top: 14px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .entertainment-card-title {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .entertainment-card-price {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 20px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .entertainment-card-price .old-price {
  font-weight: 500;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .card-btn-group {
  width: 100%;
  display: flex;
  gap: 9px;
  margin-top: 14px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .card-btn-group .productbtn {
  width: 50%;
  max-width: inherit;
  border-color: #000;
  box-shadow: none;
  height: auto;
  margin-top: 0;
  padding: 7px 15px;
}
.entertainment-cards-sec .entertainment-cards-wrap .entertainment-cards-box .content-box .card-btn-group .buy-btn {
  width: 50%;
  max-width: inherit;
  height: auto;
}

/*================ Entertainment - Cards Listing CSS End  ==========*/
/*================ iCards Collections/Bundles - Details – 1 CSS Start  ==========*/
.bundle-image-wrap {
  width: 100%;
}
.bundle-image-wrap .bundle-img-box {
  width: 100%;
}
.bundle-image-wrap .bundle-img-box picture {
  width: 100%;
  padding-bottom: 75.46%;
  overflow: hidden;
  position: relative;
}
.bundle-image-wrap .bundle-img-box picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.items-bundles-sec {
  width: 100%;
  background-color: #f2f2f2;
  margin: 16px 0;
  padding: 16px;
}
.items-bundles-sec .items-bundles-wrap {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 8px;
}
.items-bundles-sec .items-bundles-wrap .items-bundles-box {
  width: calc(33.33% - 6px);
}
.items-bundles-sec .items-bundles-wrap .items-bundles-box .items-bundles-img {
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
}
.items-bundles-sec .items-bundles-wrap .items-bundles-box .items-bundles-img picture {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.items-bundles-sec .items-bundles-wrap .items-bundles-box .items-bundles-img picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.items-bundles-sec .items-bundles-wrap .items-bundles-box .bundles-title {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}

/*================ iCards Collections/Bundles - Details – 1 CSS End  ==========*/
.card-tab-sec .categories-title {
  width: calc(100% - 32px);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  position: relative;
  margin: 16px auto 24px;
}
.card-tab-sec .categories-title::after {
  content: "";
  position: absolute;
  width: calc(50% - 76px);
  height: 1px;
  background: linear-gradient(90deg, rgba(104, 181, 170, 0.2) 0%, rgba(255, 236, 139, 0.2) 50%, rgba(0, 148, 239, 0.4) 100%);
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.card-tab-sec .categories-title::before {
  content: "";
  position: absolute;
  width: calc(50% - 76px);
  height: 1px;
  background: linear-gradient(270deg, rgba(104, 181, 170, 0.2) 0%, rgba(255, 236, 139, 0.2) 50%, rgba(0, 148, 239, 0.4) 100%);
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}

/*===========  Range Slider Css Start ================*/
.filter-button-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.filter-button-wrapper .filter-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  background: #EDF2F2;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.filter-button-wrapper .filter-btn picture {
  width: 40px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.filter-button-wrapper .filter-btn picture img {
  width: 100%;
  height: 100%;
  max-width: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.filter-button-modal-wrap {
  width: 100%;
  padding: 4px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-button-modal-wrap .filter-title {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 23px;
}
.filter-button-modal-wrap .reset-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.filter-button-modal-wrap .reset-btn:hover .reset-btn-icon {
  animation: full-circle 1.1s ease-out;
}
.filter-button-modal-wrap .reset-btn .reset-btn-icon {
  display: inline-block;
  margin-left: 6px;
}

.price-col {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-col .price-range .range-slider-title {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.price-col .price-range .pricerangelsider .rage-slider-two {
  width: 100%;
}
.price-col .price-range .pricerangelsider .rage-slider-two .display .mincol {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: transparent;
  border: 0px;
}
.price-col .price-range .pricerangelsider .rage-slider-two .display .mincol .mintitle {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.price-col .price-range .pricerangelsider .rage-slider-two .range-slide {
  margin: 12px 0;
}
.price-col .price-range .pricerangelsider .rage-slider-two .range-slide .slide {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.price-col .price-range .pricerangelsider .rage-slider-two .range-slide .line {
  background-color: #00d9b9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.price-col .price-range .pricerangelsider .rage-slider-two .range-slide .thumb {
  background-color: #00d9b9;
}
.price-col .price-range .pricerangelsider .rage-slider-three {
  width: 100%;
}
.price-col .price-range .pricerangelsider .rage-slider-three .display .mincol {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: transparent;
  border: 0px;
}
.price-col .price-range .pricerangelsider .rage-slider-three .display .mincol .mintitle {
  color: #000000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.price-col .price-range .pricerangelsider .rage-slider-three .range-slide {
  margin: 12px 0;
}
.price-col .price-range .pricerangelsider .rage-slider-three .range-slide .slide {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.price-col .price-range .pricerangelsider .rage-slider-three .range-slide .line {
  background-color: #fb90a4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.price-col .price-range .pricerangelsider .rage-slider-three .range-slide .thumb {
  background-color: #fb90a4;
}

.range-slide {
  position: relative;
  margin: 24px 0;
  height: 5px;
  width: 100%;
}
.range-slide .slide {
  position: absolute;
  top: 0;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  left: 8px;
  right: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.range-slide .line {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  height: 4px;
  background-color: #0094ef;
}
.range-slide .thumb {
  position: absolute;
  z-index: 2;
  text-align: left;
  border: 2px solid #FFFFFF;
  background-color: #0094ef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  outline: none;
  top: -14px;
  height: 30px;
  width: 30px;
  margin-left: -9px;
  padding-left: 0 !important;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.2);
}
.range-slide input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -moz--appearance: none;
  position: absolute;
  pointer-events: none;
  z-index: 99;
  height: 4px;
  top: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  background-color: transparent;
}
.range-slide input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

@supports (-moz-appearance: none) {
  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    pointer-events: unset;
  }
}
.display {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.display span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.display .mincol {
  background: #EDF2F2;
  border: 1px solid #e3e9e9;
  padding: 11px 12px;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  max-width: 142px;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.display .mincol .mintitle {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 10px;
}
.display .boderline {
  background: #000;
  width: 20px;
  height: 1px;
}

.sortby-wrap {
  width: calc(100% - 32px);
  margin: 16px auto 30px;
}
.sortby-wrap .sortby-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}
.sortby-wrap .radio-checkbox-button-wrap {
  margin-top: 16px;
  margin-bottom: 24px;
}
.sortby-wrap .radio-checkbox-button-wrap form.input-group-checkbox .form-group {
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-bottom: 8px;
}
.sortby-wrap .radio-checkbox-button-wrap form.input-group-checkbox .form-group:last-child {
  margin-bottom: 0;
}
.sortby-wrap .radio-checkbox-button-wrap form.input-group-checkbox .form-group::before {
  display: none;
}
.sortby-wrap .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check label {
  font-weight: 500;
  width: 100%;
  padding: 16px 20px;
}
.sortby-wrap .btn-primary {
  width: 100%;
  padding: 14px 20px;
}

@keyframes full-circle {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*===========  Range Slider Css End ================*/
form.input-group-checkbox .form-check {
  width: 100%;
  position: relative;
}
form.input-group-checkbox .form-check .form-check-input:checked + .form-check-label:after {
  content: "";
  background-image: url(../images/checkbox-check-wt.svg);
  background-size: 10px;
  background-color: #0094ef;
  border-color: #0094ef;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
form.input-group-checkbox .form-check .form-check-label::before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  cursor: pointer;
}
form.input-group-checkbox .form-check.form-check-label-2 .form-check-input:checked + .form-check-label:after {
  right: 16px;
}
form.input-group-checkbox .form-check.form-check-label-2 .form-check-label::before {
  right: 16px;
}

/* ======================  Min And Max Separate Slider CSS Start ====================== */
.price-slider {
  padding: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  opacity: 0.8;
  margin-bottom: 6px;
  border-radius: 5px;
}
.price-slider .slider:focus {
  opacity: 1;
}
.price-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #fb90a4;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.2);
  border: 2px solid #FFFFFF;
}
.price-slider #min-price::-webkit-slider-thumb {
  background-color: #00d9b9;
}
.price-slider .slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background-color: #fb90a4;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.2);
  border: 2px solid #FFFFFF;
}
.price-slider #min-price::-moz-range-thumb {
  background-color: #00d9b9;
}
.price-slider .slider-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.price-slider .slider-values .price-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 23px;
}
.price-slider .slider-values .price-title-value {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 23px;
}

/* ====================== Min And Max Separate Slider CSS Start End ====================== */
/* ====================== Registration Form CSS Start ====================== */
.registration-form-wrap {
  margin-top: 6px;
}
.registration-form-wrap .input-box-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
}
.registration-form-wrap .input-box-group .country-code-select {
  max-width: 81px;
  min-width: 81px;
  background: #edf2f2;
  border: 1px solid #e3e9e9;
  border-radius: 8px;
  position: relative;
}
.registration-form-wrap .input-box-group .country-code-select::after {
  content: "";
  position: absolute;
  background: url(../images/simple-Down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  margin: auto;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
}
.registration-form-wrap .input-box-group .country-code-select:focus-visible {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.registration-form-wrap .input-box-group .country-code-select .custom-select {
  width: 100%;
  background: transparent;
  padding: 14px 20px 14px 5px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 23px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.registration-form-wrap .input-box-group .country-code-select .custom-select option {
  background-color: #FFFFFF;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.registration-form-wrap .input-box-group .country-code-select .custom-select option:hover {
  color: #000;
  background-color: #FFFFFF;
}
.registration-form-wrap .input-box-group .country-code-select .custom-select:focus-visible {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.registration-form-wrap .input-box-group .country-code-select .custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.registration-form-wrap .input-box-group .country-code-select .custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.registration-form-wrap .input-box-group .form-group {
  width: 100%;
}
.registration-form-wrap .common-form .form-group {
  margin-bottom: 16px;
}
.registration-form-wrap .common-form .common-btn {
  margin: 24px 0;
}
.registration-form-wrap .common-form .common-btn .btn-primary:hover {
  font-size: 16px;
}
.registration-form-wrap .common-form .form-group .input-icon input {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 20px 15px 38px;
  font-family: "Poppins", sans-serif;
  background-color: #edf2f2;
  border-color: #e3e9e9;
  font-weight: 500;
}
.registration-form-wrap .common-form .form-group .input-icon input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.registration-form-wrap .common-form .form-group .input-icon input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

/* ====================== Registration Form CSS End ====================== */
/* ====================== Account CSS Start ====================== */
.account-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(183, 235, 193) 0%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
  background-position: top bottom;
  background-size: cover;
}

header.account-header-sec {
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px 20px 16px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
}
header.account-header-sec .header-inner {
  width: 100%;
  position: relative;
  padding: 0;
}
header.account-header-sec .header-inner .logout-btn {
  background-color: #EDF2F2;
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 0px;
}
header.account-header-sec .header-inner .user-derail-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header.account-header-sec .header-inner .user-derail-wrap .user-profile-img {
  background-color: #e8e8e8;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
header.account-header-sec .header-inner .user-derail-wrap .user-profile-img picture {
  width: 60px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
header.account-header-sec .header-inner .user-derail-wrap .user-profile-img picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
header.account-header-sec .header-inner .user-derail-wrap .user-name {
  color: #000;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 3px;
}
header.account-header-sec .header-inner .user-derail-wrap .user-email {
  color: #0094EF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 19px;
}

.account-wallet-wrapper {
  margin-top: 16px;
  padding: 0 8px;
}
.account-wallet-wrapper .point-wrapper .my-wallet-wrap {
  border: 0;
  box-shadow: 0px 3px 6px rgba(67, 87, 99, 0.1019607843);
}
.account-wallet-wrapper .point-wrapper .my-wallet-wrap .input-box label {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
}
.account-wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title {
  position: relative;
  padding-right: 16px;
  color: #000;
}
.account-wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title::before {
  content: "";
  position: absolute;
  background-image: url(../images/simple-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 57%;
  left: auto;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.user-account-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
  padding: 0 8px;
  margin-top: 8px;
}
.user-account-list-wrapper .list-title {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 20px;
}
.user-account-list-wrapper .list-title-opacity {
  color: rgba(0, 0, 0, 0.6);
}
.user-account-list-wrapper .user-account-wrap {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding: 4px 0px;
}
.user-account-list-wrapper .user-account-wrap .list-type-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user-account-list-wrapper .user-account-wrap .list-type-box:last-child {
  border-bottom: 0;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .list-type-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .list-type-group .list-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background-color: #EDF2F2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .list-type-group .list-icon picture {
  width: 22px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .list-type-group .list-icon picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .next-btn picture {
  width: 12px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .next-btn picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .social-media-group {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .language-swt-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .next-btn-down {
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .notifications-counter-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.user-account-list-wrapper .user-account-wrap .list-type-box .notifications-counter-wrap .notifications-count {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-color: #FF1D48;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 17px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-version {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  padding: 16px 0;
}

/* ====================== Account CSS End ====================== */
.registration-form-wrap .common-form .form-group label.input-label {
  margin-bottom: 8px;
}
.registration-form-wrap .common-form .form-group .input-wrappper {
  cursor: pointer;
  position: relative;
}
.registration-form-wrap .common-form .form-group .input-wrappper:focus-visible {
  outline: 0;
}
.registration-form-wrap .common-form .form-group .input-wrappper input:focus {
  box-shadow: none;
}
.registration-form-wrap .common-form .form-group .input-wrappper input.form-control {
  width: 100%;
  padding: 16px 12px;
  background: #EDF2F2;
  outline: 0;
  border: 1px solid #E3E9E9;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.registration-form-wrap .common-form .form-group .input-wrappper input.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.registration-form-wrap .common-form .form-group .input-wrappper input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.registration-form-wrap .common-form .form-group .input-wrappper input.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.registration-form-wrap .common-form .form-group .input-wrappper input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  color: #000;
}
.registration-form-wrap .common-form .form-group .input-box-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.registration-form-wrap .common-form {
  overflow: hidden;
  margin: 0 -16px;
  padding: 0 16px 16px;
}
.registration-form-wrap .common-form .choose-list.shortby {
  width: 100%;
  display: flex;
  gap: 9px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.registration-form-wrap .common-form .choose-list.shortby .form-group {
  position: relative;
  width: calc(50% - 0px);
}
.registration-form-wrap .common-form .choose-list.shortby .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.registration-form-wrap .common-form .choose-list.shortby .form-group input:checked + label::after {
  content: "";
  display: block;
  background-image: url(../images/checkbox-check-wt.svg);
  position: absolute;
  top: 22px;
  right: 15px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.registration-form-wrap .common-form .choose-list.shortby .form-group input:checked + label::before {
  background-color: #0094EF;
  border: 1px solid #0094EF;
}
.registration-form-wrap .common-form .choose-list.shortby .form-group label {
  color: #000;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 16px;
  background: #FFFFFF;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
  cursor: pointer;
}
.registration-form-wrap .common-form .choose-list.shortby .form-group label::before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 8px;
  right: 2px;
}
.registration-form-wrap .common-select .dropdown {
  width: 100% !important;
}
.registration-form-wrap .common-select .dropdown .dropdown-toggle {
  background: #EDF2F2;
  padding: 16px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #000;
  border-radius: 8px;
  text-transform: capitalize;
  border: 1px solid #E3E9E9;
}
.registration-form-wrap .common-select .dropdown .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
  background: #FFFFFF !important;
  border-color: 0px;
}
.registration-form-wrap .common-select .dropdown .dropdown-toggle:active {
  box-shadow: none;
}
.registration-form-wrap .common-select .dropdown .dropdown-toggle::after {
  background-image: url(../images/simple-Down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0;
  display: inline-block;
  top: 50%;
  right: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: rotateY(-50%);
  -webkit-transform: rotateY(-50%);
  -moz-transform: rotateY(-50%);
  -ms-transform: rotateY(-50%);
  -o-transform: rotateY(-50%);
}
.registration-form-wrap .common-select .dropdown .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner option:first-of-type {
  color: #000;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu {
  background: #FFFFFF;
  border-color: #E3E9E9;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 2px 24px rgba(67, 87, 99, 0.1568627451);
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner {
  border-radius: 10px;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu {
  padding: 0px;
  background-color: #FFFFFF !important;
  font-size: 14px;
  line-height: 20px;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li {
  margin-bottom: 1px;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li:last-child {
  margin-bottom: 0px;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li .dropdown-item {
  background-color: #FFFFFF !important;
  border-radius: 10px;
  padding: 10px 16px;
}
.registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li .dropdown-item:hover, .registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li .dropdown-item.active {
  color: #000;
  background-color: #EDF2F2 !important;
  border-radius: 10px;
}
.registration-form-wrap .form-group .add-games {
  width: 100%;
  position: relative;
}
.registration-form-wrap .form-group .add-games:focus-visible {
  border: 0;
}
.registration-form-wrap .form-group .add-games .add-bnt {
  position: absolute;
  border: 0;
  background-color: transparent;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.registration-form-wrap .form-group .add-games input.form-control {
  padding: 16px 12px;
  background: #EDF2F2;
  border: 1px solid #E3E9E9;
}

.i-cars-model-wrap .modal-content .modal-body .add-item-title {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 23px;
  padding: 0 8px 12px;
}
.i-cars-model-wrap .modal-content .modal-body .common-form {
  width: 100%;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  padding: 0px 0px 20px;
  max-height: 200px;
  overflow-y: auto;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group {
  position: relative;
  width: calc(50% - 10px);
  box-shadow: 0px 2px 10px rgba(67, 87, 99, 0.1019607843);
  border-radius: 8px;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group input:checked + label::after {
  content: "";
  display: block;
  background-image: url(../images/checkbox-check-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  left: 11px;
  width: 10px;
  height: 10px;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group input:checked + label::before {
  background-color: #0094EF;
  border: 1px solid #0094EF;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  padding: 10px 6px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group label::before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.i-cars-model-wrap .modal-content .modal-body .common-form .common-btn .btn-primary {
  width: 100%;
}

/*================ Right To Left Direction  ==========*/
body.rtl-direction {
  direction: rtl;
}
body.rtl-direction .top-deals-wrap .arrow-icon,
body.rtl-direction .entertainment-area-wrap .arrow-icon,
body.rtl-direction .collections-sec .arrow-icon,
body.rtl-direction .game-area-sec .arrow-icon {
  margin-right: 0;
}
body.rtl-direction .top-deals-wrap .arrow-icon picture img,
body.rtl-direction .entertainment-area-wrap .arrow-icon picture img,
body.rtl-direction .collections-sec .arrow-icon picture img,
body.rtl-direction .game-area-sec .arrow-icon picture img {
  transform: rotate(180deg);
}
body.rtl-direction .language-switch > span.on {
  left: inherit !important;
  right: 0 !important;
  color: #000 !important;
}
body.rtl-direction .language-switch > span.off {
  right: inherit !important;
  left: 0;
  color: #FFFFFF !important;
}
body.rtl-direction .language-switch input.check-toggle-round-flat:checked ~ .off {
  color: #000 !important;
}
body.rtl-direction .language-switch input.check-toggle-round-flat:checked ~ .on {
  color: #FFFFFF !important;
}
body.rtl-direction .login-form-wrap .form-group .input-icon .icon {
  left: inherit;
  right: 10px;
}
body.rtl-direction .login-form-wrap .form-group .input-icon .toggle-password {
  right: inherit;
  left: 10px;
}
body.rtl-direction .login-form-wrap .common-form .links {
  direction: ltr;
}
body.rtl-direction .login-form-wrap .common-form .common-link span {
  direction: ltr;
}
body.rtl-direction .login-form-wrap .common-form .social-btn .btn-primary picture {
  margin-left: 4px;
}
body.rtl-direction .term-condition-bottom {
  direction: ltr;
}
body.rtl-direction .term-condition-bottom .terms-con-privacy {
  text-align: right;
}
body.rtl-direction .term-condition-bottom .terms-con-privacy .links::before {
  bottom: 0px;
}
body.rtl-direction .digital-cards-sec .digital-card-Slider .swiper-wrapper .swiper-slide .swiper-text-area {
  left: auto;
  right: 16px;
}
body.rtl-direction .card-tab-sec .card-list-wrap .card-img-box .info-btn {
  left: 0;
  right: auto;
}
body.rtl-direction .card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box {
  left: inherit;
  right: 16px;
}
body.rtl-direction .card-shopping-sec .card-shopping-wrap .card-shopping-box .card-content-box .price-tag {
  direction: ltr;
  text-align: right;
}
body.rtl-direction .description-sec .description-accordion .accordion-item .accordion-button::after {
  right: auto;
  position: absolute;
  left: 16px;
}
body.rtl-direction .description-sec .description-accordion .accordion-item .accordion-body p.top-text {
  text-align: right;
  direction: ltr;
}
body.rtl-direction .description-sec .description-accordion .accordion-body .card-paragraph-list li .paragraph-content {
  padding-left: inherit;
  padding-right: 0px;
}
body.rtl-direction .description-sec .description-accordion .accordion-body .card-paragraph-list li .paragraph-content .num-of-para {
  left: auto;
  right: 0px;
}
body.rtl-direction .description-sec .description-accordion .accordion-body .card-paragraph-list li .paragraph-content p {
  text-align: right;
  direction: ltr;
}
body.rtl-direction .description-sec .description-accordion .accordion-body .note-wrap .description-title {
  direction: ltr;
  text-align: right;
}
body.rtl-direction .radio-button-group .radio-checkbox-button-wrap form.input-group-checkbox .form-group::before {
  left: auto;
  right: 16px;
}
body.rtl-direction .radio-button-group .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input {
  right: auto;
  left: 38px;
}
body.rtl-direction .radio-button-group .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input:checked[type=radio] {
  right: auto;
  left: 16px;
}
body.rtl-direction .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn::before {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}
body.rtl-direction .modal.fade.i-card-modal .modal-dialog .modal-content .modal-body .entertainment-group .entertainment-card-btn .card-icon {
  left: auto;
  right: 0;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input {
  left: 0px;
  right: auto;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check .form-check-input:checked + .form-check-label:after {
  left: 16px;
  right: auto;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group .form-check label::before {
  left: 16px;
  right: auto;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 {
  padding: 10px 36px 10px 16px;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 .form-check .form-check-input {
  left: 0px;
  right: auto;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 .form-check .form-check-input:checked + .form-check-label:after {
  left: 0px;
  right: auto;
}
body.rtl-direction .radio-checkbox-button-wrap form.input-group-checkbox .form-group-2 .form-check label::before {
  left: 0px;
  right: auto;
}
body.rtl-direction .range-slide .slide {
  direction: rtl;
}
body.rtl-direction .range-slide .thumb {
  padding-right: 0 !important;
}
body.rtl-direction input[type=range] {
  direction: ltr;
}
body.rtl-direction .display {
  flex-direction: row-reverse;
}
body.rtl-direction .registration-form-wrap .common-form .form-group .input-icon input {
  padding: 15px 38px 15px 20px;
}
body.rtl-direction header.account-header-sec .header-inner .logout-btn {
  left: 0;
  right: auto;
}
body.rtl-direction .account-wallet-wrapper .point-wrapper .my-wallet-wrap .sub-title::before {
  left: -3px;
  right: auto;
  top: 43.5%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
body.rtl-direction .user-account-list-wrapper .user-account-wrap .list-type-box .next-btn {
  transform: rotate(180deg);
}
body.rtl-direction .wallet-wrapper .point-wrapper .my-wallet-wrap .input-box label span.value-type {
  left: 20px;
  right: auto;
}
body.rtl-direction .registration-form-wrap .common-form .choose-list.shortby .form-group label::before {
  right: auto;
  left: 12px;
}
body.rtl-direction .registration-form-wrap .common-form .choose-list.shortby .form-group input:checked + label::after {
  right: auto;
  left: 17px;
}
body.rtl-direction .registration-form-wrap .form-group .add-games .add-bnt {
  right: auto;
  left: 12px;
}
body.rtl-direction .registration-form-wrap .form-group .filter-option .filter-option-inner .filter-option-inner-inner {
  text-align: right;
}
body.rtl-direction .registration-form-wrap .common-select .dropdown .dropdown-toggle::after {
  right: auto;
  left: 16px;
}
body.rtl-direction .registration-form-wrap .common-select .dropdown .dropdown-menu .inner .dropdown-menu li .dropdown-item {
  text-align: right;
}
body.rtl-direction .i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group label::before {
  margin-left: 8px;
}
body.rtl-direction .i-cars-model-wrap .modal-content .modal-body .common-form .choose-list .form-group input:checked + label::after {
  left: auto;
  right: 19px;
}

/*================ Right To Left Direction End  ==========*//*# sourceMappingURL=style.css.map?v=1.0.1 */