@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,300;0,500;0,600;0,700;1,500;1,600;1,700&display=swap");

:root {
  --link-color: #337ab7;
  --link-color-hover: #275c8a;

  --danger-color: red;
}
body,
html {
  font-size: 17px;
  min-height: 100vh;
  font-family: Fira Sans Extra Condensed;
  color: black;
  font-weight: 300;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 300;
  font-size: 1em;
}
body.modal-open {
  overflow: hidden;
}

.header-cart-no-products {
  padding: 15px;
}

.normal-text-form input[type="text"],
.normal-text-form input[type="password"],
.normal-text-form select {
  text-transform: none !important;
}

#custom-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.custom-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.custom-popup-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.custom-popup-alert {
  margin: 10px 0 20px;
}

.header-search {
  border-radius: 20px;
  background: #f1f1f1;
  margin: 2px;
  border-color: transparent;
  width: 150px;
  text-align: center;
}

.search-no-results-found {
  font-weight: bold;
  margin: 25px 0;
  text-align: center;
}

#full-screen-gallery {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 99000;
  display: none;
}
#full-screen-gallery .image-container {
  height: calc(100vh - 150px);
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}

#full-screen-gallery .image-container img {
  max-width: 100%;
  max-height: 100%;
}
#full-screen-gallery .close-button-container {
  position: absolute;
  top: 10px;
  right: 30px;
  color: white;
  cursor: pointer;
}
#full-screen-gallery .thumbs-container {
  margin-top: 25px;
  text-align: center;
  cursor: pointer;
}
#full-screen-gallery .thumbs-container img {
  height: 50px;
  margin: 0 5px;
}
#full-screen-gallery .thumbs-container img.active {
  border: 1px solid red;
}

.sort-by.show-by .dropdown-list {
  width: 170px;
}
.sort-by.show-by .dropdown-link .silver {
  min-width: 170px;
}

.relative {
  position: relative;
}

.categories-loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  background: white;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.categories-loader .categories-loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.categories-loader .categories-loader-loader {
  padding-top: 150px;
}
.categories-loader.visible {
  transition: all 0s ease;
  opacity: 0.8;
  pointer-events: all;
}

.list-adv2 .banner-info.text-center {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
.testimo-jewelry2.parallax {
  position: relative;
}
.testimo-jewelry2.parallax .overlay {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.testimo-jewelry2 {
  padding: 0;
}
.testimo-jewelry2.parallax .container {
  background: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  padding: 30px 0 30px;
}
.black {
  color: black;
}

.show-by .dropdown-link .black {
  position: relative;
  height: 36px;
  display: inline-block;
  min-width: 70px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
}
.range-filter .ui-slider-handle span {
  background: black;
}
.pagi-nav.text-right a.current {
  background: black;
}
#checkout-proceed .checkout-button {
  color: black;
}
.form-my-account select {
  color: black;
}
.required.black {
  color: black !important;
}
.form-my-account input[type="text"] {
  color: black;
}
.item-product4 {
  background: none;
}
.product-details-title {
  white-space: normal;
  overflow: inherit;
  font-size: 26px;
  font-weight: 300;
  text-transform: none;
}
.logo1 a img {
  height: 60px !important;
}

#navbarSupportedContent > ul {
  flex-grow: 1;
  justify-content: center;
  gap: 25px;
}

#navbarSupportedContent > ul .dropdown-item,
#navbarSupportedContent > ul .dropdown-item a,
#navbarSupportedContent > ul .nav-link {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-menu {
  gap: 25px;
}

