/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --spacing-0-5: 0.125rem;
  --spacing-1: 0.25rem;
  --spacing-1-5: 0.375rem;
  --spacing-2: 0.5rem;
  --spacing-2-5: 0.625rem;
  --spacing-3: 0.75rem;
  --spacing-3-5: 0.875rem;
  --spacing-4: 1rem;
  --spacing-4-5: 1.125rem;
  --spacing-5: 1.25rem;
  --spacing-5-5: 1.375rem;
  --spacing-6: 1.5rem;
  --spacing-6-5: 1.625rem;
  --spacing-7: 1.75rem;
  --spacing-7-5: 1.875rem;
  --spacing-8: 2rem;
  --spacing-8-5: 2.125rem;
  --spacing-9: 2.25rem;
  --spacing-9-5: 2.375rem;
  --spacing-10: 2.5rem;
  --spacing-11: 2.75rem;
  --spacing-12: 3rem;
  --spacing-14: 3.5rem;
  --spacing-16: 4rem;
  --spacing-18: 4.5rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-28: 7rem;
  --spacing-32: 8rem;
  --spacing-36: 9rem;
  --spacing-40: 10rem;
  --spacing-44: 11rem;
  --spacing-48: 12rem;
  --spacing-52: 13rem;
  --spacing-56: 14rem;
  --spacing-60: 15rem;
  --spacing-64: 16rem;
  --spacing-72: 18rem;
  --spacing-80: 20rem;
  --spacing-96: 24rem;
  --container-max-width: 1600px;
  --container-narrow-max-width: 1350px;
  --container-gutter: var(--spacing-5);
  --section-outer-spacing-block: var(--spacing-12);
  --section-inner-max-spacing-block: var(--spacing-10);
  --section-inner-spacing-inline: var(--container-gutter);
  --section-stack-spacing-block: var(--spacing-8);
  --grid-gutter: var(--spacing-5);
  --product-list-row-gap: var(--spacing-8);
  --product-list-column-gap: var(--grid-gutter);
  --input-gap: var(--spacing-2);
  --input-height: 2.625rem;
  --input-padding-inline: var(--spacing-4);
  --sticky-area-height: calc(
    var(--sticky-announcement-bar-enabled, 0) *
      var(--announcement-bar-height, 0px) + var(--sticky-header-enabled, 0) *
      var(--header-height, 0px)
  );
  --transform-logical-flip: 1;
  --transform-origin-start: left;
  --transform-origin-end: right;
  --heading-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --heading-text-transform: normal;
  --heading-letter-spacing: -0.01em;
  --text-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-letter-spacing: 0em;
  --text-h0: 2.5rem;
  --text-h1: 1.75rem;
  --text-h2: 1.5rem;
  --text-h3: 1.375rem;
  --text-h4: 1.125rem;
  --text-h5: 1.125rem;
  --text-h6: 1rem;
  --text-xs: 0.6875rem;
  --text-sm: 0.75rem;
  --text-base: 0.875rem;
  --text-lg: 1.125rem;
  --accent: 0 68 136;
  --text-primary: 39 39 39;
  --background-primary: 255 255 255;
  --dialog-background: 255 255 255;
  --border-color: var(--text-color, var(--text-primary)) / 0.12;
  --button-background-primary: 0 68 136;
  --button-text-primary: 255 255 255;
  --button-background-secondary: 74 144 226;
  --button-text-secondary: 255 255 255;
  --success-background: 230 239 230;
  --success-text: 46 125 50;
  --warning-background: 252 240 228;
  --warning-text: 230 126 34;
  --error-background: 250 230 230;
  --error-text: 214 48 49;
  --on-sale-text: 232 65 24;
  --on-sale-badge-background: 232 65 24;
  --on-sale-badge-text: 255 255 255;
  --sold-out-badge-background: 149 165 166;
  --sold-out-badge-text: 0 0 0;
  --primary-badge-background: 0 68 136;
  --primary-badge-text: 255 255 255;
  --star-color: 241 196 15;
  --product-card-background: 255 255 255;
  --product-card-text: 39 39 39;
  --header-background: 39 39 39;
  --header-text: 242 242 242;
  --footer-background: 242 242 242;
  --footer-text: 39 39 39;
  --rounded-xs: 0.25rem;
  --rounded-sm: 0.375rem;
  --rounded: 0.75rem;
  --rounded-lg: 1.5rem;
  --rounded-full: 9999px;
  --rounded-button: 3.75rem;
  --rounded-input: 0.5rem;
  --shadow-sm: 0 2px 8px rgb(var(--text-primary) / 0.1);
  --shadow: 0 5px 15px rgb(var(--text-primary) / 0.1);
  --shadow-md: 0 5px 30px rgb(var(--text-primary) / 0.1);
  --shadow-block: 0px 18px 50px rgb(var(--text-primary) / 0.1);
  --stagger-products-reveal-opacity: 0;
  --text-color: var(--text-primary);
}
.content-single-post .col > .col-inner {
  border-radius: 0.7em;
  overflow: hidden;
}

