/* BOM - Responsive replica styles (mobile-first) */

:root {
  --bg: #ffffff;
  --card: #ffffff;
  --muted: #afafaf;
  --accent: #6a7dd9;
  --purple: #c04da2;
  --accent-2: #fb6f8b;
  --text: #353535;
  --radius: 14px;
  --container: 1200px;
  --gray-filter: brightness(0.9);
  --purple-filter: invert(42%) sepia(36%) saturate(1351%) hue-rotate(268deg)
    brightness(88%) contrast(83%);
  --accent-filter: invert(56%) sepia(48%) saturate(3748%) hue-rotate(207deg)
    brightness(92%) contrast(84%);
}

.modal-content {
  border-radius: 10px;
}
.accent {
  color:var(--accent)
}
.purple {
  color:var(--purple)
}
button:focus:not(:focus-visible) {
  outline: none;
}
.accordion-button:focus {
  box-shadow: none;
}
ul {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}
.br-big {
  border-radius: 24px;
  overflow: hidden;
}
html,
body {
  height: 100%;
}
@font-face {
  font-family: "nunito sans";
  src: url("../fonts/NunitoSans.ttf") format("truetype");
}
@font-face {
  font-family: "gothic";
  src: url("../fonts/NunitoSans.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: "nunito sans";
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}
a {
  text-decoration: none;
}
/* general */

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.muted {
  color: var(--muted);
}

.icon-btn {
  background: transparent;
  border: 0;
  font-size: 18px;
  cursor: pointer;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: var(--purple);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-secondary
{
  background: var(--accent);
  color: #fff;
  border: 0;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,.btn-secondary:active {
  background: var(--accent);
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}

.btn-outline {
  background: #fff;
  color: var(--text);
  border: 1px solid #f1eefe;
  padding: 10px 12px;
  border-radius: 5px;
}
.btn-ghost {
  background: transparent;
  border: 0;
  color: var(--accent);
}
.btn-sm {
  background: var(--accent);
  color: #fff;
  border: 0;
  padding: 6px 8px;
  border-radius: 5px;
}
.btn-sm:hover {
  background: #4a5db9;
}
@media screen and (min-width: 991px) {
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 20px;
  }
}
/* general end*/

/* Mobile menü*/

#mobilModal .otherFunctionsDiv {
  margin-bottom:0px;
  border-bottom: 1px solid #ddd;
  border-radius:0px;
  padding:15px 30px ;
  display:flex;
  gap:10px;
}

#mobilModal .otherFunctionsDiv .signInElem button, #mobilModal .otherFunctionsDiv .loginElem button{
  width: 100%;
}

#mobilModal .otherFunctionsDiv .signInElem, #mobilModal .otherFunctionsDiv .loginElem{
  flex:1;
}

#mobilModal .userElem{
  width:100%;
  border:none;
  display:flex;
  margin-bottom:0px;
  border-bottom: 1px solid #ddd;
  border-radius:0px;
  padding:15px 30px ;
  align-items: center;
}

#mobilModal .userElem .name{
  flex:1;
  padding-left:10px;
  text-align:left;
}

#mobilModal .menuList {
  list-style: none;
  padding-left: 5px;
}

#mobilModal .menuList li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left:10px;
  border-bottom: 1px solid #ddd;
}
#mobilModal .menuList li:last-child {
  border-bottom: none;
}

#mobilModal .menuList li a {
  text-decoration: none;
  margin-bottom: 20px;
  color: var(--text);
}

/* mobil end*/

/* Header */

.site-header .cartElem .icon,
.site-header .notifElem .icon {
  height: 30px;
  filter: var(--gray-filter);
}
.site-header .cartElem,
.site-header .notifElem {
  position: relative;
}
.site-header .cartElem .warning,
.site-header .notifElem .warning {
  position: absolute;
  background: var(--purple);
  right: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.site-header .notifElem {
  display: none;
}

.site-header {
    position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  padding: 12px 0;
}
.headerFix {
    height:110px
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding:10px;
}

.site-header .logo img {
  height: 45px;
}
.site-header .cart {
  display: none;
}
.site-header .cart {
  display: none;
}

.site-header .cart img,
.site-header .notifications img {
  height: 20px;
  filter: var(--gray-filter);
}

.main-nav {
  display: flex;
  justify-content: space-around;
  gap: 18px;
  margin-left: 12px;
  flex: 1;
}
.main-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}
.header-actions {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.mobilMenuBtn {
  display: none;
  padding: 0;
}
.mobilMenuBtn img {
  height: 20px;
}

.userElem {
    border-radius:99px
}

.userElem:after {
    display:none;
}

.userElem .profile, .userElem .arrow{
    filter:var(--gray-filter)
}
.userElem .profile { 
    height:20px;
    margin-right:5px;
}
.userElem .arrow{
    height:12px;
    margin-left:15px;
    transform: rotate(90deg)
}

@media screen and (min-width: 991px) {
  .loginElem {
    margin-right: 30px;
  }

}

@media screen and (max-width: 991px) {
  #dropdownMenuLink {display:none; }

  .site-header .logo img {
    height: 38px;
  }
  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-inner .cartElem {
    margin-right: 10px;
  }

  .mobilMenuBtn {
    display: block;
  }
  .header .loginElem {
    display: none;
  }
  .header .signInElem {
    display: none;
  }
  .main-nav {
    display: none;
  }
}

/* header end*/

/* Hero */
.hero {
  padding: 22px 0;
  padding-top:5px;
}

.heroSwiper img{
    border-radius: 15px;
}

.hero-inner {
  position: relative;
}

.hero-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  padding: 18px;
  border-radius: 10px;
}
.hero-sub {
  color: #606060;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 0;
}
.hero-title {
  font-size: 50px;
  margin: 0;
  color: var(--accent);
  line-height: 1;
  font-family: "gothic";
}
.hero-meta {
  display: flex;
  align-items: baseline;
  gap: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  flex-direction: column;
}
.hero-buttons {
  margin-top: 22px;
}
.hero-buttons .btn-primary {
  background: var(--purple);
  text-decoration: none;
  font-size: 25px;
}
.old-price {
  text-decoration: line-through;
  color: var(--muted);
  font-weight: 600;
  font-size: 25px;
}
.big-price {
  font-size: 35px;
  color: var(--purple);
  font-weight: 800;
}
.hero-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .hero {
    display: none;
  }
}

