html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body{
    padding-top: 60px;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 9999;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.header-left span {
  color: #605dc7;
  font-weight: 500;
}

.header-left i {
  color: #605dc7;
}

.custom-logo {
  max-height: 30px;
  width: 250px;
}

.navbar-collapse{
  gap: 190px;
}

.navbar-collapse a{
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.navbar-nav{
  gap: 12px;
}

.header-right .nav a:hover {
  color: #605dc7;
}

.header-icons i {
  transition: color 0.2s ease;
}

.header-icons .bi-cart{
color: #fff;
}

/* Active menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a {
    color: #605dc7 !important;   
    font-weight: 600;
    position: relative;
}

.btn.btn-primary {
  background-color: #605dc7;
  border: none;
}

.btn.btn-primary:hover {
  background-color: #5a52d4;
}

.footer-section {
  background-color: #665cd3;
  color: #fff;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-menu a:hover {
  opacity: 1;
}

.page-id-190 .mcpb-container-card-child:has(img[src*="headphone1.jpg"]) {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.company-info p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;

}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-links-images {
  display: flex;
  gap: 15px;
}
.footer-location {

  align-items: center;
  gap: 10px;
}

.footer-location i {
  font-size: 20px;
}

.social-links-images {
  display: flex;
  gap: 15px;
}

.footer-icon {
  width: 40px;
  cursor: pointer;
}

.social-tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-image {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;

  z-index: 999;
}

.tooltip-image img {
  width: 80px;
  object-fit: contain;
}

.social-tooltip:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}
.playlist-banner img{
  width: 100%;
}
.shield-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
}

.shield-slide {
  text-align: center;
  border-radius: 12px;
}

.shield-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 15px;
}

.shield-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 45px;
  margin-bottom: 10px;
}

.shield-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shield-cart-btn {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6d37ff;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.shield-price {
  font-size: 16px;
  font-weight: 500;
}

.shield-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6d37ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.shield-prev {
  left: -40px;
}

.shield-next {
  right: -40px;
}

.shield-nav:hover {
  background: #5026d8;
}

@media(max-width: 768px) {
  .shield-prev {
    left: 5px;
  }

  .shield-next {
    right: 5px;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
  background-color: #605dc7;
  border-radius: 50px;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
  background-color: #5026d8;
  border-radius: 50px;
  color: white;
}

.product {
  text-align: center;
}

.woocommerce-loop-product__title {
  color: #000;
  font-weight: 600;
}

.price bdi {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 1rem;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 10px;
}

.added_to_cart {
  font-size: 100%;
  background-color: #605dc7;
  font-weight: 700;
  padding: .618em 1em;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
}

/* CART */

.wc-block-components-sidebar-layout {
  padding: 100px !important;
}

.wc-block-cart-items__header-image {
  font-size: 30px;
}

.wc-block-cart-items__header-total {
  font-size: 30px;
}

tr {
  border-style: solid;
  border-color: #605dc7;
}

.wc-block-components-product-name {
  color: #000;
  text-decoration: none;
}

.wp-block-woocommerce-cart-order-summary-block {
  background: #f8f6f3;
  padding: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.wc-block-components-button {
  background: #605dc7;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  border: none;
}

/* CHECKOUT */

/* .wc-block-components-sidebar-layout {
  padding: 80px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=email] {
  background-color: #fff !important;
  border-radius: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container select,
.wc-block-components-address-form__first_name input,
.wc-block-components-address-form__city input,
.wc-block-components-address-form__last_name input,
.wc-block-components-address-form__address_1 input,
.wc-block-components-address-form__address_2 input,
.wc-block-components-address-form__postcode input,
.wc-block-components-address-form__phone input {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container label,
.wc-block-components-address-form__first_name label,
.wc-block-components-address-form__city label,
.wc-block-components-address-form__last_name label,
.wc-block-components-address-form__address_1 label,
.wc-block-components-address-form__address_2 label,
.wc-block-components-address-form__postcode label,
.wc-block-components-address-form__phone label {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f8f6f3;
  border-radius: 30px;
  border: none !important;
  padding: 20px;
} */
.custom-checkout-wrapper{
  padding: 100px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
  border-radius: 50px;
  padding: 15px;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
    border-radius: 25px !important;
    padding: 5px;
}

.checkout-section {
    margin-bottom: 24px;
}

#payment {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: #fff;
 border: none;
}

.testmode-info{
  background-color: #fff;
}
#wc-stripe-upe-form{
  background-color: #fff;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
  background-color:#fff;
}

.woocommerce-checkout #payment div.payment_box {
    box-sizing: border-box;
    width: 100%;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 20px;
    background-color: #fff;
    color: #515151;
}