.class-loader.active {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1000000;
}
.class-loader.active .loader {
  left: 50%;
  position: relative;
  top: 15%;
  margin-top: 10em;
  display: block;
}

.content-single-post .item-text .col-inner {
  background: rgb(39, 39, 39);
  color: #fff;
  display: flex;
  padding: 0 5rem;
  align-items: center;
}
.text-gradient h2 {
  font-size: 4em;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  background-image: linear-gradient(
    90deg,
    rgba(1, 12, 70, 1),
    rgba(24, 63, 149, 1) 100%
  );
  color: #0000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
}

form.cart .buttons_added {
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 3.75rem;
  border-color: rgb(39 39 39 / 0.12);
  display: inline-block;
  border: 1px solid rgb(39 39 39 / 0.12);
}
form.cart .buttons_added .ux-quantity__button {
  padding: 0 1rem;
  border: none;
  background: transparent !important;
  box-shadow: none;
}
form.cart .buttons_added input[type="number"] {
  border: none;
  box-shadow: none;
}
form.cart .single_add_to_cart_button {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background-color: #fff;
  color: rgb(20, 53, 195);
  text-transform: none;
  border-color: rgb(20, 53, 195);
}
.product-tabgroup.tabbed-content .nav-tabs > li {
  margin-bottom: 0;
  margin-left: 1px;
}
.product-tabgroup.tabbed-content .nav-tabs li a {
  border-top: 1px solid rgb(20, 53, 195);
  border-radius: 10px 10px 0 0 ;
}
.product-tabgroup.tabbed-content .nav-tabs {
  margin-left: 1px;
}
.home-viewall.button,
#loadmore-products.button,
.product-tabgroup .nav-tabs > li > a {
  background-color: #fff;
  color: rgb(20, 53, 195);
  border-color: rgb(20, 53, 195);
}
.css-19vrbri:nth-of-type(2n) {
  background-color: rgb(246, 246, 246);
}
.css-19vrbri {
  display: flex;
  padding: 12px 16px;
  gap: 8px;
}
.css-10u9x48 {
  overflow: hidden;
  position: relative;
  padding: 0px 1rem 1rem;
}
.css-1lchwqw {
  font-size: 13px;
}
.stuck #top-bar{
        display: none;
    }
@media (max-width: 849px) {
    .header  .stuck #top-bar {
        display: none !important;
    }
}
@media (max-width: 475px) {
    
body.home .header #logo {
  min-width: 180px;
}

}
.post-custom .box-badge .box-text{
    margin: .5em;
    width: fit-content;
    bottom: 0;
    border-radius: 10px;
}
.post-tintuc .col{
    padding-bottom: .5em;
}
.post-custom .cat-label{
    background-color: rgb(20, 53, 195);
    display: block;
    width: fit-content;
    padding: .5em 1em;
    font-size: 1em;
    color: #fff;
    border-radius: .3em;
}
.badge.top{
    left: 10px !important;    
}
@media (max-width: 549px) {
    
    .header #logo img {
        max-height: max-content;
    }
}
#comments .comment-respond{
    border-radius: 10px;
}
form.cart .ux-buy-now-button,
#comments #submit,
#review_form #submit,
form.cart .single_add_to_cart_button:hover{
  background-color: rgb(20, 53, 195);
  color: #fff;
  border-color: rgb(20, 53, 195);
  border-radius: 10px;
}