.nav-menu > li > a {
  font-family: Fira Sans Extra Condensed !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item a {
    text-decoration: none;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .dropdown-item {
    position: relative;
  }
  .nav-item .dropdown-item:hover .submenu {
    display: block;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
section {
  margin-top: 35px;
}
section .section-header {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
section .section-header::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 100px);
  width: 200px;
  border-bottom: 5px solid black;
  border-radius: 10px;
}
.home-slider {
  padding: 0 30px;
}

.home-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.home-category .home-category-item {
  flex-basis: 25%;
  min-width: 300px;
}

.home-category .home-category-item h2 {
  font-size: 1.2rem;
}
.underlined-tabs .tabs {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  font-family: "Fira Sans Extra Condensed";
}
.underlined-tabs .tabs.centered {
  justify-content: center;
}
.underlined-tabs .tabs .tab {
  padding: 5px 25px;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #868686;
}
.underlined-tabs .tabs .tab.active {
  color: black;
}
.underlined-tabs .tabs .tab::after {
  content: "";
  border-bottom: 3px solid black;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 0;
}
.underlined-tabs .tabs .tab.active::after,
.underlined-tabs .tabs .tab:hover::after {
  width: 100%;
}
.underlined-tabs .related-tab {
  display: none;
}
.underlined-tabs .related-tab.active {
  display: block;
}
.category-prodcts-container {
  display: flex;
  flex-wrap: wrap;
}
.category-prodcts-container .image {
  text-align: center;
}
.category-prodcts-container > div {
  flex-basis: 20%;
  min-width: 300px;
}
.category-product .name a {
  text-decoration: none;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: transparent;
  transition: all 0.5s;
}
header.scrolled {
  background: white;
}
header .header2 {
  padding: 15px 0 20px;
  transition: all 0.5s;
}
header.scrolled .header2 {
  padding: 0;
}
.page-container {
  margin-top: 175px;
}
footer {
  margin: 45px 0 25px;
  border-top: 1px solid #f1f1f1;
  padding: 25px 0 10px;
  margin-top: 100px;
}
footer > div {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
footer > div label {
  font-weight: bold;
}
footer > div a {
  font-weight: 500;
  color: black;
  transition: all 0.3s;
  font-size: 0.8em;
}
footer > div a:hover {
  color: black;
}
.categories-products {
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
}

.categories-products .categories-product-outer {
  flex-basis: 20%;
  text-align: center;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .categories-products .categories-product-outer {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 1000px) {
  .categories-products .categories-product-outer {
    flex-basis: 33.3%;
  }
}

@media screen and (max-width: 600px) {
  .categories-products .categories-product-outer {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 450px) {
  .categories-products .categories-product-outer {
    flex-basis: 100%;
  }
}

.categories-products .categories-product-outer .categories-product {
  overflow: hidden;
}

.product-related-products .categories-product {
  min-height: 300px;
  min-width: 300px;
  overflow: hidden;
}

.categories-products .categories-product-outer .categories-product .buttons,
.product-related-products .categories-product .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 10px;
}

/* .categories-products .categories-product-outer .categories-product:hover .buttons a,
.product-related-products .categories-product-outer .categories-product:hover .buttons a {
  margin-top: -50px;
} */

.categories-products .categories-product-outer .categories-product a img,
.product-related-products .categories-product a img {
  transition: all 0.5s;
}

.categories-products .categories-product-outer .categories-product:hover a img,
.product-related-products .categories-product:hover a img {
  transform: scale(1.1, 1.1);
}

.categories-products .categories-product-outer .categories-product .buttons a,
.product-related-products .categories-product .buttons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-products .categories-product-outer h2,
.product-related-products .categories-product-outer h2 {
  font-weight: 400;
  max-width: 350px;
  margin: 0 auto;
  font-family: "Fira Sans Extra Condensed";
}
.categories-products .categories-product-outer h2 a,
.product-related-products .categories-product-outer h2 a {
  font-weight: 400;
}

.categories-products .categories-product-outer h2 .price,
.product-related-products .categories-product-outer h2 .price {
  display: block;
  font-size: 0.9rem;
  color: #1e1e23;
  font-weight: 600;
  margin-top: 15px;
}
.categories-products .categories-product-outer h2 .retail-price.in-sale,
.product-related-products .categories-product-outer h2 .retail-price.in-sale {
  color: var(--danger-color);
  text-decoration: line-through;
}
.categories-products .categories-product-outer h2 .sale-price,
.product-related-products .categories-product-outer h2 .sale-price {
  margin-left: 10px;
}

.page-slider.full {
  height: 400px;
  overflow: hidden;
}

.page-slider > .image-container {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-slider > .image-container.full {
  position: absolute;
  top: 0;
  left: 0;
  height: 560px;
  width: 100vw;
}
.categories-toolbar {
  color: #70708f;
}
.categories-toolbar .filters-container {
  margin: 10px 0;
  padding: 0 30px;
  position: relative;
}
.categories-toolbar .filters-container .filters-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 1em;
  color: #70708f;
  font-style: "Fira Sans Extra Condensed";
}
.categories-toolbar .filters-container .filters-popup {
  position: fixed;
  top: 0;
  right: -700px;
  width: 300px;
  visibility: hidden;
  height: 100vh;
  z-index: 1200;
  background: white;
  padding: 15px 25px 15px 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  color: #3b3b3b;
  pointer-events: none;
  transition: all 0.5s;
}
.categories-toolbar .filters-container .filters-popup .widget-title {
  font-size: 1.2rem;
}
.categories-toolbar .filters-container .filters-popup.active {
  visibility: visible;
  pointer-events: all;
  right: 0;
  overflow: auto;
}
.categories-toolbar .filters-container .filters-popup .header {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.categories-toolbar .filters-container .filters-popup .header label {
  flex-grow: 1;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.categories-toolbar .filters-container .filters-popup .header button {
  font-size: 1.6rem;
  background: none;
  border: none;
  outline: none;
  color: #3b3b3b;
}

.categories-toolbar .filters-container .filters-popup .filter-name {
  font-size: 1.2rem;
}
.category-filters-button {
  background: white;
  width: 100%;
  border: 1px solid rgb(35, 35, 44);
  outline: none;
  padding: 18px;
  border-radius: 0px;
  color: rgb(48, 48, 48);
  font-weight: bold;
  letter-spacing: 2px;
}
.categories-pagination nav {
  display: flex;
  justify-content: center;
}
.categories-pagination nav .page-link {
  border: none;
  font-size: 1em;
  margin-top: 25px;
  color: #444444;
  border-radius: 0 !important;
  cursor: pointer;
}

.categories-pagination nav .page-link.active {
  background: none;
  border-bottom: 3px solid #444;
}
.detail-gallery {
  display: flex;
  flex-direction: row;
}
.detail-gallery .gallery-control li {
  width: 120px;
  height: 120px;
}
.detail-gallery .carousel li img {
  width: 120px;
  border-color: transparent;
}
.detail-gallery .carousel li a.active img {
  border-color: #e5e5e5;
}
.detail-gallery .carousel li a.active::before {
  background: transparent;
}
.bread-crumb.transparent {
  background: transparent;
}
.product-detail .detail-info {
  text-align: center;
  padding: 0 15px;
}
.product-detail .product-description {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
}
.content-page-detail {
  padding-left: 25px;
  padding-right: 25px;
}
.product-detail .product-price {
  text-align: center;
  display: block;
  font-size: 2rem;
  color: #1e1e23;
  font-weight: 300;
}
.product-detail .qty-cart {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  gap: 10px;
}
.product-detail .detail-attr .addcart-link {
  flex-grow: inherit;
  border-radius: 0;
  background: #23232c;
  padding: 8px 30px;
  height: auto;
  font-size: 1rem;
  text-transform: none;
  transition: all 0.3s;
}
.product-detail .detail-attr .addcart-link:hover {
  background: #16161b;
  color: white;
}
.product-detail .detail-attr .add-to-wishlist {
  padding: 8px 20px;
  height: auto;
  font-size: 1.3rem;
  border-radius: 0;
  border: 1px solid #e4e6eb;
  transition: all 0.3s;
}
.product-detail .detail-attr .add-to-wishlist:hover {
  border-color: #444444;
  background: transparent;
  color: black;
}
.wrap-bread-crumb a {
  color: #909097;
}
.bread-crumb a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.product-detail .product-meta {
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 35px 0;
  border-top: 1px solid #eaebee;
  border-bottom: 1px solid #eaebee;
  display: flex;
  gap: 25px;
  justify-content: center;
}
.product-detail .product-meta > div {
  display: flex;
  gap: 5px;
}
.product-detail .product-info-footer {
  text-align: center;
  color: #7c7c80;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 25px;
  font-style: italic;
}
.product-detail .product-info-footer p {
  line-height: 30px;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
}
.product-detail .product-info-footer p span {
  line-height: 30px;
  font-style: italic;
  font-size: 14px;
}
.product-detail .detail-tabs {
  display: block;
}
.product-detail .detail-addition {
  max-width: 700px;
  margin: 0 auto;
}
.header2 {
  padding-bottom: 0;
}
.header-nav2 {
  color: black;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.header-icon {
  text-align: right;
}
.header-icon ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-icon li.menu-item-cart,
.header-icon li.menu-item-wishlist {
  position: relative;
  padding-right: 25px;
}
.header-icon li {
  display: inline-block;
  margin-right: 25px;
  font-size: 17px;
}
.header-icon li.menu-item-cart span.count,
.header-icon li.menu-item-wishlist span.count {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #23232c;
  transition: all 0.5s;
}
#cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: auto;
  padding-bottom: 35px;
}
#cart-modal.visible {
  opacity: 1;
  pointer-events: all;
}
#cart-modal #procceed-to-checkout-button-container {
  text-align: center;
  margin-top: 35px;
}
#cart-modal .product-delete {
  justify-content: end;
}
#cart-modal .toggle {
  cursor: pointer;
}
#cart-modal .black-button {
  padding: 20px 35px;
}
#cart-modal .black-button .subtotal {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
#cart-modal .header {
  font-family: Fira Sans Extra Condensed;
  display: flex;
  font-size: 2.2rem;
  padding: 40px;
  font-weight: 300;
}
#cart-modal .header .title {
  flex-grow: 1;
}
#cart-modal .body {
  margin-top: 50px;
}
#cart-modal .body .cart-header {
  text-align: center;
  color: #23232c;
  font-family: "Fira Sans Extra Condensed";
  font-size: 20px;
  font-weight: 500;
}
#cart-modal .total-items {
  text-align: center;
  line-height: 20px;
  margin: -4px 0 0 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #23232c;
}
.product-mini-cart {
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid #f1f2f4;
}
.product-mini-cart:last-child {
  border-top: 1px solid #f1f2f4;
}
.product-mini-cart > div {
  display: flex;
  align-items: center;
}
.product-mini-cart .product-image-name {
  padding-left: 75px;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.product-mini-cart .product-image-name .product-title {
  font-size: 14px;
  white-space: normal;
}
.product-mini-cart .product-image-name .product-thumb {
  width: 70px;
  position: absolute;
  left: 0;
}
.product-mini-cart .product-image-name .product-thumb img {
  width: 65px;
}
.product-mini-cart .product-image-name .product-info {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-mini-cart .product-image-name .product-info h3 {
  margin: 0;
}
.dynamic-page-container {
  max-width: 750px;
  margin: 0 auto;
  min-height: calc(100vh - 400px);
}
.dynamic-page-container h1,
.dynamic-page-container h2,
.dynamic-page-container p {
  line-height: 1.7;
  font-weight: 300;
  font-family: "Fira Sans Condensed";
}
.account-sidebar {
  border-right: 1px solid #f1f1f1;
}
.account-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.account-sidebar ul li {
  flex-grow: 1;
}
.account-sidebar ul li a {
  display: block;
  padding: 10px 0;
}
.account-top-separator {
  text-align: center;
  padding: 20px 0;
  color: #23232c;
  background-color: #f1f2f4;
  font-size: 1.6rem;
  font-weight: 500;
}
input[type="submit"] {
  font-weight: 500;
  border-radius: 0;
  background-color: #23232c;
  color: #fff;
  padding: 10px 0;
}
.separator {
  border-bottom: 1px solid #f1f1f1;
}
.info-card {
  background-color: #f6f5f8;
  color: #515151;
  padding: 20px 20px 20px 80px !important;
}
.check-billing {
  border-color: transparent;
}
.checkout-left-side {
  border: 1px solid #f1f1f1;
  padding: 15px;
}
.checkout-right-side {
  border: 1px solid #f1f1f1;
  padding: 15px;
}
.cart-checkout-heading1 {
  font-size: 1.4rem;
  color: #23232c;
  font-weight: 500;
  margin-bottom: 15px;
}
.checkout-items .item-container {
  border-bottom: 1px solid #f1f2f4;
  padding: 20px 0;
}
.checkout-items .item {
  display: flex;
  flex-wrap: nowrap;
}
.checkout-items .item-container .item-bottom-toolbar {
  color: var(--danger-color);
}
.checkout-items .item > div {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
}
.checkout-items .item .checkout-name {
  flex-grow: 1;
  font-weight: 500;
}
.checkout-items .item .checkout-quantity {
  white-space: nowrap;
}
.checkout-items .item .checkout-item-right {
  min-width: 85px;
  width: 85px;
  white-space: nowrap;
  text-align: right;
}
.payment_methods.methods {
  border-color: transparent;
}
.payment_methods.methods li {
  border-color: transparent;
  padding: 20px 0;
}
.form-row.place-order.checkout-button-container {
  border-color: transparent;
  padding: 0;
}
.form-row.place-order.checkout-button-container input {
  width: 100%;
}
.payment_methods.methods li label {
  font-weight: 500;
  font-size: 14px;
}
#checkout-cart-items-container {
  border-bottom: 1px solid #f1f2f4;
}
#checkout-payment-method-container {
  border-bottom: 1px solid #f1f2f4;
}
.account-orders .order-item {
  background: #fbfbfb;
  padding: 25px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 40px 24px;
  height: 200px;
  grid-template-rows: 50px 50px;
}
.account-orders .order-item .order-code {
  grid-row: 2;
  grid-column: 1;
}
.account-orders .order-item .date-display {
  grid-row: 2;
  grid-column: 2;
}
.account-orders .order-item .final-price {
  grid-row: 2;
  grid-column: 3;
}
.account-orders .order-item .order-items {
  grid-row: 1;
  grid-column: span 2;
  height: 50px;
  overflow: hidden;
}
.account-orders .order-item .order-items img {
  border-radius: 50%;
  width: 50px;
  margin: 0 10px 0 0;
}
.account-orders .order-item .order-button-show {
  grid-row: 1;
  grid-column: 3;
}
.slider-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Fira Sans Extra Condensed;
  text-align: center;
  color: black;
  transform: translate(-50%, 0);
}
.slider-middle .wrap-bread-crumb a {
  margin-top: 20px;
  color: black;
  font-weight: 500;
}
.fira-extra-condenced {
  font-family: "Fira Sans Extra Condensed";
}
.product-page-tag-container {
  display: flex;
  gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-page-tag-container .tag-item {
  display: inline-block;
  padding: 5px 10px;
  background: #f1f1f1;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Fira Sans Extra Condensed";
  border: 1px solid #e3e3e3;
}
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  overflow: auto;
  padding-bottom: 35px;
}
#search-modal.visible {
  opacity: 1;
  pointer-events: all;
}
#search-modal .toggle {
  cursor: pointer;
}
#search-modal .header {
  font-family: Fira Sans Extra Condensed;
  display: flex;
  font-size: 2.2rem;
  padding: 40px;
  font-weight: 300;
}
#search-modal .header .title {
  flex-grow: 1;
}
#search-modal .body {
  margin-top: 50px;
}
#search-modal .search-inner {
  height: calc(100vh - 300px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#search-modal .search-inner .search-input {
  position: relative;
  flex-grow: 1;
}
#search-modal .search-inner .search-input input {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
#search-modal .search-inner .search-input .input-icon-search {
  position: absolute;
  left: 10px;
  top: 10px;
}
#search-modal .search-inner .search-input .input-icon-clear {
  position: absolute;
  right: 10px;
  top: 10px;
}
#search-modal .search-inner .search-input .search-results {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-top-color: transparent;
  max-height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