.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  border-radius: 50px !important;
}

/* EMPTY CART */
.wp-block-woocommerce-cart {
  padding: 80px;
}

.has-text-align-center {
  font-weight: 600;
  margin-bottom: 30px;
}

.wc-block-grid {
  display: flex;
  justify-content: center;
}

.wc-block-grid__products {
  width: 50%;
}

.wc-block-grid__product-link {
  color: #000 !important;
  text-decoration: none;
}
.wc-block-cart-item__remove-link {
  background-color: #605DC7 !important;
  color: white !important;
  padding: 8px 15px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
}
/* SHIELD DETAILS */

.woocommerce div.product div.images img {
  width: 400px;
}

.woocommerce div.product {
  padding: 100px;
}

.woocommerce-page div.product div.images {
  width: 400px;
}

.woocommerce-page div.product div.summary {
  float: right;
  width: 72%;
  text-align: left;
  margin-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
}

.woocommerce ul.products li.product a img {
  width: 300px;
}

.woocommerce-order {
  padding: 80px;
}

/* Wrapper: Sidebar + Content */

.welcome-heading{
  font-weight: 800;
  color: #605DC7;
  padding: 40px 0;
}
.my-account-wrapper {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.account-sidebar {
  width: 360px;
  padding: 20px;
  background-color: #f8f6f3;
}
.account-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-sidebar ul li {
  margin: 0 0 12px 0;
}
.account-sidebar ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
}
.account-sidebar .account-menu li.current-menu-item>a,
.account-sidebar .account-menu li.current_page_item>a,
.account-sidebar .account-menu li.current-menu-ancestor>a,
.account-sidebar .account-menu li.current-menu-parent>a {
  background-color: #605DC71A;
  color: #605dc7 !important;
  font-weight: 800;
  position: relative;
  padding-left: 20px;
}
.account-sidebar .account-menu li.current-menu-item>a::before,
.account-sidebar .account-menu li.current_page_item>a::before,
.account-sidebar .account-menu li.current-menu-ancestor>a::before,
.account-sidebar .account-menu li.current-menu-parent>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #605DC7;
  border-radius: 4px 0 0 4px;
}
.account-content {
  flex: 1;
  padding-left: 20px;
}
.account-content h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.address-list {
    max-height: 300px;   /* adjust height as needed */
    overflow-y: auto;
    padding-right: 10px; /* avoids scrollbar overlap */
}
.address-card {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.address-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.active-address {
    border: 2px solid #6c63ff;
    background: #f4f3ff;
}

.primary-badge {
    background: #6c63ff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 8px;
    font-size: 12px;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.edit-btn {
    color: #605DC7;
    font-weight: 500;
    text-decoration: none;
}

.delete-btn {
    color: red;
    font-weight: 500;
    text-decoration: none;
}
/* EDIT PROFILE */
.woocommerce-EditAccountForm label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #646464;
  display: block;
}
.border-block{
  border: 1px solid #f8f6f3;

}

.profile-info-heading  {
    font-size: 24px;
    color: #646464;
    background: #f8f6f3;
    padding: 15px 20px;
    margin: 0 0 0;}
.woocommerce-Input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
}

button.woocommerce-Button {
  background: #6a5acd !important;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 20px;
}
button.woocommerce-address-button{
  background: #6a5acd !important;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
}
 a.woocommerce-Button{
text-decoration: none;
color: #605DC7;

 }

/* ORDER HISTORY */
.order-table {
  width: 100%;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  height: 650px;
  overflow-y: scroll;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Orders table styling */
.account-content table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
}

