/*
		Theme Name: Flatsome Child

		Description: This is a child theme for Flatsome Theme

		Author: Pana

		Template: flatsome

		Version: 3.19.7
	*/
/* .ux-quantity, */

.header .logo img {
  width: auto !important;
  height: auto !important;
  max-height: 90px !important;
}
.header-top {
  background-color: black !important ;
}
.header:not(.transparent) .header-bottom-nav.nav > li.active > a {
  font-weight: 600;
}
#main,
#wrapper {
  /* background-color: black !important; */
}
.w-100 {
  width: 100% !important;
}
.pl-0,
.pll-0 {
  padding-left: 0 !important;
}
.pr-0,
.prr-0 {
  padding-right: 0 !important;
}
.text-justify {
  text-align: justify !important;
}

.header .logo {
  width: auto !important;
  height: auto !important;
  max-height: 90px !important;
}
.html.custom h4 {
  /* font-size: 16px !important; */
  color: white;
}
.default {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.bold {
  font-weight: bold !important;
}
h3 a:hover {
  color: #d6b365 !important;
}
.lookbook_seaction {
  height: auto !important;
  padding: 0 !important;
}
.py-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.banner:hover {
  cursor: pointer;
}
.product-small .box-text {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.product-small .box-text {
  position: relative;
  z-index: 2;
}
.product-small .box-image img{
	max-height:600px!important;
	height:600px!important;
	    object-fit: cover;
}
.section-title-normal,
.section-title-normal span {
  border: unset !important;
  padding: unset !important ;
}
.section-title b {
}
/* .section-title-container, */
.bg-primary {
  background-color: var(--fs-color-primary) !important;
  margin-bottom: 0 !important;
}
.price-wrapper {
  white-space: nowrap !important;
}
.price del .woocommerce-Price-amount {
  color: gray;
  font-weight: bold;
  text-decoration: line-through;
}
.price ins .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-amount {
  color: var(--fs-color-primary) !important;
  font-weight: bold;
}
.icon-facebook:before {
  background-color: blue;
  color: white;
  border-radius: 50%;
  padding: 3px;
}
.icon-instagram:before {
  color: #e1306c;
}
/* .icon-envelop:before {
  color: #d93025;
} */
.icon-phone:before {
  color: #25d366;
}
.icon-angle-right:before {
  color: white !important;
}
.footer-wrapper {
  background: linear-gradient(90deg, #c15f1f 0%, #fdc94d 100%);
}
.ux-menu.ux-menu--divider-solid
  .ux-menu-link:not(:last-of-type)
  .ux-menu-link__link {
  border: unset !important;
}
.ux-menu-link__link,
.tab_contact_footer i {
  color: white !important;
}
.tab_contact_footer i:hover,
.ux-menu-link__link:hover {
  color: gray !important;
}
.tab_contact_footer p {
  margin-bottom: 0 !important;
}
.badge {
  height: 2em !important;
}
.badge-circle {
  margin-left: 0 !important;
}
.badge-inner {
  background-color: var(--fs-color-primary) !important;
  font-size: 12px;
}
.count {
  width: 80px;
  height: 80px;
  /* background: linear-gradient(135deg, #d81b60, #f06292);  */
  background: linear-gradient(90deg, #c15f1f 0%, #fdc94d 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin: 20px auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(216, 27, 96, 0.4);
  transition: transform 0.3s ease;
}

.count:hover {
  transform: scale(1.1);
}
.count_custom h3 {
  text-transform: uppercase;
}
.widget-title {
  display: inline-block;
  width: 100%;
  background: linear-gradient(90deg, #c15f1f 0%, #fcc25d 100%);
  padding: 10px;
  border-radius: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}
aside .is-divider {
  background-color: unset;
}
.woocommerce-result-count {
  color: black;
  font-weight: 500;
}
.product-custom .flickity-viewport .product-title,
.shop-container .product-title,
.related-products-wrapper .product-title{
  font-weight: 500;
  text-transform: uppercase;
}
.product-custom .flickity-viewport .price-wrapper,
.shop-container .price-wrapper,
.related-products-wrapper .price-wrapper{
  font-size: 16px !important;
	padding-top: 5px;
}
.product-custom .flickity-viewport .product-title,
.category-page-row .product-title,
.related-products-wrapper .product-title{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis !important;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 1.5em;
  max-width: 100%;
  width: 100%;
}
.title-wrapper .category {
  background: linear-gradient(90deg, #c15f1f 0%, #fcc25d 100%);
  width: 20%;
  text-align: center;
  border-radius: 8px;
  padding: 3px;
  font-weight: bold;
  font-size: 10px;
  color: white;
}
.product-small img,
.price-filter-select select,
.widget_wpc_sorting_widget select {
  border-radius: 5px;
}
.product-main {
	padding:0 !important;
}
.select2-selection__placeholder {
  color: black !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: unset !important;
}
.select2-container .select2-selection--single {
  height: 2.507em !important;
  /* padding: 20px; */
}
.product-container .product-title {
  /* font-size: 22px; */
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
/* .page-title-inner */
/* .page-title-inner .next-prev-thumbs */
/* .page-title-inner .woocommerce-breadcrumb, */
/* .page-title-inner .is-small, */
.product-info .is-divider,
.woocommerce-variation.single_variation,
.woocommerce-variation-price del,
.absolute-footer
 {
  display: none !important;
}

.button[disabled] {
  pointer-events: none;
}
.button.disabled {
  pointer-events: none;
}
/* .button-custom:hover {
  background: linear-gradient(90deg, #c15f1f 0%, #fcc25d 100%);
} */
/*  */
.image-button-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-button-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.image-button-wrapper .button-custom {
  font-size: 12px !important;
}

.image-button-wrapper .button-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(90deg, #c15f1f, #fcc25d); */
  background-color: gray;
  color: white;
  transition: background-position 0.4s ease;
  background-position: left center;
}

.image-button-wrapper .button-custom:hover {
  background-position: right center;
}
/*  */
.ux-quantity__button {
  background-color: white !important;
}
.woocommerce-variation-add-to-cart {
  flex-direction: column !important;
}
.nav-spacing-xlarge > li {
  margin: 0px 25px !important;
}
.sub-menu.nav-dropdown {
  background: linear-gradient(90deg, #c15f1f 0%, #fcc25d 100%);
}
.sub-menu.nav-dropdown li a {
  color: white;
}
.flickity-prev-next-button{
/* a.plain { */
  color: white !important;
}
/* .nav-dropdown-simple .nav-column li > a:hover {
  background-color: white;
} */
.flickity-prev-next-button svg {
  fill: white !important;
}
.menu-item-has-children > a:first-child,
.menu-item-design-default > a:first-child,
.header-nav-main li a,
.current-menu-item.page_item a,
.menu-item.menu-item-object-page a {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-nav-main li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5 !important;
}
.form-flat input:not([type="submit"]) {
  background-color: white !important;
  font-size: 16px;
}

.menu-item-object-product_cat a {
  font-size: 12px;
}

/* contact form */
/*  */

.wpcf7-form {
  background: rgba(255, 255, 255, 0.15); /* nền trắng mờ */
  backdrop-filter: blur(5px); /* hiệu ứng kính mờ */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: auto;
  color: white;
}

/* .wpcf7-form input,
.wpcf7-form textarea {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: white;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #eee;
}

button[type="submit"] {
  background: linear-gradient(to right, #c59d5f, #f7c3b3);
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  transition: 0.3s;
}
button[type="submit"]:hover {
  background: linear-gradient(to right, #a77b36, #e0a89f);
} */
/* end */
/* .wpcf7-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
} */

.wpcf7-form h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.wpcf7-form label {
  color: white;
  font-size: 16px;
  font-family: Roboto, sans-serif !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: 0.3s border-color ease;
  font-size: 16px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #c15f1f;
  outline: none;
}

.wpcf7-form textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button {
  background: #fcc25d;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background-position 0.4s ease;
  background-size: 200% auto;
  background-position: left center;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button:hover {
  background-position: right center;
}

/* .menu-item-has-children:hover > .sub-menu {
  display: block;
  animation: slide-up 0.8s ease forwards;
} */
.menu-item-has-children:hover .sub-menu {
  display: block;
  animation: slide-up 0.3s ease forwards;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-cart-title,
.header-account-title {
  font-weight: 700 !important;
  font-style: normal;
}

.fade-slide-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.fade-slide-up.show {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
  transition: transform 1s ease;
}

.swiper-slide-active img {
  transform: scale(1.02);
}
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
  background: #ccc !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
}

/* Khi bullet được active (đang hiển thị slide) */
.swiper-pagination-bullet-active {
  background: #fcc25d !important;
  transform: scale(1.2) !important;
  box-shadow: 0 0 5px rgba(193, 95, 31, 0.7) !important;
}

.customer-review-slider .swiper-slide {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  padding: 30px 70px 70px 70px;
}
.customer-review-slider .swiper-slide:hover {
  transform: translateY(-6px);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.customer-review-slider {
  padding-left: 5px;
  padding-right: 5px;
}
.swiper-slide {
  cursor: grab;
}
.swiper-slider {
  overflow: visible !important;
}
.pb-0 .section-title-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.breadcrumbs a:last-child {
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
}
.header-bottom .flex-row.container {
  /* justify-content: space-between !important; */
}
/* .row-full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
} */
.service-box {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: white;
  padding: 10px;
  transition: all 0.3s ease;
}
.service-box {
  /* margin-right: 10px; */
}

.custom-col-row .row .col {
  padding: 10px 20px;
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); /* hover nổi bật hơn */
}
.swiper.banner-left-swiper,
.swiper.banner-right-swiper {
  max-height: 475px;
}
.content-area.page-wrapper {
  padding-top: 0 !important;
}

/* .product-small:hover .back-image {
    opacity: 1!important;
    pointer-events: inherit;
    transform: scale(1) translateZ(0) translateY(0) !important;
} */
.product-small:hover {
  transform: scale(1) translateZ(0) translateY(0) !important;
}

.product-small:hover .product-title a{
	text-decoration:underline;
}
.product-image-hover-wrapper img {
  transition: all 0.3s ease-in-out;
}

.product-image-hover-wrapper .back-image {
  transform: scale(1.02);
  transition: all 0.4s ease-in-out;
}

.product-small:hover .back-image {
  opacity: 1;
  transform: scale(1);
}
.page-title-inner .is-small{
	padding-bottom:10px;
}
@media screen and (max-width: 768px) {
  .header .logo img {
    max-height: 70px !important;
  }
	.product-small .box-image img{
	max-height:255px!important;
	height:255px!important;
	}
  .header-top {
    padding-top: 10px !important;
  }
  .header-bottom .flex-row.container {
    flex-direction: column !important;
    align-items: center !important;
  }
  .nav-spacing-xlarge > li {
    margin: 0px 15px !important;
  }
  .service-box {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  /* .pl-0,
  .pr-0 {
    padding-left: unset !important;
    padding-right: unset !important;
  } */
  .pr-0 {
    padding-left: 0 !important;
  }
  .pl-0 {
    padding-right: 0 !important;
  }
  .row-small > .col {
    margin-bottom: 0;
    padding: 0 1.8px 3.6px;
  }
  .mobile-sidebar .nav-slide {
    padding-top: 0;
  }
/*   .page-title-inner {
    display: none !important;
  } */
  .header-social-icons,
  .header-newsletter-item,
  .account-item,
  .header-search-form-wrapper,
/*   .page-title-inner.medium-flex-wrap, */
  #button-contact-vr {
    display: none !important;
  }
  .mobile-sidebar,
  .mfp-content {
/*     background: linear-gradient(90deg, #f4b288 0%, #fdc94d 100%) !important; */
	  background:black;
  }
  .mobile-sidebar .nav-sidebar li a,
  .nav-slide-header {
    color: white !important;
    font-weight: 500 !important;
  }
  .off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
  }
  .nav-vertical > li > a > i {
    font-size: 24px;
    opacity: unset;
  }
  .icon-menu::before,
  .icon-shopping-cart::before {
    color: white !important;
  }
  .header-search-form {
    margin-bottom: 10px !important;
  }
  .sidebar-menu-top-content {
    font-size: xx-large;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    text-align: left;
    padding-left: 10px !important;
  }
  .html_topbar_left {
    font-size: 12px !important;
    white-space: nowrap;
  }
  .title-wrapper .category {
    width: 30%;
  }
  .wpcf7-form {
    backdrop-filter: blur(1px); /* hiệu ứng kính mờ */
    width: 300px;
    max-width: 300px;
  }
}