#search-modal .search-input .search-results .search-item:hover {
  background: #f1f1f1;
}
#search-modal .search-inner .search-input .input-icon-clear {
  cursor: pointer;
}
.categories-product-outer {
  position: relative;
}
.categories-product-outer .is-sold,
.product-detail .is-sold {
  position: absolute;
  font-family: Fira Sans Extra Condensed;
  color: white;
  font-weight: 500;
  top: 10px;
  left: 25px;
  padding: 5px 10px;
  background: red;
  border-radius: 10px;
}
.home-slider .banner-info {
  top: 100px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: left;
}
.home-slider .banner-info .banner-title {
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 65px;
  text-align: left;
}
.home-slider .banner-info .banner-caption {
  margin-top: 25px;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 15px;
  text-align: left;
}

.home-slider .banner-info .banner-caption-container {
  display: flex;
  justify-content: start;
  gap: 25px;
}

.home-slider .banner-info .banner-link {
  margin-top: 25px;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 15px;
  text-align: left;
  background: rgb(163, 62, 0);
  border-radius: 20px;
  padding: 10px 29px;
}
.reviews-container {
  max-width: 800px;
  margin: auto;
  color: #909097;
}
.reviews-container .required-fields-text {
  font-size: 12px;
  text-align: center;
}
.reviews-container label {
  color: #909097;
}
.reviews-container .review-message-container input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #919191;
}
.reviews-container .review-submit {
  text-align: center;
}
.reviews-container .review-stars .stars > span {
  cursor: pointer;
}
.reviews-container .review-stars .stars > span.active,
.active-review-star {
  color: #ffb136;
}
.reviews-container .review-no-reviews {
  text-align: center;
}
.existing-review {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 9px;
  position: relative;
}
.existing-review .existing-review-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #23232c;
}
.existing-review .existing-review-date-container {
  display: flex;
}
.existing-review .existing-review-date-container .existing-review-date {
  flex-grow: 1;
  font-size: 0.8rem;
}
.existing-review .existing-review-date-container .existing-review-points {
  width: 150px;
  min-width: 150px;
}
.existing-review .existing-review-message {
  font-size: 1rem;
  margin-top: 25px;
}
#product-reviews-tab-link .badge {
  color: inherit !important;
}
.order-details-card {
  background: #fbfbfb;
  padding: 25px;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  font-size: 16px;
}
.order-detail-items-container .item {
  display: flex;
  position: relative;
  align-items: center;
  margin: 5px 0;
}
.order-detail-items-container .item .name {
  flex-grow: 1;
  padding-left: 80px;
  height: 70px;
  align-items: center;
  display: flex;
  font-size: 13px;
}
.order-detail-items-container .item .name .image {
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-around !important;
}

