/*
Theme Name: C12WE1224
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media all and (max-width: 576px) {
  .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .mobile-swiper > .col .icon-box {
    white-space: normal;
  }
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

header .company-name {
  font-weight: bold;
  font-size: clamp(20px, 4vw, 26px);
  font-family: "Montagu Slab", serif;
  color: #F00;
  position: relative;
  overflow: hidden;
}
header .company-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-20deg);
  animation: light-sweep 8s ease-in-out 3s infinite;
}

footer .ft-heading {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px dashed #FFF;
  padding-bottom: 10px;
}

@keyframes light-sweep {
  0% {
    left: -150%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 150%;
  }
}
.product-category-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.product-category-heading h1, .product-category-heading h2, .product-category-heading h3, .product-category-heading h4, .product-category-heading h5, .product-category-heading h6 {
  font-family: "Montagu Slab", serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: fit-content;
}
@media all and (max-width: 576px) {
  .product-category-heading h1, .product-category-heading h2, .product-category-heading h3, .product-category-heading h4, .product-category-heading h5, .product-category-heading h6 {
    background: #227ac7;
    padding: 10px;
    border-radius: 2px;
    color: #FFF;
    width: 100%;
  }
}
.product-category-heading p {
  margin: 0;
}
.product-category-heading ul {
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0 0 15px 0;
  float: right;
  flex-wrap: wrap;
  justify-content: right;
}
.product-category-heading ul li {
  border: 1px solid #F1F1F1;
  padding: 5px 10px;
  line-height: 1;
  margin: 0;
  transition: 0.6s ease;
  border-radius: 2px;
}
.product-category-heading ul li a {
  color: #333;
  transition: 0.6s ease;
  font-size: 80%;
}
.product-category-heading ul li:hover {
  background: #227ac7;
}
.product-category-heading ul li:hover a {
  color: #FFF;
}
@media all and (max-width: 576px) {
  .product-category-heading {
    flex-direction: column;
  }
  .product-category-heading ul {
    width: 100%;
    justify-content: left;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .product-category-heading ul li {
    width: 30%;
    flex-basis: 30%;
    min-width: 30%;
    padding: 10px 10px;
    white-space: wrap;
  }
}

.fp-heading {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  font-family: "Montagu Slab", serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
}
.fp-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 30px;
  background: #227ac7;
  width: 50px;
  height: 5px;
  animation: fp_heading_heading_effect 5s infinite ease;
  animation-direction: alternate;
}
.fp-heading:after {
  content: "";
  position: absolute;
  left: 55px;
  bottom: 0;
  border-radius: 30px;
  background: #227ac7;
  width: 10px;
  height: 5px;
  animation: fp_heading_heading_effect_01 5s infinite ease;
  animation-direction: alternate;
}
@media all and (max-width: 576px) {
  .fp-heading {
    padding: 10px 0;
  }
  .fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
    text-align: center;
    font-size: 140%;
  }
  .fp-heading:before {
    animation: unset;
    left: calc(50% - 20px);
    transform: translateX(-50%);
  }
  .fp-heading:after {
    animation: unset;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    background: #000;
  }
}
@keyframes fp_heading_heading_effect {
  0% {
    width: 50px;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    width: 10px;
    background: #333;
    transform: rotate(180deg);
  }
}
@keyframes fp_heading_heading_effect_01 {
  0% {
    width: 10px;
  }
  100% {
    left: 15px;
    width: 55px;
  }
}

.box.product-small {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s ease;
}
.box.product-small .box-text {
  padding: 10px;
}
.box.product-small .box-text .title-wrapper .product-title a {
  color: #000;
  font-weight: bold;
}
.box.product-small .box-text .custom-buttons {
  display: flex;
  flex-grow: 1;
  gap: 10px;
}
.box.product-small .box-text .custom-buttons a {
  flex: 1;
  padding: 0;
  margin: 0;
  font-size: 90%;
}
@media all and (max-width: 576px) {
  .box.product-small .box-text .custom-buttons {
    flex-direction: column;
  }
}
.box.product-small:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}

.box.box-blog-post {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s ease;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}
.box.box-blog-post .box-text .post-title a {
  font-size: clamp(14px, 4vw, 16px);
  text-transform: lowercase;
}
.box.box-blog-post .box-text .post-title a:first-letter {
  text-transform: uppercase;
}

section.featured-banner {
  padding-bottom: 50px !important;
}

section.featured-categories .icon-box .icon-box-text {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.featured-categories .icon-box .icon-box-text h3 {
  font-size: clamp(14px, 4vw, 15px);
  font-family: "Montagu Slab", serif;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 5px;
}
section.featured-categories .icon-box .icon-box-text p {
  font-size: clamp(13px, 4vw, 14px);
}

@media all and (max-width: 576px) {
  section.featured-products {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  section.featured-products .mobile-swiper > .col {
    width: 42%;
    flex-basis: 42%;
    min-width: 42%;
  }
}

@media all and (max-width: 576px) {
  section.featured-blog {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.wpcf7 form input:not([type=submit]), .wpcf7 form textarea {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 5px;
}

.widget .widget-title {
  background: #227ac7;
  color: #FFF;
  padding: 10px;
  display: block;
  border-radius: 2px;
}
.widget.widget_product_search input[type=search] {
  box-shadow: none;
}
.widget.widget_product_search button[type=submit] {
  transition: 0.6s ease;
}
.widget.widget_product_search button[type=submit]:hover {
  color: #CCC;
}
.widget.widget_products ul li img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  margin-bottom: 0;
  text-transform: lowercase;
  color: #656565;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a:first-letter {
  text-transform: uppercase;
}

.woo-buy-now-button {
  background-color: #ff5722;
  color: #fff;
  display: inline-block;
  max-width: none;
  flex: 1 !important;
  width: fit-content;
}
@media all and (max-width: 576px) {
  .woo-buy-now-button {
    width: 100%;
    flex: unset;
  }
}

.product-short-description {
  border: 1px dashed #000000;
  padding: 10px;
  margin-bottom: 15px;
  background: #F1F1F1;
}
.product-short-description p {
  margin: 0;
}

.woo-policy-link {
  margin-bottom: 15px;
  display: block;
  color: #f00;
  line-height: 1;
}

body.archive.woocommerce-page .box.product-small .box-text .custom-buttons {
  flex-direction: column;
  gap: 5px;
}

.row.about-us--icon-boxs .icon-box .icon-box-text {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.row.about-us--icon-boxs .icon-box .icon-box-text * {
  margin-bottom: 0;
}

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