/*
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.   ***************/
/* Header */
.header-main {
  background-image: url("/wp-content/uploads/2025/07/bg-header.png");
}
.header-block-block-1 .row.row-collapse {
  max-width: 560px !important;
}
.nav-dropdown-has-border .nav-dropdown{
	border-radius: 15px;
}
.nav-dropdown>li>a {
	color: #2b405b !important;
	font-size: 18px;
}
.nav-dropdown>li>a:hover, .nav-dropdown li.active>a{
	color: #f9bd39 !important;
}
.has-dropdown .icon-angle-down{
	font-size: 20px !important;
	opacity: 0.8 !important;
}
/*************** PRODUCT  ***************/
/* Modern Steel Industry Product Listing Styles - Product Small Only */

.rigth-product .col-inner {
  padding: 0;
  position: relative;
  z-index: 1;
}
.rigth-product .section-title-container {
  margin: 0px 10px 40px 10px;
  text-align: center;
  position: relative;
}

.rigth-product .section-title {
  font-size: 25px;
  font-weight: 900;
  margin: 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.rigth-product .section-title b {
  display: none;
}

.rigth-product .section-title-main,
.partner .section-title-main,
.customer .section-title-main, .cus-posts-h .section-title-main{
  /* background: linear-gradient(135deg, #ff6b35, #ffa500, #dc143c, #b22222); */
  background: linear-gradient(135deg, #2b405b, #f9bd46, #3f6392, #1c5fc6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: steelGlow 8s ease-in-out infinite;
  position: relative;
  padding: 0 2rem;
  filter: drop-shadow(0 0 10px rgba(255, 165, 0, 0.3));
}

@keyframes steelGlow {
  0%,
  100% {
    background-position: 0% 50%;
    /* filter: drop-shadow(0 0 10px rgba(255, 165, 0, 0.3)); */
  }
  50% {
    background-position: 100% 50%;
    /* filter: drop-shadow(0 0 20px rgba(255, 69, 0, 0.5)); */
  }
}

.rigth-product .section-title-main::before,
.partner .section-title-main::before,
.customer .section-title-main::before, .cus-posts-h .section-title-main::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 6px;
  /* background: linear-gradient(135deg, #1c5fc6, #f9bd39); */
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  border-radius: 3px;
}

.rigth-product .section-title-main::after {
  content: "⚡";
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 1.8rem;
  animation: electricSpark 2.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

@keyframes electricSpark {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: rotate(90deg) scale(1.1);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) scale(1.2);
    opacity: 0.9;
  }
  75% {
    transform: rotate(270deg) scale(1.1);
    opacity: 1;
  }
}

/* Product Card Styling - CHỈ TỪ PRODUCT-SMALL TRỞ ĐI */
.rigth-product .product-small {
  /* background: linear-gradient(145deg, #2c3e50, #34495e); */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 165, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 2px solid transparent;
  transform-origin: center;
  animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.product-small .box {
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 2px solid transparent;
  transform-origin: center;
  animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.product-small .box .price-wrapper .amount, .price-wrapper .amount {
  color: #d20707 !important;
}
/* .rigth-product .product-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #2b405b, #ffa500, #1c5fc6);
  border-radius: 20px;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.3s ease;
} */

.rigth-product .product-small:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 165, 0, 0.3),
    0 0 30px rgba(255, 107, 53, 0.2);
}
.product-small.box:hover {
  transform: translateY(-12px) scale(1.03);
}

.rigth-product .product-small:hover::before,
.product-small.box:hover::before {
  opacity: 1;
}

/* Image Container */
.rigth-product .product-small .box-image,
.product-small.box .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(135deg, #34495e, #2c3e50);
}

.rigth-product .product-small .image-cover,
.product-small.box .image-cover {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.rigth-product .product-small .image-cover img,
.product-small .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  filter: brightness(0.9) contrast(1.1) saturate(1.1);
}

.rigth-product .product-small:hover .image-cover img,
.product-small.box:hover .image-cover img {
  transform: scale(1.08);
  filter: brightness(1.1) contrast(1.2) saturate(1.2);
}

/* Image Overlay Effects */
.rigth-product .product-small .image-cover::before,
.product-small.box .image-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.15),
    rgba(255, 165, 0, 0.1),
    rgba(220, 20, 60, 0.1)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  mix-blend-mode: overlay;
}

