@media(max-width:64rem) {
  header.site-header.sticky-header {
    position: relative;
    z-index: 99;
  }

  .sticky-header .header-main {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 10;
  }

  .sticky-header .header-main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    bottom: 0;
    background-color: currentColor;
    opacity: 0.1;
  }

  .site-header.header-type5.sticky-header .header-main .site-brand .light-logo {
    opacity: 0 !important;
  }

  .site-header.sticky-header.header-type5 .header-main .site-brand .dark-logo {
    opacity: 1 !important;
  }

  .single-product-sticky.active {
    margin-top: 78px;
  }
}


@media(max-width:64rem) {
  .single .product-type-simple form.cart {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    margin-bottom: 0;
    padding: 15px;
    -webkit-box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
    justify-content: space-between;
    width: 100%;
  }

  .single .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    margin-bottom: 0;
    padding: 15px;
    -webkit-box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
    box-shadow: 0 -2px 5px rgb(0 0 0 / 7%);
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    width: 100%;
  }

  .single .site-footer .footer-row.footer-copyright {
    margin-bottom: 79px;
  }

}

:root {
  --theme-primary-color: #183964;
}

:root {
  --theme-primary-active-color: #112e55;
}

:root {
  --theme-secondary-color: #ffd200;
}

:root {
  --theme-secondary-active-color: #f3c901;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background-color: #183964;
  border-color: #183964;
}

input[type='submit'].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
  color: #183964;
}

.dokan-announcement-uread {
  border: 1px solid #183964 !important;
}

.dokan-announcement-uread .dokan-annnouncement-date {
  background-color: #183964 !important;
}

.dokan-announcement-bg-uread {
  background-color: #183964;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: #183964;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: #183964;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: #183964;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending {
  background: #183964;
}

.product-edit-container .dokan-product-title-alert,
.product-edit-container .dokan-product-cat-alert {
  color: #183964;
}

.product-edit-container .dokan-product-less-price-alert {
  color: #183964;
}

.dokan-store-wrap {
  margin-top: 3.5rem;
}

.dokan-widget-area ul {
  list-style: none;
  padding-left: 0;
  font-size: .875rem;
  font-weight: 400;
}

.dokan-widget-area ul li a {
  text-decoration: none;
  color: var(--color-text-lighter);
  margin-bottom: .625rem;
  display: inline-block;
}

form.dokan-store-products-ordeby:before,
form.dokan-store-products-ordeby:after {
  content: '';
  display: table;
  clear: both;
}

.dokan-store-products-filter-area .orderby-search {
  width: auto;
}

input.search-store-products.dokan-btn-theme {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dokan-pagination-container .dokan-pagination li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .875rem;
  font-weight: 600;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: currentColor;
  text-decoration: none;
  border: none;
}

.dokan-pagination-container .dokan-pagination li.active a {
  color: #fff;
  background-color: var(--color-secondary) !important;
}

.dokan-pagination-container .dokan-pagination li:last-child a,
.dokan-pagination-container .dokan-pagination li:first-child a {
  width: auto;
}

.vendor-customer-registration label {
  margin-right: 10px;
}

.woocommerce-mini-cart dl.variation {
  display: none;
}

.product-name dl.variation {
  display: none;
}

.seller-rating .star-rating span.width+span {
  display: none;
}

.seller-rating .star-rating {
  width: 70px;
  display: block;
}



.global-notification {
  background-color: #183964;
  color: #fff;
}

:root {
  --theme-site-brand-height: 34px;
}

:root {
  --theme-site-brand-mobile-height: 30px;
}

.site-header.header-type1 .header-topbar {
  background-color: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #6b7280 !important;
}

.site-header.header-type1 .header-topbar a:hover {
  color: #030712 !important;
}

.site-header.header-type1 .header-topbar .site-menu.horizontal ul .sub-menu a {
  color: #030712 !important;
}

.site-header.header-type1 .header-main {
  background-color: #fff !important;
  color: #030712 !important;
}

.site-header.header-type1 .quick-button .action-link .action-icon {
  color: #030712;
}