.account-content table.my_account_orders th {
  background: #f7f7f7;
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 2px solid #eee;
}

.account-content table.my_account_orders td {
  padding: 14px 10px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

/* Order number link */
.account-content .order-number a {
  color: #6A59D1;
  font-weight: 600;
  text-decoration: none;
}

.account-content .order-number a:hover {
  text-decoration: underline;
}

/* Status color */
.account-content .order-status {
  font-weight: 500;
  color: #ff9800;
}

/* Action buttons */
.account-content .button {
  background: #6A59D1;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.account-content .button:hover {
  background: #594ac0;
}

/* Table row hover */
.account-content table.my_account_orders tbody tr:hover {
  background: #fafafa;
}

.custom-order-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

.custom-order-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.custom-order-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.order-info-text {
  margin: 10px 0;
  font-size: 15px;
  color: #444;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.custom-table th,
.custom-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.custom-table th {
  background: #f8f8f8;
  font-weight: bold;
}

.order-section-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.address-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.back-to-orders {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 500;
  gap: 10px;
  border-radius: 30px;
  background-color: #605dc7;
}

/* Wishlist Table Wrapper */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* Table Headers */
.tinvwl-table-manage-list th {
  background: #f8f8f8;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
}

/* Product Image Styling */
.tinvwl-table-manage-list .product-thumbnail img {
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}

/* Product Title */
.tinvwl-table-manage-list .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
}

.woocommerce button.button.alt {
  background-color: #605dc7;
  border-radius: 30px;
  padding: 10px 20px;
}

.add-new-recording {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 color: #ffffff;
  width: 260px;
  height: 360px;
  background: #605dc7;
  border-radius: 10px;
 text-decoration: none;
 margin-bottom: 20px;

}

.add-new-recording .bi-plus-circle {
  font-size: 50px;
  font-weight: 800;
}

.playlist-heading {
  font-weight: 600;
}

.page-banner {
  width: 100%;
}

.banner-img {
  width: 100%;
  display: block;
}

.breadcrumb-wrapper a {
  color: #000;
  text-decoration: none;
}

/* Wizard Container */
.wizard-container {
  max-width: 70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  background: #f8f6f3;
  border-radius: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Step Indicators */
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}

.step {
  text-align: center;
  position: relative;
  width: 20%;
}

.step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #605dc7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 18px;
  background: white;
  color: #605dc7;
}

.step.active .step-number {
  background: #605dc7;
  color: white;
}

.step-label {
  margin-top: 8px;
  font-size: 14px;
}

.step:last-child .step-line {
  display: none;
}

.step-line {
  position: absolute;
  top: 22px;
  left: 60%;
  height: 2px;
  width: 100%;
  background: #605dc7;
  z-index: 0;
}

/* Tab Content */
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab.active h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Buttons */
.btn-area {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.btn,
#backBtn {
  padding: 10px 25px;
  background: #605dc7;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn:hover {
  border: 1px solid #605dc7;
  color: #605dc7;
}

.input-box {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  border: 1px solid #605dc7;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

/* Page Title */
.main-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
}