.product-tabgroup .nav-tabs > li.active > a,
.product-tabgroup .nav-tabs > li > a:hover {
    background-color: #094d9c;
    color: #fff;
    border-color: #094d9c;
    border-radius: 10px 10px 0 0;
}
.button:hover {
  background-color: rgb(20, 53, 195) !important;
  color: #fff !important;
  border-color: rgb(20, 53, 195) !important;
}
.header-button .button:hover{
  background-color: transparent !important;
  color: rgb(130, 134, 158) !important;
  border-color: transparent !important;
}
#masthead .woocommerce-mini-cart__buttons.buttons .button,
#masthead .return-to-shop a.button,
.button.alt,
.button.checkout,
.checkout-button,
.secondary {
  color: rgb(20, 53, 195);
  border-color: rgb(20, 53, 195);
  background-color: #fff;
}
.breadcrumb .col {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.breadcrumbbar path {
  fill: #a7abc3;
}
.breadcrumbbar span {
  font-size: 13px;
}
.css-qikc2t {
  text-align: center;
  flex: 1 1 0%;
}
.product-small .badge-circle {
  margin-left: 0.2em;
}
.product-small .badge {
  height: fit-content;
  width: fit-content;
}
.product-small .badge-circle .badge-inner {
  padding: 0.8em 0.5em;
}
.breadcrumbbar span span:first-child a {
  color: #1990ff;
}
.icon-wrapper {
  position: relative;
}
.icon-wrapper .badge {
  position: absolute;
  top: 0;
  /* right: 0; */
  left: 70%;
  background: black;
  height: fit-content;
  width: fit-content;
  padding: 0.1em;
  border-radius: 99px;
  height: 17px;
  min-width: 17px;
  display: flex;
  justify-content: center;
  color: #ffff !important;
  align-items: center;
}
.header .nav-dark .nav > li > a span.badge {
  color: #fff !important;
  font-size: 12px;
}
#main,
#wrapper {
  background-color: #f2f3f5;
  position: relative;
}
i.icon-zalo::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(http://localhost/phongvu/wp-content/uploads/2025/05/addthis-zalo.svg);
  background-position: center center;
  background-size: contain;
}
div#col-products {
  margin-top: 20px;
}
.announcement-bar li.custom.html_topbar_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-bar {
  background: #1435c3;
  color: white;
  padding: 8px 0;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header #top-bar.nav-dark .nav > li > a{
    color: rgb(255, 255, 255) !important;
    font-size: 12px;
}
.top-bar {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-1px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-item i {
  font-size: 16px;
  opacity: 0.9;
}

.contact-item a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-item.address {
  gap: 0;
}

.contact-item a:hover {
  color: #ffd700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-links a {
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.working-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  opacity: 0.9;
}

.working-hours i {
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .top-bar-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .contact-info {
    justify-content: center;
    gap: 15px;
  }

  .contact-item {
    font-size: 13px;
  }

  .social-links {
    order: -1;
  }
}

@media (max-width: 480px) {
  .contact-info {
    flex-direction: column;
    gap: 8px;
  }

  .top-bar {
    padding: 12px 0;
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
}
.nav > li > a > i.icon-shopping-bag {
  font-size: 30px;
}
.off-canvas .mobile-sidebar-slide {
  position: relative;
}
.creed-video-section .col {
  padding-bottom: 0 !important;
}
.creed_product-cat .box-image {
  height: 172px;
  margin: 0 auto 15px auto;
}
li {
  margin-bottom: 0;
}
.product-thumbnails a {
  border: 1px solid #eae4e8;
}
.product-thumbnails .is-selected a,
.product-thumbnails a:hover {
  border: 1px solid #263b96;
}
.header-main {
  height: auto;
  padding: 10px 0;
}
.announcement-bar {
  max-width: 1660px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.announcement-wrapper {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.announcement-item {
  display: inline-block;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 300;
  font-family: Barlow, sans-serif;
  position: relative;
}

.announcement-item::after {
  content: "•";
  margin-left: 20px;
  color: #fff;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  border: 1px solid rgb(20, 53, 195);
  color: rgb(20, 53, 195);
  box-shadow: none;
}
.announcement-item:last-child::after {
  content: "";
  margin: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
ul.mobile-nav.nav.nav-left {
  margin-right: 30px;
}
.header-wrapper.stuck #logo a {
  text-indent: -10000px;
  transition: all 0.2s ease;
}
#logo img {
  max-height: 100px;
}

.header-nav-main > li {
  margin: 0 !important;
}
.header .flex-row {
  align-items: center;
}
.logo a {
  transition: all 0.2s ease;
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.header-nav.header-nav-main.nav-left > li {
  margin-left: 0;
  margin-right: 45px;
}
span.menu-title {
  line-height: 16px;
  margin-right: 15px;
}
.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
  opacity: 1;
  transform: translate(0);
  padding: 15px;
  background: transparent;
  box-shadow: none;
}
.grid-home-cat .product-category .box-image,
.single-product .sticky-add-to-cart {
  display: none;
}

.grid-home-cat .product-category.col a .box-text {
  padding: 0;
}

.grid-home-cat .product-category.col a .box-text .header-title {
  margin-top: 3px;
  margin-bottom: 0;
}
.grid-home-slider .img-inner,
.grid-home-slider img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.row.grid-home-main-ads .img-inner,
.row.grid-home-main-ads img {
  object-fit: cover;
  height: 150px;
  border-radius: 10px;
}
.grid-home-right .img-inner {
  border-radius: 10px;
}
.grid-home-cat,
.grid-home-right {
  padding-bottom: 0;
}
.grid-home-cat a.button.primary {
  margin: 15px 0 15px 0;
  width: 100%;
  padding: 7px 0;
}
.cat-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.creed_partner-wrapper {
  padding: 5px;
}

.creed_partner-wrapper > .col-inner {
  background: #fff;
  border-radius: 10px;
}
.post-item .box-text {
  padding: 10px;
}
.post-item .box-blog-post {
  border-radius: 10px;
  overflow: hidden;
}
.cat-title h2 {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
}

.cat-title .btn-view-all {
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
a.btn-view-all::after {
  content: "\f105";
  font-family: fl-icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  float: right;
  margin-left: 5px;
}

div#main-menu {
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  content: none;
}

.jdgm-medals__container > .col-inner {
  display: flex;
}
.jdgm-medals__container .img {
  max-width: 64px;
  margin: 0 5px;
}
@media (max-width: 1024px) {
  ul.header-nav.header-nav-main.nav-left > li {
    margin-right: 20px;
  }
  .mfp-ready .mfp-close {
    opacity: 1;
    top: 15px;
    right: 15px;
  }
  .off-canvas-right .mfp-content,
  .off-canvas-left .mfp-content {
    --drawer-width: 100% !important;
  }
}
@media (max-width: 849px) {
  .nav-column > li > a,
  .nav-dropdown > li > a,
  .nav-vertical-fly-out > li > a,
  .nav > li > a {
    color: #272727;
  }
  .stuck .hide-for-sticky,
  .stuck .html_topbar_left {
    display: block !important;
  }
  .stuck #masthead,
  .html_topbar_left {
    display: none !important;
  }
  #masthead .header-inner {
    justify-content: space-between !important;
  }
  #masthead .medium-logo-center .logo {
    margin: 0;
    order: 1;
    text-align: start;
  }
}
.text-with-icon svg {
  margin-right: 10px;
}

.text-with-icon {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.product_archive_post .products > .product-small > .col-inner {
  border-radius: 10px;
  overflow: hidden;
}

.collection__top-bar > div {
  border-bottom: 1px solid rgb(39, 39, 39, 0.12);
  padding: 15px 0;
}
.collection__top-bar {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.collection__top-bar .accordion-title,
.collection__top-bar label {
  font-weight: 400 !important;
}
.accordion__toggle label {
  margin: 0;
}

.accordion__toggle input {
  margin: 0;
}
.creed_post_heading .col {
  padding-bottom: 0;
}

.creed_post_heading h2,
.creed_post_heading p {
  margin-bottom: 0;
}

.creed-video-section iframe {
  max-width: 315px !important;
  max-height: 560px !important;
  margin: 0 auto;
}
a.button.white.is-larger.creed__slideshow-button:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #a02725;
  background: #a02725 !important;
}

a.button.white.is-larger.creed__slideshow-button {
  background-color: #e53935 !important;
  color: #000000;
  padding: 5px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;

  box-shadow: -2px 2px 0 #a02725, 2px 2px 0 #a02725, 0 6px 0 #a02725;
}

.creed-video-section .slider-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.creed-video-section .flickity-slider .col {
  padding: 0 5px 30px;
}
.creed-video-section .tiktok-embed iframe {
  max-height: 100% !important;
  overflow: hidden;
  display: block;
}
.creed-video-section .tiktok-embed {
  border: none;
  margin: 0 !important;
  padding: 0;
  min-width: unset !important;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.creed_channel_row .col-inner {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creed_channel_row .col-inner .video {
  width: 100%;
}
.css-1nre7bo {
  display: none;
}

.single-product .product-footer .container {
  padding-left: 0;
  padding-right: 0;
}
.single-product .product-section,
.single-product .product-main > .content-row {
  background: #fff;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-product .product-section > .row {
  margin: 0 auto;
}
.single-product .product-section {
  margin-bottom: 15px;
}
.shop-container .category-filtering {
  display: none;
}
.single-product .product-footer @media(max-width: 767px) {
  .mobile-nav.nav.nav-left,
  .mobile-nav.nav.nav-left li.nav-icon {
    margin: 0 !important;
  }

  .header-main .header-inner {
    padding: 0 15px;
  }
}
nav.menu-contact-us-container {
  position: fixed;
  right: 32px;
  bottom: 50px;
  z-index: 9999;
}
nav.menu-contact-us-container li {
  border: none;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}
nav.menu-contact-us-container li a {
  text-indent: -99999px;
}
li.phone a:after {
  content: "";
  width: 48px;
  height: 48px;
  margin-left: 10px;
  display: block;
  background-image: url(http://localhost/phongvu/wp-content/uploads/2025/05/addthis-phone.svg);
}
li.zalo a:after {
  content: "";
  width: 48px;
  height: 48px;
  margin-left: 10px;
  display: block;
  background-image: url(http://localhost/phongvu/wp-content/uploads/2025/05/addthis-zalo.svg);
}
li.messenger a:after {
  content: "";
  width: 48px;
  height: 48px;
  margin-left: 10px;
  display: block;
  background-size: contain;
  background-image: url("http://localhost/phongvu/wp-content/uploads/2025/05/232.png");
}
.collection-featured-product a .horizontal-product {
  padding: 0;
}
p.collection-featured-product__title,
.collection-featured-product a {
  background: rgb(39, 39, 39, 0.2);
  color: #fff;
  text-align: right;
  display: inline-block;
  float: right;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  padding: 5px 15px;
  border-radius: 5px;
}

.collection-featured-product {
  max-width: 290px;
}
.footer-primary.pull-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.tax-product_cat image-banner.collection-banner {
  max-height: 693px;
}

.tax-product_cat image-banner.collection-banner img {
  object-fit: none;
}
.cart-container.container.page-wrapper.page-checkout {
  max-width: 1120px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents:before {
  background-image: unset !important;
}
li.variable-item.disabled {
  cursor: not-allowed !important;
  border: none !important;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 0;
}
.product-card__title a,
.post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom-banner {
  background-size: cover;
  background-position: center;
  height: 360px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.custom-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-banner h1 {
  color: #fff;
  text-transform: uppercase;
}
span.product-card__title {
  min-height: 51px;
  display: block;
}
.creed_news .post-title {
  min-height: 51px;
}

.css-v47pyy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.5rem;
  position: fixed;
  bottom: 4.5rem;
  right: 20px;
  background-color: transparent;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}
.css-smav32 {
  border-color: unset;
  opacity: 1;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  transition: bottom 0.4s;
  z-index: 1050;
  align-items: center;
  justify-content: space-between;
}
.css-16d7uk6 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.3em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.css-11druc3 {
  min-width: 1rem;
  height: 1rem;
  padding: 0rem 0.25rem;
  background: rgb(218, 67, 67);
  border-radius: 0.5rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0.3em;
  right: 0px;
  color: #fff;
  transform: translate(50%, -50%);
  transform-origin: 100% 0px;
  font-size: 11px;
}
.css-jhlgpn {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
}
.nav-tabs+.tab-panels{
  padding: .5em 0;
}
.css-1ru2lnj {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}
.css-nqhd5d {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 0.5em;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.css-1senw2f {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 56px;
  width: 56px;
}
.css-rfz8yf {
  background: white;
  border-radius: 8px;
  padding: 1rem 0;
}
.css-ftpi71 {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: unset;
  padding-bottom: 1rem;
}
.css-i7g3g7 {
  background-color: rgb(243, 243, 247);
  border-style: none;
  border-width: 1px;
  border-color: unset;
  opacity: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}
.css-i7g3g7 .tab-panels {
  background: linear-gradient(to bottom, #ec3d36, #fa821b);
}
.header-vertical-menu__opener {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 4px;
  padding: 0.1em 1rem;
  text-align: center;
  color: rgb(130, 134, 158);
  background: transparent;
  height: auto;
  display: flex;
  width: max-content;
  font-size: 13px;
}
.header-vertical-menu__opener .icon-menu {
  font-size: 13px;
}
.header-vertical-menu__opener .icon-angle-down {
  display: none;
}
.header-search-form-wrapper form.searchform {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
  margin-left: 1em;
}
.product-tabgroup .tab-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    margin-left: -1px;
}
.single  .product-gallery-slider img{
  border-radius: 10px;
}
.css-9eazwe .css-1fm9yfq{
	border: 1px dashed rgb(20 53 195 / 50%);
    margin: .5em 0;
}
#reviews .review-form-inner.has-border{
	border: 1px solid rgb(20, 53, 195);
    border-radius: 10px;
}
.product-tabgroup .tab-product .btn-view-all{
  	margin-right: .5em;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    color: rgb(20, 53, 195);
    font-size: 13px;
}
.header-search-form-wrapper form.searchform input[type="search"] {
  border: none;
  font-size: 13px;
  box-shadow: none;
  height: auto;
  display: block;
  line-height: unset;
  background-color: transparent;
}
.header-search-form-wrapper form.searchform button {
  background: transparent;
  border: none;
  color: #616161;
  padding: 0;
  box-shadow: none;
}
.css-gk069k {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.css-k9y40f {
  background: white;
  border-radius: 8px;
}
.css-gk069k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.widget_price_filter .price_label{
  text-align: left;
}
.accordion__content .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: rgb(20, 53, 195);
}
.accordion__content .widget_price_filter .ui-slider .ui-slider-range{
  background-color: #1990ff;
}
.accordion__content .widget_price_filter .price_slider{
  background-color: #1990ff42;
}
.accordion__content .price_label span,
.accordion__content .price_label{
  color: rgb(20, 53, 195);
}
.accordion__content .widget_price_filter .price_slider_amount .button{
      background-color: transparent;
      border-color: rgb(20, 53, 195);
    color: rgb(20, 53, 195);
}
.accordion__content .widget{
  margin-bottom: 0;
}
.c3dQnMi16C6J6Ecy4283 .col .css-1h3fn00 {
  border: 1px solid rgb(228, 229, 240);
  padding: 0;
  gap: .5em;
  text-align: center;
  background-color: #fff;
  display: block;
  padding: .5em;
  border-radius: .5em;
}
.c3dQnMi16C6J6Ecy4283 .col{
  padding-bottom: 0;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}
.accordiont .accordion-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0;
        font-size: .8em;
}
.accordiont .accordion-inner{
  font-size: .8em ;
}
.single-post .page-wrapper{
  margin-top: 0;
  padding-top: 0;
}
.single-post .entry-author{
      border: 1px solid #ededed;
    padding: 1em;
    margin-top: 1em;
}
.single-post #wrapper,
.single-post #main{
  background-color: #fff;
}
.c3dQnMi16C6J6Ecy4283 .ux-slider{
  margin-left: -15px;
  margin-right: -15px;

}
.comment-form-rating .stars a{
	    font-size: 0;
}
.comment-form-rating .stars a:after{
	font-size: 16px;
	margin: .5em;
	color: #fe97276b;
}
.comment-text .star-rating span:before{
    color:#fe9727b8;
}
.comment-form-rating .stars a.active:after{
    color: #ffc200;
}
.comment-form-rating .stars a:hover:after{
    color: #ffc200;
}
.css-k9y40f .css-1smk6o5 {
  margin: 1rem 0 0 0;
  padding: 0 0.3em;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cat-post-header {
  padding: 0.5em 0.7em;
}
.cat-post-header h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}

body #logo {
  max-width: 50px;
}

body.home #logo {
  min-width: 250px;
}
body .header-main {
  height: auto;
  padding: 0;
}
.stuck.header-wrapper {
  background-color: #fff;
}
.header-bottom.show-for-medium {
  background-color: #1435c3;
}
.header-bottom.show-for-medium .header-search-form-wrapper form.searchform {
  margin-left: 0;
  background-color: #fff;
  color: #333333;
}

.header-bottom.show-for-medium .nav-center {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.css-gv9gu9 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: space-between;
  color: #fff;
}
.header-wrapper.stuck ul.header-nav.header-nav-main.nav.nav-left {
  display: flex !important;
}
body.home .header-main {
  padding: 0.5em 0;
}
.home .stuck #logo {
  min-width: 50px;
  display: flex;
  width: 100%;
  align-items: center;
}
#masthead .hide-for-medium.flex-left {
  max-width: 55%;
}
.stuck #logo img {
  padding: 0;
}
.home .nav-dark .header-logo,
.home .stuck .nav-dark .header-logo-dark {
  display: block !important;
}
.home .nav-dark .header-logo-dark,
.home .stuck .nav-dark .header-logo {
  display: none !important;
}
#masthead .flex-left {
  margin: 0;
}
#masthead .header-inner {
  justify-content: flex-start;
}
#masthead
  .header-vertical-menu__fly-out
  .nav-vertical-fly-out
  > li.menu-item
  > a {
  padding: 0.3em 0.5em;
}
#masthead .nav .nav-dropdown {
  background-color: #fff;
  padding: 0.5em;
}
ul.product_list_widget.woocommerce-mini-cart li a:not(.remove) {
  font-size: 12px;
}
ul.product_list_widget.woocommerce-mini-cart dl.variation dt,
.dark ul.product_list_widget.woocommerce-mini-cart span.amount,
.ux-mini-cart-qty span {
  color: hsl(0deg 1.8% 28.62% / 85%);
}
#masthead .nav .nav-dropdown li a {
  color: hsl(0deg 1.8% 28.62% / 85%);
}
.css-1y2krk0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.15em;
  column-gap: 0.15em;
  place-content: flex-start space-between;
  background: #f6f6f6;
  padding: 0.15em 0;
  justify-content: flex-start;
}
.css-1y2krk0 > .product-small {
  background: white;
  margin-bottom: 0.15em;
  width: calc(20% - 0.15em);
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .css-1y2krk0 > .product-small {
    width: calc(33.333% - 0.15em); /* 3 cột */
  }
}