.rigth-product .product-small:hover .image-cover::before,
.product-small.box:hover .image-cover::before {
  opacity: 1;
}

.rigth-product .product-small .image-cover::after,
.product-small.box .image-cover::after {
  content: "🛒";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  font-size: 2.5rem;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-shadow: 0 0 20px rgba(255, 165, 0, 0.8);
  filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.6));
}

.rigth-product .product-small:hover .image-cover::after,
.product-small.box:hover .image-cover::after {
  transform: translate(-50%, -50%) scale(1) rotate(360deg);
}

/* Badge Container */
.rigth-product .product-small .badge-container,
.product-small.box .badge-container {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

.rigth-product .product-small .badge-container::after {
  content: "🏭";
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 1.4rem;
  animation: industrialPulse 2.5s infinite;
  filter: drop-shadow(0 0 8px rgba(255, 165, 0, 0.5));
}

@keyframes industrialPulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2) rotate(5deg);
    opacity: 1;
  }
}

/* Text Content */
.rigth-product .product-small .box-text,
.product-small.box .box-text {
  padding: 2rem 1.5rem;
  /* background: linear-gradient(145deg, #34495e, #2c3e50); */
  position: relative;
}

.rigth-product .product-small .box-text::before,
.product-small.box .box-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  border-radius: 2px;
  transition: width 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 107, 53, 0.4);
}

.rigth-product .product-small:hover .box-text::before,
.product-small.box:hover .box-text::before {
  width: 316px;
}

.rigth-product .product-small .title-wrapper,
.product-small.box .title-wrapper {
  margin-bottom: 1rem;
}

.rigth-product .product-small .product-title,
.product-small.box .product-title {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
  color: #ecf0f1;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: "Arial", sans-serif;
}

.rigth-product .product-small .product-title a,
.product-small.box .product-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  font-size: 18px;
  color: #000 !important;
}

.rigth-product .product-small .product-title a::after,
.product-small.box .product-title a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  transition: width 0.3s ease;
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(255, 107, 53, 0.4);
}

.rigth-product .product-small .product-title a:hover,
.product-small.box .product-title a:hover {
  color: #ffa500;
  transform: translateX(8px);
  text-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
}

.rigth-product .product-small .product-title a:hover::after,
.product-small.box .product-title a:hover::after {
  width: 100%;
}

/* Price Wrapper */
.rigth-product .product-small .price-wrapper,
.product-small.box .price-wrapper {
  margin-top: 1rem;
  font-weight: 700;
  color: #ffa500;
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 165, 0, 0.3);
}