.subtext {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

/* Upload / Record Boxes */
.upload-record-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.upload-box {
  width: 50%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.recoding-list {
  width: 100%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.upload-icon {
  font-size: 40px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #605dc7;
  border-radius: 50%;
  margin-bottom: 15px;
}

.upload-text {
  font-size: 18px;
  color: #605dc7;
}

.recording-list-button {
  display: flex;

}
.artwork-container,
.overview {
  width: 100%;
  align-items: center;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  background: white;
  cursor: pointer;
  text-align: center;
  padding: 30px;
}

/* Preview */
.artwork-preview-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
}

.artwork-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e5e5e5;
  background-size: cover;
  background-position: center;
}

.remove-art {
  position: absolute;
  top: -5px;
  right: -5px;
  background: white;
  border: 2px solid #6c63ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
}

.upload-art-btn {
  display: inline-block;
  background: #6c63ff;
  padding: 10px 25px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  margin: 20px 0;
}

.upload-art-btn i {
  margin-right: 6px;
}

/* Tabs */
.artwork-tabs {
  margin-top: 15px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tab-link {
  cursor: pointer;
  font-weight: 500;
  color: #5a5a5a;
  padding-bottom: 6px;
}

.tab-link.active {
  color: #6c63ff;
  border-bottom: 2px solid #605dc7;
}

/* Grid */
.art-grid {
  display: none !important;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  justify-content: center;
  gap: 20px;
}

.art-grid.active {
  display: flex !important;
}

.art-item,
.color-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
}

/* Title */
.record-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

/* Subtitle */
.record-subtitle {
  font-size: 26px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
}

/* Input Field */
.story-input {
  width: 70%;
  padding: 12px 18px;
  border: 2px solid #6a5acd;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Dotted Recording Box */
.record-box {
  border: 1px dashed #6a5acd;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 60px 20px;
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Mic Button */
.mic-btn {
  background: #6a5acd;
  border: none;
  padding: 35px;
  border-radius: 10px;
  cursor: pointer;
}

.bi-mic {
  width: 40px;
  font-size: 40px;
  color: #ffffff;
}

/* Timer */
.timer-container {
  display: flex;
  gap: 10px;
  width: 150px;
  justify-content: center;
  margin-top: 25px;
  padding: 20px 100px;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}

.timer-box {
  background: #605dc7;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


.page-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 40px;
  background-color: #f8f6f3;
}

.library-title {
  font-weight: 600;
}

.tab-btn {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  background: #ffffff;
  color: #605dc7;
  border: 1px solid #dcdcdc;
  text-decoration: none;
}

.tab-btn.active {
  background: #605dc7;
  color: #fff;
  border-color:#605dc7 ;
}

.tab-btn:hover {
  background: #6a5acd;
  color: #fff;
}

/* Search + Button Row */
.top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-box {
  display: flex;
  width: 500px;
  background: #fff;
  border: 1px solid #b4a8e4;
  border-radius: 25px;
  overflow: hidden;
}

.search-box input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  align-items: center;
}

.top-actions .bi-search {
  width: 50px;
  border: none;
  padding:10px;
  color: #ffffff;
  border-radius: 30px;
  background: none;
  font-size: 18px;
  cursor: pointer;
  background-color: #605dc7;
}

.add-recording-btn {
  background: #6a5acd;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.add-recording-btn:hover {
  background: #5949c9;
}

/* Recording Grid */
.recording-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
  margin-bottom: 30px;
}

.recording-card {
  background: white;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 15px;
}

.play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #6a5acd;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-bottom: 60px;
}

.pg-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}

.pg-btn.active {
  background: #6a5acd;
  color: #fff;
  border-color: #6a5acd;
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.my-device-page-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f7f3ef;
}

.my-device-header {
  background: #f7f3ef;
  padding: 15px 25px;
  margin: -30px -30px 30px -30px;
  border-radius: 10px 10px 0 0;
}

.my-device-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #4b4b4b;
}

.inner-box{
  padding: 20px;
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/
/* .mt-stickybar {
    margin-top: 65px;
} */

.sky-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* <-- Instead of height */
  background: linear-gradient(to bottom, #5e4ddb 0%, #cfd8f5 100%);
  overflow: hidden;
  padding-bottom: 100px;
  /* Optional: ensure some breathing room above footer */
}

.flying-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  z-index: 5;
}

/* .clouds {
    position: absolute;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 2;
}

#clouds-top {
    top: 0;
}

#clouds-bottom {
    bottom: 0;
}

.cloud-bubble {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
} */



.flying-img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 200px; */
  z-index: 2;
}

.login-box {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 200px auto 0;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  text-align: left;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #e6f0ff;
  outline: none;
}

.forgot-password {
  text-align: left;
  margin-bottom: 20px;
}

