@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  color: #000;
  font-family: "Inter", sans-serif;
  background: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

.header-bottom-nav > li > a {
  font-size: 14px;
  font-weight: 500;
}

#masthead input.search-field {
  height: 40px;
  border: 1px solid #e1e1e1;
  padding: 0 110px 0 20px;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#masthead .searchform .button.icon {
  height: 40px;
  width: 40px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#masthead .header-cart-title {
  display: none !important;
}

#masthead .account-item > a {
  display: flex;
}

i.icon-user::before {
  content: "" !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/phone-icon.svg) center / contain no-repeat;
}

.icon-shopping-basket::before {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/cart-icon.svg.svg) center / contain
    no-repeat;
}

#masthead .nav > li.has-icon > a > i {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 5px;
}

#masthead .cusstom-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: none;
}

#masthead .custom-content {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #000;
  line-height: 1;
}

.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumbs .col {
  padding: 15px;
}

.owl-carousel.row {
  padding: 0 12px;
}

.group-title-holder {
  border-top: 3px solid var(--fs-color-primary);
  position: relative;
  margin-bottom: 20px;
}

.group-title-holder .group-icon {
  position: absolute;
  top: -3px;
  left: 0;
  background: #231f20;
  padding: 10px;
  display: inline-block;
  color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 19px;
  z-index: 1;
}

.group-title-holder h2 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--fs-color-primary);
  font-size: 18px;
  display: inline-block;
  padding-left: 55px;
  height: 39px;
  line-height: 39px;
  position: relative;
  font-weight: 500;
  padding-right: 16px;
  border-radius: 0 0 20px 0;
  width: auto;
}

.group-title-holder .cat-child-list {
  margin-top: 6px;
  float: right;
  max-width: calc(100% - 230px);
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.group-title-holder .cat-child-list a {
  color: var(--fs-color-secondary);
}

.group-title-holder .cat-child-list a.current {
  color: var(--fs-color-primary);
}

.group-title-holder .cat-child-list a + a {
  margin-left: 10px;
}

.product-categories .col {
  padding: 10px 6px;
}

.product-small.box {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-small .box-text {
  padding: 0;
  padding-top: 15px;
}

.product-small .box-text .product-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-small .product-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.product-small .btn {
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  padding: 5px 15px;
  border-radius: 4px;
}

.new-price,
.new-price span.amount {
  font-weight: 600;
  font-size: 16px;
  color: #cd0000;
  margin-bottom: 0px;
  line-height: 1.4;
}

.new-price.mrt {
  margin-top: 18.56px;
}

.old-price,
.old-price span.amount {
  font-size: 13px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 0;
  margin: 0px;
}

.old-price span {
  text-decoration: line-through;
}

.badge-container {
  margin-top: 0;
  top: 10px;
  right: 10px;
  left: unset;
}

.badge-container .badge {
  width: 46px;
  height: 24px;
  font-size: 12px;
  border: 2px solid #fff;
  border-radius: 99px;
}

.badge-container .badge-inner {
  line-height: 1.4;
  font-weight: 500;
}

.product-item__bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid hsl(252 10% 90%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.product-item__bottom .d-flex {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.product-item__bottom .star-rating {
  overflow: hidden;
  position: relative;
  width: auto !important;
  gap: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.product-item__bottom .star-rating::before {
  content: none;
}

.star-rating__item {
  color: #ffa944;
  font-size: 0.6875rem !important;
  margin: 0 !important;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.custom-nav .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  background: unset !important;
}

.custom-nav .owl-nav {
  margin: 0;
}

.custom-nav .owl-nav .owl-prev {
  left: 18px;
}

.custom-nav .owl-nav .owl-next {
  right: 18px;
}

.custom-nav .owl-nav .arrow {
  width: 32px;
  height: 62px;
  display: block;
  background: url(/wp-content/uploads/icon-left.png) no-repeat;
  background-position: 6px center;
  background-size: 10px 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #fff;
  -webkit-box-shadow: 0 0.7487px 4.4922px rgb(0 0 0 / 0.25);
  box-shadow: 0 0.7487px 4.4922px rgb(0 0 0 / 0.25);
  border-radius: 0 50px 50px 0;
}

.custom-nav .owl-nav .arrow-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loading:not(.button) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: absolute;
  top: 62px;
  left: 0;
  height: calc(100% - 62px);
  width: 100%;
  z-index: 999;
  background-color: #ffff;
  opacity: 0.5;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background: linear-gradient(
        0deg,
        rgb(0 0 0/50%) 30%,
        #0000 0 70%,
        rgb(0 0 0/100%) 0
      )
      50%/8% 100%,
    linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0)
      50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

@keyframes l23 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

.picon i {
  margin-right: 5px;
}

.absolute-footer.dark {
  background-color: var(--fs-color-secondary);
  padding: 15px 0;
}

#footer {
  background: #f9f9fb;
  border-top: 1px solid #ebebeb;
  color: #7a7a7a;
}

#footer .ux-menu-title {
  font-size: 18px;
}

.post-item > .col-inner {
  padding: 0.5rem !important;
  border: 1px solid #dee2e6 !important;
}

.post-item .post-title,
.post-item .post-title a {
  font-weight: 700;
  color: var(--fs-color-primary);
  font-size: 16px;
}

.post-item .box-text {
  padding-bottom: 0;
}

.post-item .box-text .button {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  margin-top: 15px;
  margin-left: calc(100% - 142px);
  width: max-content;
  background-color: transparent !important;
  color: #aaa !important;
  opacity: 1;
}

.box-blog-post .is-divider {
  display: none;
}

.page-wrapper {
  padding-top: 0;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

h1.entry-title {
  color: var(--fs-color-primary);
}

.archive-page-header {
  display: none;
}