.visual-card {
  width: 260px;
  height: 160px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.06);
  position: relative;
}
.visual-tag {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--accent);
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
}

/* Cards */

.card {
  background: var(--card);
  border-radius: 10px;
margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.card-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--accent);
  color: #fff;
  padding: 6px 15px;
  border-radius: 0 10px 10px 0;
  font-weight: 800;
  font-size: 12px;
}
.fav {
  position: absolute !important;
  right: 12px;
  top: 12px;
  background: #fff;
  border: 1px solid #f0e9ff;
  border-radius: 999px;
  padding: 6px !important;
  height: 40px !important;
  width: 40px !important;
  margin: 0  !important;
}
.fav img {
  margin: 0  !important;
  height: 20px !important;
  filter: var(--gray-filter);
}

.fav.active img {
  filter: var(--purple-filter);
}

.thumb {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 10px;
  height: 220px;
}

.thumb img {
max-width: 100%;
  object-fit: cover;
  min-width: 100%;}

.swiper-slide .card .title {
    overflow: hidden;
    text-overflow: ellipsis;
    cuursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:50px;
}
.card-title {
  font-weight: 700px;
  font-size: 14px;
  margin: 0 0 8px;
  height: 30px;
}
.card-trainer {
  display: flex;
  justify-content: center;
  gap: 5px;
  height: 46.5px;
}
.card-trainer .card {
  border-radius: 20px;
  border: var(--purple) 1px solid;
  background: none;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--purple);
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 800;
    padding:5px 10px;

}
.card-trainer .card .text {
  flex: 1;
}
.card-trainer .card .icon {
  height: 10px;
  filter: var(--purple-filter);
}

.card-price {
  font-weight: 700;
  color: var(--accent-2);
}
.p-old {
  font-size: 13px;
  color: var(--muted);
  text-decoration: line-through;
  margin-right: 8px;
}

.p-new {
  color: var(--purple);
  font-weight: 700;
  font-size: 20px;
}

.card-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
  padding: 5px 10px;
}
.card-actions button, .card-actions a, .card-actions .amountDiv {
  flex: 1;
  font-weight: 700;
}
.card-actions .addToCart.btn-secondary {
  padding:10px 4px;
  font-size:13px;
  background:var(--accent)
}

.owned-grid {
  display: flex;
  gap: 14px;
}
.owned-item {
  position: relative;
  background: #e4e7f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.04);
}
.owned-item .payButton {
  margin-top: 5px;
  width: 100%;
  margin-bottom:10px;
}

.owned-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  overflow:hidden
}

.owned-item h4 {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--text);
}
.owned-item .btn-ghost {
  font-weight: 600;
}

@media (max-width: 991px) {
  .thumb,
  .thumb img,
  .owned-item .owned-thumb,
  .owned-item .owned-thumb img {
    max-width: 100%;
  }

    .thumb {
      height: 270px;
    }

  .card-actions {
    flex-wrap: wrap;
  }
}
/* Premium */
.premium-banner .left {
  border-right: #ddd8 2px solid;
  width: 25%;
  text-align: center;
}
.premium-banner .right {
  text-align: center;
  flex: 1;
}

.premium-banner h3 {
  font-family: "gothic";
}
.premium-banner p {
  font-weight: 600;
}
.premium-banner .premium-cta button {
  font-weight: 600;
}
.premium-logo {
  max-height: 120px;
}

