/*
Theme Name: C11WE0925
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.box.product-small {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3294117647);
}
.box.product-small .box-text {
  padding: 10px;
  font-size: 80%;
}
.box.product-small .box-text .title-wrapper {
  margin-bottom: 5px;
}
.box.product-small .box-text .title-wrapper .product-title {
  height: auto;
}
.box.product-small .box-text .title-wrapper .product-title a {
  color: #000;
  font-size: 120%;
}
.box.product-small .box-text .price-wrapper .price {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
.box.product-small .box-text .price-wrapper .price del, .box.product-small .box-text .price-wrapper .price del .amount {
  font-size: 90%;
  color: #F00;
  opacity: 1;
  order: 2;
}
.box.product-small .box-text .price-wrapper .price ins, .box.product-small .box-text .price-wrapper .price ins .amount {
  order: 1;
  color: #214741;
}

body.home header .header-wrapper.stuck .header-bg-container .header-bg-color {
  background-color: rgba(33, 71, 65, 0.8) !important;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 576px) {
  body.home header .header-wrapper.stuck .icon-menu {
    color: #FFF;
  }
  body.home header .header-wrapper.stuck .icon-shopping-cart {
    color: #FFF;
  }
}

header .widget_shopping_cart {
  width: 400px;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
  font-size: 14px;
  color: #214741;
  font-weight: bold;
}
header .widget_shopping_cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
  margin-bottom: 0px;
}
header .widget_shopping_cart a.button {
  border-radius: 5px;
}
header .row-mega img {
  border-radius: 5px;
}
header .row-mega .ux-menu .ux-menu-link.mega-title {
  font-weight: bold;
  font-size: 110%;
}
header i.icon-shopping-cart {
  font-size: 22px !important;
}

footer .ft-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
footer .social-icons {
  margin-top: 5px;
}
footer .ft-map {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #CCC;
}
footer .wpcf7 {
  background: #FFF;
  padding: 15px;
  border-radius: 2px;
  position: relative;
}
footer .wpcf7 form {
  margin-bottom: 0;
}
footer .wpcf7 form > p {
  display: flex;
  gap: 5px;
}
footer .wpcf7 form .wpcf7-form-control-wrap {
  flex: 7;
}
footer .wpcf7 form input.wpcf7-form-control {
  margin: 0;
  box-shadow: none;
}
footer .wpcf7 form input[type=submit] {
  margin: 0;
  padding: 0;
  flex: 3;
}
footer .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 80%;
  position: absolute;
  left: 0;
  bottom: -90%;
}
footer .wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .wpcf7 .wpcf7-response-output {
  color: #000;
  margin: 10px 0;
}
footer .ft-featured-text {
  border-bottom: 1px solid rgba(241, 241, 241, 0.25);
  margin-bottom: 5px;
}
footer .ft-featured-text h1, footer .ft-featured-text h2, footer .ft-featured-text h3, footer .ft-featured-text h4, footer .ft-featured-text h5, footer .ft-featured-text h6 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
footer .ft-featured-text p {
  margin-bottom: 10px;
  font-size: 90%;
}
footer ul li {
  margin-bottom: 5px;
  transition: 0.6s ease;
  position: relative;
  left: 0;
}
footer ul li a {
  transition: 0.6s ease;
}
footer ul li:hover {
  left: 5px;
}
footer ul li:hover a {
  color: #214741;
}

section.introduce .featured-text {
  max-width: 800px;
  margin: 0 auto 30px auto;
}
section.introduce .featured-text h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.introduce .featured-text h1:before {
  content: "";
  position: absolute;
  left: calc(50% - 100px - 4px);
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #214741;
  border-radius: 5px;
}
section.introduce .featured-text h1:after {
  content: "";
  position: absolute;
  left: calc(50% + 4px);
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #8b5e3c;
  border-radius: 5px;
}
section.introduce .featured-text p {
  text-align: justify;
}
@media screen and (max-width: 576px) {
  section.introduce .featured-text {
    padding: 15px;
    margin-bottom: 0;
  }
}
section.introduce .box {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.6s ease;
}
section.introduce .box .box-text h2, section.introduce .box .box-text h3, section.introduce .box .box-text h4, section.introduce .box .box-text h5 {
  color: #000;
}
section.introduce .box:hover {
  box-shadow: 0 0 10px rgba(113, 113, 113, 0.22);
}
@media screen and (max-width: 576px) {
  section.introduce .stack {
    flex-grow: 1;
    gap: 15px;
    justify-content: space-around;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-left: 15px;
  }
  section.introduce .stack .box {
    margin-left: 0 !important;
    flex-grow: 1;
    width: 40%;
    flex-basis: 40%;
    min-width: 40%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

section .section-heading {
  position: relative;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
section .section-heading h2, section .section-heading h3, section .section-heading h4, section .section-heading h5, section .section-heading h6 {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #214741;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  section .section-heading h2, section .section-heading h3, section .section-heading h4, section .section-heading h5, section .section-heading h6 {
    font-size: 90%;
  }
}
section .section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  background: #214741;
  border-radius: 5px;
}
section .section-heading:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #214741;
  border-radius: 5px;
}
section .section-heading.heading-center {
  text-align: center;
}
section .section-heading.heading-center:before {
  left: calc(50% - 100px);
  width: 100px;
  right: unset;
}
section .section-heading.heading-center:after {
  left: 50%;
  right: unset;
}

section.featured-quote-01 .featured-text p {
  margin-bottom: 10px;
}
section.featured-quote-01 a.button.primary {
  color: #214741;
}
@media screen and (max-width: 576px) {
  section.featured-quote-01 .section-content > .row > .col {
    padding: 15px;
  }
}

section.featured-quote-02 .featured-text {
  position: relative;
}
section.featured-quote-02 .featured-text p {
  margin-bottom: 10px;
}
section.featured-quote-02 .featured-text blockquote {
  border-left: none;
  margin-bottom: 0;
}
section.featured-quote-02 .featured-text:before {
  background: #000;
  opacity: 0.1;
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDEgODAiPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDEuNzdWMGg0MS42MDR2NDEuNzdMMjAuMDI2IDgwSC45ODdMMjEuNzIgNDEuNzdIMHptNTkuMzk2IDBWMEgxMDF2NDEuNzdMNzkuNDIyIDgwSDYwLjM4M2wyMC43MzItMzguMjNINTkuMzk2eiIgZmlsbD0iY3VycmVudENvbG9yIiAvPjwvc3ZnPg==);
  mask-repeat: no-repeat;
  width: 101px;
  height: 81px;
}
section.featured-quote-02 .img {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}

section.custom-kpcdt .tabbed-content ul.nav {
  gap: 10px;
  margin-bottom: 15px;
}
section.custom-kpcdt .tabbed-content ul.nav li.tab a {
  background: unset;
  transition: 0.6s ease;
  opacity: 0.8;
  font-size: 15px;
  padding: 2px 10px;
  color: #000;
  text-transform: uppercase;
}
section.custom-kpcdt .tabbed-content ul.nav li.tab.active a {
  color: #214741;
}
@media screen and (max-width: 576px) {
  section.custom-kpcdt .tabbed-content ul.nav li.tab a {
    padding: 2px 5px;
  }
}

section.custom-tc .box {
  background: rgba(129, 199, 132, 0);
  box-shadow: 0 0 10px rgba(216, 216, 216, 0.6);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}
section.custom-tc .box .box-text h2, section.custom-tc .box .box-text h3, section.custom-tc .box .box-text h4, section.custom-tc .box .box-text h5, section.custom-tc .box .box-text h6 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #214741 !important;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
section.custom-tc .box .box-text p {
  text-align: justify;
  margin-bottom: 10px;
}
section.custom-tc .box .box-text a {
  margin-top: 0;
  margin-bottom: 0;
}

.box.box-blog-post {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3294117647);
  transition: 0.6s ease;
}
.box.box-blog-post .is-divider {
  display: none;
}
.box.box-blog-post .box-text .post-title {
  text-decoration: none;
}
.box.box-blog-post .box-text .post-title a {
  color: #000;
}
.box.box-blog-post:hover {
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.48);
}

body.archive.woocommerce .archive-product-banner {
  width: 100%;
  height: 300px;
  position: relative;
}
body.archive.woocommerce .archive-product-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.archive.woocommerce .archive-product-banner .archive-heading {
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: block;
  width: fit-content;
  height: fit-content;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
body.archive.woocommerce .archive-product-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
body.archive.woocommerce .woocommerce-result-count {
  font-size: 90%;
  color: #000;
}
body.archive.woocommerce form.woocommerce-ordering select {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
}
body.archive.woocommerce .archive-product-description {
  margin-bottom: 15px;
}
body.archive.woocommerce .archive-product-description h1, body.archive.woocommerce .archive-product-description h2, body.archive.woocommerce .archive-product-description h3, body.archive.woocommerce .archive-product-description h4, body.archive.woocommerce .archive-product-description h5, body.archive.woocommerce .archive-product-description h6, body.archive.woocommerce .archive-product-description p {
  margin-bottom: 10px;
}

.widget {
  background: #FFF;
  border-radius: 5px;
  background: rgba(241, 241, 241, 0.6117647059);
  padding: 15px;
  border-radius: 5px;
}
.widget .widget-title {
  color: #000;
}
.widget.widget_search form {
  margin-bottom: 0;
}
.widget.widget_product_search form {
  margin-bottom: 0;
}
.widget.widget_product_search form button[type=submit] {
  background: #214741;
}
.widget.widget_nav_menu {
  border: 1px solid #F1F1F1;
  padding: 20px;
  border-radius: 5px;
}
.widget.widget_nav_menu ul.menu li.menu-item a {
  color: #000;
  transition: 0.6s ease;
  padding-left: 20px;
  position: relative;
}
.widget.widget_nav_menu ul.menu li.menu-item a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  color: #000;
  font-weight: bold;
}
.widget.widget_nav_menu ul.menu li.menu-item:hover a {
  color: #214741;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .flex-row {
  display: flex;
  align-items: center !important;
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li .badge {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.49);
}
.widget.flatsome_recent_posts ul li.recent-blog-posts-li a {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

body.woocommerce-cart div.wp-block-woocommerce-cart,
body.woocommerce-cart div.page-checkout > .woocommerce, body.woocommerce-checkout div.wp-block-woocommerce-cart,
body.woocommerce-checkout div.page-checkout > .woocommerce {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
}
body.woocommerce-cart .checkout-breadcrumbs a, body.woocommerce-checkout .checkout-breadcrumbs a {
  color: #000;
}
body.woocommerce-cart .checkout-breadcrumbs a.current, body.woocommerce-checkout .checkout-breadcrumbs a.current {
  color: #214741;
}
body.woocommerce-cart form.wc-block-components-totals-coupon__form, body.woocommerce-checkout form.wc-block-components-totals-coupon__form {
  display: flex;
}
body.woocommerce-cart form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input, body.woocommerce-checkout form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input input {
  height: 100%;
  line-height: 1;
}
body.woocommerce-cart form.wc-block-components-totals-coupon__form button[type=submit], body.woocommerce-checkout form.wc-block-components-totals-coupon__form button[type=submit] {
  border-radius: 5px;
  min-height: unset;
  line-height: 1;
  padding: 10px 15px;
}
body.woocommerce-cart .wc-block-cart__submit-container a, body.woocommerce-checkout .wc-block-cart__submit-container a {
  background: #214741;
  border-radius: 5px;
  transition: 0.6s ease;
}
body.woocommerce-cart .wc-block-cart__submit-container a:hover, body.woocommerce-checkout .wc-block-cart__submit-container a:hover {
  color: #FFF;
  letter-spacing: 1px;
}
body.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block, body.woocommerce-checkout .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  padding: 10px;
}
body.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon, body.woocommerce-checkout .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0;
}

body.woocommerce-checkout form.checkout input[type=text],
body.woocommerce-checkout form.checkout input[type=email],
body.woocommerce-checkout form.checkout input[type=tel],
body.woocommerce-checkout form.checkout input[type=password],
body.woocommerce-checkout form.checkout input[type=number] {
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 5px;
}
body.woocommerce-checkout form.checkout textarea {
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 5px;
}

body.page .section-heading h1 {
  margin-bottom: 0;
  color: #214741;
}

.ft-contact-methods .icon-box .icon-box-text strong {
  font-size: 110%;
}
.ft-contact-methods .icon-box .icon-box-text p {
  margin-bottom: 5px;
}

.archive-product-content-after {
  margin-top: 15px;
}
.archive-product-content-after .box-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  overflow: hidden;
}
.box-slider .box {
  height: 100%;
}
.box-slider .flickity-page-dots {
  bottom: 0;
}

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