.site-header.header-type1 .header-nav {
  background-color: #fff !important;
  border-color: #e5e7eb !important;
}

.site-header.header-type1 .header-nav .primary-menu>ul>li>a {
  color: #030712 !important;
}

.site-header.header-type1 .header-row .site-menu .menu>.menu-item.current-menu-item>a {
  color: #183964 !important;
}

.site-header.header-type1 .header-row .site-menu .menu>.menu-item.current-menu-item>a::before {
  background-color: #183964 !important;
}

.site-header.header-type1 .header-nav .site-menu.horizontal ul .sub-menu a {
  color: #111827 !important;
}

.site-header.header-type1 .header-nav .site-header .primary-menu>ul .sub-menu a:hover {
  text-decoration-color: #111827 !important;
}

.site-header.header-type2 .header-topbar {
  background-color: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #6b7280 !important;
}

.site-header.header-type2 .header-topbar a:hover {
  color: #030712 !important;
}

.site-header.header-type2 .header-topbar .site-menu.horizontal ul .sub-menu a {
  color: #030712 !important;
}

.site-header.header-type2 .header-main {
  background-color: #fff !important;
  border-color: #e5e7eb !important;
  color: #030712 !important;
}

.site-header.header-type2 .quick-button .action-link .action-icon {
  color: #030712;
}

.site-header.header-type2 .header-nav {
  background-color: #fff !important;
  border-color: #e5e7eb !important;
}

.site-header.header-type2 .header-nav .primary-menu>ul>li>a {
  color: #030712 !important;
}

.site-header.header-type2 .header-row .site-menu .menu>.menu-item.current-menu-item>a {
  color: #183964 !important;
}

.site-header.header-type2 .header-row .site-menu .menu>.menu-item.current-menu-item>a::before {
  background-color: #183964 !important;
}

.site-header.header-type2 .header-nav .site-menu.horizontal ul .sub-menu a {
  color: #111827 !important;
}

.site-header.header-type2 .header-nav .site-header .primary-menu>ul .sub-menu a:hover {
  text-decoration-color: #111827 !important;
}

.site-header.header-type3 .header-topbar {
  background-color: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #6b7280 !important;
}

.site-header.header-type3 .header-topbar a:hover {
  color: #030712 !important;
}

.site-header.header-type3 .header-topbar .site-menu.horizontal ul .sub-menu a {
  color: #030712 !important;
}

.site-header.header-type3 .header-main {
  background-color: #fff !important;
  border-color: #e5e7eb !important;
  color: #030712 !important;
}

.site-header.header-type3 .quick-button .action-link .action-icon {
  color: #030712;
}

.site-header.header-type3 .header-nav {
  background-color: #fff !important;
  border-color: #e5e7eb !important;
}

.site-header.header-type3 .header-nav .primary-menu>ul>li>a {
  color: #030712 !important;
}

.site-header.header-type3 .header-row .site-menu .menu>.menu-item.current-menu-item>a {
  color: #183964 !important;
}

.site-header.header-type3 .header-row .site-menu .menu>.menu-item.current-menu-item>a::before {
  background-color: #183964 !important;
}

.site-header.header-type3 .header-nav .site-menu.horizontal ul .sub-menu a {
  color: #111827 !important;
}

.site-header.header-type3 .header-nav .site-header .primary-menu>ul .sub-menu a:hover {
  text-decoration-color: #111827 !important;
}

.scrollBackUp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 50px;
  width: 50px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #183964;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.scrollBackUp:hover {
  background-color: #061f41;
}

/* Media query for mobile view */
@media (max-width: 768px) {
  .scrollBackUp {
    bottom: 70px;
    right: 20px;
  }
}