#main-mobile-menu-close {
  position: fixed;
  top: 25px;
  right: 25px;
}

#navbarSupportedContent12 .menu-overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5);
}

.bottom-mobile-menu {
  display: none;
  flex-grow: 0;
  padding-bottom: 15px;
}
.menu-flag-link {
  margin: 0 !important;
}
.menu-flag-link img,
.menu-flag-link span {
  vertical-align: middle;
}
.header-menu-container {
  transition: all 0.3s;
}
@media (max-width: 990px) {
  .main-header2 .logo.logo1 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 991px) {
  .logo.logo1 img {
    height: 60px !important;
  }
  .header-menu-container {
    position: absolute;
    top: 25px;
    width: 100%;
  }
  header.scrolled .header-menu-container {
    top: 20px;
  }
  #outer-navbar-toggler {
    border: none;
  }
  .header-icon .menu-item-cart,
  .header-icon .menu-item-account,
  .header-icon .menu-item-wishlist {
    display: none;
  }
  .page-container {
    margin-top: 110px;
  }

  .bottom-mobile-menu {
    display: flex;
    flex-grow: 0 !important;
    height: 130px;
  }

  #navbarSupportedContent12.show,
  #navbarSupportedContent12.showing,
  #navbarSupportedContent12.collapsing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 300px !important;
    height: 100vh !important;
    background: white !important;
    z-index: 10 !important;
    display: flex !important;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: left !important;
    align-items: self-start;
    flex-direction: column;
  }
  #navbarSupportedContent12.show > ul,
  #navbarSupportedContent12.showing > ul,
  #navbarSupportedContent12.collapsing > ul {
    gap: 0;
    flex-grow: 1;
    border-top: 1px solid #d5d2d2;
    width: 100%;
  }
  #navbarSupportedContent12 .dropdown-menu {
    padding: 0 !important;
  }
  .menu-overlay.visible {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  #navbarSupportedContent12 > button {
    position: fixed;
    top: 15px;
    border: none;
    left: 15px;
    right: auto;
  }
  .dropdown-menu.show {
    border: none !important;
  }
}
.home-more-products-container {
  text-align: center;
  margin: 35px 0;
  transition: all 0.3s;
}
.home-more-products-container button {
  border-radius: 25px;
}
.home-more-products-container button.disabled {
  pointer-events: none;
  background-color: #cbcbcb;
  border-color: #9c9c9c;
  color: black;
}
.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form .black-button {
  width: 100%;
  padding: 15px !important;
}
.custom-slider {
  width: 100%;
  height: auto;
  position: relative;
}
.custom-slider .main-carousel .slide-item {
  height: 600px;
  width: 100vw;
}
.custom-slider > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider .slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider .slide-item .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-slider .slide-item .image-container .image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
}

