/* New styles specific to the updated HTML */

body {
  font-family: "Alexandria", Arial, sans-serif;
}

footer {
  margin-bottom: 0px !important;
}

.white-color {
  color:var(--site-ink,#ffffff) !important;
}

input[type="radio"]:checked {
  background-color:var(--site-brand-solid,var(--site-brand)) !important; /* Change background color when checked */
  border-color:var(--site-brand,var(--site-brand)) !important; /* Change border color when checked */
  color:var(--site-brand,var(--site-brand));
}

.form-check-input:checked {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  border-color:var(--site-brand,var(--site-brand)) !important;
  box-shadow: inset 0 0 0 2px #000;
}

.form-check-input:checked[type="checkbox"] {
  background-image: none !important;
}

.sticky-filter {
  position: -webkit-sticky; /* For Safari */
  position: sticky !important;
  top: 20px; /* Adjust the top offset as needed */
  height: calc(100vh - 20px); /* Full height with respect to the top offset */
  overflow-y: auto; /* Add scroll if content exceeds height */
}

.top-banner {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  text-align: center !important;
  padding: 8px !important;
  color:var(--site-ink,#fff) !important;
  font-weight: bold !important;
}

.ajax-search .typeahead {
  padding: 13px 20px !important;
}

.first-li {
  margin: 0 0 !important;
}

.header-nav {
  margin: 0 4%;
}

.fa-globe {
  color:var(--site-ink,#fff);
  font-size: 20px;
}

.top-banner p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color:var(--site-ink,#fff) !important;
  line-height: 1.5 !important;
}

.main-header {
  background-color:var(--site-surface-2,#212121) !important;
  color:var(--site-ink,#fff) !important;
  padding: 20px 4% !important;
}

.logo {
  flex: 1 1 20%;
  padding: 0px 10px;
}

.header-search {
  flex: 1 1 38%;
  padding: 0px 10px;
}

.header-icons {
  flex: 1 1 42%;
  padding: 0px 10px;
}

.search-bar {
  display: flex !important;
  align-items: stretch !important;
}

.search-bar input {
  flex-grow: 1 !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important;
  font-size: 13px !important;
}

.search-bar input::placeholder {
  color:var(--site-muted,#d1d1d1) !important;
}

.search-bar button {
  background-color:var(--site-surface,#fff) !important;
  border: none !important;
  border-radius: 0 5px 5px 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-right: 10px;
}

.search-bar button img {
  height: 22px !important;
}

.header-right .d-flex {
  align-items: center !important;
  justify-content: center !important;
}

.header-right .language select {
  padding: 5px !important;
  background-color: transparent !important; /* Make background transparent */
  border: none !important;
  border-radius: 5px !important;
  color:var(--site-ink,#fff) !important;
  cursor: pointer !important;
  position: relative !important; /* Fix overlap issue */
  z-index: 1 !important;
}

.user-info a {
  text-decoration: none !important;
  color:var(--site-ink,#fff) !important;
  display: flex !important;
  align-items: center !important;
}

.user-info a img {
  height: 20px !important;
  margin-right: 5px !important;
}

.icons a {
  text-decoration: none !important;
  color:var(--site-ink,#fff) !important;
  display: flex !important;
  align-items: center !important;
}

.icons a img {
  height: 20px !important;
  margin-right: 5px !important;
}

.cart_qty_cls {
  position: absolute !important;
  top: -5px !important;
  right: -10px !important;
  background-color:var(--site-surface,#fff) !important;
  border-radius: 50% !important;
  color:var(--site-brand,var(--site-brand)) !important;
}

.span_padding_5 {
  padding: 0px 5px;
  font-size: 14px;
}

.span_padding_10 {
  padding: 0px 10px;
}

.span_padding_12 {
  padding: 0px 15px;
  font-size: 14px;
}

.navigation {
  background-color:var(--site-surface,#fff) !important;
  padding: 15px 0 !important;
  border-top:1px solid var(--site-border-soft,#e7e7e7) !important;
  display: flex !important;
  align-items: center !important;
}

.category-dropdown {
  background-color: transparent !important;
  color:var(--site-brand,var(--site-brand)) !important;
  font-weight: bold !important;
}

.category-dropdown .dropdown-menu {
  background-color:var(--site-surface,#fff) !important;
}

.navigation .nav {
  display: flex !important;
  justify-content: flex-start !important;
}

.navigation .nav li {
  margin: 0 20px !important;
  position: relative !important;
}

.navigation .nav a {
  text-decoration: none !important;
  color:var(--site-ink,#1a1a1a) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.navigation .nav .nav_special {
  color:var(--site-brand,var(--site-brand)) !important;
}

.nav_special_img {
  width: 20px;
}

.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background-color:var(--site-surface,#fff) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000 !important;
}

.dropdown-menu .dropdown-item {
  color: #333 !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8 !important;
}

.dropdown-menu .dropdown-item {
  display: block !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.shop_dropdown,
.shop_dropdown a:hover {
  color:var(--site-brand,var(--site-brand)) !important;
  font-size: 18px !important;
  padding: 0px 10px !important;
}

.shop_dropdown span {
  color:var(--site-brand,var(--site-brand)) !important;
  font-size: 18px !important;
  padding: 0px 0px !important;
}

.menu-icon {
  position: absolute;
  bottom: 0px;
  right: 20px;
  color:var(--site-brand,var(--site-brand));
}

.menu-icon-1 {
  position: absolute;
  bottom: 5px;
  right: -15px;
  font-size: 12px;
}

.tap-top {
  color:var(--site-brand,var(--site-brand));
}

.shop_dropdown_div {
  border-right:1px solid var(--site-brand,var(--site-brand)) !important;
  width: 286px;
}

.dropdown-menu li {
  display: block !important;
}

.header-mobile {
  display: none !important;
}

.header-desktop {
  display: flex !important;
}

.dropdown-menu {
  height: 500px;
  overflow: auto;
}

.mobile-menu {
  display: none !important;
}

.header-lang {
  background-color: transparent;
  border: none;
  color:var(--site-ink,#fff);
}

.header-lang option {
  background-color: transparent;
  border: none;
  color:var(--site-ink,#fff);
}

/* ------- slider css ---------*/

.home-slider .slider-contain,
.center-slider .slider-contain {
  display: block !important;
  align-items: center;
  text-align: center;
}

.home-slider .slider-contain h1,
.center-slider .slider-contain h1 {
  align-items: center;
  text-align: center;
  color:var(--site-ink,#fff) !important;
  padding-top: 20px !important;
}

.home-slider .home,
.center-slider .home {
  height: 600px !important;
}

.home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline,
.center-slider .slider-contain .btn-solid,
.center-slider .slider-contain .btn-outline {
  background-color:var(--site-surface,#fff) !important;
  color:var(--site-brand,var(--site-brand)) !important;
  padding: 15px !important;
  border-radius: 5px !important;
}

.home-slider .slider-contain h4,
.center-slider .slider-contain h4 {
  color:var(--site-ink,#fff) !important;
}

.slider-padding {
  padding-top: 340px;
}

.slider-padding-1 {
  padding-top: 340px;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before,
.center-slider .slick-prev:before,
.center-slider .slick-next:before {
  color:var(--site-brand,var(--site-brand)) !important;
}

.slick-prev,
.slick-next {
  background-color:var(--site-surface,#fff) !important;
  border-radius: 100%;
}

/*
 * Home slider arrows.
 * The base theme designs these as hover-reveal (opacity:0 -> :hover opacity:1) and
 * permanently hides the "next" arrow via a global `.slick-next{display:none !important}`,
 * so only one arrow ever showed. These rules take full control with !important so BOTH
 * arrows are always visible, vertically centered, and symmetric in LTR and RTL.
 */
.home-slider .slick-prev,
.home-slider .slick-next {
  width: 42px !important;
  height: 42px !important;
  top: 50% !important;
  bottom: auto !important;
  margin: 0 !important;
  z-index: 10 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background-color:var(--site-surface,#fff) !important;
  border-radius: 100% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.home-slider .slick-prev {
  left: 25px !important;
  right: auto !important;
}

.home-slider .slick-next {
  right: 25px !important;
  left: auto !important;
}

[dir="rtl"] .home-slider .slick-prev,
.rtl .home-slider .slick-prev {
  right: 25px !important;
  left: auto !important;
}

[dir="rtl"] .home-slider .slick-next,
.rtl .home-slider .slick-next {
  left: 25px !important;
  right: auto !important;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1 !important;
  color:var(--site-brand,var(--site-brand)) !important;
}

/* RTL: mirror each chevron (prev sits on the right -> points right, next on the left -> points left) */
[dir="rtl"] .home-slider .slick-prev:before,
.rtl .home-slider .slick-prev:before {
  content: "\f054" !important;
}

[dir="rtl"] .home-slider .slick-next:before,
.rtl .home-slider .slick-next:before {
  content: "\f053" !important;
}

.slider-p {
  font-weight: 400 !important;
  font-size: 18px !important;
  text-align: center !important;
  line-height: 27px !important;
  letter-spacing: normal !important;
}

/* ------- end slider css ---------*/

/* ------- home css ---------*/

.prim-color {
  color:var(--site-brand,var(--site-brand)) !important;
}

.container-fluid {
  background-color:var(--site-bg,#000) !important;
}

.home-info {
  padding: 10px;
  border-bottom:2px solid var(--site-brand,var(--site-brand));
}

.home-container {
  padding: 30px;
}

.info-p {
  margin: 11px !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  line-height: 25px;
  width: 60%;
}

.info-h1 {
  margin: 0px 10px !important;
  width: 40%;
  text-align: center;
}

.info-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-banner .img-part {
  border:5px solid var(--site-brand,var(--site-brand));
}

/* ------- end home css ---------*/

/* ------- footer css ---------*/

footer.footer-theme-color .sub-footer.dark-subfooter {
  background-color:var(--site-bg,#000) !important;
}

.footer-p {
  color:var(--site-muted-2,#888888) !important;
  width: 90% !important;
  text-decoration: none;
  padding: 5px 0px;
  line-height: 21px;
}

footer .footer-theme .footer-mobile-title {
  display: block !important;
}

footer .darken-layout .sub-title h4 {
  color:var(--site-ink,#1f1f1f) !important;
}

.footer-theme .sub-title li {
  padding-top: 1px !important;
}

footer.footer-theme-color .darken-layout .sub-title .contact-list li i,
footer.footer-theme-color .darken-layout .sub-title .contact-list li a {
  color:var(--site-muted-2,#888888) !important;
}

.footer-theme .sub-title .contact-list i {
  top: 9px !important;
}

footer.footer-theme-color .darken-layout .footer-social i {
  background-color: transparent !important;
  border:1px solid var(--site-border-strong,#b0b0b0) !important;
  color:var(--site-faint,#b0b0b0) !important;
  border-radius: 100% !important;
}

.footer-head {
  text-align: left !important;
}

.footer-head h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color:var(--site-ink,#1f1f1f) !important;
}

.footer-content {
  text-align: left !important;
}

.sub-title {
  padding-bottom: 20px;
}

ol,
ul {
  padding-left: 0px !important;
}

/* ------- end footer css ---------*/

/* ------- products css ---------*/

.background-dark {
  padding: 0px !important;
  background-color:var(--site-bg,#000) !important;
}

.products-header {
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}

.collection-product-wrapper .product-top-filter {
  border-bottom:0.22px solid var(--site-border,#ddd) !important;
  border-top: none !important;
}

.collection-view ul {
  margin-bottom: 0px !important;
}

.collection-view ul li img {
  width: 34px !important;
  cursor: pointer;
}

.product-page-per-view label {
  margin: 0px !important;
  color: #5f5f5f;
}

.product-page-per-view select {
  word-wrap: normal;
  background-color: transparent;
  border: unset;
  color:var(--site-ink,#fff);
}

.product-style-3 {
  padding: 10px;
  background-color:var(--site-surface,#fff) !important;
  border:1px solid var(--site-brand,var(--site-brand));
  border-radius: 5px;
}

.product-box .img-wrapper {
  border:1px solid var(--site-border,#ffffff);
  background-color:var(--site-surface,#ffffff);
  padding: 10px;
  height: 200px !important;
}

.product-img img {
  align-items: center;
  height: 163px !important;
}

.product-img {
  position: relative;
}

.product-img .add-fav {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  background-color: #888888;
  border-radius: 100%;
  width: 36px;
  text-align: center;
}

.product-rating-info {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  background-color:var(--site-surface,#ffffff);
  border-radius: 10px;
  text-align: center;
}

.product-rating-info i {
  color:var(--site-brand,var(--site-brand)) !important;
}

.product-category {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color:var(--site-brand,var(--site-brand)) !important;
  text-decoration: none;
}

.product-category-div {
  text-align: left;
  padding: 5px 0px;
}

.product-title-div {
  text-align: left;
  padding: 5px 0px;
}

.product-note-div {
  text-align: left;
  padding: 5px 0px;
  border-top:0.33px solid var(--Neutral-300, var(--site-border-strong,#b0b0b0));
  border-bottom:0.33px solid var(--Neutral-300, var(--site-border-strong,#b0b0b0));
}

.product-title-div a {
  text-decoration: none;
}
.product-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color:var(--site-ink,#1a1a1a) !important;
  text-decoration: none;
}

.product-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  text-align: right;
  color:var(--site-ink-strong,#000000) !important;
}

.product-note-div img {
  width: 20px;
}

.product-price-div {
  text-align: left;
  padding: 5px 0px;
  border-top:0.33px solid var(--Neutral-300, var(--site-border-strong,#b0b0b0));
  height: 50px;
}

.product-price-div span h4 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-align: left !important;
  color:var(--site-brand,var(--site-brand)) !important;
  text-align: left !important;
}

.product-pagination .pagination .page-item.active a {
  color:var(--site-brand,var(--site-brand)) !important;
}

.cart-icon {
  width: 16px;
  margin: 0px 5px;
}

.product-cart {
  width: 100% !important;
  height: 50px !important;
  padding: 8px 16px 8px 16px !important;
  border:1px solid var(--site-border,#888888) !important;
  border-radius: 5px !important;
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  /* margin: 10px 0px; */
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color:var(--site-bg,#000) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:1px solid var(--site-border,#d1d1d1) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.product-cart span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/* Rental add-to-cart row: qty + button on same line */
.rental-add-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.rental-add-row .rental-qty-selector {
  margin-top: 0;
  margin-bottom: 0;
  flex-shrink: 0;
}

.rental-add-row .rental-add-btn {
  flex: 1;
  width: auto !important;
  height: 36px !important;
  padding: 0 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rental-add-row .rental-add-btn span {
  font-size: 12px;
}

/* Rental quantity selector for product cards */
.rental-qty-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:1px solid var(--site-border,#888888);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 6px;
}

.rental-qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background-color:var(--site-surface-2,#1a1a1a);
  color:var(--site-ink,#ffffff);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.rental-qty-btn:hover {
  background-color:var(--site-brand-solid,var(--site-brand));
}

.rental-qty-input {
  width: 50px;
  height: 36px;
  text-align: center;
  border: none;
  border-inline-start:1px solid var(--site-border,#888888);
  border-inline-end:1px solid var(--site-border,#888888);
  background-color:var(--site-bg,#000000);
  color:var(--site-ink,#ffffff);
  font-size: 14px;
  font-weight: 600;
  -moz-appearance: textfield;
}

.rental-qty-input::-webkit-outer-spin-button,
.rental-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* View cart button after adding to cart */
.product-view-cart {
  background-color: transparent !important;
  border:1px solid var(--site-brand,var(--site-brand)) !important;
  color:var(--site-brand,var(--site-brand)) !important;
  margin-top: 8px !important;
}

.product-view-cart:hover {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  color:var(--site-ink,#ffffff) !important;
}

.pagination {
  margin: 0px !important;
}

.product-pagination .pagination .page-item a {
  background-color:var(--site-bg,#000) !important;
}

.product-pagination .pagination .page-item.active a {
  border-color:var(--site-border,#ddd);
  color: #777;
}

.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 30px;
  border-top:0.2px solid var(--site-border-soft,#e7e7e7);
  border-right:0.2px solid var(--site-border-soft,#e7e7e7);
  border-bottom:0.2px solid var(--site-border-soft,#e7e7e7);
  border-left:0.2px solid var(--site-border-soft,#e7e7e7);

  background-color:var(--site-bg,#000);
}

.collection-collapse-block .collapse-block-title {
  color:var(--site-ink,#fff) !important;
}

.collection-collapse-block .collapse-block-title:after {
  color:var(--site-brand,var(--site-brand)) !important;
}

.collection-collapse-block
  .collection-collapse-block-content
  .collection-brand-filter
  .collection-filter-checkbox
  label {
  color:var(--site-muted,#6d6d6d) !important;
}

.form-check-input[type="checkbox"] {
  border-radius: 100% !important;
}

.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 14px;
  color:var(--site-ink,#fff) !important;
  cursor: pointer;
}

.filter-main-btn {
  margin: 0px !important;
}

.filter-main-btn span {
  margin-top: 20px !important;
}

.filter-main-btn span {
  background-color:var(--site-bg,#000) !important;
}

.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 20px !important;
}

.collection-wrapper {
  background-color:var(--site-bg,#000) !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-right h2 {
  color:var(--site-ink,#fff) !important;
}

.text-pro {
  --bs-text-opacity: 1;
  color:var(--site-brand,var(--site-brand)) !important;
}

.product-right .rating-section h6 {
  color:var(--site-muted,#d1d1d1) !important;
}

.product-right .label-section .label-text {
  color:var(--site-brand,var(--site-brand)) !important;
  padding: 0 !important;
}

.product-right .border-product {
  border-top: none !important;
}

.border-product {
  color:var(--site-muted,#d1d1d1) !important;
}

.border-product * {
  color:var(--site-muted,#d1d1d1) !important;
}

.part * {
  color:var(--site-muted,#d1d1d1) !important;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  color:var(--site-muted,#d1d1d1) !important;
}

.product-right h4 {
  color:var(--site-ink,#fff) !important;
}

.product-span {
  width: 40%;
}

.product-number-input {
  position: relative;
  width: 60%;
}

.product-h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.02em;
  color:var(--site-ink,#fff) !important;
}

.rent-span {
  color:var(--site-faint,#b0b0b0) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
}

.btn-a7a {
  background-image: none;
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  border-color:var(--site-border,#fff) !important;
  color:var(--site-ink,#fff) !important;
}

.btn-solid.hover-solid:hover,
.btn-solid.hover-solid:focus {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  border-color:var(--site-border,#fff) !important;
}

.product-btn {
  background-image: none;
  background-color:var(--site-bg,#000) !important;
  border-color:var(--site-brand,var(--site-brand)) !important;
  color:var(--site-brand,var(--site-brand)) !important;
}

.product-right .product-buttons a:last-child {
  margin: 0 !important;
}

.product-number-input input {
  width: 100%;
  text-align: center;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-number-input input::-webkit-outer-spin-button,
.product-number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none; /* For Chrome, Safari, Edge, and Opera */
  margin: 0;
}

.product-number-input button {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border: none;
  color:var(--site-ink,#1a1a1a);
  width: 30px;
  cursor: pointer;
  font-size: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.product-number-input .minus {
  left: 0;
}

.product-number-input .plus {
  right: 0;
}

.product-buttons {
  text-align: left !important;
}

.btn-solid {
  margin-top: 2px;
  padding: 7px 15px !important;
  margin-bottom: 2px;
}

.tab-product,
.product-full-tab {
  background-color:var(--site-bg,#000);
}

.dark-background {
  background-color:var(--site-bg,#000) !important;
}

.product-related h2 {
  color:var(--site-ink,#fff) !important;
  border-bottom: none !important;
}

.nav-tabs {
  border-bottom:1px solid var(--site-brand,var(--site-brand)) !important;
}

.nav-item {
  color:var(--site-muted,#6d6d6d) !important;
  background-color:var(--site-bg,#000) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  color:var(--site-ink,#fff) !important;
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
  padding: 20px 15px 20px 15px;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 20px 15px 20px 15px;
}

.media {
  color:var(--site-ink,#fff);
}

.light-text {
  color:var(--site-ink,#fff) !important;
}

.form-review {
  color:var(--site-muted,#6d6d6d) !important;
  background-color:var(--site-bg,#000) !important;
  border:1px solid var(--site-border,#fff) !important;
}

.form-control,
.plus,
.minus {
  color:var(--site-muted-2,#888888) !important;
}

.review-btn {
  width: 100%;
  border:1px solid var(--site-border,#fff) !important;
  color:var(--site-ink,#fff) !important;
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
}

/* ------- end products css ---------*/

/* ------- about css ---------*/

.prim-text {
  color:var(--site-brand,var(--site-brand));
}

.about-border {
  border-bottom:1px solid var(--site-brand,var(--site-brand));
  text-align: center;
  padding-bottom: 20px;
}

.about-div p {
  color:var(--site-ink,#fff) !important;
}

/* ------- end about css ---------*/

/* ------- starts login css ---------*/

.login-page {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.login-div {
  width: 50%;
  background-color:var(--site-bg,#000);
  padding: 120px 30px;
  height: 100vh;
}

.register-div {
  width: 50%;
  background-color:var(--site-bg,#000);
  padding: 120px 30px;
}

.slider-div {
  width: 50%;
  background-color:var(--site-brand-solid,var(--site-brand));
}

.slider-div .home-slider .home,
.slider-div .center-slider .home {
  height: 100% !important;
}

.slider-div .home-slider .slider-contain,
.slider-div .center-slider .slider-contain {
  height: 100% !important;
  padding-top: 50px;
}

.login-card {
  border: none !important;
}

.light-text-1 {
  color:var(--site-muted,#b0b0b0) !important;
}

.form-login {
  height: 50px;
}

.login-submit {
  text-align: center;
}

.login-span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color:var(--site-ink,#fff);
  display: inline;
}

.login-a {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
  text-align: left !important;
  color:var(--site-brand,var(--site-brand)) !important;
}

.login-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0px 15px;
}

.login-logo img {
  width: 200px;
}

.register-a {
  color:var(--site-brand,var(--site-brand)) !important;
}

.product-wrapper-grid.list-view .product-wrap .product-info {
  width: 100%;
}

/* ------- full-page centered auth (login / register) ---------*/

.auth-page {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:var(--site-bg,#000);
  background-image: radial-gradient(circle at 50% 0%, rgba(31,78,61, 0.18), transparent 55%);
  padding: 48px 16px;
}

.auth-wrapper {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-wrapper.auth-wide {
  max-width: 680px;
}

.auth-logo {
  text-align: center;
  margin-bottom: 30px;
}

.auth-logo img {
  width: 200px;
  max-width: 75%;
  height: auto;
}

.auth-card {
  width: 100%;
  background-color:var(--site-surface,#0d0d0d) !important;
  border: 1px solid rgba(31,78,61, 0.3) !important;
  border-radius: 16px !important;
  padding: 42px 36px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.auth-card h3 {
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.auth-card .login-p {
  margin-bottom: 28px;
  text-align: center;
}

.auth-alt {
  text-align: center;
  padding: 22px 10px 2px;
}

@media (max-width: 767px) {
  .auth-page {
    min-height: 100vh;
    height: auto;
    padding: 32px 14px;
  }

  .auth-wrapper,
  .auth-wrapper.auth-wide {
    max-width: 100%;
  }

  .auth-logo {
    margin-bottom: 22px;
  }

  .auth-logo img {
    width: 160px;
  }

  .auth-card {
    padding: 28px 20px !important;
    border-radius: 14px !important;
  }
}

/* ------- end login css ---------*/

/* ------- start cart css ---------*/

.cart-empty {
  text-align: center;
}

.car-image {
  width: 300px;
  padding: 20px;
}

.cart-h2 {
  font-weight: 700;
  text-align: center;
  color:var(--site-muted,#d1d1d1) !important;
}

.cart-buttons {
  padding: 40px 10px;
}

.cart-div {
  width: 100%;
  /* height: 200px; */
  background-color:var(--site-surface,#fff);
  padding: 10px;
  margin-bottom: 3px;
  border:1px solid var(--site-brand,var(--site-brand));
  border-radius: 5px;
}

.items-div {
  width: 70%;
}

.summary-div {
  width: 30%;
  padding: 10px;
  border:1px solid var(--site-border,#fff);
  border-radius: 5px;
  margin: 0px 10px;
  height: 100%;
}

.cart-img {
  width: 80%;
  max-height: 100%;
}

.img-div {
  width: 20%;
  padding: 10px;
  overflow: hidden;
  background-color:var(--site-surface,#ffffff);
  text-align: center;
  border-radius: 5px;
}

.name-div {
  width: 30%;
  padding: 0px 10px;
}

.name-div a {
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color:var(--site-ink,#1a1a1a) !important;
}

.qty-box {
  width: 15%;
  padding: 0px 10px;
  min-width: 200px;
}

.price-div {
  width: 25%;
  padding: 0px 10px;
}

.price-div h2 {
  text-decoration: none !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color:var(--site-brand,var(--site-brand)) !important;
}

.trash-div {
  width: 10%;
  padding: 0px 10px;
}

.trash-img {
  width: 25px;
}

.trach-icon {
  background-color:var(--site-bg-alt,#f6f6f6);
  padding: 10px;
  border-radius: 100%;
}

.summary-h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #f6f6f6;
  padding: 10px 5px;
}

.summary-total {
  padding-top: 10px;
  width: 100%;
}

.summary-total p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color:var(--site-muted,#d1d1d1);
}

.summary-border {
  border-top:1px solid var(--site-border,#d1d1d1);
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  background-color:var(--site-surface,#fff);
  border: none !important;
}

.qty-box .input-group button {
  border: none !important;
}

.input-border {
  border: 1px solid #f5f5f5;
}

.span-qty {
  font-size: 30px !important;
  font-weight: 100 !important;
  margin: 6px;
}

.qty-box .input-group .form-control {
  box-shadow: inset 2px 0 0 0 #f5f5f5, inset -2px 0 0 0 #f5f5f5;
}

.mobile-nav .nav-item {
  background-color:var(--site-surface,#fff) !important;
}

/* ------- end cart css ---------*/

/* ------- start checkout css ---------*/

.checkout-details {
  border:1px solid var(--site-border,#fff) !important;
}

.checkout-product {
  padding: 5px 0px;
  width: 100%;
  border-bottom:1px solid var(--site-border,#fff);
}

.checkout-product p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color:var(--site-muted,#d1d1d1);
}

.coupon-apply {
  background-color:var(--site-brand-solid,var(--site-brand)) !important;
  color:var(--site-ink,#fff) !important;
}

.select-branch {
  flex-basis: 100%;
  text-align: center;
}

/* ------- end checkout css ---------*/

/* ------- start blog css ---------*/

.post-div {
  flex: 0 0 22.5%; /* 4 items per row */
  background-color:var(--site-surface,#fff);
  border:1px solid var(--site-brand,var(--site-brand));
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 1.25%;
  height: 420px;
}

.post-img img {
  width: 100%;
}

.post-category {
  color:var(--site-brand,var(--site-brand));
  padding: 10px;
  background-color: rgba(184,137,74, 0.05);
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
}

.post-title {
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  cursor: pointer;
  color:var(--site-ink,#1a1a1a);
}

.dashed-border {
  border-bottom:0.7px dashed var(--site-border-strong,#b0b0b0);
  padding-bottom: 20px;
}

.post-title:hover {
  color:var(--site-brand,var(--site-brand));
}

.post-date {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #97989f;
}

/* ------- end blog css ---------*/

.about-page .banner-section {
  text-align: center;
}

.about-div h1,
.about-div h2,
.about-div h3,
.about-div h4,
.about-div h5,
.about-div h6,
.about-div p,
.about-div span,
.about-div a,
.about-div ul,
.about-div ul li {
  color:var(--site-ink,#fff) !important;
}

.about-div h1,
.about-div h2,
.about-div h3,
.about-div h4,
.about-div h5,
.about-div h6 {
  padding-top: 10px; /* Adjust the value as needed */
  padding-bottom: 10px; /* Adjust the value as needed */
}

.about-div p img,
.about-div img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; /* This is not necessary for images, so you can remove it */
}

/* Responsive Design */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .name-div a {
    font-size: 12px !important;
  }

  .price-div h2 {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .name-div a {
    font-size: 10px !important;
  }

  .sticky-filter {
    position: fixed !important;
  }

  .post-div {
    flex: 0 0 45%; /* 4 items per row */
    background-color:var(--site-surface,#fff);
    border:1px solid var(--site-brand,var(--site-brand));
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 2.5%;
  }

  .price-div h2 {
    font-size: 10px !important;
  }

  .items-div {
    width: 100%;
  }

  .summary-div {
    width: 100%;
    margin: 0 !important;
  }

  .header-mobile {
    display: flex !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .ajax-search .typeahead {
    padding: 8px 20px !important;
  }

  .logo a img {
    width: 170px !important;
  }

  .logo {
    flex: 1 1 20%;
    padding: 0px 10px;
  }

  .header-search {
    flex: 1 1 45%;
    padding: 0px 10px;
  }

  .header-icons {
    flex: 1 1 30%;
    padding: 0px 10px;
  }

  .navigation .nav li {
    padding-top: 10px;
  }

  .menu-icon {
    top: 16px;
  }

  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-menu {
    display: flex !important;
    flex: 1 1 10%;
    padding: 0px 5px;
  }

  .sticky-filter {
    position: fixed !important;
  }

  .footer-theme .sub-title .contact-list i {
    top: 0px !important;
  }

  .footer-social ul {
    margin: 0 0 !important;
  }

  .mx-2 {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
  }

  .post-div {
    flex: 0 0 90%; /* 4 items per row */
    background-color:var(--site-surface,#fff);
    border:1px solid var(--site-brand,var(--site-brand));
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 5%;
  }

  .logo {
    flex: 1 1 35%;
    padding: 0px 5px;
  }

  .header-search {
    flex: 0 0 100%;
    padding: 0 5px;
    padding-top: 15px;
    order: 4;
  }

  .header-icons {
    flex: 1 1 55%;
    padding: 0px 5px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .logo a img {
    width: 115px !important;
  }

  .main-header {
    background-color:var(--site-surface-2,#212121) !important;
    color:var(--site-ink,#fff) !important;
    padding: 15px 1% !important;
  }

  .ajax-search .typeahead {
    padding: 12px 20px !important;
  }

  .navbar-dark {
    width: 10%;
  }

  .mobile-icons {
    width: 50%;
  }

  .mobile-hidden {
    display: none !important;
  }

  .navbar-dark .navbar-toggler {
    color: transparent !important;
    border-color: unset !important;
  }

  .navbar-dark .navbar-toggler img {
    width: 20px;
  }

  .mobile-search {
    padding-bottom: 10px;
  }

  .nav-link {
    color:var(--site-brand,var(--site-brand)) !important;
  }

  .menu-icon {
    position: absolute;
    top: 10px;
    padding: 5px;
  }

  .dropdown-menu {
    height: unset;
    overflow: unset;
    top: 0px !important;
  }

  .home-slider .home,
  .center-slider .home {
    height: 580px !important;
  }

  .slider-p {
    font-weight: 400 !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 21px !important;
    letter-spacing: normal !important;
  }

  .info-h1 {
    font-size: 46px;
  }

  .info-p {
    margin: 12px !important;
  }

  .product-form .collection-filter {
    width: 350px !important;
  }

  .login-div {
    width: 100%;
    height: 630px;
    background-color:var(--site-bg,#000);
    padding: 50px 30px;
  }

  .register-div {
    width: 100%;
    background-color:var(--site-bg,#000);
    padding: 50px 30px;
  }

  .register-div {
    height: 1200px !important;
  }

  .slider-div {
    width: 100%;
    height: 400px;
  }

  .slider-div .home-slider .slider-contain h1,
  .slider-div .center-slider .slider-contain h1 {
    padding-top: 0px !important;
  }

  .slider-padding-1 {
    padding-top: 250px !important;
    padding-bottom: 35px;
  }

  .slider-div .home-slider .slider-contain .btn-solid,
  .slider-div .home-slider .slider-contain .btn-outline,
  .slider-div .center-slider .slider-contain .btn-solid,
  .slider-div .center-slider .slider-contain .btn-outline {
    display: none;
  }

  .login-page {
    height: 800px;
  }

  .login-logo {
    display: none !important;
  }

  .name-div a {
    font-size: 8px !important;
    line-height: 11px !important;
  }

  .price-div h2 {
    font-size: 10px !important;
  }

  .items-div {
    width: 100%;
  }

  .summary-div {
    width: 100%;
    margin: 0 !important;
  }

  .img-div {
    padding: 3px;
  }

  .trash-img {
    width: 15px;
  }
  .trach-icon {
    background-color:var(--site-bg-alt,#f6f6f6);
    padding: 5px;
    border-radius: 100%;
  }

  .qty-box .input-group button {
    padding: 0 !important;
  }

  .span-qty {
    font-size: 20px !important;
    font-weight: 100 !important;
    margin: 12px;
  }

  .qty-box {
    width: 15%;
    padding: 0px 10px;
    min-width: 170px;
  }

  .product-span {
    width: 50%;
  }

  .product-number-input {
    position: relative;
    width: 50%;
  }

  .product-buttons {
    text-align: center !important;
  }
}

/* --- Add-to-cart notifications must sit above the sticky storefront header (.sh-sticky z-index:30) --- */
.added-notification { z-index: 1090; max-width: calc(100vw - 60px); }
.added-notification.show { top: 90px; }
.added-notification h3 { white-space: normal; overflow-wrap: anywhere; }
/* Error / info toast for AJAX cart messages (e.g. out of stock). */
.cart-msg-noty { background-color: #c0392b; }
.cart-msg-noty h3 { margin: 0 10px; }
.cart-msg-noty:empty, .cart-msg-noty h3:empty { display: none; }

/* ============================================================
   On-Call (price-on-request) products — shown instead of the
   price + add-to-cart/book button when a product is on call.
   ============================================================ */
.oncall-block { display: flex; flex-direction: column; gap: 10px; }
/* "Price on request" line matches the height + top border of a normal
   .product-price-div so an on-call card lines up with priced cards. */
.oncall-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color:var(--site-brand,var(--site-brand));
    padding: 5px 0;
    min-height: 50px;
    border-top:0.33px solid var(--Neutral-300, var(--site-border-strong,#b0b0b0));
}
.oncall-buttons { display: flex; gap: 8px; }
/* Polished buttons that match the add-to-cart button (proangles purple).
   !important mirrors .product-cart — needed to win over Bootstrap's .btn base. */
.oncall-btn {
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 48px !important;              /* single-product page + modal size */
    padding: 8px 16px !important;
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    font-weight: 600;
    font-size: 14px;
    color:var(--site-ink,#fff) !important;
    text-decoration: none;
    cursor: pointer;
    transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}
.oncall-btn:hover { filter: brightness(0.95); transform: translateY(-1px); color:var(--site-ink,#fff) !important; box-shadow: 0 6px 16px rgba(0, 0, 0, .12); }
/* Both use proangles brand purples — Call the primary magenta, WhatsApp the
   secondary purple so the two stay distinguishable while staying on-brand. */
.oncall-call-btn { background:var(--site-brand-solid,var(--site-brand)) !important; border-color:var(--site-brand,var(--site-brand)) !important; }
.oncall-wa-btn { background:var(--site-brand-solid,var(--site-accent)) !important; border-color:var(--site-accent,var(--site-accent)) !important; }
.oncall-copy-btn { background: #6c757d !important; border-color: #6c757d !important; }

/* Equal-height product cards in the grid: an on-call card (label + buttons)
   now fills the same height as a priced card, with the action row pinned to
   the bottom. Scoped to the grid so sliders/other layouts are untouched. */
.col-grid-box { display: flex; margin-bottom: 14px; }
.col-grid-box > .product-box { width: 100%; height: 100%; display: flex; flex-direction: column; padding-bottom: 16px; }
/* Content flows top-down; any extra height becomes clean whitespace at the very
   bottom of the card (no gap wedged between the note and the price/buttons). */
.col-grid-box .product-info { flex: 1 1 auto; display: flex; flex-direction: column; }
.col-grid-box .product-info > .oncall-block { margin-top: 6px; }
/* On the card, the Call/WhatsApp buttons match the rental add-to-cart height. */
.col-grid-box .oncall-btn { height: 36px !important; }
.col-grid-box .oncall-block { gap: 8px; }
/* On-call label keeps the price-line height (so the action area lines up with a
   priced card and the buttons bottom-align) but drops its own top border so it
   doesn't stack a second separator line right under the rental note. */
.col-grid-box .oncall-label { border-top: 0; }

/* Call modal — professional number card triggered by the Call button. */
.oncall-modal__content { border: none; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, .25); }
.oncall-modal__header { background:var(--site-brand-solid,var(--site-brand)); color:var(--site-ink,#fff); border: none; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.oncall-modal__header .modal-title { color:var(--site-ink,#fff); font-weight: 700; font-size: 17px; }
/* A site-wide rule pins .btn-close with position:absolute, which broke it in RTL
   (stuck on the right, crowding the title). Force it back into the flex header so
   space-between places it at the correct end (left in RTL, right in LTR). */
.oncall-modal__header .btn-close {
    position: static !important;
    margin: 0 !important;
    inset: auto !important;
    filter: brightness(0) invert(1);
    opacity: .9;
    flex: 0 0 auto;
}
.oncall-modal__body { text-align: center; padding: 24px 22px 26px; }
.oncall-modal__hint { color: #6b6b6b; font-size: 14px; margin-bottom: 12px; }
.oncall-modal__number { display: block; font-size: 27px; font-weight: 800; letter-spacing: 1px; color:var(--site-ink,#1a1a1a); text-decoration: none; margin-bottom: 20px; }
.oncall-modal__number:hover { color:var(--site-brand,var(--site-brand)); }
.oncall-modal__actions { display: flex; gap: 10px; }