/* .site-header.header-type4 .header-topbar,
.site-header.header-type4 .header-row.header-row-primary-active[class*=text-gray-] {
  background-color: !important;
  border-color: !important;
  color: !important;
}

.site-header.header-type4 .header-topbar a:hover {
  color: !important;
}

.site-header.header-type4 .header-topbar .site-menu.horizontal ul .sub-menu a {
  color: !important;
}

.site-header.header-type4 .header-main {
  background-color: !important;
  border-color: !important;
  color: !important;
}

.site-header.header-type4 .quick-button .action-link .action-icon {
  color: ;
}

.site-header.header-type4 .header-nav {
  background-color: !important;
  border-color: !important;
}

.site-header.header-type4 .header-nav .primary-menu>ul>li>a {
  color: !important;
}

.site-header.header-type4 .header-row .site-menu .menu>.menu-item.current-menu-item>a {
  color: !important;
}

.site-header.header-type4 .header-row .site-menu .menu>.menu-item.current-menu-item>a::before {
  background-color: !important;
}

.site-header.header-type4 .header-nav .site-menu.horizontal ul .sub-menu a {
  color: !important;
}

.site-header.header-type4 .header-nav .site-header .primary-menu>ul .sub-menu a:hover {
  text-decoration-color: !important;
}

.site-header.header-type5 .header-topbar,
.site-header.header-type5 .header-row.header-row-primary-active[class*=text-gray-] {
  background-color: !important;
  border-color: !important;
  color: !important;
}

.site-header.header-type5 .header-topbar a:hover {
  color: !important;
}

.site-header.header-type5 .header-topbar .site-menu.horizontal ul .sub-menu a {
  color: !important;
}

.site-header.header-type5 .header-main {
  background-color: !important;
  border-color: !important;
  color: !important;
}

.site-header.header-type5 .quick-button .action-link .action-icon {
  color: ;
}

.site-header.header-type5 .header-nav {
  background-color: !important;
  border-color: !important;
}

.site-header.header-type5 .header-nav .primary-menu>ul>li>a {
  color: !important;
}

.site-header.header-type5 .header-row .site-menu .menu>.menu-item.current-menu-item>a {
  color: !important;
} */

/* .site-header.header-type5 .header-row .site-menu .menu>.menu-item.current-menu-item>a::before {
  background-color: !important;
}

.site-header.header-type5 .header-nav .site-menu.horizontal ul .sub-menu a {
  color: !important;
}

.site-header.header-type5 .header-nav .site-header .primary-menu>ul .sub-menu a:hover {
  text-decoration-color: !important;
} */

:root {
  --theme-body-font: "Inter", sans-serif;
  --theme-body-font-size: 16px;
  --theme-body-font-weight: regular;
  --theme-body-letter-spacing: -0.02em;
  --theme-body-line-height: 1.5;
  --theme-body-background: #ffffff;
  --theme-heading-font: "Inter", sans-serif;
  --theme-heading-font-weight: 700;
  --theme-heading-letter-spacing: -0.02em;
  --theme-main-menu-font: "Inter", sans-serif;
  --theme-main-menu-font-size: 15px;
  --theme-main-menu-font-weight: 600;
  --theme-main-menu-letter-spacing: -0.02em;
  --theme-form-input-font: "Inter", sans-serif;
  --theme-form-input-font-weight: 500;
  --theme-form-input-font-size: 14px;
  --theme-form-input-letter-spacing: -0.02em;
  --theme-form-input-height: 42px;
  --theme-form-button-font: "Inter", sans-serif;
  --theme-form-button-font-weight: 700;
  --theme-form-button-font-size: 14px;
  --theme-form-button-letter-spacing: -0.02em;
  --theme-form-button-height: 42px;
  --theme-product-price-font: "Barlow", sans-serif;
  --theme-product-price-font-weight: 700;
  /*this was initial 22px*/
  --theme-product-price-font-size: 1.1rem;
  --theme-product-price-letter-spacing: -0.02em;
  --theme-product-title-font: "Inter", sans-serif;
  --theme-product-title-font-weight: 500;
  --theme-product-title-font-size: 14px;
  --theme-product-title-letter-spacing: -0.02em;
  --theme-site-border-radius: 6px;
  --theme-site-width: 1440px;
  --theme-site-gutter: 30px;
  --theme-text-excerpt-font-size: 14px;
  --theme-text-description-font-size: 16px;
  --theme-text-teaser-font-size: 18px;
}