.custom-slider .banner-info {
  top: 100px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: left;
}
.custom-slider .banner-info .banner-title {
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 65px;
  text-align: left;
}
.custom-slider .banner-info .banner-caption {
  margin-top: 25px;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 15px;
  text-align: left;
}

.custom-slider .banner-info .banner-caption-container {
  display: flex;
  justify-content: start;
  gap: 25px;
}

.custom-slider .banner-info .banner-link {
  margin-top: 25px;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.25) 3px 2px 7px;
  font-size: 15px;
  text-align: left;
  background: rgb(163, 62, 0);
  border-radius: 20px;
  padding: 10px 29px;
}
@media (max-width: 991px) {
  .custom-slider {
    width: 100%;
    height: 700px;
    position: relative;
  }
  .custom-slider.slider-with-flickity {
    height: 300px;
  }

  .custom-slider .main-carousel .slide-item {
    height: 300px;
    width: 100vw;
  }

  .custom-slider .banner-info {
    top: 10px;
  }

  .custom-slider .banner-info .banner-title {
    font-size: 30px;
  }
}
.position-relative {
  position: relative !important;
}
.menu-flag-link {
  margin-top: 4px;
}
.menu-flag-link::after {
  display: none !important;
}
.detail-share-social span {
  font-size: 0.6rem !important;
  display: inline-block;
  padding: 0 5px;
  color: #909097;
  font-weight: 500;
}