/* Mobile lớn (<= 768px) */
@media (max-width: 768px) {
  .css-1y2krk0 > .product-small {
    width: calc(50% - 0.15em); /* 2 cột */
  }
}

.css-12qbrtd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
  color: #82869e;
  padding: 0;
}
.header .nav-dark .nav > li > a,
.header .nav-dark .nav > li > a i,
.header .nav-dark .nav > li > a span,
.header .header-main .nav > li > a > i:not(.icon-angle-down) {
  color: #82869e !important;
}
@media (min-height: 500px) {
  .cart-popup-inner--sticky {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    background: #fff;
  }
}
.header-main .css-12qbrtd:hover,
.css-12qbrtd {
  background-color: transparent;
  border: none !important;
  box-shadow: none;
}
#masthead.header-main .header-button > .button:hover path {
  fill: #1435c3;
}
#masthead.header-main .header-button > .button:hover {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
#masthead.header-main .header-button > .button:hover span {
  color: #82869e !important;
}
.ux-mini-cart-empty-icon svg,
.dark .widget_shopping_cart_content p {
  color: black;
}
.widget_shopping_cart_content p.return-to-shop {
  color: #fff;
}

#masthead.header-main .header-button > .button:not(.is-outline) {
  background-color: transparent !important;
  border: none !important;
}
.css-1ajy8lg {
  color: rgb(130, 134, 158);
  font-size: 12px;
  line-height: 20px;
}
a:hover {
    color: rgb(20, 53, 195);
}
.product-row {
  background: #ffff;
  margin: 0;
  border-radius: 8px 8px 0 0;
  padding: 0.5em;
  color: #000;
}
h2.product-row-title {
  margin: 0;
  font-size: 18px;
  color: #000;
}
.product-row .btn-view-all {
  color: #000;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
/* Show xem thêm content */ 
.custom-product-content .content-wrapper {
    max-height: 350px; /* hoặc tùy bạn */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.custom-product-content.post .content-wrapper{
    max-height: 550px;
}
.custom-product-content.expanded .content-wrapper {
    max-height: 100%; /* tùy nội dung dài bao nhiêu */
}

/* Nút toggle */
.custom-product-content .toggle-content-btn {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    transition: color 0.3s;
    background-color: rgb(246, 246, 246);
    text-align: center;
    padding: .5em 0;
    
}
.custom-product-content .toggle-content-btn svg,
.custom-product-content .toggle-content-btn{
    color: rgb(25, 144, 255) !important;
    font-size: 12px;
}
.custom-product-content.expanded .toggle-content-btn .an,
.custom-product-content .toggle-content-btn .hien{
    display: block;
    transition:  0.5s ease;
}

.custom-product-content.expanded .toggle-content-btn .hien,
.custom-product-content .toggle-content-btn .an{
    display: none;
}