.premium-banner {
  background: linear-gradient(90deg, #da80be, #af97f2);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .premium-banner .left {
    width: 100%;
    border-right: none;
  }
}
/* Podcasts */
.pod-card {
  margin-top: 1px;
  border: 1px solid #ddd;
  text-align: center;
  background: var(--card);
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pod-card .pod-art {
  height: 50px;
  padding-top: 10px;
}
.pod-card .pod-art img {
  height: 30px;
  filter: invert(35%) sepia(15%) saturate(334%) hue-rotate(195deg)
    brightness(107%) contrast(94%);
}
.pod-card button {
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
  width: 110px;
}
.pod-card .text {
  height: 45px;
  padding: 0 20px;
}
.pod-card button img {
  height: 12px;
  margin-right: 10px;
}
@media screen and ( min-width:991px) {
    .pod-card .text {
    padding: 0 5px;
      font-size: 14px;
    }
}

/* Quicklinks & Radio */
/*
.radio-box { background:#fff; padding:16px; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.06); }
.radio-player-wrapper { display:flex; align-items:center; gap:12px; max-width:420px; margin: 0 auto;}
.radio-play { width:44px; height:44px; border-radius:50%; background:var(--accent); color:#fff; border:none; font-size:18px; cursor:pointer; }
.badge.live { background:var(--main-color); color:#fff; padding:4px 8px; border-radius:14px; margin-left:8px; font-size:12px; }
.progress-bar { background:#eee; height:6px; border-radius:6px; overflow:hidden; width:100%; }
.progress-fill { background:linear-gradient(90deg,#ff5a5f,#ffb199); height:100%; width:0; }

.radio-info {  width:100%; }
@media (max-width:480px) { .radio-player-wrapper { max-width:100%; } }
*/
.qucklinksWrapper {
  display: flex;
  flex-wrap: wrap;
}
.qucklinksWrapper .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 15px;
}
.qucklinksWrapper .left a .btn {
  color: var(--accent);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.qucklinksWrapper .left a {
  width: 100%;
  background: #e4e7f8;
  border-radius: 10px;
  flex: 1;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.qucklinksWrapper .left button img {
  height: 15px;
  filter: var(--accent-filter);
}
.qucklinksWrapper .left button .text {
  flex: 1;
  text-align: left;
  padding-left: 10px;
  font-weight: 600;
  font-size: 20px;
}

.qucklinksWrapper .right {
  flex: 1;
}
.quicklinks {
  display: grid;
  gap: 12px;
}
.radio-box {
  background: var(--card);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  border: 1px #ddd solid;
}
.radio-box .title {
  color: #6a7dd9;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.radio-box .title img {
  height: 20px;
  filter: invert(56%) sepia(48%) saturate(3748%) hue-rotate(207deg)
    brightness(92%) contrast(84%);
}
.radio-box .btn img {
  height:20px;
  margin-right:3px;
}
.radio-player-wrapper {
  margin-top: 15px;
}
.radio-player {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  outline: none;
}
.radio-player::-webkit-media-controls-panel {
  background-color: var(--accent);
}
.radio-player::-webkit-media-controls-play-button,
.radio-player::-webkit-media-controls-current-time-display,
.radio-player::-webkit-media-controls-time-remaining-display {
  color: white;
  filter: invert(1);
}

@media screen and (max-width: 991px) {
  .qucklinksWrapper .left button img {
    height: 20px;
  }
  .qucklinksWrapper {
    flex-direction: column-reverse;
  }

  .qucklinksWrapper .left {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .qucklinksWrapper .left .btn-ghost {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* Categories */
.cat-grid {
  display: flex;
  gap: 12px;
}
.cat {
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ddd;
  height: 150px;
  font-size: 20px;
  font-weight: 600;
}

.cat .imgWrapper {
  height: 60px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.cat .imgWrapper img {
  height: 40px;

  filter: var(--purple-filter);
}
.cat.shopCat {
  height:auto;
}
.cat.shopCat .imgWrapper{
  height:90px;
}
.cat.shopCat span{
  color:var(--text);
  height:50px;
  display:block;
}
.cat.shopCat img{
  filter:none;
  border-radius:10px;
  height:80px;
}
/* premiums */

.prem-grid {
  display: flex;
  gap: 12px;
}
.prem {
  cursor:pointer;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ddd;
  height: 150px;
  font-size: 16px;
  font-weight: 600;
  color:#fff;
  background: var(--accent);
}
.prem .imgWrapper {
  height: 60px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.prem .imgWrapper img {
  height: 40px;
  filter:invert(1);
}

/*shop */

.shop-card {
  margin-top: 1px;
  border: 1px solid #ddd;
  text-align: center;
  background: var(--card);
  padding: 12px;
  border-radius: 10px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 5px;
}
.shops .section-title .crown {
  height: 30px;
  filter: var(--gray-filter);
  margin-right: 10px;
}

.shop-card {
  margin-top: 1px;
  border: 1px solid #ddd;
  text-align: center;
  background: var(--card);
  padding: 12px;
  border-radius: 10px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 5px;
}
.shop-card .thumb {
  margin-bottom: 0px;
}
.shop-card .name {
  font-weight: 600;
}
.shop-card .btnLink {
  width: 50%;
}

.shop-card .btn-primary {
  margin-top: 10px;
  width: 100%;
  padding: 5px 8px;
}

/* Highlight */

#aboutYouModal .modal-footer {
    display:flex;
    border-top:none;
}
#aboutYouModal .modal-footer .btn {
    flex:1
}
#aboutYouModal .modal-header {
    border-bottom:none;
}
#aboutYouModal h2 {
    color:var(--accent);
    font-weight:700
}

#aboutYouModal .cat.active {
    background:var(--accent)
}

#aboutYouModal .cat.active img,#aboutYouModal .cat.active span  {
    filter:none;
    color:#fff;
}

#aboutYouModal .cat.active img {
    filter:invert(1)
}
#aboutYouModal .cat {
    cursor:pointer;
}
#aboutYouModal .cat span {
    font-weight:600
}