.detail-share-social a {
  font-size: 0.8rem;
  color: #909097;
  display: inline-flex;
}
.bread-crumb {
  font-size: 13px;
}
.page-banner-not-exist {
  margin-top: 180px;
}
.category-products-dots.active {
  color: black !important;
}
.categories-products .categories-product-outer.four-per-row {
  flex-basis: 25%;
}

.categories-products .categories-product-outer.five-per-row {
  flex-basis: 20%;
}

.categories-products .categories-product-outer.six-per-row {
  flex-basis: 16.66%;
}

@media screen and (max-width: 1199px) {
  .categories-products .categories-product-outer.four-per-row,
  .categories-products .categories-product-outer.five-per-row,
  .categories-products .categories-product-outer.six-per-row {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 1000px) {
  .categories-products .categories-product-outer.four-per-row,
  .categories-products .categories-product-outer.five-per-row,
  .categories-products .categories-product-outer.six-per-row {
    flex-basis: 33.3%;
  }

  .detail-gallery {
    flex-direction: column-reverse;
  }
  .gallery-control .list-none {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .gallery-control .list-none li {
    width: 60px !important;
    height: 60px !important;
  }
  .gallery-control .list-none li img {
    width: 60px !important;
    height: auto;
  }
  .detail-gallery .gallery-control {
    overflow: auto;
    margin-bottom: 40px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .detail-gallery .gallery-control::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .categories-products .categories-product-outer.four-per-row,
  .categories-products .categories-product-outer.five-per-row,
  .categories-products .categories-product-outer.six-per-row {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 450px) {
  .categories-products .categories-product-outer.four-per-row,
  .categories-products .categories-product-outer.five-per-row,
  .categories-products .categories-product-outer.six-per-row {
    flex-basis: 100%;
  }
}
.categories-products-section {
  position: relative;
  min-height: 300px;
}
.categories-products-section .searching-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: white;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.categories-products-section .searching-overlay.active {
  pointer-events: all;
  opacity: 1;
}
.categories-products-section .searching-overlay > div {
  margin-top: 150px;
}
.searching-overlay img {
  width: 50px;
}
.categories-products .no-products-found {
  flex-grow: 1;
  background: #f6f5f8;
  padding: 25px 55px;
}
.categories-filter-li {
  margin-left: 10px;
}
.categories-filter-number-tag {
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  min-width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  background-color: #909097;
  vertical-align: text-bottom;
}
.dropdown-menu-item {
  font-weight: 300 !important;
}
#cookie-notice .cookie-notice-container {
  display: block;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cn-text-container,
.cn-buttons-container {
  display: inline-block;
}
#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
}
.cn-position-top {
  top: 0;
}
.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.cn-close-icon:before,
.cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgba(128, 128, 128, 1);
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0 0 0 10px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}
.carousel-image-container {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.input-has-right-button {
  position: relative;
}
.input-has-right-button .addon-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.social-top-bar {
  background: black;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
}

.social-top-bar a,
.social-top-bar span {
  display: inline-block;
  padding: 7px;
  color: white;
}

.social-top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-top-bar ul li {
  float: left;
}