/*
Theme Name: C12WE1124
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.6
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media screen 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 {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

body.single.single-post .entry-header {
  display: none;
}
body.single.single-post .entry-header .entry-header-text-top {
  border-bottom: 1px solid #F1F1F1;
}
body.single.single-post h1.entry-title {
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
body.single.single-post .entry-divider {
  display: none;
}
body.single.single-post .heateor_sss_sharing_container {
  margin-bottom: 15px;
}
body.single.single-post .kk-star-ratings {
  margin-bottom: 15px;
  background: #F1F1F1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: row-reverse;
  border-radius: 5px;
  box-shadow: 1px 0 5px #F1F1F1;
  transition: 0.6s ease;
}
body.single.single-post .kk-star-ratings:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
body.single.single-post .comments-area .comment-respond {
  background-color: #F1F1F1;
  border-radius: 5px;
  box-shadow: 1px 0 5px #F1F1F1;
  transition: 0.6s ease;
}
body.single.single-post .comments-area .comment-respond:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
body.single.single-post .comments-area #reply-title {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
}
body.single.single-post .comments-area textarea#comment {
  border: 1px solid #F1F1F1;
  box-shadow: none;
  border-radius: 5px;
}
body.single.single-post .comments-area #submit {
  border-radius: 10px;
}
body.single.single-post #ftwp-container-outer {
  border-radius: 10px;
}

body.single.single-product h1.product-title {
  color: #000;
}
body.single.single-product .product-summary .product-short-description {
  color: #666;
}
body.single.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
}
body.single.single-product form.cart .quantity {
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single.single-product form.cart .quantity input {
  border: none;
  padding: 5px 15px;
}
body.single.single-product form.cart .quantity .qty {
  max-width: unset;
}
body.single.single-product form.cart .single_add_to_cart_button {
  background: linear-gradient(180deg, #262264, #161068, #262264);
  border-radius: 10px;
  flex-grow: 1;
}
body.single.single-product form.cart .ux-buy-now-button {
  background: linear-gradient(180deg, #262264, #161068, #262264);
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  transition: 0.6s ease;
}
body.single.single-product form.cart .ux-buy-now-button:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
body.single.single-product .product-main {
  padding-top: 0;
}
body.single.single-product #product-sidebar .sidebar-inner .widget-title {
  margin-bottom: 10px;
  display: block;
  font-size: 1.2rem;
  text-transform: lowercase;
}
body.single.single-product #product-sidebar .sidebar-inner .widget-title:first-letter {
  text-transform: uppercase;
}
body.single.single-product #product-sidebar .sidebar-inner .is-divider {
  display: none;
}
body.single.single-product #product-sidebar .sidebar-inner form.searchform {
  border-radius: 10px;
  background: #F1F1F1;
}
body.single.single-product #product-sidebar .sidebar-inner form.searchform input {
  border: none;
  box-shadow: none;
  background: unset;
}
body.single.single-product #product-sidebar .sidebar-inner form.searchform button[type=submit].submit-button {
  background: transparent;
  color: #CCC;
  border: none;
}
body.single.single-product #product-sidebar .sidebar-inner form.searchform button[type=submit].submit-button:hover {
  color: #000;
  background: unset;
  box-shadow: unset;
}
body.single.single-product #product-sidebar .sidebar-inner ul.menu li a {
  color: #666;
  transition: 0.6s ease;
}
body.single.single-product #product-sidebar .sidebar-inner ul.menu li a:hover {
  color: #000;
  padding-left: 15px;
}
body.single.single-product #product-sidebar .sidebar-inner ul.menu li + li {
  border-top: none;
}
body.single.single-product .related-products-wrapper .product-section-title {
  color: #333;
  text-align: center;
}
body.single.single-product .related-products-wrapper .flickity-viewport {
  padding-top: 10px;
}

/* Keyframe animation for smooth up-and-down movement */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
body.home section .row .col .col-inner {
  height: 100%;
}
body.home section .row .col .col-inner > .box {
  height: 100%;
}

.box.box-blog-post {
  border: 1px solid #F1F1F1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 0 10px #F1F1F1;
  transition: 0.6s ease;
}
.box.box-blog-post .is-divider {
  display: none;
}
.box.box-blog-post .box-image {
  padding: 10px;
  border-bottom: 1px solid #F1F1F1;
}
.box.box-blog-post .box-image .image-cover {
  border-radius: 5px;
  overflow: hidden;
}
.box.box-blog-post .box-text {
  padding: 15px;
}
.box.box-blog-post .box-text .post-title a {
  color: #000;
}
.box.box-blog-post .badge .badge-inner {
  background-color: #111;
}
.box.box-blog-post .badge .badge-inner span {
  color: #FFF;
}
.box.box-blog-post .category-tag {
  background: #F5F5F5;
  color: #000;
  border-radius: 40px;
  transition: 0.6s ease;
  width: fit-content;
  padding: 3px 12px;
  margin-bottom: 10px;
}
.box.box-blog-post.box-vertical .box-text .post-title {
  margin-bottom: 10px;
  font-size: clamp(16px, 4vw, 24px);
}
.box.box-blog-post:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}