.forgot-password a {
  color: #605dc7;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}

.login-btn {
  background: #605dc7;
  color: #ffffff;
  padding: 8px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 20px;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #888;
  gap: 10px;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ccc;
}


.social-login {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: var(--secondary-color);
  font-size: 24px;
  cursor: pointer;
  color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/

/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/
.account-section .account-banner {
  background: #f8f6f3;
  padding: 40px 0 0 0;
}

.account-section .account-form-block {
  box-shadow: 0 1px 0 0 rgba(17, 17, 26, .05), 0 0 8px 0 rgba(17, 17, 26, .1);
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.form-control {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #3e3e3e;
}
.password-text{
color: green;
font-size: 13px;
}
/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/

/* ------------------------------------------------POPUP--------------------------------------------------------- */
.error-message {
  color: #d63638;
  font-size: 14px;
}
.field-error {
  color: #e53935;
  font-size: 13px;
  margin-top: 5px;
}

input.error {
  border-color: #e53935;
}
/* ------------------------------------------------POPUP--------------------------------------------------------- */

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    font-size: 18px;
}



/* ------------------------------------------------POPUP--------------------------------------------------------- */
 
 .arclog-delete-account-wrapper {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px solid #f8f6f3;
}
 .arclog-delete-account-wrapper h3 {
  background-color: #fdecea;
  margin: 0px;
  padding: 15px 20px;
  color: #ff5b5b;
}
.arclog-delete-account-wrapper p {
  padding: 15px;
}

.arclog-delete-title {
  color: #d93025;
  margin-bottom: 8px;
}

.arclog-delete-desc {
  margin-bottom: 16px;
  color: #333;
}

.arclog-delete-account-btn {
  background: #ff3b30 !important;
  color: #fff !important;
  border: none;
  padding: 12px 20px;
  margin: 15px;
  border-radius: 24px;
}

/* Modal overlay */
.arclog-delete-modal {
  display: none;                 /* was inline */
  position: fixed;               /* was inline */
  inset: 0;                      /* was inline */
  background: rgba(0, 0, 0, 0.5);/* was inline */
  z-index: 99999;                /* was inline */
}
 
/* Modal box */
.arclog-delete-modal-box {
  background: #fff;              /* was inline */
  width: 400px;                  /* was inline */
  margin: 15% auto;              /* was inline */
  padding: 30px;                 /* was inline */
  border-radius: 12px;           /* was inline */
  text-align: center;            /* was inline */
}
 
/* Buttons container */
.arclog-delete-modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
 
/* Yes button */
.arclog-confirm-delete-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #605DC7;
  color: #fff;
  cursor: pointer;
}
 
/* No button */
.arclog-cancel-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb;
  color: #333;
  cursor: pointer;
}

   .woocommerce.columns-4 ,
   .site-main{
        padding: 70px 200px ; 
    }
    /* Remove blue color + underline inside shield carousel */
.shield-carousel-container .shield-main-link {
    color: #000;
    text-decoration: none;
}

/* Ensure title specifically looks like normal text */
.shield-carousel-container .shield-title ,
.shield-carousel-container .swiper-slide  .shield-wishlist{
    color: #000; /* or your theme text color */
    text-decoration: none;
}


.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.custom-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal-box {
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 420px;
    border-radius: 12px;
}

