/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
* {
  font-family: 'Ginto Discord Nord - Regular', sans-serif !important;
}
h1, h2, h3, h4, h5 {
 font-family: 'Ginto Discord Nord - Bold', sans-serif !important;
}
.fa, .fas {
    Font-family: 'Font Awesome 5 Free' !important;
}

body > div.header-container.mx-auto.border-bottom.top-0.sticky-header > div > div > nav > div > ul > li > a {
	font-family: 'Ginto Discord Nord - Bold', sans-serif !important;
}

.btn.secondary, .btn.primary, .out-of-stock-notification button, .out-of-stock-notification button:hover {
  border-radius: 35px;
  padding: 5px 40px;
}
* {
  line-height: 1.25;
}
/* Chrome, Safari, Edge, Opera */
.product-page-main .product-quantity #quantity input::-webkit-outer-spin-button,
.product-page-main .product-quantity #quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.product-page-main .product-quantity #quantity input[type=number] {
  -moz-appearance: textfield;
  background-color: #FFF;
  border: 1px solid #2c2c2c;
}

ul {
  list-style: none;
}
li {
  line-height: 1.2 !important;
}
.container-fluid {
  padding: 0 3.5rem !important;
}

.modal.lightbox .modal-dialog {
  max-width: 90%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 100%;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/
.navbar-container ul.nav > li > a {
  margin: 14px 0px 14px 40px;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.logo-container img {
  max-height: 25px !important;
}
.header-icons > button, .header-icons > .dropdown, .header-icons > a {
  position: relative;
}
.header-container a.cart-link span, .header-container a.wishlist-link span {
  position: absolute;
  font-size: 9px;
  background: #000;
  color: #fff;
  padding: 0px 0px;
  border-radius: 50%;
  right: -8px;
  top: -4px;
  width: 15px;
  height: 15px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.header-icons > a svg, .header-icons button svg {
  height: 18px;
  stroke: none;
  fill: #000000 !important;
}

.header-icons > a svg:hover, .header-icons button svg:hover {
  fill: #5865f2 !important;
}

.header-container li > a, .header-container li > a:hover, .header-container li > a:focus {
  padding: 5px 15px !important;
  font-weight: normal;
}
.notification-container {
  display: none !important;
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.content-container {
  min-height: 55vh;
  margin-bottom: 160px !important;
}
/*.homepage-carousel-container {
  margin-top: 20px;
}*/

.featured-products h2 {
  font-size: 28px;
  text-align: left !important;
  margin-bottom: 20px;
}
.featured-products .product-list {
  justify-content: flex-start;
}
.featured-products .product-thumbnail {
  width: calc((100% - 160px) / 4) !important;
}

.homepage-boxes-container {
  margin-top: 100px;
}
.homepage-boxes-container h2 {
  margin-bottom: 20px;
}
.homepage-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.homepage-box {
  width: calc(50% - 15px);
  height: auto;
  background-color: #e6e6e6;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  display: inline-flex;
  align-items: end;
  border-radius: 20px;
}
.carousel-item, .carousel-item.active {
  /* display: flex; */
  align-items: center;
}
.carousel-caption {
  /* transform: none !important; */
  left: 29.5% !important;
  /* top: auto !important; */
  text-align: left;
  padding: 4rem 5rem 4rem 2rem;
  justify-content: start !important;
  align-items: start !important;
  max-width: 30%;
  /* bottom: auto !important; */
}
.carousel-caption-header {
  font-size: 32px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 1rem;
}
.carousel-caption a {
  font-size: 15px !important;
}
/**
.homepage-box.hbox1 {
  background: url(https://assets.mybrightsites.com/uploads/sites/13105/themes/26752/e288eb7ecb6d976eb72caadc8641ed94f12359ba/grid-box-01.jpg?1753815378);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox2 {
  background: url(https://assets.mybrightsites.com/uploads/sites/13105/themes/26752/233d01ccd93b49f8ab8c4e127c382fbf8c53b7ee/grid-box-02.jpg?1753815378);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox3 {
  background: url(https://assets.mybrightsites.com/uploads/sites/13105/themes/26752/da5b1d98567f1b64a0b6cb2a8ba7d645c5c6f6fd/grid-box-03.jpg?1753815378);
  background-size: contain;
  background-position: center center;
}
.homepage-box.hbox4 {
  background: url(https://assets.mybrightsites.com/uploads/sites/13105/themes/26752/390dbddfe1e8c6425895890efdebf75d82c32a91/grid-box-04.jpg?1753815378);
  background-size: contain;
  background-position: center center;
}**/
.homepage-box div {
  z-index: 2;
  position: absolute;
  left: 35px;
  bottom: 30px;
}
.homepage-box p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.homepage-box a.btn.secondary {
  padding: 8px 35px 6px;
  margin-top: 8px;
}
.homepage-box img {
  width: 100%;
  height: auto;
}
.sso-link {
  color: #0B5CFF;
}

.homepage-bottom-banners {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
.homepage-bottom-banners img {
  width: 100%;
  height: auto;
}
.homepage-bottom-banners p {
  font-size: 30px;
  font-weight: 500;
  color: #0F1B5D;
  margin-bottom: 5px;
}
.homepage-box a {
  transition: 0.3s;
}
/*.homepage-box a:hover {
  scale: 1.15;
}*/
.homepage-bottom-banners a.btn.secondary {
  padding: 8px 35px 6px;
  color: #FFF;
  margin-top: 8px;
  border: none;
  background-color: #00acd2;
}
/*.homepage-bottom-banners a {
  transition: 0.3s;
}
.homepage-bottom-banners a:hover {
  scale: 1.15;
}*/
.featured-products .container-fluid {
  max-width: 1400px;
  margin: 0 auto; /* centers the container */
}



/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-list {
  gap: 30px;
}
.product-thumbnail {
  margin: 0 !important;
  padding: 0 0 1rem 0;
}
.product-thumbnail .thumbnail-img-container a {
  justify-content: center;
  overflow: hidden;
}
.featured-products .product-thumbnail .thumbnail-img-container, .featured-products .product-thumbnail .thumbnail-img-container a {
  min-height: 350px;
}
.thumbnail-img-container {
  border-radius: 20px !important;
}
.product-thumbnail .thumbnail-img-container img {
  height: 530px;
  width: auto;
  max-width: none;
  margin: auto;
}
.featured-products .product-thumbnail .thumbnail-img-container img {
  width: 100%;
  height: auto;
}
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 18px;
}
/*-------------------*/
/* PRODUCTS/CATEGORY */
/*-------------------*/
.category-page-content-section > .container-fluid {
  display: none;
}
.category-title-container h1 {
  text-align: center;
  font-size: 30px;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main {
  margin-top: 60px;
}
.product-page-main .product-title h2 {
  
}
.product-page-main h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
.zoomContainer {
  display: none !important;
}
.product-page-main .product-price div {
  font-size: 20px;
}
.product-page-main .main-img-container {
  width: 100%;
  border: 1px solid #f5f5f5;
}
.product-page-main .main-img {
  background-color: #e6e6e6;
}
.modal.lightbox .modal-body .carousel-item .ratio {
  background-color: #fff !important;
}
.modal.lightbox .modal-body button svg {
  fill: #000;
}
.related-products-thumbnails, .recently-viewed-products-thumbnails {
  gap: 30px;
  justify-content: start;
}
.recently-viewed-products .product-thumbnail, .related-products .product-thumbnail {
  padding: 0;
  width: calc((100% - 60px) / 3) !important;
  margin: 0 !important;
}
.recently-viewed-products .product-thumbnail img, .related-products .product-thumbnail img {
  max-height: 100%;
}
.recently-viewed-products .thumbnail-img-container, .related-products .thumbnail-img-container {
  border: none;
}

.product-page-main .images-wrapper {
  align-items: start;
  padding-right: 20px;
}
.product-page-main .images-container {
  max-height: 100%;
  height: 100%;
}
.product-page-main .images-wrapper ul {
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 120px;
}
.product-page-main .images-wrapper ul li {
  border-color: #f5f5f5;
  margin: 0 0 5px;
  max-width: 120px;
  min-width: 120px;
  overflow: hidden;
  min-height: 120px;
  border-radius: 0
}
.product-page-main .images-wrapper ul li a {
  min-width: 118px;
  width: 100%;
}
.product-page-main .images-wrapper ul li .small-thumb {
  max-height: none;
  max-width: 120px;
}
.product-page-main .images-wrapper > button {
  display: none;
}
.gallery-main {
  display: flex;
  flex-direction: row-reverse;
}
.product-page .main-img img {
  max-width: 100%;
}
.product-header {
  border: none;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 180px;
  display: flex;
}
.product-page-main .total-info .product-quantity #quantity input {
  max-width: 54px;
  text-align: center;
}
a.quantity-btn {
  border: 1px solid #000;
  color: #000 !important;
  border-radius: 50%;
  margin: 0 0 0 10px;
  font-size: 16px !important;
  width: 18px;
  font-weight: 600;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.quantity-btn.plus {
  margin-bottom: 3px;
}
a.quantity-btn:hover {
  background-color: #000;
}
a.quantity-btn svg path {
  fill: #000 !important;
}
a.quantity-btn:hover svg path {
  fill: #FFF !important;
}
.product-page-main .total-info .product-quantity #quantity {
  max-width: 100%;
  width: 100%;
  margin-top: 12px;
}
.product-page-main .total-info .product-quantity #quantity > div, .product-page-main .total-info .product-quantity #quantity > div > div {
  display: flex;
  width: 100%;
  align-items: center;
}
.product-page-main .add-to-cart-area {
  margin: 0 0 0 15px;
}
.product-page-main .total-info .product-quantity .add-to-cart-area .btn.add-to-cart {
  max-width: 200px !important;
  display: flex;
  flex-wrap: wrap;
  padding: 3px 50px;
  font-size: 16px;
  text-transform: none;
  border-radius: 52px !important;
  font-weight: normal;
}
.product-page-main .total-info .product-quantity-container {
  padding: 0;
  margin-bottom: 12px;
  border: none;
}
.product-summary {
  margin-top: 20px;
}

.product-summary-footer .summary-footer .name {
  font-weight: normal;
}
.product-header .product-overview {
  margin-bottom: 50px;
}
.product-price {
  margin-top: 20px !important;
}
.product-option-thumb, .logo-location-thumb {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border: none !important;
  color: #000;
}
.select2-container {
  max-width: 100%;
}
.orb-token {
	max-height: 18px;
}
.events-pop-up-custom-banner {
  text-align: center;
  margin: 30px auto 30px;
  padding: 30px;
  background-color: #5865f2;
  color: #FFF;
  border-radius: 2px;
  line-height: 1.5;
}
.events-pop-up-custom-banner2 {
  background-color: #5865f2; 
  color: #fff;
  padding: 30px;
  border-radius: 2px;
  text-align: center;
  max-width: 1288px;
  line-height: 1.5;
}
.homepage-banner-wrapper {
  width: 100%; /* full page width */
  display: flex;
  justify-content: center; /* center the banner */
  margin-top: 20px; /* spacing below slideshow */
}
.featured-products .product-list {
    justify-content: center;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-page form > div h2 {
  text-align: center;
}
.shopping-cart thead tr th {
  font-size: 18px;
  padding: 13px 0;
}
.btn.remove-cart-item, .btn.remove-cart-item img {
  padding: 0 0 !important;
  height: 14px;
  line-height: 14px;
}
.cart-quantity-input {
  text-align: center;
  border-bottom: 2px solid #eb1000 !important;
  width: 76px;
}
.shopping-cart tbody tr td {
  padding: 20px 0 !important;
}
.shopping-cart .btn.cart-checkout-btn {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 35px !important;
  line-height: 1;
  font-size: 16px !important;
  font-weight: normal !important;
}
.checkout-steps .btn.secondary {
  padding: 0;
}
.btn.secondary.btn-item-summary {
  padding: 4px 15px 3px;
}
.jewelry-wearables-error {
  background-color: #eaeaea;
  border: 1px solid transparent;
  border-radius: 20px !important;
  text-align: center;
  padding: 25px 20px 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-top: 25px;
}
/*-------------------*/
/* LOGIN/REGISTER */
/*-------------------*/
.login-register-page h3 {
  margin-bottom: 20px;
}
.form-control, .form-select, .form-control:focus, .form-select:focus {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 12px;
  box-shadow: none !important;
  /*border-radius: 0;*/
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #f5f5f5;
  border: none;
  padding: 2px 0px;
  box-shadow: none !important;
  border-radius: 0;
}
.login-btn-and-links, #new_website_user > div:last-of-type {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.login-btn-and-links > input.btn.secondary, #new_website_user > div button {
  line-height: 1 !important;
  display: inline;
  height: 36px;
}
#new_website_user > div button {
  padding: 5px 15px;
  width: 200px;
}
.login-btn-and-links p {
  margin-top: 6px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
.footer-container .wrapper {
  padding: 64px 0 20px !important;
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6 {
  margin-bottom: 25px;
}
.footer-container .links.categories li:last-of-type {
  display: none;
}
.footer-container .links.categories a {
  padding: 5px 8px !important;
}
.footer-container .links.pages a {
  padding: 5px 8px !important;
}
.footer-container .links.pages li a {
  margin: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.footer-container p {
  padding: 0 !important;
  margin: 0;
 /* text-align: right; */
}
.footer-container .footer-copyright h4 {
  text-align: right;
}
.footer-container .copyright-section .links.pages {
  flex-direction: row !important;
  justify-content: center;
}
.custom-footer-links {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}
.copyright-section {
  border: none;
  padding-top: 64px;
  padding-bottom: 20px;
}
ul.custom-footer-links {
  margin: 0;
  justify-content: center;
}
.footer-links > div {
  display: flex;
}
.footer-links > div ul {
  /* padding-right: 35px !important; */
}
.custom-footer-links li, .custom-footer-links li a, .footer-links > div li, .footer-links > div li a {
  padding: 0px 0px !important;
}
.footer-container .accordion-item {
  border: none;
}
#footer-accordion-nav-heading {
  margin: 0;
}
#footer-accordion-nav-links div.accordion-body {
  padding: 0;
}
#footer-accordion-nav-heading button {
  padding: 10px 0;
}
.copyright-section .custom-footer-links li a {
  padding: 0 5px !important;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (max-width: 1400px) {
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 350px;
  }
  .product-thumbnail .thumbnail-img-container img {
    width: 100%;
    height: auto;
  }
  .carousel-caption {
    left: 25% !important;
    max-width: 40%;
    padding: 0 0 0 2rem;
  }
}

@media screen and (max-width: 991px) {
  .featured-products .product-thumbnail {
    width: calc((100% - 80px) / 2) !important;
  }
  .home-shop-links li a {
    padding: 0 !important;
  }
  .login-register-page > div {
    padding: 0 0 3rem 0 !important;
  }
  .carousel-caption {
    left: 27% !important;
    max-width: 45%;
  }
  .carousel-caption-header {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .product-thumbnail {
    width: calc(50% - 15px);
  }
  .carousel-inner {
    margin: 0 !important;
  }
  /* .carousel-item > a {
    display: none !important;
  } */
  .carousel-caption {
    background: #00053d;
    max-width: 100%;
	  width: 100%;
    position: relative;
    top: 0;
    left: 0 !important;
    padding: 4rem 5rem 4rem 2rem;
  }
  .carousel-caption-header {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-box {
    width: 100%;
  }
  .product-page-main h2 {
    margin-top: 1.75rem;
  }
}

@media screen and (max-width: 480px) {
  .container-fluid {
    padding: 0 1.5rem !important;
  }
  ul.custom-footer-links {
    flex-direction: column !important;
  }
  .copyright-section {
    padding: 0 1rem;
  }
  ul.custom-footer-links li, ul.custom-footer-links li a {
    padding: 0 !important;
  }
  .featured-products .product-thumbnail {
    width: 100% !important;
  }
  .product-thumbnail .thumbnail-img-container, .product-thumbnail .thumbnail-img-container a {
    min-height: 210px;
  }
}