/* Hover Tools */
.rigth-product .product-small .image-tools,
.product-small.box .image-tools {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rigth-product .product-small .show-on-hover,
.product-small.box .show-on-hover {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.rigth-product .product-small:hover .show-on-hover,
.product-small.box:hover .show-on-hover {
  opacity: 1;
}

.rigth-product .product-small .hover-slide-in,
.product-small.box .hover-slide-in {
  transform: translateY(20px);
}

.rigth-product .product-small:hover .hover-slide-in,
.product-small.box:hover .hover-slide-in {
  transform: translateY(0);
}

.rigth-product #gap-736516432,
.rigth-product #gap-644093622,
.rigth-product #gap-1523283566,
.rigth-product #gap-1808117033 {
  padding-top: 4rem;
}

/* Loading Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px) rotateY(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px) rotateY(15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
  }
}

.rigth-product .product-small:nth-child(odd),
.product-small.box:nth-child(odd) {
  animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.rigth-product .product-small:nth-child(even),
.product-small.box:nth-child(even) {
  animation: slideInRight 0.8s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* Staggered Animation Delays */
.rigth-product .product-small:nth-child(1),
.product-small:nth-child(1) {
  animation-delay: 0.1s;
}
.rigth-product .product-small:nth-child(2),
.product-small.box:nth-child(2) {
  animation-delay: 0.2s;
}
.rigth-product .product-small:nth-child(3),
.product-small.box:nth-child(3) {
  animation-delay: 0.3s;
}
.rigth-product .product-small:nth-child(4) .product-small.box:nth-child(4) {
  animation-delay: 0.4s;
}
.rigth-product .product-small:nth-child(5) .product-small.box:nth-child(5) {
  animation-delay: 0.5s;
}
.rigth-product .product-small:nth-child(6) .product-small.box:nth-child(6) {
  animation-delay: 0.6s;
}
.rigth-product .product-small:nth-child(7) .product-small.box:nth-child(7) {
  animation-delay: 0.7s;
}
.rigth-product .product-small:nth-child(8) .product-small.box:nth-child(8) {
  animation-delay: 0.8s;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .rigth-product {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .rigth-product {
    padding: 1rem;
  }

  .rigth-product .product-small .box-text,
  .product-small.box .box-text {
    padding: 1.5rem 1rem;
  }

  .rigth-product .section-title-main,
  .partner .section-title-main,
  .customer .section-title-main {
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .rigth-product {
    padding: 0.75rem;
  }

  .rigth-product .product-small,
  .product-small.box {
    border-radius: 16px;
  }

  .rigth-product .product-small .box-image,
  .product-small.box .box-image {
    border-radius: 16px 16px 0 0;
  }

  .rigth-product .section-title-main,
  .partner .section-title-main,
  .customer .section-title-main {
    letter-spacing: 1px;
  }
}

/* Utility Classes */
.rigth-product .absolute {
  position: absolute;
}
.rigth-product .relative {
  position: relative;
}
.rigth-product .left {
  left: 0;
}
.rigth-product .top {
  top: 0;
}
.rigth-product .right {
  right: 0;
}
.rigth-product .bottom {
  bottom: 0;
}
.rigth-product .z-1 {
  z-index: 1;
}
.rigth-product .text-center {
  text-align: center;
}
.rigth-product .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Focus States for Accessibility */
.rigth-product .product-small .product-title a:focus,
.product-small.box .product-title a:focus {
  outline: 3px solid #ffa500;
  outline-offset: 3px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(255, 165, 0, 0.4);
}

.rigth-product .product-small .box-image a:focus,
.product-small.box .box-image a:focus {
  outline: 4px solid #ffa500;
  outline-offset: 3px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.4);
}

/* Interactive Elements */
.rigth-product .section-title-container:hover .section-title-main::after {
  animation-duration: 0.8s;
}

.rigth-product .product-small:hover .badge-container::after,
.product-small.box:hover .badge-container::after {
  animation-duration: 1s;
}

/* WooCommerce Classes */
.rigth-product .product-small .woocommerce-loop-product__title,
.product-small.box .woocommerce-loop-product__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.rigth-product .product-small .woocommerce-LoopProduct-link,
.product-small.box .woocommerce-LoopProduct-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.rigth-product .product-small .name,
.product-small.box .name {
  margin: 0;
  padding: 0;
}

/* Box Classes */
.rigth-product .product-small.box,
.product-small.box {
  display: block;
}

.rigth-product .product-small.has-hover {
  /* cursor: pointer; */
}

/* Hide for small screens */
.rigth-product .product-small .hide-for-small,
.product-small.box .hide-for-small {
  display: block;
}

@media (max-width: 768px) {
  .rigth-product .product-small .hide-for-small,
  .product-small.box .hide-for-small {
    display: none;
  }
}
/*************** PRODUCT  ***************/

/*************** SIDEBAR  ***************/
.left-sdbar .product-small.box .box-text::before {
  content: unset !important;
}
/* Container và Layout cho Sidebar */
.left-sdbar {
  padding: 0 !important;
}
.left-sdbar .col-inner:nth-child(1) {
  position: sticky;
  top: 60px;
}
.left-sdbar .sticky-sd {
  max-width: 350px;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.left-sdbar .section-title-normal {
  border-bottom: unset !important;
}

.left-sdbar .section-title-normal span {
  border-bottom: unset !important;
}

.left-sdbar .col-inner {
  padding: 0;
  position: relative;
  z-index: 1;
}

/* Section Title Styling cho Sidebar */
.left-sdbar .section-title-container {
  margin: 0 0 2rem 0;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.left-sdbar .section-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.left-sdbar .section-title b,
.partner .section-title b,
.customer .section-title b,
.cus-posts-h .section-title b{
  display: none !important;
}
.partner .section-title,
.customer .section-title, .cus-posts-h .section-title{
  display: unset !important;
}
.left-sdbar .section-title-main {
  background: linear-gradient(135deg, #2b405b, #f9bd46, #3f6392, #1c5fc6);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: sidebarGlow 8s ease-in-out infinite;
  position: relative;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.3));
}

@keyframes sidebarGlow {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.3));
  }
  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 15px rgba(245, 158, 11, 0.5));
  }
}

