body * {
  font-family: 'Jost', sans-serif !important;
  /* font-family: "Oswald", sans-serif !important; */
}

.header__link--menu::before {
  display: none;
}

.main__logo--title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header__menu--link {
  font-size: 1.4rem;
}

.header__account--btn {
  position: relative;
  color: #000;
}

.header__mega--menu--title {
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 1rem 0;
  font-weight: 700;
  color: var(--secondary-color);
}

.header__mega--sub__menu_li {
  line-height: 25px;
}

.section__heading--maintitle {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 2em;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif !important;
}

@media only screen and (min-width: 1200px) {
  .section--padding {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.shop__collection--img {
  margin: 0 auto 1.2rem;
  width: auto;
  height: 105px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.cat_head {
  font-size: 14px;
  color: #000;
  letter-spacing: 0px;
}

.footer__bg {
  background: #ebebeb;
}

.footer__bottom {
  background: #000;
}

.copyright__content {
  color: #fff;
  font-weight: 300 !important;
}

.copyright__content a {
  color: var(--secondary-color) !important;
  font-weight: 300 !important;
}

.product__card--btn {
  /* padding: 10px 25px; */
}

.product_head {
  color: #000;
}

.in-item-color {
  font-size: 16px !important;
}

.shop__header {
  background: transparent;
}

.breadcrumb__content--menu__items ion-router-link {
  color: #000000;
}

.save-price {
  background: #000;
  color: #fff;
  margin: 5px 10px 0px 0px;
  padding: 5px 10px;
  border-radius: 10px;
}

.product__card--price .current__price {
  color: var(--hover-color);
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 2.0rem !important;
}

.product__details--info__price .current__price {
  color: var(--hover-color);
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 2.6rem !important;
}

.product-availability {
  margin: 5px 0px;
}

.quickview__cart--btn {
  height: 4.8rem;
  line-height: 3.8rem;
  padding: 0px 25px;
  margin-left: 15px;
  font-size: 20px;
}

.cart__title {
  color: var(--text-white-color);
  font-size: 2em;
  text-align: left;
}

.cart__content--title .product-name {
  color: var(--secondary-color);
}

td.cart__summary--total__title h6 {
  font-size: 16px;
  color: #000 !important;
}

td.cart__summary--amount h4 {
  font-size: 16px;
  color: #000 !important;
}

.billing-info-wrap .myaccount-content {
  border: 1px solid #eeeeee;
  padding: 20px;
  width: 47%;
  float: left;
  margin: 0px 20px 20px 0px;
  min-height: 350px;
}

.billing-info-wrap {
  position: relative;
  padding: 20px 0px 0px;
  float: left;
  width: 100%;
}

.billing-info-wrap .myaccount-content .input-radio {
  float: left;
  width: auto;
  height: auto;
  margin: 7px;
}

.edit_address_btn {
  color: #fff;
  background: #000;
  padding: 10px 15px;
}

.billing-info-wrap .myaccount-content h3 {
  font-size: 22px;
  position: relative;
  margin: 0 0 25px;
  text-transform: capitalize;
  font-weight: 500;
}

.address-content .myaccount-content {
  border: 1px solid #eeeeee;
  padding: 20px;
  width: 47%;
  float: left;
  margin: 0px 20px 20px 0px;
  min-height: 350px;
}

.address-content .myaccount-content .my_address_edit {
  float: right;
  margin-right: 10px;
  color: #000;
}

.address-content .myaccount-content .my_address_delete {
  float: right;
  color: #000;
  margin-right: 10px;
}

.myaccount-content p {
  margin-bottom: 5px;
}

.secondary__btn {
  font-weight: 500;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 4.2rem;
  height: 4.8rem;
  padding: 2px 2rem;
  letter-spacing: 0.2px;
  border-radius: 0.5rem;
  background: var(--primary-color);
  color: var(--text-white-color);
  border: 0;
}

.secondary__btn:hover {
  color: var(--text-white-color);
}

.product__description--name ion-router-link {
  color: var(--secondary-color);
}

.checkout__total--title {
  color: var(--foreground-color);
}

.checkout__total--calculated__text {
  font-size: 1.3rem;
  color: var(--foreground-color);
}

.payment__history--link {
  display: flex;
  padding: 8px 2rem;
  height: 4.4rem;
}

.payment__history--link .form-check-input {
  margin-right: 5px;
}

.order_success_text {
  font-size: 2.5em;
  color: var(--secondary-color);
}

.order_success_icon {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.order_success_icon img {
  margin: 0px auto;
  width: 15%;
}

.cart_empty {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

.cart_empty .order_failed_text {
  font-size: 1.5em;
}

.navigation_link_color {
  color: var(--secondary-color);
}

.nav-link {
  color: #000;
}

.account__menu--list.active ion-router-link {
  color: var(--secondary-color);
}

.account__content--title {
  margin-top: 0px;
}

.slider__maintitle {
  color: #fff;
}

.footer__payment {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

#cartIsEmpty h2 {
  font-size: 30px;
}

#cartIsEmpty .navigationlink {
  color: var(--secondary-color);
}

.checkout__select--field {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 4.5rem;
  padding: 0 1.5rem;
  background-color: rgb(255, 255, 255);
  font-size: 1.3rem;
}

.checkout__header--title {
  font-size: 2rem !important;
  line-height: 2.2rem !important;
  color: var(--primary-color) !important;
}

.address_popup_btns {
  margin-top: 35px;
}

.cart__content h6 ion-router-link {
  font-size: 16px;
  color: var(--secondary-color);
}

.header__mega--menu__wrapper {
  border-radius: 0px !important;
}

@media only screen and (min-width: 1600px) {
  .main__header {
    padding: 0px 0;
  }
}

/* Mobile Header Styles */
.header__account--wrapper {
  gap: 5px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: auto;
}

.mobile-menu-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: transform 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}

.mobile-menu-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  padding: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  min-height: 0;
}

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

.mobile-menu-item {
  margin-bottom: 15px;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mobile-menu-link:hover {
  background-color: #f9f9f9;
}

.mobile-menu-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  margin-top: auto;
  flex-shrink: 0;
}

.mobile-login-btn {
  display: block;
  padding: 12px 15px;
  background-color: #3d5af1;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.mobile-login-btn:hover {
  background-color: #2d4ae1;
}

.mobile-logout-btn {
  width: 100%;
  padding: 12px 15px;
  background-color: #ff4444;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.mobile-menu-logo {
  text-decoration: none;
}

.mobile-menu-logo img {
  width: 120px;
  height: auto;
}

.mobile-menu-icon {
  margin-right: 10px;
}

.mobile-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: transparent;
}

.mobile-category-header:hover {
  background-color: #f9f9f9;
}

.mobile-category-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  flex: 1;
}

