/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<link rel="stylesheet" href="https://use.typekit.net/fpy0qlv.css">

/* Normal - 400 */
.nimbus-roman-normal {
  font-family: "nimbus-roman", serif;
  font-weight: 400;
  font-style: normal;
}

/* Italic - 400 */
.nimbus-roman-italic {
  font-family: "nimbus-roman", serif;
  font-weight: 400;
  font-style: italic;
}

/* Bold - 700 */
.nimbus-roman-bold {
  font-family: "nimbus-roman", serif;
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic - 700 */
.nimbus-roman-bold-italic {
  font-family: "nimbus-roman", serif;
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold - 800 */
.nimbus-roman-extrabold {
  font-family: "nimbus-roman", serif;
  font-weight: 800;
  font-style: normal;
}

/* Extra Bold Italic - 800 */
.nimbus-roman-extrabold-italic {
  font-family: "nimbus-roman", serif;
  font-weight: 800;
  font-style: italic;
}

/* Apply Nimbus Roman to all headings */
p, .button, span, .product-badges__badge,.menu-list__link-title, .mega-menu__link-title {
  font-family: "nimbus-roman", serif !important;
  font-weight: 400;
  font-style: normal;
}

body,
html,
p,
span,
img,
svg,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TAN AEGEAN', serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3!important;
}

/* body, h1, h2, h3, h4, h5, h6, .site-header__heading, .product__title, .menu__item, .button {
    font-family: 'TAN AEGEAN', serif !important;
  } */

/* Set custom section width for About section in home page*/
/* #shopify-section-template--25506828124341__media_with_content_DfK6Vn .section {
  max-width: 75rem !important;
  margin: 0 auto;
  width: 100%;
} */


/* css by raj */
/* a[href="/collections/shes-still-out-and-about"] {
  color: #FF5733!important;
}

a[href="/collections/out-and-about"] {
  color: #2980B9!important;
}

a[href="/collections/tribal-thumka-ii-edition"] {
  color: #27AE60!important;
}

a[href="/collections/tribal-thumka"] {
  color: #8E44AD!important;
} */

/* .menu-list__list-item:nth-child(1) .menu-list__link-title {
  color: red;
}
.menu-list__list-item:nth-child(2) .menu-list__link-title {
  color: orange;
}
.menu-list__list-item:nth-child(3) .menu-list__link-title {
  color: violet;
}
.menu-list__list-item:nth-child(4) .menu-list__link-title {
  color: green;
}
.menu-list__list-item:nth-child(5) .menu-list__link-title {
  color: blue;
}  */

/* Header navigation alternating colors */

@media screen and (min-width: 990px) {
  .mega-menu__grid {
    grid-template-columns: max-content !important;
  }
}
.menu-list__link-title {
  background: linear-gradient(
    90deg,
    #8e44ad,
    #e67e22,
    #e74c3c,
    #27ae60,
    #2980b9,
    #f39c12,
    #9b59b6
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-drawer__animated-element, .mega-menu__link-title {
  background: linear-gradient(
    90deg,
    #8e44ad,
    #e67e22,
    #e74c3c,
    #27ae60,
    #2980b9,
    #f39c12,
    #9b59b6
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button{
  padding:.65rem 1.75rem!important;
  font-size: 13px!important;
    font-family: "nimbus-roman", serif !important;
}
.shopify-payment-button__button--unbranded{
    font-size: 13px!important;
    font-family: "nimbus-roman", serif !important;
}
.product-badges__badge{
  font-size:13px;
}
/* .account-popover, .account-drawer {
    align-content: center;
} */

.header-actions__action {
  padding:0 !important;
}

.quantity-plus,
.quantity-minus {
  padding: 0 !important;
}