.left-sdbar .section-title-main::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100px;
  height: 6px;
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.left-sdbar .section-title-main::after {
  content: "🔥";
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 1.2rem;
  animation: sidebarFlame 2s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.5));
}

@keyframes sidebarFlame {
  0%,
  100% {
    transform: rotate(-5deg) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: rotate(5deg) scale(1.1);
    opacity: 1;
  }
}

/* Product Card Styling cho Sidebar - CHỈ TỪ PRODUCT-SMALL TRỞ ĐI */
.left-sdbar .product-small {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid transparent;
  animation: sidebarSlideIn 0.6s ease-out both;
}

.left-sdbar .product-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  border-radius: 12px;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.left-sdbar .product-small:hover {
  transform: translateX(8px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(251, 191, 36, 0.2),
    0 0 20px rgba(251, 191, 36, 0.1);
}

.left-sdbar .product-small:hover::before {
  opacity: 1;
}

/* Layout cho Sidebar - Horizontal Layout */
.left-sdbar .product-small.box-vertical {
  display: flex;
  align-items: center;
  /* gap: 1rem; */
  padding: 0;
}

/* Image Container cho Sidebar */
.left-sdbar .product-small .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(135deg, #334155, #1e293b);
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.left-sdbar .product-small .box-image > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.left-sdbar .product-small .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.9) contrast(1.1);
}

.left-sdbar .product-small:hover .box-image img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.2);
}

/* Image Overlay Effects cho Sidebar */
.left-sdbar .product-small .box-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(251, 191, 36, 0.1),
    rgba(245, 158, 11, 0.08)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.left-sdbar .product-small:hover .box-image::before {
  opacity: 1;
}

.left-sdbar .product-small .box-image::after {
  content: "⚙️";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  font-size: 1.5rem;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.6);
}

.left-sdbar .product-small:hover .box-image::after {
  transform: translate(-50%, -50%) scale(1) rotate(180deg);
}

/* Badge Container cho Sidebar */
.left-sdbar .product-small .badge-container {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
}

.left-sdbar .product-small .badge-container::after {
  content: "⭐";
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 0.8rem;
  animation: sidebarStar 2s infinite;
  filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.4));
}

@keyframes sidebarStar {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }
}

/* Text Content cho Sidebar */
.left-sdbar .product-small .box-text {
  padding: 0 15px;
  background: transparent;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-sdbar .product-small .box-text.text-left {
  text-align: left;
}

.left-sdbar .product-small .title-wrapper {
  margin-bottom: 0.5rem;
}

.left-sdbar .product-small .product-title {
  margin: 0;
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.3;
  color: #e2e8f0;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-family: "Arial", sans-serif;
}

.left-sdbar .product-small .product-title a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}

.left-sdbar .product-small .product-title a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  transition: width 0.3s ease;
  border-radius: 1px;
}

.left-sdbar .product-small .product-title a:hover {
  color: #fbbf24;
  transform: translateX(4px);
  text-shadow: 0 0 8px rgba(251, 191, 36, 0.2);
}

.left-sdbar .product-small .product-title a:hover::after {
  width: 100%;
}

/* Price Wrapper cho Sidebar */
.left-sdbar .product-small .price-wrapper {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #fbbf24;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
  text-shadow: 0 0 6px rgba(251, 191, 36, 0.2);
}