.mobile-category-toggle {
  background: none;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.mobile-subcategory-list {
  padding-left: 30px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.mobile-subcategory-link {
  display: block;
  padding: 10px 15px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mobile-subcategory-link:hover {
  background-color: #f0f0f0;
}

.mobile-menu-category-border {
  border-bottom: 1px solid #f5f5f5;
}

.mobile-menu-footer-center {
  text-align: center;
}

.mobile-menu-footer-text {
  font-size: 12px;
  color: #666;
}

.mobile-login-icon {
  margin-right: 8px;
  vertical-align: middle;
}

/*durga css*/
/* AddressEntry Modal Responsive Styles */

.address-entry-form .row {
  margin: 0 -10px;
}

.address-entry-form [class*="col-"] {
  padding: 0 10px;
}

/* Mobile First Approach */
@media (max-width: 767px) {
  .address-entry-form [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .checkout__input--field,
  .checkout__select--field {
    font-size: 16px;
    /* Prevents zoom on iOS */
    padding: 12px 15px;
    height: auto;
    min-height: 44px;
    /* Touch-friendly */
  }

  .checkout__input--label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .address_popup_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .account__details--footer__btn {
    width: 100%;
    /* padding: 12px 20px; */
    font-size: 16px;
    min-height: 44px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .address-entry-form .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .address_popup_btns {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
  }

  .account__details--footer__btn {
    min-width: 120px;
    padding: 10px 20px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .address_popup_btns {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-start;
  }

  .account__details--footer__btn {
    min-width: 100px;
    /* padding: 8px 16px; */
  }
}

/* Button Styles */
.primary-btn {
  background-color: var(--secondary-color, #007bff);
  color: var(--text-white-color) !important;
  border: 1px solid var(--secondary-color, #007bff);
}

.primary-btn:hover {
  background-color: var(--primary-color, #0056b3);
  border-color: var(--primary-color, #0056b3);
  color: var(--text-white-color) !important;
}

.secondary-btn {
  background-color: var(--bg-black-color) !important;
  color: var(--text-white-color, #333) !important;
  border: 1px solid var(--border-color, #ddd) !important;
}

.secondary-btn:hover {
  background-color: var(--border-color, #f8f9fa);
  color: var(--text-white-color, #333) !important;
}

/* Form Field Improvements */
.checkout__input--field:focus,
.checkout__select--field:focus {
  outline: none;
  border-color: var(--secondary-color, #007bff);
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Required field indicator */
.required {
  color: #dc3545;
}

/* Modal header responsive */
@media (max-width: 767px) {
  .checkout__header--title {
    font-size: 1.5rem;
    text-align: center;
  }

  .checkout__section--header {
    margin-bottom: 20px;
    text-align: center;
  }
}

/*footer dropdown css*/
/* Footer Mobile Dropdown Styles */

@media (max-width: 991px) {
  .footer__widget--title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer__widget--button {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .footer__widget--title__arrowdown--icon {
    transition: transform 0.3s ease;
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    color: #333 !important;
  }

  .footer__widget--title__arrowdown--icon.rotate {
    transform: rotate(180deg);
  }

  .footer__widget--menu {
    display: none;
  }

  .footer__widget--menu.active {
    display: block;
    padding-top: 10px;
  }
}

/* Desktop styles - ensure dropdowns are always visible */
@media (min-width: 992px) {
  .footer__widget--menu {
    max-height: none !important;
    overflow: visible !important;
  }

  .footer__widget--menu__list {
    opacity: 1 !important;
    transform: none !important;
  }

  .footer__widget--title {
    cursor: default;
  }

  .footer__widget--button {
    display: none;
  }
}

/* Footer Icon Styles */
.footer__widget--info__icon {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.footer__widget--title__arrowdown--icon {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

/* Location icon specific styling - make it bigger */
.footer__widget--info_list:first-child .footer__widget--info__icon {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
}

/* My Rewards Section Styles */
.rewards__section {
  padding: 20px 0;
}

.add__coupon--section {
  text-align: center;
}

.coupons__list {
  margin-top: 20px;
}

.coupon__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background: #f9f9f9;
}

.coupon__code {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color);
  letter-spacing: 1px;
}

/* Coupon Modal Styles */
.coupon__modal {
  padding: 0;
  max-width: 500px;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.coupon__modal--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e1e1e1;
  background: #f8f9fa;
  border-radius: 10px 10px 0 0;
}

.coupon__modal--header h3 {
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
}

.modal__close--btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__close--btn:hover {
  color: #000;
}

.coupon__modal--content {
  padding: 25px;
}

.coupon__modal--content ion-item {
  --padding-start: 0;
  --inner-padding-end: 0;
}

.coupon__modal--content ion-input {
  --padding-start: 15px;
  --padding-end: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

.coupon__modal--footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 25px;
  border-top: 1px solid #e1e1e1;
  background: #f8f9fa;
  border-radius: 0 0 10px 10px;
}

.mr-10 {
  margin-right: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .coupon__modal {
    margin: 20px;
    max-width: calc(100% - 40px);
  }

  .coupon__item {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .coupon__modal--footer {
    flex-direction: column;
  }

  .coupon__modal--footer button {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Coupon Modal Styles */
.coupon-modal {
  --backdrop-opacity: 0.5;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e1e1e1;
  background: #f8f9fa;
  border-radius: 10px 10px 0 0;
}

.modal-header h3 {
  margin: 0;
  font-size: 18px;
  color: var(--primary-color);
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  padding: 25px;
}

.input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.coupon-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

.coupon-input:focus {
  border-color: var(--primary-color);
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 25px;
  border-top: 1px solid #e1e1e1;
  background: #f8f9fa;
  border-radius: 0 0 10px 10px;
}

.btn-cancel,
.btn-add {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.btn-cancel {
  background: #6c757d;
  color: #fff;
}

.btn-add {
  background: var(--primary-color);
  color: #fff;
}

@media (max-width: 768px) {
  .modal-footer {
    flex-direction: column;
  }

  .btn-cancel,
  .btn-add {
    width: 100%;
  }
}

/* Modal backdrop opacity fix */
.coupon-modal {
  --backdrop-opacity: 0.8 !important;
}

.coupon-modal ion-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

/* End of Coupon Modal Styles */
.myntra__category__section {
  padding-top: 0;
}

.myntra__category__heading h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #b11226;
  font-family: "Georgia", serif;
}

/* CARD WRAPPER */
.myntra__card {
  /* border: 2px dotted #cfcfcf; */
  border-radius: 10px;
  padding: 8px;
  background: #fff;
}

/* IMAGE BLOCK */
.myntra__card__img {
  position: relative;
  width: 100%;
  /* height: 300px; */
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.myntra__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BOTTOM DARK OVERLAY */
.myntra__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
  text-align: left;
}

.myntra__overlay h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.myntra__overlay p {
  margin: 2px 0 0 0;
  font-size: 14px;
  color: #f2f2f2;
}

/* BRAND STRIP */
.myntra__brand__strip {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  padding: 12px 5px;
  background: #fff;
}

.myntra__brand__strip img {
  height: 22px;
  object-fit: contain;
  max-width: 80px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .myntra__card__img {
    height: 260px;
  }

  .myntra__overlay h3 {
    font-size: 18px;
  }

  .myntra__overlay p {
    font-size: 13px;
  }
}

/* deal of the day  */
.dealofday__myntra {
  padding-top: 0;
}

.dealofday__card {
  display: block;
  text-decoration: none;
  /* border: 4px solid #c4001a; */
  background: #fff;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.dealofday__card:hover {
  transform: translateY(-5px);
}

.dealofday__img {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.dealofday__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealofday__info {
  background: #c4001a;
  text-align: center;
  padding: 12px 8px;
}

.dealofday__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.dealofday__offer {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.dealofday__shopnow {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

/* footer */
.myntra-footer {
  background: #fafbfc;
  border-top: 1px solid #e4e6ea;
  margin-top: 40px;
  padding: 50px 0;
  font-family: Arial, sans-serif;
}

.myntra-footer__container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.myntra-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* TITLE */
.myntra-footer__title {
  font-size: 12px;
  font-weight: 700;
  color: #282c3f;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}

/* LIST */
.myntra-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.myntra-footer__list li {
  margin-bottom: 7px;
  line-height: 25px;
}

.myntra-footer__list li a {
  text-decoration: none;
  font-size: 13px;
  color: #696e79;
  transition: 0.2s;
}

.myntra-footer__list li a:hover {
  color: #282c3f;
}

/* APP */
.myntra-footer__app {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.myntra-footer__app img {
  height: 42px;
  cursor: pointer;
}

/* SOCIAL */
.myntra-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fb {
  background: #3b5998;
}

.tw {
  background: #1da1f2;
}

.yt {
  background: #ff0000;
}

.ig {
  background: #e4405f;
}

/* ASSURANCE */
.myntra-footer__assurance {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.assurance-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.assurance-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.assurance-row p {
  font-size: 13px;
  color: #696e79;
  margin: 0;
  line-height: 1.4;
}

.assurance-row p span {
  font-weight: 700;
  color: #282c3f;
}

/* POPULAR SEARCHES */
.myntra-footer__popular {
  margin-top: 45px;
}

.popular-line {
  height: 1px;
  background: #e4e6ea;
  margin: 10px 0 15px;
}

.myntra-footer__popular-text {
  font-size: 12px;
  color: #696e79;
  line-height: 1.7;
  margin: 0;
}

/* FOOTER BOTTOM */
.myntra-footer__bottom {
  border-top: 1px solid #e4e6ea;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.myntra-footer__bottom p {
  font-size: 12px;
  color: #696e79;
  margin: 0;
}

.footer-link {
  color: #526cd0;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.company-text {
  font-size: 12px;
  color: #696e79;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .myntra-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .myntra-footer__grid {
    grid-template-columns: 1fr;
  }

  .myntra-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


.breadcrumb__bg {
  background: #f4c2c5 !important;
  padding: 2rem 0;
}

.breadcrumb__content--title {
  color: #000000 !important;
  font-family: 'Jost', sans-serif !important;
}

.breadcrumb__content--menu__items {
  color: #000000 !important;
}

.privacy__policy--content ul {
  margin-left: 30px;
}

.navigationlink {
  color: #000 !important;
}

.privacy__policy--content ul li {
  line-height: 30px;
  list-style: disc;
}

.privacy__policy--content a {
  color: #000;
}

.account__login--remember {
  padding-bottom: 10px !important;
}

.login__remember--label a {
  color: #000 !important;
}

.product__details--info__title {
  font-size: 2.5rem !important;
  line-height: 2.4rem;
  color: #ed1d24 !important;
}

.dealofday__card .product__card--thumbnail {
  /* border: 4px solid #c4001a; */
  /* border-radius: 10px; */
  padding: 8px;
  background: #e60e01;
}

.reviews__comment--thumb {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .reviews__comment--content {
    padding-left: 1rem;
  }
}

.dealofday__card .product__card--title .product_head {
  color: #fff !important;
}

.product__card--action__btn.detail_wishlist_icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
}

.product__card--action__btn.detail_wishlist_icon svg {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}