@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 {
  font-family: "Inter", sans-serif;
}

#main,
#wrapper {
  background-color: #f3f4f6;
}

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

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

#logo img.header-logo-dark {
  display: block !important;
}

#logo img.header-logo {
  display: none !important;
}

.home:not(.slider-dark) #logo img {
  display: none !important;
}

.home:not(.slider-dark) #logo img.header-logo {
  display: block !important;
}

.stuck #logo img.header-logo-sticky {
  display: none !important;
}

.stuck .header-main .nav > li > a {
  color: #000;
}

.nav > li > a {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #000;
  text-shadow: none;
}

.home:not(.slider-dark) .nav > li > a {
  color: #fff;
}

.home:not(.slider-dark) .stuck .nav > li > a {
  color: #000;
}

@keyframes dotProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.title h2 {
  margin-bottom: 30px;
}

.header-main .nav > li > a {
  margin: 0 10px;
}

/* home */
.home1 .banner h2 {
  font-family: "fontTitle", sans-serif;
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px;
}

.home1 .banner .button {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  border-radius: 99px;
  border: 1px solid #fff;
  min-height: unset;
  text-transform: none;
  height: 36px;
  line-height: 36px;
  background-color: transparent !important;
}

.home1 .banner.dark-slider .button {
  color: #000;
  border-color: #000;
}

.home1 .banner .button:last-child {
  margin-left: 10px;
}

.home1 .flickity-page-dots {
  bottom: 30px;
}

.home1 .flickity-page-dots .dot {
  width: 102px;
  min-height: unset;
  height: 1px;
  border: 0;
  background-color: rgb(255, 255, 255, 0.3);
  position: relative;
}

.home1 .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: rgb(255, 255, 255);
}

.home1 .flickity-page-dots .dot.running::after {
  animation: dotProgress var(--progress-time) linear forwards;
}

.slider-dark .home1 .flickity-page-dots .dot {
  background-color: rgb(17, 17, 17, 0.3);
}

.slider-dark .home1 .flickity-page-dots .dot::after {
  background-color: rgb(17, 17, 17);
}

.home1 .slider-nav-light .flickity-page-dots .dot.is-selected {
  background-color: rgb(255, 255, 255, 0.3);
}

.slider-dark .slider-nav-light .flickity-page-dots .dot.is-selected {
  background-color: rgb(17, 17, 17, 0.3);
}

.home2 {
  padding: 3rem 0 0;
}

.home2 .row.row-small .col {
  flex-basis: calc(100% / 4.5);
  max-width: calc(100% / 4.5);
}

.home2 .button.primary {
  margin: 30px auto 50px;
  display: block;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
}

.home2 .main-img {
  margin-top: 30px;
  margin-bottom: 60px;
}

.home3 {
  background-color: #fff;
  padding: 3rem 0;
}

.home3 .col-inner {
  border-radius: 15px;
  background-color: #f5f3f1;
  overflow: hidden;
}

.home3 .col-inner .img {
  margin: 0 !important;
}

.home3 .box-t {
  padding: 15px;
}

.home3 .box-t p {
  margin-bottom: 0;
}

.home4 {
  background-color: #fff;
  padding: 3rem 0;
}

/* product-small */
.post-item .box-text,
.product-small .box-text {
  padding-top: 1rem;
  padding-bottom: 0;
}

.product-small .product-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-small .product-title a {
  color: #222;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small span.amount {
  font-size: 0.85rem;
  font-weight: 600;
  color: #eb2924;
}

.post-item .post-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

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

.box-blog-post .is-divider {
  display: none;
}

/* product-details */
.product1 {
  padding: 30px 0;
}

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

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

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

.image-tools.bottom.left {
  display: none;
}

.product-thumbnails .flickity-button {
  display: none !important;
}

.price-wrapper .price {
  margin: 0;
}

.product-price-container {
  padding: 10px;
  column-gap: 0.8rem;
  border-radius: 0.4rem;
  background: rgba(254, 226, 210, 0.5);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-price-container span.amount {
  font-size: 2rem;
  font-weight: 600;
  color: #eb2924;
}

h1.product-title {
  margin-bottom: 20px;
}

form.cart .ux-quantity {
  width: calc(40% - 0.5rem);
  border: 1px solid var(--fs-color-primary);
  height: 48px;
  border-radius: 99px;
}

form.cart .quantity .button {
  background-color: transparent;
  border-color: transparent;
  width: 48px;
  height: 48px;
  max-width: unset;
}

form.cart .quantity input[type="number"] {
  height: 48px;
  width: 100%;
  max-width: unset;
  background-color: transparent;
  border-color: transparent;
}

form.cart .single_add_to_cart_button,
form.cart .ux-buy-now-button {
  width: calc(60% - 0.5rem);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--fs-color-primary);
  height: 48px;
  border-radius: 99px;
  color: var(--fs-color-primary);
}

form.cart .ux-buy-now-button {
  background-color: var(--fs-color-primary);
  color: #fff;
}

form.cart .ux-buy-now-button {
  width: 100%;
}

.col-icons .icon-box {
  padding: 15px;
  background-color: #fff;
  border-bottom: 0.1rem solid #f0f0f0;
}

.col-icons .icon-box h3 {
  font-size: 16px;
  font-weight: 600;
}

.col-icons .icon-box p {
  font-size: 14px;
}

.col-icons .icon-box:last-child {
  border-bottom: 0;
}

.product-section {
  border-top: 0;
}

.product-section-title {
  padding: 0 15px;
  margin-bottom: 30px;
}

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

.csbreadcrumbs {
  background-color: #fff;
  padding: 12px 15px;
}

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

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;
  background-color: #fff;
  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;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 36px;
}

form.cart .ux-swatch--color, 
form.cart .ux-swatch--image {
	width: 48px;
	height: 48px;
	border-radius: 4px;
    overflow: hidden;
}

form.cart .ux-swatch--color img, 
form.cart .ux-swatch--image img {
	border-radius: 4px;
    overflow: hidden;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home2 .row.row-small .col {
    flex-basis: calc(100% / 1.25);
    max-width: calc(100% / 1.25);
  }

  .home2 .main-img .img-inner {
    padding-top: 300px !important;
  }
}