/* Hover Tools cho Sidebar */
.left-sdbar .product-small .image-tools {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.left-sdbar .product-small .show-on-hover {
  opacity: 0;
  transition: all 0.3s ease;
}

.left-sdbar .product-small:hover .show-on-hover {
  opacity: 1;
}

.left-sdbar .product-small .hover-slide-in {
  transform: translateY(10px);
}

.left-sdbar .product-small:hover .hover-slide-in {
  transform: translateY(0);
}

/* Loading Animations cho Sidebar */
@keyframes sidebarSlideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Staggered Animation Delays cho Sidebar */
.left-sdbar .product-small:nth-child(1) {
  animation-delay: 0.1s;
}
.left-sdbar .product-small:nth-child(2) {
  animation-delay: 0.2s;
}
.left-sdbar .product-small:nth-child(3) {
  animation-delay: 0.3s;
}
.left-sdbar .product-small:nth-child(4) {
  animation-delay: 0.4s;
}
.left-sdbar .product-small:nth-child(5) {
  animation-delay: 0.5s;
}
.left-sdbar .product-small:nth-child(6) {
  animation-delay: 0.6s;
}

/* Responsive Design cho Sidebar */
@media (max-width: 1200px) {
  .left-sdbar {
    max-width: 320px;
    padding: 1.2rem;
  }

  .left-sdbar .product-small .box-image {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .left-sdbar {
    max-width: 100%;
    padding: 1rem;
    border-radius: 16px;
  }

  .left-sdbar .product-small {
    border-radius: 10px;
  }

  .left-sdbar .product-small .box-image {
    border-radius: 10px 0 0 10px;
    width: 60px;
    height: 60px;
  }

  .left-sdbar .product-small .box-text {
    padding: 0.8rem;
  }
}

@media (max-width: 480px) {
  .left-sdbar {
    padding: 0.8rem;
  }

  .left-sdbar .product-small.box-vertical {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .left-sdbar .product-small .box-image {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 120px;
  }

  .left-sdbar .product-small .box-text {
    padding: 1rem;
  }

  .left-sdbar .product-small .box-text.text-left {
    text-align: center;
  }
}

/* Utility Classes cho Sidebar */
.left-sdbar .absolute {
  position: absolute;
}
.left-sdbar .relative {
  position: relative;
}
.left-sdbar .left {
  left: 0;
}
.left-sdbar .top {
  top: 0;
}
.left-sdbar .right {
  right: 0;
}
.left-sdbar .bottom {
  bottom: 0;
}
.left-sdbar .z-1 {
  z-index: 1;
}
.left-sdbar .text-center {
  text-align: center;
}
.left-sdbar .text-left {
  text-align: left;
}

/* Focus States for Accessibility cho Sidebar */
.left-sdbar .product-small .product-title a:focus {
  outline: 2px solid #fbbf24;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.3);
}

.left-sdbar .product-small .box-image a:focus {
  outline: 3px solid #fbbf24;
  outline-offset: 2px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.3);
}

/* WooCommerce Classes cho Sidebar */
.left-sdbar .product-small .woocommerce-loop-product__title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.left-sdbar .product-small .woocommerce-LoopProduct-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.left-sdbar .product-small .name {
  margin: 0;
  padding: 0;
}

/* Box Classes cho Sidebar */
.left-sdbar .product-small.box {
  display: flex;
}

.left-sdbar .product-small.has-hover {
  /* cursor: pointer; */
}

/* Hide for small screens cho Sidebar */
.left-sdbar .product-small .hide-for-small {
  display: block;
}

@media (max-width: 768px) {
  .left-sdbar .product-small .hide-for-small {
    display: none;
  }
}

/* Scrollbar Styling cho Sidebar */
.left-sdbar::-webkit-scrollbar {
  width: 6px;
}

.left-sdbar::-webkit-scrollbar-track {
  background: rgba(30, 41, 59, 0.3);
  border-radius: 3px;
}

.left-sdbar::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1c5fc6, #f9bd39);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(251, 191, 36, 0.3);
}

.left-sdbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}
.left-sdbar .product-small.box .product-title a {
  font-size: 15px !important;
}
.product-small.box .price-wrapper .price {
  text-align: center;
}
.left-sdbar .price-wrapper .price {
  text-align: left !important;
}
span.amount {
  color: #d20707 !important;
}
.off-canvas .sidebar-inner{
	padding: 0 !important;
}
/*************** SIDEBAR  ***************/

/* Blog */
.cus-posts-h .post-item .col-inner{
	border: 1px solid #e5e5e5;
    border-radius: 15px;
}
.cus-posts-h .box-text{
	padding: 35px 25px;
}
.cus-posts-h img,.cus-posts-h .has-hover:hover .image-zoom img{
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/* Footer */
.sc-ft .ux-menu {
  margin-top: -6px;
}
.sc-ft .ux-menu-link__link {
  font-size: 17px;
  color: #fff !important;
}
.sc-ft .section-title-container{
	margin-bottom: 10px !important;
}
/* Form */
.contact-form input,
.contact-form textarea {
  border-radius: 6px;
  border: 1px #dcdcdc solid;
}
.ft-map iframe{ 
	border: 3px solid #fff !important;
	border-radius: 15px;
}
.gsb-buttons.right-side {
    left: auto;
    right: 10px !important;
    bottom: 80px !important;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
	.left-sdbar .section-title-main::before{
		left: 33%;
	}
	.rigth-product .product-small:hover .box-text::before, .product-small.box:hover .box-text::before{
		width: 188px;
	}
}