#aboutYouModal .cat br {
}

.highlight-box {
  background-image: url("../images/forYouBg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding-bottom: 18px;
  overflow: hidden;
}
.highlight-box .highlight-header img {
  height: 25px;
  margin-right: 7px;
}
.highlight-box .highlight-header .baslat {
  position: absolute;
  right: 20px;
  top: 0px;
  color: #fff;
  font-weight: 600;
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 5px;
}

.highlight-box .highlight-header .baslat img {
  height: 14px;
  margin-left: 7px;
}

.highlight-box .highlight-header {
  padding: 10px 20px;
  background: #4a37a550;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.highlight-box .swiper-big-container {
  margin: 0 10px;
}

.highlight-cards {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding-top: 8px;
}
.small-card {
  background: var(--card);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {

    #aboutYouModal .cat span {
        font-size:15px;
    }
  .highlight-box .highlight-header .baslat {
    position: static;
    background: var(--purple);
    margin: 0 auto;
    margin-top: 10px;
    font-size: 15px;
  }
  .highlight-box .highlight-header .baslat img {
    margin-right: 0;
    height: 10px;
  }
  .highlight-box .highlight-header .sanaOzel {
    display: none;
  }
  .highlight-box .highlight-header {
    text-align: center;
    font-size: 15px;
  }
}

/* highlight box */

/* Info */
.about {
  text-align: center;
}
.about .section-title {
  color: var(--purple);
  margin-left: 0px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.info-grid .info {
  border: 1px #ddd solid;
  padding: 30px 50px;
  border-radius: 10px;
  height: 100%;
}

.info-grid .info img {
  height: 30px;
  filter: var(--purple-filter);
  margin-bottom: 15px;
}

.info-grid .info h4 {
  font-weight: 600;
}

.info-grid .info .text {
  color: var(--muted);
}
@media screen and (max-width: 991px) {
  .info-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-grid .info {
    padding: 20px 20px;
  }
}
/* Footer */

footer .logo {
  height: 70px;
  margin-bottom: 20px;
}
.footer .left .muted {
  font-weight: 600;
}
footer .title {
  color: var(--text);
  font-size: 20px;
  position: relative;
  margin-bottom: 18px;
  font-weight: 700;
}

footer .title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: var(--accent);
  transition: 300ms all;
}

footer .footer_links li {
  margin-bottom: 15px;
}

footer .footer_links li .wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

footer .contactCol .footer_links li {
  margin-bottom: 20px;
}

footer .footer_links li img {
  width: 20px;
  filter: brightness(0.8);
}

footer .footerCol {
  flex: 1;
}

footer .footer_links a {
  text-decoration: none;
  color: var(--text);
}
footer .right {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

footer .footer_links {
  list-style: none;
  padding-left: 0;
}

footer .social_media_list {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
footer .social_media_item img {
  height: 30px;
}

.footer-inner {
  display: grid;
  gap: 12px;
  align-items: start;
}

@media screen and (max-width: 991px) {
  footer .height {
    height: 52px;
  }
  footer .right {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  footer .left {
    text-align: center;
  }
  footer .left .social_media_list {
    justify-content: center;
  }

  footer .footerCol {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }
  footer .footerCol.security {
    padding-left: 20px;
  }

  footer .contactCol {
    text-align: left;
    max-width: 80%;
  }
  footer .contactCol .footer_links,
  footer .contactCol .footer_links li:last-of-type {
    margin-bottom: 0;
  }
  footer .title,
  footer .footer_links li {
    text-align: left;
  }
  footer .footer_links li {
    margin-bottom: 10px;
  }
}

/* footer end*/

.brand-logo {
  font-weight: 800;
  font-size: 22px;
  color: var(--accent);
}
.brand-desc {
  color: var(--muted);
}
.newsletter {
  background: #e4e7f8;
  color: var(--accent);
  margin-top: 20px;
}
.newsletter .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter .container .text {
  flex: 1;
  max-width: 80%;
}
.newsletter .text {
  font-size: 20px;
  font-weight: 600;
}
.newsletter .icon {
  height: 35px;
  margin-right: 10px;
  filter: var(--accent-filter);
}

.newsletter-row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.newsletter-row input {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #eee;
}

@media screen and (max-width: 991px) {
  .newsletter .icon {
    display: none;
  }
  .newsletter .text {
    font-size: 15px;
    text-align: center;
  }
}
/* newsletter done*/
.copyright {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #9aa0b3;
  padding: 12px 0;
}

/* swiper */
.swiper-big-container {
  position: relative;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after {
  content: "";
  opacity: 1;
}

.swiper-button-next img,
.swiper-button-prev img {
  height: 40px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}

.swiper-button-next img {
  transform: rotate(180deg);
}
.swiper .swiper-slide {
  padding: 0 7px;
}
/* swiper end*/

/* general page css */
.subpageBanner {
  background-color: #f4f4f4;
  background-image: url("../images/pagebanner-bg.png");
  border-radius: 10px;
  text-align: center;
  padding: 50px 200px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
}
.subpageBanner h2 {
  font-family: "gothic";
}

@media screen and (max-width: 991px) {
  .subpageBanner {
    padding: 20px 10px;
  }
}
/* general page css ends*/

/* about us page*/
.aboutUsHeader h2 {
  color: var(--purple);
  font-weight:700;
}
.trainers .section-title .crown {
  height: 30px;
  filter: var(--gray-filter);
  margin-right: 10px;
}

.trainer-card {
  margin-top: 1px;
  border: 1px solid #ddd;
  text-align: center;
  background: var(--card);
  border-radius: 10px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 5px;
  overflow:hidden;
  padding-bottom:10px;
}

.trainer-card .thumb {
  margin-bottom: 0px;
  width:100%;
  height:207px;
}
.trainer-card .name {
  font-weight: 600;
}
.trainer-card .btnLink {
  width: 50%;
}

.trainer-card .btn-primary {
  margin-top: 10px;
  width: 100%;
  padding: 5px 8px;
}

@media screen and (max-width: 991px) {
  .section.about {
    padding-top: 0;
  }
}
/* brands slider*/

.brands .section-title .shop {
  height: 30px;
  filter: var(--gray-filter);
  margin-right: 10px;
}

.brands-card {
  margin-top: 1px;
  border: 1px solid #ddd;
  text-align: center;
  background: var(--card);
  padding: 12px;
  border-radius: 10px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 5px;
}
.brands-card .thumb {
  margin-bottom: 0px;
}
.brands-card .name {
  font-weight: 600;
}
.brands-card .btn-primary {
  margin-top: 10px;
  width: 100%;
}
/* brands slider end*/

/* about us page end*/

/* contact-us*/

.contact_us_head_title {
  color: var(--purple);
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
#contact-us-form .contact.icon {
  max-height: 150px;
  margin-bottom: 20px;
}

#contact-us-form .form-control {
  border-radius: 10px;
  border-color: #eaeaea;
  border-width: 2px;
}

#contact-us-map .left {
  align-items: center;
  display: flex;
  justify-content: center;
}

#contact-us-map .contactDivWrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 80%;
  gap: 10px;
}

#contact-us-map .contactDivWrapper a {
  width: 100%;
  display: flex;
  flex: 1;
  gap: 10px;
}

#contact-us-map .contact-div img {
  height: 20px;
  filter: var(--accent-filter);
}

