@charset "UTF-8";
/*
Theme Name: C12WE0825
Description: Giao diện website Tuấn Nệm
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
section.section-slider .banner {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3294117647);
}

section.introduce .featured-image {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
section.introduce .featured-text {
  color: #000;
}
section.introduce .icon-box .icon-box-text h1, section.introduce .icon-box .icon-box-text h2, section.introduce .icon-box .icon-box-text h3, section.introduce .icon-box .icon-box-text h4, section.introduce .icon-box .icon-box-text h5, section.introduce .icon-box .icon-box-text h6, section.introduce .icon-box .icon-box-text p {
  margin: 0;
}

section.testimonials .section-heading h2, section.testimonials .section-heading h3 {
  width: fit-content;
  padding: 15px 15px;
  color: #28487c;
  line-height: 1;
  border-left: 10px solid #28487c;
  margin-bottom: 0;
}
section.testimonials .section-heading p {
  color: #000;
  border-left: 10px solid #fca918;
  padding-left: 15px;
}
section.testimonials .box {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1019607843);
  transition: 0.6s ease;
}
section.testimonials .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

section.section-products .product-category-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section-products .product-category-heading h2, section.section-products .product-category-heading h3, section.section-products .product-category-heading h4 {
  margin: 0;
  font-size: 2em;
  text-transform: uppercase;
  color: #28487c;
}
@media screen and (max-width: 576px) {
  section.section-products .product-category-heading {
    margin-top: 30px;
  }
  section.section-products .product-category-heading h2, section.section-products .product-category-heading h3, section.section-products .product-category-heading h4 {
    text-align: center;
  }
}
section.section-products .featured-banner {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(204, 204, 204, 0.3294117647);
}
section.section-products .sub-categories {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: inherit;
  justify-content: right;
}
@media screen and (max-width: 576px) {
  section.section-products .sub-categories {
    display: none;
  }
}
section.section-products .sub-categories ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  justify-content: right;
  align-items: center;
}
section.section-products .sub-categories ul li {
  margin: 0;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 10px;
  background: #28487c;
  line-height: 0.5;
  font-size: 12px;
  transition: 0.6s ease;
  font-weight: bold;
}
section.section-products .sub-categories ul li a {
  color: #FFF;
  transition: 0.6s ease;
  padding: 5px 10px;
  display: block;
}
section.section-products .sub-categories ul li:hover {
  background: #fca918;
}
section.section-products .tabbed-content ul.nav {
  justify-content: center;
  gap: 15px;
}
section.section-products .tabbed-content ul.nav li.tab a {
  color: #000;
}
section.section-products .tabbed-content ul.nav li.tab.active a {
  padding: 2px 15px;
  background: linear-gradient(179deg, #28487c, #000b1b);
  color: #FFF;
}

section.flash-sale {
  background: linear-gradient(#e52929, #f05000) center top;
}
section.flash-sale .section-heading h2, section.flash-sale .section-heading h3, section.flash-sale .section-heading h4, section.flash-sale .section-heading h5 {
  margin-bottom: 0;
}
section.flash-sale .featured-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
section.flash-sale .ux-timer {
  width: 250px;
  font-size: 150%;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  margin-bottom: 15px;
}
section.flash-sale .tabbed-content ul.nav {
  background: linear-gradient(180deg, #ec4112, rgba(236, 65, 18, 0.84), #ec4112);
  border-radius: 5px;
  color: #FFF;
}
section.flash-sale .tabbed-content ul.nav li.tab a {
  color: #FFF;
}
section.flash-sale .tabbed-content ul.nav li.tab:not(:last-child) {
  margin-right: 20px;
}
section.flash-sale .tabbed-content ul.nav li.tab.active span {
  color: #fcff06;
}
section.flash-sale .box.product-small .box-text .sale-line {
  display: block;
}

section.blogs .section-heading h2, section.blogs .section-heading h3 {
  width: fit-content;
  padding: 15px 15px;
  color: #28487c;
  line-height: 1;
  border-left: 10px solid #28487c;
  margin-bottom: 0;
}
section.blogs .section-heading p {
  color: #000;
  border-left: 10px solid #fca918;
  padding-left: 15px;
}
section.blogs .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;
}
section.blogs .box.box-blog-post .is-divider {
  display: none;
}
section.blogs .box.box-blog-post .box-text .post-title {
  text-decoration: none;
}
section.blogs .box.box-blog-post:hover {
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.48);
}

section.featured-blog h2 {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 10px;
}
section.featured-blog .tabbed-content ul.nav li.tab a {
  padding: 10px 15px;
  line-height: 1;
  color: #000;
}
section.featured-blog .tabbed-content ul.nav li.tab.active a {
  color: #FFF;
}
@media screen and (max-width: 576px) {
  section.featured-blog .tabbed-content ul.nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    justify-content: left;
  }
  section.featured-blog .tabbed-content ul.nav li.tab {
    width: 40%;
    flex-basis: 40%;
    min-width: 40%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}
section.featured-blog .col.post-item {
  padding-bottom: 0;
}
section.featured-blog .blog-left .box {
  margin-right: 30px;
  width: auto;
}
section.featured-blog .blog-right .col.post-item {
  margin-bottom: 30px;
}
section.featured-blog .blog-right .box .box-image {
  border-radius: 5px;
  overflow: hidden;
}
section.featured-blog .blog-right .box .box-image .image-cover {
  padding-top: unset;
  transform: unset;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
section.featured-blog .box.box-blog-post .box-image {
  overflow: hidden;
}
section.featured-blog .box.box-blog-post .box-image img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
section.featured-blog .box.box-blog-post .box-text {
  padding: 10px;
}
section.featured-blog .box.box-blog-post .box-text .is-divider {
  display: none;
}
section.featured-blog .blog-main-col {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.2);
}

body.single.single-post .entry-header .entry-header-text {
  padding-bottom: 0;
}

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.woocommerce .sidebar-inner .widget-title {
  border-bottom: 1px solid #F1F1F1;
  display: block;
  padding: 10px 10px;
  color: #FFF;
  background: #28487c;
}
body.woocommerce .sidebar-inner form.searchform input[type=search] {
  border-radius: 5px 0 0 5px;
  border: 1px solid #F1F1F1;
  box-shadow: none;
}
body.woocommerce .sidebar-inner form.searchform button[type=submit] {
  border-radius: 0 5px 5px 0;
}
body.woocommerce .sidebar-inner .widget.widget_product_categories .is-divider {
  display: none;
}
body.woocommerce .sidebar-inner .widget.widget_product_categories ul.product-categories li a {
  font-size: 90%;
}

body.woocommerce-cart form.ux-cart-coupon input {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  box-shadow: none;
}

.img.featured-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s ease;
}

.row.featured-banner {
  margin-top: 15px !important;
}
.row.featured-banner .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s ease;
}
.row.featured-banner .img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

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