@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
  background-color: rgba(255, 255, 255, 0.75) !important;
  fill: var(--fs-color-primary) !important;
}

.header-main .nav > li > a {
  font-size: 16px;
  font-weight: 600;
}

.main-title h2 {
  margin-bottom: 40px;
}

.home_blog .post-item {
  padding-bottom: 15px;
}

.home_blog .post-item .post-bottom {
  display: none !important;
}

.home_blog .post-item:not(:first-child) .box {
  display: flex;
  align-items: center;
}

.home_blog .post-item:not(:first-child) .box-image {
  width: 35%;
}

.home_blog .post-item:not(:first-child) .box-image .image-cover {
  padding-top: 100% !important;
}

/*  */

.product-small.box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

.product-small .box-image > div:not(.image-tools) {
  position: relative;
  padding-top: 62.25%;
}

.product-small .box-image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-small .box-text {
  padding: 10px;
}

.product-small .product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 42px;
}

.product-small .product-title a {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.3;
  color: #222;
}

.product-small .acreage-wrapper span {
  color: var(--fs-color-primary);
  font-weight: 600;
}

.product-small .bottom-wrapper {
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.product-small .price-amount {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.product-small .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5 !important;
  border-radius: 0.25rem;
  background-color: var(--fs-color-primary);
  color: #fff;
  text-transform: uppercase;
}

/*  */

.post-item .box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-item .post-title a {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.3;
  color: #222;
}

.post-item .is-divider {
  display: none;
}

.post-item .box-text {
  padding: 10px;
}

.post-item .post-bottom {
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}

.post-item .read-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--fs-color-primary);
}

.button.readmore {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

/*  */
.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumbs .col {
  padding: 10px 15px;
}

.product-images .woocommerce-product-gallery__image {
  display: flex;
}

.product-thumbnails a,
.product-images .woocommerce-product-gallery__image a {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 100%;
}

.product-thumbnails a img,
.product-images .woocommerce-product-gallery__image a img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-thumbnails img {
  margin: 0;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
}

.product-meta .product-price {
  font-size: 24px;
  font-weight: 700;
  color: red;
}

.product-info span {
  font-weight: 700;
  color: var(--fs-color-primary);
}

.title-section-2 {
  font-weight: 600;
  color: var(--fs-color-primary);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.title-section-2 span {
  position: relative;
  font-weight: 700;
}

.title-section-2 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -14px;
  background-color: var(--fs-color-primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.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: 0 8px;
  border: 1px solid var(--fs-color-primary);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.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;
}

.archive-page-header {
  display: none !important;
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
}

.ms-options {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #eeefee;
  border-radius: 4px;
  z-index: 1;
  max-height: 164px;
  overflow-y: scroll;
}

.ms-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ms-options ul li {
  padding: 3px 10px 3px 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}

.ms-options ul li label {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 4px 2px 4px 28px;
  color: #242933;
  font-size: 14px;
  margin-bottom: 0;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

.topfilter button {
  margin: 0;
}

.topfilter .ms-options-wrap.topfilter__dropdown button {
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  text-transform: none;
  color: #000;
  font-weight: 500;
}

.ms-options {
  display: none;
}

.topfilter {
  border-radius: 4px;
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
}

.apply-search {
  height: 40px;
  border-radius: 5px;
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--fs-color-primary);
  color: #fff;
  border: 0;
  margin-right: 5px !important;
}

.search-keyword-container {
  flex: 1;
}

.search-keyword-container .search-text {
  border: 0;
  margin: 0;
  box-shadow: none !important;
}

.bl-s-filter select {
  border-radius: 5px;
  margin-bottom: 0;
}

.bl-s-filter .col {
  padding-bottom: 0;
}

.shop-page-title {
  display: none;
}

.shop-page-filter .filter-home {
  background-color: var(--fs-color-primary);
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (max-width: 48em) {
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a {
    font-size: 16px;
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
}