#contact-us-map .contact-div {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding-left: 10px;
  flex: 1;
  border-radius: 10px;
  text-decoration: none;
  color: #111111;
}

@media screen and (min-width: 1300px) {
  #contact-us-map .right {
    padding-left: 0px;
  }
  #contact-us-map .left {
    height: 300px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #ddd;
    border-right: none;
  }

  #contact-us-map {
    height: 300px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  #contact-us-map iframe {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }

  #contact-us-map .contactDivWrapper {
    height: 75%;
  }
}
@media screen and (max-width: 991px) {
  #contact-us-map .row:first-child {
    flex-direction: column;
  }

  #contact-us-form .container {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  #contact-us-map {
    margin-top: 0px !important;
  }

  #contact-us-map .contactDivWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  #contact-us-map .right {
    height: 300px;
  }
  #contact-us-map .contact-div {
    padding: 10px 20px;
  }
  #contact-us-map iframe {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
  }
}

/* contact-us end*/

/* promotions */

.promotionsSwiper .promotion-card .btn {
  color: var(--accent);
  font-weight: 600;
  font-size: 16px;
  padding-left: 0px;
}
.promotionsSwiper .promotion-card .title {
  font-weight: 600;
  font-size: 20px;
}
.promotionsSwiper .promotion-card .thumb {
  margin-bottom: 0px;
}
.promotionsSwiper .promotion-card .thumb,
.promotionsSwiper .promotion-card .thumb img {
  height: auto;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow:hidden;
}
.promotionsSwiper .promotion-card .bottom {
  border: 2px solid #ddd;
  border-top: none;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
}

.promotionsSwiper .promotion-card .arrow {
  height: 15px;
  filter: var(--accent-filter);
}

/* promotions end*/

/* brand detail */


.subpageBanner.brand-detail {
  padding: 20px 30px;
}
.subpageBanner.brand-detail .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subpageBanner.brand-detail .brandLogo {
  height: 150px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #ddd;
}

.subpageBanner.brand-detail.new {
  padding: 20px 30px;
  background-image:none;
}

.subpageBanner.brand-detail.new .center{
  align-items:start;
}

.subpageBanner.brand-detail.new .brandLogo {
  height: 60px;
  background: none;
  border-radius: 990px;
  border: none;
}
.subpageBanner.brand-detail.new .fav, .subpageBanner.brand-detail.new .fav:hover  {
  position: static !important;
  width: auto !important;
  background-color: var(--accent) !important;
  border-radius:10px;
  border:none;
}
.subpageBanner.brand-detail.new .fav.active, .subpageBanner.brand-detail.new .fav.active:hover  {
  background-color: var(--purple) !important;
}

  .subpageBanner.brand-detail.new .right{
  justify-content:end;
}


@media screen and (min-width: 991px) {
  .subpageBanner.brand-detail.new .col-lg-1{
    padding-right:0;
  }
  .subpageBanner.brand-detail.new .col-lg-6{
    padding-left:0;
  }
}