.custom-modal-box h3 {
    margin-bottom: 20px;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.modal-close-btn {
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

.change-password-link a {
  text-decoration: none;
  color: #646464;
}

.custom-breadcrumb a{
  text-decoration: none;
  color: #605DC7;
}
.custom-address-form {
    max-width: 900px;
}

.custom-address-form label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.custom-address-form .form-row {
    margin-bottom: 18px;
}

.custom-address-form .form-row.full {
    width: 100%;
}

.custom-address-form .form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.custom-address-form input,
.custom-address-form select {
    width: 100%;
    height: 46px;
    border-radius: 25px;
    border: 1px solid #cfcfcf;
    padding: 0 16px;
    outline: none;
}

.custom-address-form select {
    appearance: none;
    background: #fff;
}

.custom-address-form .center {
    text-align: center;
}

.custom-address-form .save-btn {
    background: #6c63ff;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 25px;
    cursor: pointer;
}

.custom-address-form .save-btn:hover {
    opacity: 0.9;
}


.shield-icon{
      width: 10%;
    border: 0px;
    border-radius: 50%;
    object-fit: cover;
}
.headphone-icon{
  height: 70px;
  width: 50px;
    border: 0px;
    border-radius: 50%;
    object-fit: cover;
}
.storyphone-image{
   width: 10%;
}

.accordion-body,
.accordion-item{
  background-color: #f8f6f3;
}
.custom-accordion .accordion-button,
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f6f3 !important;
    color: #000 !important;
    box-shadow: none !important;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.contact-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.contact-popup-content {
    background: #f2f2f2;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
}

.contact-popup-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.contact-popup-content button {
    background: #5a54c4;
    color: white;
    border: none;
    padding: 10px 35px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}









/* Cart Override */

/* --- Tablet and below --- */
@media (max-width: 1024px) {
    .sp-cart-wrapper {
        flex-direction: column;
    }

    .sp-cart-left,
    .sp-cart-totals-box {
        width: 100%;
    }

    /* Stack product item details */
    .sp-cart-left .sp-cart-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .sp-cart-left .sp-cart-item img {
        max-width: 100px;
        height: auto;
        margin-bottom: 10px;
    }

    .sp-cart-left .sp-cart-item-details {
        width: 100%;
        word-wrap: break-word;
    }

    .sp-cart-left .sp-cart-quantity,
    .sp-cart-left .sp-cart-remove {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .sp-cart-left .sp-cart-quantity button {
        width: 40px;
        height: 40px;
    }

    .sp-cart-totals-box {
        padding: 15px;
        margin-top: 20px;
    }

    .sp-cart-totals-box button {
        width: 100%;
    }
}

/* Mobile layout for < 480px */
@media (max-width: 480px) {

    /* Cart wrapper full width */
    .sp-cart-wrapper {
        width: 100%;
        padding: 10px;
    }

    /* Stack cart items vertically */
    .sp-cart-left .sp-cart-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    /* Product image smaller */
    .sp-cart-left .sp-cart-item img {
        max-width: 80px;
        height: auto;
        margin-bottom: 10px;
    }

    /* Product details full width */
    .sp-cart-left .sp-cart-item-details {
        width: 100%;
        font-size: 14px;
        word-wrap: break-word;
    }

    /* Quantity + Remove buttons in a row */
    .sp-cart-left .sp-cart-quantity,
    .sp-cart-left .sp-cart-remove {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .sp-cart-left .sp-cart-quantity button {
        width: 35px;
        height: 35px;
    }

    /* Totals box responsive */
    .sp-cart-totals-box {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        margin-top: 20px;
    }

    /* Make buttons full width */
    .sp-cart-totals-box button {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }

    /* Fix checkout button overflow */
    .sp-cart-totals-box .wc-proceed-to-checkout {
        width: 100%;
        box-sizing: border-box;
    }
}




/* MAIN WRAPPER */
.sp-cart-wrapper {
    display: flex;
    gap: 60px;
    margin: 60px auto;
    max-width: 1200px;
    align-items: flex-start;
    padding-top: 90px;
}

/* LEFT SIDE */
.sp-cart-left {
    flex: 2;
    top:40px
}

/* RIGHT SIDE */
.sp-cart-right {
    flex: 1;
    position: sticky;
    top: 40px;
    /* max-width: 10px; */
}

/* HEADING */
.sp-heading {
    font-size: 22px;
    margin-bottom: 30px;
}

/* PRODUCT ROW */
.sp-cart-item {
    display: grid;
    grid-template-columns: 130px 1fr 120px;
    gap: 30px;
    align-items: start;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

/* IMAGE */
.sp-cart-image img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

/* DETAILS */
.sp-cart-details {
   min-width:0;
    flex: 1;
}

.sp-cart-title {
    font-size: 18px;
    margin-bottom: 8px;
   
}

.sp-cart-title a {
  text-decoration: none;
  color: #000;
}

.sp-cart-price {
    font-weight: 500;
    margin-bottom: 10px;
}

/* QUANTITY */
.sp-qty-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 12px;
}

.sp-minus,
.sp-plus {
    width: 40px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
}

.sp-qty-input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: none;
    font-size: 14px;
    outline: none;
}

/* REMOVE BUTTON */
.sp-remove {
    display: inline-block;
    background: #6b63d8;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}

/* LINE TOTAL */
.sp-cart-line-total{
    font-weight: bold;
    text-align: right;
    align-self: start;
}

.sp-cart-totals-box-wrapper
{
  width:600px;
  padding-left: 3px;
  margin-bottom: 3em;

}



/* allow totals column to expand */
.woocommerce .cart-collaterals{
    width:100% !important;
}

/* your card */
.sp-cart-totals-box{
    width:100%;
    max-width:1200px;
    background:#f8f6f3;
    padding:40px;
    border-radius:30px;
}

/* TITLE */

.sp-totals-title{
    font-size:12px;
    font-weight:500;
    letter-spacing:1px;
}

/* DIVIDER */

.sp-divider{
    border-bottom:1px solid #d9d6d1;
    margin:18px 0;
}

.sp-coupon-form{
    display:none;
    margin-top:15px;
}

.sp-coupon-form.active{
    display:flex;
    gap:10px;
}

.sp-coupon-arrow{
    transition:0.3s;
}

.sp-coupon-arrow.rotate{
    transform:rotate(180deg);
}

.sp-coupon-form input{
    flex:1;
    padding:12px;
    border-radius:8px;
    border:1px solid #333;
}

.sp-coupon-form button{
    background:#605dc7;
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:30px;
}
/* TOTAL */

.sp-estimated-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.sp-total-label{
    font-size:20px;
    font-weight:500;
}

.sp-total-price{
    font-size:20px;
    font-weight:300;
}

.sp-shipping-note{
    font-size:13px;
    color:#777;
}

/* EXPRESS PAYMENT */

.sp-express-payments{
    margin-top:30px;
}

/* OR LINE */

.sp-or{
    text-align:center;
    margin:25px 0;
    position:relative;
}

.sp-or:before,
.sp-or:after{
    content:"";
    position:absolute;
    top:50%;
    width:40%;
    height:1px;
    background:#ddd;
}

.sp-or:before{
    left:0;
}

.sp-or:after{
    right:0;
}

/* force full width checkout button */
.sp-checkout-btn .checkout-button{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    background:#605dc7 !important;
    color:#fff !important;
    padding:18px 0 !important;
    border-radius:40px !important;
    font-size:16px !important;
    text-decoration:none !important;
}
/* WRAPPER */
.sp-empty-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 80px auto;
}

/* LEFT SIDE */
.sp-empty-left {
    flex: 2;
    text-align: center;
}

.sp-empty-title {
    text-align: left;
    font-size: 32px;
    margin-bottom: 40px;
}

.sp-empty-image {
    width: 350px;
    margin-bottom: 20px;
}

.sp-empty-heading {
    color: #e60023;
    font-size: 24px;
    margin: 20px 0 10px;
}

.sp-empty-text {
    color: #555;
    margin-bottom: 25px;
}

.sp-shop-btn {
    display: inline-block;
    background: #6b63d8;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
}

/* RIGHT SIDE */
.sp-empty-right {
    flex: 1;
}

.sp-summary-box {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 20px;
}

.sp-summary-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.sp-summary-row,
.sp-summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sp-summary-total {
    font-weight: bold;
    margin-top: 20px;
}

.sp-coupon-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}


/* hide coupon form by default */
.sp-coupon-toggle .sp-coupon-form{
    display:none;
}

/* show when active */
.sp-coupon-toggle .sp-coupon-form.active{
    display:flex;
    gap:10px;
}

.sp-cart-header{
    display:grid;
    grid-template-columns:130px 1fr 120px;
    align-items:center;
    font-size:20px;
    font-weight:500;
}

.sp-cart-header-product{
    grid-column:1 / span 2;
}

.sp-cart-header-total{
    text-align:right;
}


/* HEADER DIVIDER */

.sp-cart-divider{
    border-bottom:1px solid #ddd;
    margin:15px 0 25px 0;
}


.header-cart-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#6b63d8;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
}

.header-cart-btn i{
    font-size:16px;
}

.header-cart-btn .cart-count{
    font-weight:600;
}

.cart-count {
    transition: all 0.3s ease-in-out;
}




.custom-order-summary {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

/* ITEM ROW */
.order-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.product-image {
    position: relative;
    width: 60px;
}

.product-image img {
    width: 100%;
    border-radius: 6px;
}

.qty {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ddd;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px 6px;
}

.item-center {
    flex: 1;
    padding: 0 10px;
}

.product-name {
    font-weight: 600;
    margin: 0;
}

.product-desc {
    font-size: 12px;
    color: #666;
}

.item-right {
    font-weight: 600;
}

/* ROWS */
.order-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

/* TOTAL */
.order-total {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid #ddd;
}

/* Coupon */
.collapsible {
    cursor: pointer;
}

.coupon-wrapper {
    border-top: 1px solid #eee;
}

/* Toggle row */
.collapsible {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
    font-weight: 500;
}

/* Hidden section */
.coupon-content {
    padding: 15px;
    border-top: 1px solid #eee;
}

/* Input + button layout */
.coupon-input-group {
    display: flex;
    gap: 10px;
}

/* Input */
.coupon-input-group input {
    flex: 1;
    padding: 12px;
    border: 2px solid #000;
    border-radius: 6px;
}

/* Button */
.coupon-input-group button {
    background: #6c63ff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
}

/* Arrow rotate */
.arrow {
    transition: 0.3s;
}

.collapsible.active .arrow {
    transform: rotate(180deg);
}

.discount-row {
    align-items: center;
}

/* Coupon chip */
.coupon-chip {
    display: inline-flex;
    align-items: center;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 12px;
    margin-left: 8px;
}

/* Remove button */
.remove-coupon {
    margin-left: 6px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

/* Discount amount */
.discount-amount {
    color: #28a745;
    font-weight: 500;
}
#saved_address_dropdown{
    width: 100%;
    border-radius: 20px;
    padding: 12px;
    background-color: transparent;
}
.woocommerce-checkout-payment{
  border: none;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  border: 1px solid;
  border-radius: 20px;
}

/* Inputs like block UI */
.woocommerce form .form-row input,
.woocommerce form .form-row select {
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #ddd;
}

/* Sections spacing */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-bottom: 30px;
}

/* Order box */
.woocommerce-checkout-review-order {
  background-color: #f8f6f3;
  padding: 15px;
  border-radius: 12px;
}





/* Hide Woo default toggle */
.woocommerce-form-coupon-toggle {
    display: none;
}

.coupon-wrapper {
    position: relative;
}


/* Dropdown */
.coupon-content {
    display: none;
     position: relative;
    margin-top: 10px;
}

.coupon-content.active {
    display: block;
}

/* FIX floating issue */
.custom-coupon-form {
    display: flex;
    gap: 10px;
    width: 100%;
}

.custom-coupon-form input {
    flex: 1;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.custom-coupon-form button {
    background: #605DC7;
    color: #fff;
    border-radius: 20px;
    padding: 12px 20px;
    border: none;
}

/* Coupon form styling */
.woocommerce-form-coupon {
    display: flex !important;
    gap: 10px;
    margin-top: 10px;
}

.woocommerce-form-coupon input {
    flex: 1;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.woocommerce-form-coupon button {
    background: #5f5ccf;
    color: #fff;
    border-radius: 25px;
    padding: 12px 20px;
    border: none;
}

/* Move coupon form into right side */
.checkout_coupon {
    display: block !important;
    position: absolute;
    right: 0;
    top: 120px; /* adjust based on your layout */
    width: 100%;
    max-width: 400px;
}










.woocommerce-remove-coupon {
    display: none !important;
}


/* Discount row layout */
.discount-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Left side (Discount + chip) */
.discount-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Coupon chip */
.coupon-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-size: 13px;
}

/* X button */
.coupon-chip a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

/* Discount amount */
.discount-amount {
    color: green;
    font-weight: 500;
}
.footer-icon{
  width: 40px;
}