body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

.header .minicart {
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-middle {
  padding: 12px 0;
}
.header-middle-search .search-content {
  padding-left: 12px;
}
.header-middle-list .list-item-info > div {
  font-size: 14px;
  line-height: 1.2;
}
.header-middle-list .list-item-info > div:first-child {
  font-weight: 400;
}
.header-middle-list .list-item-info > div:last-child {
  font-weight: 500;
  margin-top: 3px;
}
.header-middle .minicart {
  max-height: calc(100vh - 128px);
  overflow: auto;
}
.header .navbar .category-all .main-category .sub-category-mega {
  width: 250px;
}
@media (min-width: 992px) {
  .header .navbar .nav-item .nav-link.active, .header .navbar .navbar .nav-item:hover .nav-link {
    color: var(--color-dark);
  }
}
.header .navbar .offcanvas-body .nav-right {
  display: flex !important;
  justify-content: flex-end;
  width: 193px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 1199px) {
  .header .navbar .offcanvas-body .nav-right {
    width: auto;
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .offcanvas-body .nav-right {
    display: none !important;
  }
}
.header .navbar .offcanvas-body .nav-right .dropdown-cart .shop-cart {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  margin-left: 12px;
  transition: var(--transition);
}
.header .navbar .offcanvas-body .nav-right .dropdown-cart .shop-cart .list-item-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--theme-color-light);
  color: var(--theme-color);
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: var(--transition);
}
.header .navbar .offcanvas-body .nav-right .dropdown-cart .shop-cart .list-item-icon .cart-items-count {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: var(--color-white);
  background: var(--theme-color);
  border-radius: 50px;
  font-size: 12px;
  right: -5px;
  top: -5px;
}
.header .navbar .offcanvas-body .nav-right .dropdown-cart .shop-cart .list-item-info .mini-cart-subtotal {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.header .navbar .offcanvas-body .nav-right .dropdown-cart .shop-cart .list-item-info > div:last-child {
  font-weight: 500;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .header .navbar.fixed-top .navbar-brand > img {
    width: 140px;
  }
}
.header .navbar.fixed-top .category-all {
  margin-left: 24px;
}
.header .navbar:not(.fixed-top) .offcanvas-body .nav-right .dropdown-cart {
  display: none;
}

.dropdown-cart-menu.show {
  opacity: 1;
  visibility: visible;
  top: 48px;
}
.dropdown-cart-list .empty {
  font-size: 12px;
  line-height: 1.2;
}
.dropdown-cart-item .cart-img > a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.dropdown-cart-item .cart-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropdown-cart-item .cart-info > div:first-child {
  font-size: 14px;
  color: var(--color-dark);
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
}
.dropdown-cart-item .cart-info > div:last-child {
  font-size: 16px;
}
.dropdown-cart-item .cart-info a:hover {
  color: var(--theme-color);
}
.dropdown-cart-bottom .theme-btn {
  margin-top: 8px;
}

.footer-widget-box .p {
  color: #ffffff;
  padding-right: 18px;
}

.site-breadcrumb .breadcrumb-title {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
  margin: 0 0 8px;
}
.site-breadcrumb .breadcrumb-menu li {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.site-breadcrumb .breadcrumb-menu li::before {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.site-heading .site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 34px;
  color: var(--color-dark);
  margin-top: 4px;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.site-heading-inline .site-title {
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
  margin: 4px 0 0 0;
}
@media screen and (min-width: 992px) {
  .site-heading-inline.justify-content-lg-center .site-title:before {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
  }
}
@media screen and (min-width: 992px) {
  .site-heading-inline.justify-content-lg-center .site-title:after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-heading-inline.justify-content-xl-center .site-title:before {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-heading-inline.justify-content-xl-center .site-title:after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
  }
}

.theme-btn,
.woocommerce-message .button.wc-forward {
  position: relative;
  font-size: 16px;
  background: var(--theme-color);
  color: var(--color-white);
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
}
.theme-btn:before,
.woocommerce-message .button.wc-forward:before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: auto;
  aspect-ratio: 1/1;
  background: var(--color-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-btn:hover,
.woocommerce-message .button.wc-forward:hover {
  color: #ffffff;
}
.theme-btn:hover:before,
.woocommerce-message .button.wc-forward:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn.small,
.woocommerce-message .button.wc-forward.small {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 12px;
}
.theme-btn.xs,
.woocommerce-message .button.wc-forward.xs {
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 10px;
}
.theme-btn.red,
.woocommerce-message .button.wc-forward.red {
  background: #df2626;
}
.theme-btn.red:before,
.woocommerce-message .button.wc-forward.red:before {
  background: #9a1b1b;
}
.theme-btn.theme-btn2,
.woocommerce-message .button.wc-forward.theme-btn2 {
  background: var(--color-red);
  color: var(--color-white);
}
.theme-btn.theme-btn2:before,
.woocommerce-message .button.wc-forward.theme-btn2:before {
  background: var(--theme-color);
}
.theme-btn:disabled,
.woocommerce-message .button.wc-forward:disabled {
  cursor: default;
  opacity: 0.75;
}
.theme-btn:disabled:before,
.woocommerce-message .button.wc-forward:disabled:before {
  content: none;
}

.product-item .product-img > a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-item .product-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .product-bottom {
  position: relative;
}
.product-price > del {
  color: var(--body-text-color);
}
.product-price > del span {
  color: var(--body-text-color);
}
.product-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ajax-added-to-cart {
  position: absolute;
  bottom: 100%;
  right: 0;
  max-width: 100%;
  width: 172px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, bottom 0.4s;
}
.ajax-added-to-cart.show {
  bottom: calc(100% + 12px);
  opacity: 1;
  visibility: visible;
}

.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.page-overlay > img {
  display: none;
  width: 64px;
  height: 64px;
}
.page-overlay.show {
  opacity: 1;
  visibility: visible;
}
.page-overlay.loading > img {
  display: block;
}

.shop-cart-qty {
  display: inline-block;
  width: auto;
}
.shop-widget-title {
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.shop-widget-banner .banner-content > div:first-child {
  color: var(--color-white);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  display: inline-block;
  margin: 0;
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.shop-widget-banner .banner-content > div:nth-child(2) {
  color: var(--color-white);
  font-size: 28px;
  margin: 15px 0;
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.shop-widget .shop-checkbox-list {
  display: block;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.shop-widget .shop-checkbox-list > li {
  display: block;
}
.shop-widget .shop-checkbox-list > li > .form-check {
  display: flex;
  align-items: center;
  padding: 0;
}
.shop-widget .shop-checkbox-list > li > .form-check .form-check-input {
  float: none !important;
  margin: 0;
}
.shop-widget .shop-checkbox-list > li > .form-check .form-check-label {
  padding: 0 0 0 12px;
  margin: 0;
}
.shop-single-gallery .slides > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-single-gallery .slides > li:first-child:last-child > img {
  max-width: 360px;
}
.shop-single-price del {
  color: var(--body-text-color);
}
.shop-single-price del span {
  color: var(--body-text-color) !important;
}
.shop-single-cs {
  float: none !important;
  border: 0;
  padding: 0;
}
.shop-single-sortinfo {
  border-top: 1px solid var(--border-info-color);
  padding-top: 20px;
}
.shop-single-sortinfo ul > li:first-child {
  margin-top: 0;
}
.shop-single-action > form:before, .shop-single-action > form:after {
  content: none !important;
}
.shop-single-desc > br:first-child {
  display: none !important;
}
.shop-single-desc p {
  margin: 0 0 12px;
}
.shop-single-desc table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px;
}
.shop-single-desc table th, .shop-single-desc table td {
  padding: 8px;
  border: 1px solid var(--border-info-color);
  text-align: left;
}
@media screen and (max-width: 991px) {
  .shop-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    display: block;
    width: 100vw;
    background: #ffffff;
    padding: 30px;
    margin: 0;
    overflow: auto;
    z-index: 99998;
    transition: right 0.4s;
  }
}
@media screen and (max-width: 991px) {
  .shop-sidebar.open {
    right: 0;
  }
}

.mobile-sidebar-toggle {
  position: fixed;
  top: 100px;
  right: -100%;
  background: #ffffff;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 1px 10px #a1a1a1;
  padding: 12px 16px 12px 20px;
  cursor: pointer;
  z-index: 99999;
  transition: top 0.4s, right 0.4s;
}
@media screen and (min-width: 992px) {
  .mobile-sidebar-toggle {
    display: none;
  }
}
.mobile-sidebar-toggle > div {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
}
.mobile-sidebar-toggle > div:last-child {
  display: none;
}
.mobile-sidebar-toggle > div > i {
  margin-right: 8px;
}
.mobile-sidebar-toggle.show {
  right: 0;
}
.mobile-sidebar-toggle.open {
  top: 32px;
}
.mobile-sidebar-toggle.open > div:first-child {
  display: none;
}
.mobile-sidebar-toggle.open > div:last-child {
  display: block;
}

.select2-container {
  max-width: 100% !important;
  width: auto !important;
}
.select2-selection__rendered {
  padding-right: 24px !important;
}

.woocommerce table.table-borderless {
  border: none;
}
.woocommerce table.table-borderless th, .woocommerce table.table-borderless td {
  border: none !important;
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table_responsive a.remove {
    margin: 0 0 0 auto;
  }
}
.woocommerce .cart-collaterals {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
  width: 50% !important;
}
@media screen and (max-width: 991px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
  }
}
.woocommerce-form-coupon.checkout_coupon {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-form-coupon.checkout_coupon .form-row {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.woocommerce-form-coupon.checkout_coupon .form-row.form-row-first {
  flex-grow: 1;
}
.woocommerce-form-login, .woocommerce-form-register {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-form-login > .form-row, .woocommerce-form-register > .form-row {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-form-login input[type=checkbox], .woocommerce-form-register input[type=checkbox] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}
.woocommerce-form-login a:not(.theme-btn), .woocommerce-form-register a:not(.theme-btn) {
  color: var(--theme-color);
  font-weight: 500;
}
.woocommerce-form-login a:not(.theme-btn):hover, .woocommerce-form-register a:not(.theme-btn):hover {
  color: #212529;
}
.woocommerce-form-login wc-order-attribution-inputs, .woocommerce-form-register wc-order-attribution-inputs {
  display: none;
}
.woocommerce-cart table.cart img {
  width: 80px;
}
.woocommerce-cart .cart_totals table {
  background: #f5f7fa;
}
.woocommerce-cart-form .shop_table .product-thumbnail > a {
  display: block;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
}
.woocommerce-cart-form .shop_table .product-thumbnail > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-cart-form .coupon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart-form .coupon {
    display: block;
  }
}
.woocommerce-cart-form .coupon > input {
  float: none !important;
  max-width: 100% !important;
  width: 240px !important;
  margin: 0 8px 0 0 !important;
}
@media screen and (max-width: 575px) {
  .woocommerce-cart-form .coupon > input {
    width: 100% !important;
    margin: 0 0 8px 0 !important;
  }
}
.woocommerce-cart-form .coupon > button {
  float: none !important;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-billing-fields__field-wrapper > .form-row {
  float: none !important;
  width: calc(50% - 8px) !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-billing-fields__field-wrapper > .form-row {
    width: 100% !important;
  }
}
.woocommerce-billing-fields__field-wrapper > .form-row.form-row-wide {
  width: 100% !important;
}
.woocommerce-shipping-fields > h3 label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  font-weight: inherit;
}
.woocommerce-shipping-fields > h3 label input {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 16px;
}
.woocommerce-shipping-fields__field-wrapper > .form-row {
  float: none !important;
  width: calc(50% - 8px) !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-shipping-fields__field-wrapper > .form-row {
    width: 100% !important;
  }
}
.woocommerce-shipping-fields__field-wrapper > .form-row.form-row-wide {
  width: 100% !important;
}
.woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 16px;
}
.woocommerce-additional-fields__field-wrapper > .form-row {
  float: none !important;
  width: calc(50% - 8px) !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-additional-fields__field-wrapper > .form-row {
    width: 100% !important;
  }
}
.woocommerce-additional-fields__field-wrapper > .form-row.form-row-wide, .woocommerce-additional-fields__field-wrapper > .form-row.notes {
  width: 100% !important;
}
.woocommerce-checkout-review-order-table {
  background: #f5f7fa;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin: 0 0 8px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #00693b;
  font-weight: 700;
}
.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}
.woocommerce-terms-and-conditions-link {
  color: #00693b;
  font-weight: 700;
}
.woocommerce-bacs-bank-details h2 {
  font-size: 24px;
  margin: 0 0 8px;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.woocommerce-bacs-bank-details .bacs_details {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin: 0 0 24px !important;
}
.woocommerce-bacs-bank-details .bacs_details:before, .woocommerce-bacs-bank-details .bacs_details:after {
  content: none !important;
}
.woocommerce-bacs-bank-details .bacs_details > li {
  float: none !important;
  padding: 0 32px 0 0 !important;
  margin: 0 !important;
}
.woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
}
.woocommerce-MyAccount-navigation > ul {
  width: 100%;
}
.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  width: 100%;
  border: 1px solid var(--border-info-color);
  padding: 12px 16px;
  margin: -1px 0 0 0;
}
.woocommerce-MyAccount-navigation > ul > li.is-active > a {
  background: var(--theme-color);
  color: var(--color-white);
}
.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}
.woocommerce-MyAccount-content a:not(.theme-btn) {
  color: var(--theme-color);
  font-weight: 500;
}
.woocommerce-MyAccount-content a:not(.theme-btn):hover {
  color: #212529;
}
.woocommerce-MyAccount-content .woocommerce-info .theme-btn {
  float: right;
}
.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-address-fields__field-wrapper > .form-row {
  float: none !important;
  width: calc(50% - 8px) !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-address-fields__field-wrapper > .form-row {
    width: 100% !important;
  }
}
.woocommerce-address-fields__field-wrapper > .form-row.form-row-wide {
  width: 100% !important;
}
.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-EditAccountForm > .form-row {
  float: none !important;
  width: calc(50% - 8px) !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .woocommerce-EditAccountForm > .form-row {
    width: 100% !important;
  }
}
.woocommerce-EditAccountForm > .form-row.form-row-wide {
  width: 100% !important;
}
.woocommerce-EditAccountForm > fieldset {
  width: 100% !important;
}
.woocommerce-EditAccountForm > fieldset > .form-row {
  float: none !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.form-row label {
  color: var(--color-dark);
}
.form-row .select2-container {
  width: 100% !important;
}

.hero-section {
  position: relative;
}
.hero-section .hero-slider:after {
  content: "";
  position: absolute;
  top: 120px;
  right: 156px;
  z-index: 2;
  width: 240px;
  height: 110px;
  background-image: var(--hero-logo-bg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  .hero-section .hero-slider:after {
    top: 80px;
    right: 128px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .hero-slider:after {
    top: unset;
    bottom: 240px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-slider:after {
    width: 130px;
    height: 60px;
    bottom: 132px;
    right: 92px;
    transform: none;
  }
}
.hero-section .hero-slider .owl-stage-outer {
  z-index: 3;
}
.hero-section .hero-slider .owl-nav, .hero-section .hero-slider .owl-dots {
  z-index: 4;
}
.hero-section .hero-slider .hero-single .hero-title {
  line-height: 1.2;
}
.hero-section .hero-slider .hero-single .hero-text {
  color: var(--color-dark);
  line-height: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 25px;
}
.about-area .site-title {
  line-height: 1.2;
  margin: 0 0 8px;
}

.category-area .category-slider {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
.category-area .category-slider .category-item .content .category-title {
  font-size: 18px;
  color: var(--color-dark);
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}

.small-banner .banner-item .banner-content .banner-content-toptitle {
  display: inline-block;
  background: var(--theme-color);
  font-size: 13px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 14px;
  margin-bottom: 15px;
  border-radius: 50px;
}
.small-banner .banner-item .banner-content .banner-content-title {
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-dark);
  margin: 0;
}

.feature-area .feature-item .feature-content .h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--color-white);
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.feature-area .feature-item .feature-content .p {
  color: var(--color-white);
}
.feature-area.feature-area-about .feature-item .feature-content .h4 {
  font-size: 17px;
}

.big-banner .banner-content .banner-info .toptitle {
  color: var(--color-dark);
  font-size: 22px;
  text-transform: lowercase;
  letter-spacing: 4px;
  margin: 0;
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.big-banner .banner-content .banner-info .title {
  color: var(--color-dark);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.big-banner .banner-content .banner-info .text {
  color: var(--color-dark);
  text-transform: lowercase;
  font-size: 18px;
  border-top: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
  display: inline-block;
}

.deal-area .deal-item .deal-content .deal-info .title {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--color-dark);
  font-size: 40px;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.deal-area .deal-item .deal-content .deal-info .text {
  color: var(--color-dark);
  font-size: 17px;
}
.deal-area .deal-item .deal-img {
  text-align: center;
}
.deal-area .deal-item .deal-img .deal-discount {
  left: 5%;
}

.testimonial-area .site-title-tagline {
  color: var(--color-dark);
}
.testimonial-area .site-title span {
  color: var(--color-dark);
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot span {
  background: var(--color-dark);
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot.active span {
  background-color: var(--color-dark);
}
.testimonial-area .testimonial-author {
  justify-content: center;
  padding: 20px;
  margin-top: 15px;
}
.testimonial-area .testimonial-author-info > span {
  display: block;
  font-size: 19px;
  color: var(--color-white);
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}

.contact-info .h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-dark);
  font-weight: 600;
  font-family: var(--heading-font), sans-serif;
  line-height: 1.2;
}
.contact-info .p {
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
}
.contact-info .p a {
  color: var(--body-text-color);
}
.contact-info .p a:hover {
  color: var(--theme-color);
}
.contact-form-header h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-list-item input {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0 8px 0 0;
}
.contact-form .wpcf7-list-item span {
  color: var(--color-dark);
}
.contact-form .wpcf7-list-item span a {
  color: var(--color-dark);
  font-weight: 600;
}
.contact-form .wpcf7-list-item span a:hover {
  color: var(--theme-color);
}

.search-active .search-popup .close-search {
  top: 30%;
}
.search-active .search-popup form {
  top: 24%;
}

/*# sourceMappingURL=custom.css.map */