@media screen and (max-width: 991px) {
  .subpageBanner.brand-detail.new .center{
  align-items:center;
    padding: 20px 10px;
}
  .subpageBanner.brand-detail.new .center{
  align-items:center;
    padding: 20px 10px;
}
  .subpageBanner.brand-detail.new .right{
  align-items:center;
  justify-content:center;
}

}
/* brand detail end */


/* mobile banner */
.mobile-banner .mobile-banner-features {
width: 65%;
  margin: 0 auto;
  font-size: 37px;
  line-height: 1;
}

.mobile-banner .mobile-banner-features b{
  font-size:50px;
}
@media screen and (max-width: 991px) {
  .mobile-banner .mobile-banner-features {
width: 65%;
  margin: 0 auto;
  font-size: 35px;
  }
}

/* training detail */

.training-detail.premium .right{
  max-height:none !important;
  padding:20px;
}

.training-detail.premium .right img{
  position:static;
  transform:none;
  min-height: 125px;
  max-height: 130px;
}

.subpageBanner.premium img {
  filter: var(--accent-filter);
  background:none !important;
  border:none !important;
}
.premium-videos .text1, .premium-videos .nameClass {
  flex:1;
  display:flex;
  align-items:center;
}

.premium-videos .accordion-body, .premium-videos ul {
  padding:0;
}
.premium-videos li {
  display:flex;
  padding:5px 30px;
  border-bottom:2px solid #ddd;
}
.premium-videos .watch {
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--purple);
  gap: 10px;
  display: flex;
}
.premium-videos .watch img{
  height:30px
}

.training-detail.digital .right{
  max-height:none !important;
}
.training-detail.digital .right img{
  position:static;
  transform:none;
}
.training-detail .accesories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
}
.training-detail .accesories .pricingAndTrainer{
  width:100%;
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:10px;
}

.training-detail .accesories .pricingAndTrainer .p-old{
  font-size:20px;
}

.training-detail .accesories .pricingAndTrainer .p-new{
  font-size:28px;
  font-weight:700;
}

.training-detail .accesories .card-trainer{
  justify-content:start;
}
.training-detail .accesories .fav {
  position: unset !important;
  margin-left:10px !important;
}
.training-detail .right img {
  border-radius: 10px;
}
.training-detail .left h2 {
  color: var(--accent);
}
.training-detail .left .wrapper {
  padding: 30px 50px;
}

#trainingAccordion .watch.icon {
  height: 30px;
}

#trainingAccordion .accordion-button .text1 {
  flex: 1;
}

#trainingAccordion ul li {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
}
#trainingAccordion ul li:last-child {
  border-bottom: none;
}

#trainingAccordion ul li .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
#trainingAccordion ul li .right button.watch {
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--purple);
  gap: 10px;
  display: flex;
}
.training-text {
  margin-top: 30px;
}
.training-text h2,
.training-text h1 {
  color: var(--purple);
}
.training-text h1 {
  margin-bottom: 20px;
  font-size: 26px;
}
.training-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.accordion-item {
  margin-bottom: 5px;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-button::before,
.accordion-button:not(.collapsed)::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  margin-right: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  filter: brightness(0.2);
  transition: transform 0.2s ease-in-out;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  color: var(--text);
  background-color: #e4e7f8;
  font-size: 20px;
  font-weight: 600;
}
.accordion-item {
  border: none;
}

  .training-detail .right {
    text-align:right;
  }
  .training-detail .row {
    border: 2px solid #ddd;
    border-radius:10px;
  }
  
