@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 600;
}

.breadcrumbs {
  background-color: #fcfcfc;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245, 245, 245, 1);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.flickity-page-dots .dot {
  background-color: #fff;
  opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.button {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  border-radius: 5px;
  min-width: 180px;
}

.button.is-outline {
  border-width: 1px;
}

.section-title-normal {
  border-bottom: 1px solid #e9e9e9;
}

.section-title-normal span {
  font-size: 20px;
  text-transform: none;
  border-bottom: 2px solid var(--fs-color-primary);
}

.hv.img::before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);

  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
  background-color: rgb(0, 0, 0, 0.1);
}

.hv.img::after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);

  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
  background-color: rgb(0, 0, 0, 0.1);
}

.hv.img:hover::before,
.hv.img:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  text-transform: none;
}

#top-bar .nav > li.html {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

#top-bar .nav > li > a {
  font-size: 14px;
  color: #fff;
  text-transform: none;
}

/* home */
.home1 {
  padding-top: 30px;
}

.home1 .container {
  margin-bottom: 30px;
}

/* product details */
.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;
}

.image-tools.bottom.left {
  display: none;
}

.button.single_add_to_cart_button {
  background-color: var(--fs-color-primary);
}

.ux-quantity input {
  box-shadow: none !important;
  width: 30px;
  border-radius: 5px;
}

.quantity input[type="number"] {
  height: 41px;
}

.cart-popup-inner {
  background-color: #fff;
}

.woocommerce-tabs .tab-panels {
  border: 1px solid #eeee;
  padding: 10px;
}

.woocommerce-tabs .nav > li {
  margin: 0 !important;
}

.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid;
  background-color: var(--fs-color-secondary);
  color: #fff !important;
  text-transform: none;
}

.woocommerce-tabs .nav > li.active > a {
  background: var(--fs-color-primary);
  color: #fff;
}

.woocommerce-tabs .nav-line > li > a:before {
  display: none;
}

.page-wrapper {
  padding: 0;
}

.archive-page-header {
  display: none;
}

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: 80px;
  height: 60px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 80px);
}

.widget ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin: 0;
}

.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;
}

/* product-small */
.product-small.box {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 10px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.product-small .box-text {
  padding: 10px 0;
}

.product-small .box-text .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-small .box-text .name a {
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small span.amount {
  font-size: 16px;
  color: var(--fs-color-primary);
}

.product-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-buttons .product-cart a {
  font-size: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1e1e1;
  border-radius: 99px;
  position: relative;
}

.product-buttons .product-cart a:before {
  content: "\f07a";
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
}

.product-buttons .product-cart a.added {
  display: none;
}

.product-buttons .product-cart a.added_to_cart {
  background-color: var(--fs-color-primary);
}

.product-buttons .product-cart a.added_to_cart::before {
  content: "\f00c";
  font-size: 18px;
}

.product-buttons .product-cart a.loading::after {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #0ba2e8;
  border-radius: 32px;
  border-right-color: #ffffff !important;
  border-top-color: #ffffff !important;
  content: "" !important;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-small.box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-small.box:hover .product-buttons .product-cart a {
  background-color: var(--fs-color-primary);
}

.product-small.box:hover .product-buttons .product-cart a::after {
  color: #fff;
}

/* post-item */
.post-item .box {
  border: 1px solid #e9e9e9;
}

.post-item .box-text {
  padding: 10px;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.post-item .post-title a {
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .from_the_blog_excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .box-text .button {
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  display: table;
  margin-top: 10px;
  padding: 5px 15px;
  width: auto;
  min-width: 80px;
  font-size: 14px;
  color: var(--fs-color-primary);
  min-height: unset;
  line-height: 1.4;
}

/* footer */
#footer {
  color: #fff;
  background-color: var(--fs-color-base);
}

#footer h4 {
  font-size: 20px;
}

#footer h4,
#footer a {
  color: #fff;
}

#footer ul {
  list-style: none;
}

#footer ul li {
  margin-left: 0;
}

.footer1 {
  padding-top: 2rem;
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background-color: rgba(255, 87, 34);
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  background-color: rgba(255, 87, 34, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
}

.shop-page-title {
  display: none !important;
}

.category-page-row {
  padding-top: 0;
}