.box.product-small {
  transition: 0.6s ease;
  border-radius: 15px;
  overflow: hidden;
  top: 0;
  border: 1px solid #F1F1F1;
}
.box.product-small .box-text {
  text-align: center;
  padding: 10px;
}
.box.product-small .box-text .title-wrapper {
  margin-bottom: 5px;
}
.box.product-small .box-text .title-wrapper .product-title a {
  color: #000;
  font-weight: bold;
  transition: 0.6s ease;
}
.box.product-small:hover {
  top: -10px;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
.box.product-small:hover .box-text .title-wrapper .product-title a {
  color: #000;
}

section.about-us .featured-image {
  position: relative;
}
section.about-us .featured-image img {
  border-radius: 10px;
  animation: float 3s ease-in-out infinite;
}
section.about-us .featured-image:before {
  content: " ";
  top: 50px;
  left: 100px;
  width: 150px;
  height: 150px;
  background: url(https://c12we1124.yourweb.com.vn/wp-content/uploads/2024/11/bong.png) 100% no-repeat;
  background-size: contain;
  position: absolute;
  animation: float 3s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  section.about-us .featured-logo {
    display: flex;
    flex-direction: column;
  }
  section.about-us .featured-logo .box-image {
    margin-bottom: 15px;
    margin-right: unset;
    margin-left: 0;
  }
  section.about-us .featured-logo .box-text {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  section.about-us .featured-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  section.about-us .featured-logo .box-image {
    width: 30% !important;
    margin-bottom: 30px;
  }
}

section.products-categories .col.product-small {
  margin: 0;
}
section.products-categories .sira-category-heading {
  border-bottom: 1px solid #F1F1F1;
  position: relative;
  padding: 15px 15px 15px 65px;
  margin-bottom: 30px;
}
section.products-categories .sira-category-heading:before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("https://c12we1124.yourweb.com.vn/wp-content/uploads/2024/11/logo-zsport.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.products-categories .sira-category-heading h2, section.products-categories .sira-category-heading h3, section.products-categories .sira-category-heading h4 {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  font-weight: 900;
  text-align: left;
}

section.our-services .featured-heading {
  text-align: center;
  margin-bottom: 30px;
}
section.our-services .featured-heading h1, section.our-services .featured-heading h2, section.our-services .featured-heading h3, section.our-services .featured-heading h4, section.our-services .featured-heading h5, section.our-services .featured-heading h6 {
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  section.our-services .featured-heading h1, section.our-services .featured-heading h2, section.our-services .featured-heading h3, section.our-services .featured-heading h4, section.our-services .featured-heading h5, section.our-services .featured-heading h6 {
    font-size: 1.5rem;
  }
}
section.our-services .box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1px 0 7px #CCC;
  transition: 0.6s ease;
}
section.our-services .box .box-image {
  padding: 10px;
  overflow: hidden;
  transition: 0.6s linear;
}
section.our-services .box .box-image img {
  border-radius: 5px;
}
section.our-services .box .box-text {
  padding: 10px;
}
section.our-services .box a.button {
  background: #F1F1F1;
  color: #000;
  transition: 0.6s ease;
  margin-bottom: 0;
}
section.our-services .box a.button:hover {
  background: #000;
  color: #FFF;
}
section.our-services .box:hover {
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.13);
}
section.our-services .box:hover .box-image {
  padding: 15px;
}

footer .ft-heading {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}
footer .ux-menu-link__text {
  font-size: 14px;
}
footer .ux-menu.ft-menu-links .ux-menu-link .ux-menu-link__text {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  footer .col:nth-child(4) {
    order: -1;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  footer .ft-row .col:nth-child(1) {
    flex-basis: 50%;
    max-width: 50%;
  }
  footer .ft-row .col:nth-child(2),
  footer .ft-row .col:nth-child(3) {
    flex-basis: 25%;
    max-width: 25%;
  }
  footer .ft-row .col:nth-child(4) {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.wpcf7 {
  position: relative;
}
.wpcf7 .frm-group {
  display: flex;
  gap: 15px;
}
.wpcf7 .frm-group * {
  flex: 1;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  border: 1px solid #F1F1F1;
  box-shadow: none;
  border-radius: 10px;
  height: 3.5em;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8rem;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}

.yw-site-breadcrumb {
  position: relative;
  margin-bottom: 60px;
}
.yw-site-breadcrumb .yw-site-breadcrumb-inner {
  background-size: cover;
  background-color: #f5f5f5;
  padding: 40px 0 40px;
  text-align: center;
}
.yw-site-breadcrumb .yw-site-breadcrumb-inner h1, .yw-site-breadcrumb .yw-site-breadcrumb-inner h2, .yw-site-breadcrumb .yw-site-breadcrumb-inner h3, .yw-site-breadcrumb .yw-site-breadcrumb-inner h4, .yw-site-breadcrumb .yw-site-breadcrumb-inner h5, .yw-site-breadcrumb .yw-site-breadcrumb-inner h6 {
  opacity: 1;
  color: #000;
}
.yw-site-breadcrumb .yw-site-breadcrumb-inner .breadcrumbs {
  color: #000;
}
.yw-site-breadcrumb .yw-site-breadcrumb-inner .breadcrumbs a {
  color: #000;
}

body.archive.tax-product_cat .shop-page-title {
  margin-top: 15px;
}
body.archive.tax-product_cat .shop-page-title .page-title-inner {
  min-height: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
}
body.archive.tax-product_cat .shop-page-title .page-title-inner h1, body.archive.tax-product_cat .shop-page-title .page-title-inner h2 {
  border: 1px solid #1c184c;
  border-radius: 5px;
  position: relative;
  margin-top: -25px;
  margin-bottom: 5px;
  font-size: clamp(18px, 2vw, 25px);
  color: #000;
  background: #FFF;
  padding: 5px 10px;
  width: fit-content;
}
body.archive.tax-product_cat .shop-page-title .page-title-inner .is-large {
  flex: 1;
}
body.archive.tax-product_cat .shop-page-title .page-title-inner .breadcrumbs {
  font-size: 80%;
}
body.archive.tax-product_cat .shop-page-title .page-title-inner .flex-col:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.archive.tax-product_cat .shop-page-title form.woocommerce-ordering select {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background-color: #f5f5f5;
}
body.archive.tax-product_cat .shop-page-title .widget_berocket_lgv_widget a.berocket_lgv_set {
  background: transparent;
  color: #5a5a5a;
  box-shadow: none;
  font-size: 1.2rem;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  margin-right: 5px;
}
body.archive.tax-product_cat .term-description {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 1px 0 5px rgba(204, 204, 204, 0.4);
  padding: 15px;
}
body.archive.tax-product_cat .term-description img {
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}
body.archive.tax-product_cat .term-description p {
  margin-bottom: 10px;
}
body.archive.tax-product_cat .term-description table {
  background: unset !important;
  background-color: unset !important;
}
body.archive.tax-product_cat .term-description table td, body.archive.tax-product_cat .term-description table th {
  padding: 10px;
}
@media screen and (max-width: 576px) {
  body.archive.tax-product_cat .term-description table td, body.archive.tax-product_cat .term-description table th {
    padding: 5px;
  }
}
body.archive.tax-product_cat .term-description ul, body.archive.tax-product_cat .term-description ol {
  padding-left: 30px !important;
}
body.archive.tax-product_cat .yw-toggle-wrapper {
  position: relative;
}
body.archive.tax-product_cat .yw-toggle-wrapper.collapse:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));
  transition: 0.6s ease;
}
body.archive.tax-product_cat .yw-toggle-wrapper.collapse:hover:after {
  height: 100px;
}
body.archive.tax-product_cat .yw-toggle-button {
  margin: 0 auto;
  border: 1px solid #F1F1F1;
  background: #FFF;
  border-radius: 10px;
  display: block;
  width: fit-content;
  position: relative;
  top: -15px;
  color: #000;
}
body.archive.tax-product_cat .yw-toggle-button:hover {
  background: #000;
  color: #FFF;
}
body.archive.tax-product_cat .products .berocket_lgv_additional_data {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.archive.tax-product_cat .products .berocket_lgv_additional_data h3 {
  color: #000;
  text-transform: uppercase;
}
body.archive.tax-product_cat .products .berocket_lgv_additional_data .product-short-description {
  line-height: 1.5rem;
}
body.archive.tax-product_cat .products .berocket_lgv_grid .berocket_lgv_additional_data {
  display: none;
}

@media screen and (max-width: 576px) {
  .featured-heading h2, .featured-heading h3, .featured-heading h4, .featured-heading h5, .featured-heading h6 {
    background: #000;
    color: #FFF !important;
    padding: 10px;
    border-radius: 5px;
  }
  body.home section.about-us {
    padding-bottom: 0 !important;
  }
  body.home section.products-categories {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.home section.blog {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

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