@media screen and (min-width: 991px) {
  .training-detail .row {
  }
  .training-detail .left {
    border-radius: 20px;
  }

  .training-detail .right {
      position: relative;
    padding-left: 0px;
    padding-right: 0px;
    max-height:255px;
    overflow:hidden;
    }
  .training-detail .right img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  width: 100%;        
  height: auto;        
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  }
  .training-detail .left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .training-text .right {
    padding-left: 70px;
  }
}
@media screen and (max-width: 991px) {
  .training-detail .accesories .pricingAndTrainer{
  flex-wrap:wrap;
  justify-content:center
}
  .training-detail .accesories .buttonAndFav{
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .training-detail .row {
    border: none;
    border-radius:10px;
  }

  .training-detail .left .wrapper {
    border: #ddd 2px solid;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top: none;
    padding: 20px 30px;
  }
  .training-detail .right img {
    border: #ddd 2px solid;
    border-bottom: 0px;
    width:100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

/* training detail end */

/* login/register */
.loginDiv .form-control,
.loginDiv .form-select {
  border: none;
  background: #f4f4f4;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 55px;
}
.loginDiv .subTitle {
  margin-left: 7px;
}

.loginDiv .btn {
  height: 55px;
}
.loginDiv .resetPassword {
  margin-top: 20px;
}
.loginDiv .resetPassword a {
  color: var(--text);
  border-bottom: 1px solid var(--text);
}

.loginDiv .sign-in {
  border: 1px solid var(--accent);
  color: var(--accent);
}

.phoneBox {
  display: flex;
  gap: 10px;
}
.phoneBox select {
  min-width: 100px;
  min-width: 110px;
  flex: 0;
  font-weight: 600;
}
.phoneBox input {
  flex: 1;
}
.formBox {
  border: #ddd 2px solid;
  border-radius: 10px;
}

.formBox h2 {
  font-size: 25px;
  font-family: "gothic";
  color: var(--purple);
}
.formBox .genderDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formBox .genderDiv .gender {
  background: #f4f4f4;
  flex: 1;
  height: 55px;
}

.formBox .genderDiv .gender.active {
  background: var(--purple);
  color: #fff;
}
.formBox .form-check {
  height: 20px;
  width: 20px;
  min-width: 20px;
}

@media screen and (max-width: 991px) {
  .formBox h2 {
    font-size: 16px;
  }
}

/* login/register end*/

/* search*/
.searchDiv {
  background: #fff;
  border: #ddd 1px solid;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.searchDiv input {
  border: none;
  flex: 1;
}
.searchDiv .searchIcon {
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  filter: var(--gray-filter);
}
.searchDiv button,
.searchDiv button:hover {
  margin-right: -1px;
  height: 100%;
  color: #fff;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  min-width: 96px;
  min-height: 44px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .searchDiv {
    width: 100%;
  }

.searchDiv input{
    max-width:140px
  }

  .searchDiv button,
  .searchDiv button:hover {
    padding: 3px 3px;
    flex: 0 0 auto;
    min-width: 30%;
  }
}

@media screen and (min-width: 991px) {
  .searchDiv {
    margin: 0 auto;
    width: 350px;
  }
}
/* search end */


/* swal*/
.login-required-swal .swal2-icon {
  border:none;
}
.login-required-swal .swal2-icon .swal2-icon-content img{
  filter:var(--accent-filter);
  height:60px;
}
/* cart */
.summaryDiv {
  position: sticky;
  top: 100px;
  border-radius:15px;
  background: #f4f4f4;
  padding: 1ç0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.summaryDiv .main.title {
  margin-left: 20px;
  font-size: 20px;
  margin-top:10px;
}
.summaryDiv .promotionDiv {
  display: flex;
  gap: 10px;
}

.summaryDiv .product .name{
  font-weight:600;
}

.summaryDiv .product .price{
  text-wrap:nowrap;
}

.summaryDiv .amountSummary{
  font-weight:700;
  color:var(--accent);
}
.summaryDiv .endPrice .price{
  color:var(--accent);
}



.summaryDiv .product {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 2px solid #ddd;
}
.summaryDiv .endPrice {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
}

.summaryDiv .paymentDiv .btn {
  width: 100%;
}

.products.big .product {
  display: flex;
  border-radius: 15px;
  border: 2px solid #ddd;
  padding: 20px;
  margin-bottom:20px;
}
.products.big .product .image {
  width: 115px;
  height:115px;
  text-align:center;
}
.products.big .product .image img {
border-radius: 8px;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  max-height: 100%;
}
.products.big .product .text {
  flex: 1;
}

.products.big .product .text {
  padding: 0 20px;
}
.products.big .product .text .title {
    font-weight:700;
    font-size:20px;
}

.products.big .product .amount{
    display:flex;
    align-items:center;
}
.products.big .product .amount .amountDiv{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    border-radius:5px;
    margin-right:20px;
}

.products.big .product .amount .minus, .products.big .product .amount .plus, .products.big .product .amount{
  font-size:18px;
}

.products.big .product .text .realPrice {
    font-size:15px;
    text-decoration:line-through;
    color:var(--muted)
}

.products.big .product .text .price {
    font-size:20px;
    font-weight:700;
    color:var(--purple)
}

.products.big .product .trash {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products.big .product .trash img {
  height: 27px;
  filter: var(--gray-filter);
  margin: auto auto;
}

@media screen and (max-width: 991px) {

    .products.big .product{
        flex-wrap:wrap;
        justify-content:center;
    }
    .products.big .product .image, .products.big .product .text  { margin-bottom:10px}
    
    .products.big .product .text {
      padding: 0 20px;
      min-width:100%;
      text-align:center;
    }
    .products.big .product .image {
      width: auto;
    }
}
/* cart end*/

/* profile*/

.profileWrapper .left  {
    border:2px #ddd solid;
    padding:30px 20px;
    border-radius:8px;
}

.profileWrapper .right {
    border:2px #ddd solid;
    border-radius:8px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    flex:1;
}
.profileWrapper .right .banner{
    width:100%
}
.profileWrapper .right .value {
    flex:1;
}
.profileWrapper .right .copyBtn .icon{
    filter: var(--accent-filter);
    height:20px;
    margin-right:20px;
}
.profileWrapper .right .copyBtn{
    background: #fff;
    color: var(--text);
    border: 2px solid #f1eefe;
    padding: 10px 12px;
    display:flex;
    width:80%;
    margin: 20px 0;
    align-items: center;
}

.profileWrapper .right .shareBtn{
    width:80%;
    margin-bottom: 30px ;
}
@media screen and ( max-width:991px){ 

    .profileWrapper .left {
        margin-bottom: 20px ;
    }
}

.profileDivs {
  color: var(--text);
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ddd;
  height: 150px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom:20px
}
.profileDivs .imgWrapper {
  height: 50px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.profileDivs .imgWrapper img {
  height: 30px;
  filter: var(--purple-filter);
}
/* profile end*/

/* verify code */
.verify .resendCode {
    border-bottom:2px --var(--text-color) solid;
}
.code-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px;
}

.code-input {
  width: 50px;
  height: 60px;
  font-size: 2rem;
  text-align: center;
  border: none;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.2s;
  background: #ddd;
  color: var(--text-color);
}
/* verify code end */
.payment-page .payment-method-item  {border: 2px solid #ddd; border-radius: 8px;}
.payment-page .locationIcon {
  height: 25px;
  filter: var(--accent-filter);
  margin-right: 10px;
}

.payment-page .delivery-item {
border: 2px solid #ddd; border-radius: 8px; background: var(--bg);
padding:10px 20px;
display:flex;
text-align:left;
}
.payment-page .delivery-address {
  flex:1;
}

.payment-page .delivery-item .addressName {
    font-weight:800;
    flex:1;
    
}
.payment-page .delivery-item .changeAddress, .payment-page .changeCard {
  color: var(--accent);
  border-bottom:2px var(--accent) solid;
  font-weight: 700;
  text-wrap: nowrap;
padding: 0px;
  border-radius: 0;
  height: 30px;
}
 .payment-page .changeCard {
  margin-bottom:10px;
 }
.payment-page .delivery-item .delivery-actions {
  display:flex;
  align-items:center;
}

.payment-page .addAddress, .payment-page .addCard {
color: var(--accent);
  font-weight: 700;
  text-wrap: nowrap;
  padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}
.payment-page .addCard {

  padding-bottom: 10px;
}
.payment-page .appendIcon {
  height: 20px;
  filter: var(--accent-filter);
}
/* address */
.subpageBanner.address-header{
  padding-bottom:10px;
  padding-right:10px;
  padding-left:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.subpageBanner.address-header .addAddressWrapper{
  display:flex;
  align-items:center;
  justify-content:end;
  width:100%;
  gap:5px;
}
.subpageBanner.address-header .addAddressWrapper .addAddressBtn img{
height:20px;
}

.address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.address-header .addressName{
  font-size:20px;
  font-weight:800;
}
.delivery-actions .deleteAddress img{
    height:20px;
    filter: var(--gray-filter);
}
.delivery-actions .changeAddress {
  padding-right: 2px;
}
.delivery-actions .changeAddress img{
    height:20px;
    filter: var(--gray-filter);
}

.delivery-item{
  border-radius: 10px;
  border: 2px solid #ddd;
  padding: 10px;
}
@media screen and (max-width:991px){
  .subpageBanner.address-header .addAddressWrapper{
  justify-content:center;
}
}

/* premium */
.my-premium {
border-radius: 10px;
  display: flex;
  width: 100%;
  border: 2px solid #ddd;
  padding: 10px 30px;
  align-content: center;
}
.my-premium .name{
  flex:1;
  display:flex;
  align-items:center;
  color:var(--accent);
  font-weight:700;
}
.my-premium .end-date{
  color:var(--muted)
}

.my-premium .cancel-btn {
  border-color:var(--accent);
  color:var(--accent);
  margin-left:10px;
  font-weight:700;
}

  .premium .package-content h2 {
  color:var(--accent)
}

@media (max-width: 991px ) {
  .my-premium .end.canceled{
    width:100%;
  }
}

/* Physical products box layout */
.physical-product-box {
  display: flex;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: var(--card);
  gap: 20px;
  align-items: center;
  transition: box-shadow 0.2s;
}

.physical-product-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.physical-product-box .product-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
}

.physical-product-box .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.physical-product-box .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.physical-product-box .product-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}

.physical-product-box .product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.physical-product-box .product-price .p-old {
  font-size: 16px;
  color: var(--muted);
  text-decoration: line-through;
}

.physical-product-box .product-price .p-new {
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
}

.physical-product-box .product-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.physical-product-box .product-actions .amountDiv {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.physical-product-box .product-actions .amountDiv button {
  width: 35px;
  height: 35px;
  border: none;
  background: var(--bg);
  color: var(--text-color);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.physical-product-box .product-actions .amountDiv button:hover {
  background: var(--muted);
}

.physical-product-box .product-actions .amountDiv .amountElem {
  width: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .physical-product-box {
    flex-direction: column;
    text-align: center;
  }
  
  .physical-product-box .product-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1;
  }
  
  .physical-product-box .product-info {
    width: 100%;
    align-items: center;
  }
  
  .physical-product-box .product-price {
    justify-content: center;
  }
  
  .physical-product-box .product-actions {
    justify-content: center;
  }
}
#payment-result-container.success {

}
#payment-result-container.failure {
}

#payment-result-container.success img {
  filter: invert(56%) sepia(48%) saturate(3748%) hue-rotate(207deg);
}
#payment-result-container.failure img {
  filter: invert(18%) sepia(99%) saturate(7492%) hue-rotate(357deg) brightness(97%) contrast(119%);
}

/* orders */
.order-box .order-title {
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.4em;
  max-height:2.8em;

  font-weight:700;
}
.order-box .order-more {
  color:var(--purple);font-weight:500;
}

.order-box .order-detail b{
  font-weight:600
}
