/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

:root {
  --primary-color: #e2e210;
  --secondary-color: #f5cb23;
  --accent-color: #fc5601;
  --dark-gray: #4a4a4a;
  --light-gray: #c9c3c3;
  --white: #ffffff;
  --bg-light: #f5f5f5;
  --text-dark: #4a4a4a;
  --text-red: #cf4622;
}

body {
  font-family: "Quicksand", sans-serif;
}

.footer h4,
.ss-contact h3,
.ss-contact h2,
.ss-news h2,
.ss-subpage h1,
.ss-pageform h1 {
  font-weight: 700;
  line-height: 1.6;
}

.footer h4 {
  font-size: 18px;
  padding-bottom: 12px;
  color: var(--text-red);
}

.footer p,
.footer ul,
.ss-contact p,
.ss-contact ul,
.ss-subpage p,
.ss-subpage ul {
  font-size: 14px;
  color: var(--text-dark);
  line-height: 1.5;
}

.ss-contact h3 {
  font-size: 17px;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.ss-contact h2,
.ss-news h2 {
  font-size: 16px;
  margin: 0 0 8px;
  color: var(--accent-color);
}

.ss-subpage h1 {
  font-size: 30px;
  margin: 0 0 25px;
}

.ss-pageform h1 {
  font-size: 25px;
  margin: 30px 0;
}

.contact-info-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.contact-info-block .contact-icon i {
  font-size: 26px;
  color: var(--text-dark);
}

.contact-info-block .contact-phone {
  display: block;
  font-size: 24px;
  color: var(--text-red);
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
}

.contact-info-block .contact-email {
  display: block;
  font-size: 16px;
  color: var(--text-dark);
  text-decoration: none;
}

.contact-info-block .contact-phone:hover,
.contact-info-block .contact-email:hover {
  opacity: 0.8;
}

.footer .social-icons.follow-icons a.icon.button.circle.is-outline {
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
  background: transparent !important;
  border: 1px solid var(--text-dark) !important;
  color: var(--text-dark) !important;
  margin: 0 8px 8px 0 !important;
  text-align: center !important;
  border-radius: 4px !important;
  min-width: 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}

.footer .social-icons.follow-icons a.icon.button.circle.is-outline i {
  font-size: 16px !important;
  line-height: inherit !important;
  color: inherit !important;
}

.footer .social-icons.follow-icons a.icon.button.circle.is-outline:hover {
  background: var(--secondary-color) !important;
  color: var(--white) !important;
  border-color: var(--secondary-color) !important;
}

input#woocommerce-product-search-field-0 {
  padding: 9px 50px 10px 9px;
  width: 100%;
  background: var(--white);
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  border-radius: 4px;
  appearance: none;
  transition: all 150ms ease-in-out;
}

.header-inner.flex-row.container.logo-left {
  position: relative;
}

.header-inner.flex-row.container.logo-left
  .flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav-main.nav-left {
  position: relative;
}

.header-inner.flex-row.container.logo-left
  .flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav-main.nav-left
  > li.nav-icon.has-icon:first-child {
  position: absolute;
  left: -32%;
  top: 50%;
  transform: translateY(-50%);
}

.header-inner.flex-row.container.logo-left > #logo {
  margin-left: 48px;
}

.header-bottom-nav.nav-left.nav-uppercase {
  column-gap: 12px;
}

.header-bottom-nav.nav-left.nav-uppercase .menu-item {
  margin: 0;
  padding: 10px 0;
}

.header-bottom-nav.nav-left.nav-uppercase .nav-top-link {
  display: inline-flex;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-color);
  background: var(--white);
  border: 1px solid var(--bg-light);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  width: 172px;
  height: 42px;
}

.header-bottom-nav.nav-left.nav-uppercase .nav-top-link:hover,
.header-bottom-nav.nav-left.nav-uppercase .nav-top-link:focus {
  background: #ffe27a;
  border-color: #ffe27a;
}

.header-bottom-nav.nav-left.nav-uppercase
  .menu-item.current-menu-item
  > .nav-top-link,
.header-bottom-nav.nav-left.nav-uppercase .menu-item.active > .nav-top-link {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  background: var(--white);
  fill: #000000 !important;
  width: 32px;
  height: 32px;
}

.slider-nav-light .flickity-prev-next-button .arrow {
  fill: currentColor;
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
  opacity: 1;
  transform: translateX(0);
}

li.html.custom.html_topbar_left h3 {
  color: var(--white);
  margin-bottom: 0 !important;
  font-size: 13px;
}

.ss-contact .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ss-contact .col {
  display: flex;
  flex-direction: column;
}

.ss-contact .col-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ss-product h1 {
  margin-bottom: 0;
  font-size: 24px;
  color: var(--white);
}

.ss-product .col-inner.text-center {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 40px;
}

.ss-product a {
  color: var(--dark-gray);
}

.ss-product .product-titles a {
  color: var(--white) !important;
}

.product-loop__add-to-cart {
  background: var(--white) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: color 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 30px !important;
  text-transform: capitalize !important;
  border-radius: 5px !important;
  margin-bottom: 0;
}

.product-loop__add-to-cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  z-index: -1;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-loop__add-to-cart:hover,
.product-loop__add-to-cart:focus,
.product-loop__add-to-cart:active {
  background: var(--white) !important;
  color: var(--white) !important;
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
  transform: none !important;
}

.product-loop__add-to-cart:hover::before {
  left: 0;
}

.product-loop__add-to-cart.wipe-out::before {
  left: 100%;
}

.product-loop__add-to-cart.wipe-reset::before {
  left: -100%;
  transition: none;
}

.product-loop__add-to-cart .product-loop__add-to-cart-icon,
.product-loop__add-to-cart .product-loop__add-to-cart-label {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.product-loop__add-to-cart .product-loop__add-to-cart-label {
  font-size: 11px;
}

.product-loop__add-to-cart:hover .product-loop__add-to-cart-icon,
.product-loop__add-to-cart:hover .product-loop__add-to-cart-label {
  color: var(--white) !important;
}

.product-loop__add-to-cart.loading {
  color: var(--primary-color) !important;
  pointer-events: none;
  opacity: 0.7;
}

.product-loop__add-to-cart.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.product-loop__add-to-cart.added {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  border-color: var(--primary-color) !important;
}

.product-loop__add-to-cart.added .product-loop__add-to-cart-icon,
.product-loop__add-to-cart.added .product-loop__add-to-cart-label {
  color: var(--white) !important;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

button.button.product-loop__add-to-cart.is-out-of-stock {
  background: var(--white) !important;
  border-color: var(--light-gray) !important;
  color: var(--light-gray) !important;
  width: 100% !important;
  height: 40px !important;
  text-transform: capitalize !important;
  cursor: not-allowed;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px !important;
  font-size: 11px;
}

button.button.product-loop__add-to-cart.is-out-of-stock
  .product-loop__add-to-cart-icon,
button.button.product-loop__add-to-cart.is-out-of-stock
  .product-loop__add-to-cart-label {
  color: var(--light-gray) !important;
}

.section .product-small:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.shop-container .products .product-small,
.shop-container .woocommerce ul.products li.product,
.ss-product .product-small,
.single-product .product-small {
  transition: box-shadow 0.3s ease;
}

.shop-container .products .product-small .box-text.text-left,
.shop-container .woocommerce ul.products li.product .box-text.text-left,
.ss-product .product-small .box-text.text-left,
.single-product .product-small .box-text.text-left {
  padding: 12px 10px 4px;
}

.ss-product .box-text.box-text-products {
  padding: 12px 10px 4px;
  box-shadow: rgba(255, 255, 255, 0.3);
}

.flickity-page-dots .dot {
  width: 7px !important;
  height: 7px !important;
  background: #d6d6d6 !important;
  border: 2px solid #d6d6d6 !important;
  opacity: 1 !important;
  border-radius: 50%;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.binkbink {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.binkbink::before,
.binkbink::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.binkbink::before {
  left: 0;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3));
  animation: shrinkToLeft 0.7s ease-out forwards;
}

.binkbink::after {
  right: 0;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.3));
  animation: shrinkToRight 0.7s ease-out forwards;
}

.binkbink:hover::before {
  animation: expandFromLeft 0.7s ease-out forwards;
}

.binkbink:hover::after {
  animation: expandFromRight 0.7s ease-out forwards;
}

@keyframes expandFromLeft {
  0% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 50%;
    opacity: 1;
  }
  71% {
    width: 50%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 0;
  }
}

@keyframes expandFromRight {
  0% {
    width: 0;
    opacity: 1;
  }
  70% {
    width: 50%;
    opacity: 1;
  }
  71% {
    width: 50%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 0;
  }
}

@keyframes shrinkToLeft {
  0% {
    width: 50%;
    left: 0;
    opacity: 1;
  }
  70% {
    width: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 0;
    opacity: 0;
  }
}

@keyframes shrinkToRight {
  0% {
    width: 50%;
    right: 0;
    opacity: 1;
  }
  70% {
    width: 0;
    right: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 0;
    opacity: 0;
  }
}

.binkbink img {
  display: block;
  width: 100%;
  height: auto;
}

.badge-inner.secondary.on-sale {
  background: red;
  border-radius: 0;
  font-size: 11px;
}

.ss-news h5.post-title.is-large {
  font-size: 14px;
  color: var(--dark-gray);
}

.ss-news .is-divider {
  display: none;
}

.ss-news .post-meta.is-small.op-8 {
  color: #999;
  font-size: 12px;
}

.contact-info-block .contact-details a {
  display: block;
  line-height: 0;
}

.contact-info-block .contact-details a:hover {
  color: var(--primary-color);
}

.contact-info-block .contact-details a.contact-phone {
  margin-bottom: 2px;
}

.header-nav-main .account-item .account-link,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in.is-small,
.header-nav-main .cart-item .header-cart-link {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 60px;
  font-size: 11px;
}

.header-nav-main .account-item .account-link i,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in i,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in.is-small i,
.header-nav-main .cart-item .header-cart-link i {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}

.header-nav-main .account-item .account-link i.icon-user,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in i.icon-user,
.header-nav-main
  .account-item
  .nav-top-link.nav-top-not-logged-in.is-small
  i.icon-user,
.header-nav-main .cart-item .header-cart-link i.icon-shopping-cart {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400 !important;
}

.header-nav-main .account-item .account-link i.icon-user::before,
.header-nav-main
  .account-item
  .nav-top-link.nav-top-not-logged-in
  i.icon-user::before,
.header-nav-main
  .account-item
  .nav-top-link.nav-top-not-logged-in.is-small
  i.icon-user::before {
  content: "\f007" !important;
  font-weight: 300;
}

.header-nav-main .cart-item .header-cart-link i.icon-shopping-cart::before {
  content: "\f07a" !important;
  font-weight: 300;
}

.header-nav-main .account-item .header-account-title,
.header-nav-main .account-item .nav-top-link.nav-top-not-logged-in span,
.header-nav-main
  .account-item
  .nav-top-link.nav-top-not-logged-in.is-small
  span,
.header-nav-main .cart-item .header-cart-title {
  font-size: 11px;
  display: block;
  margin: 0;
  line-height: 1.2;
}

.header-nav-main [data-icon-label]:after {
  background: #f20000;
  color: #f5cb23;
}

h5.post-title.is-large {
  font-size: 18px;
  color: #fc5601;
}

.is-divider {
  display: none;
}

h5.post-title.is-large a:hover {
  color: #f5cb23;
}

.recent-blog-posts-li {
  border-bottom: 1px solid #e8e8e8;
}

.recent-blog-posts-li:first-child {
  border-top: 1px solid #e8e8e8;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

span.widget-title {
  color: var(--accent-color);
  margin-bottom: 20px !important;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  text-transform: capitalize;
}

.badge.post-date.badge-outline {
  width: 61px;
  height: 51px;
}

.page-numbers.nav-pagination .page-number {
  color: #4a4a4a;
  display: inline-block;
  margin: 20px 2px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.4;
  padding: 2px 6px;
  border: none;
  background: transparent;
}

.page-numbers.nav-pagination .page-number.current,
.page-numbers.nav-pagination .page-number:hover {
  opacity: 1;
}

nav.rank-math-breadcrumb p {
  margin-bottom: 0 !important;
  font-size: 13px;
}

p.woocommerce-result-count.hide-for-medium {
  display: none;
}

.ss-banner {
  padding: 0 !important;
}

nav.rank-math-breadcrumb {
  padding-top: 30px;
  display: block !important;
}

.single-product .product-info.summary {
  display: flex;
  flex-direction: column;
}

.single-product .product-title {
  order: 1;
  color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.single-product .is-divider {
  order: 2;
}

.single-product .next-prev-thumbs {
  order: 3;
}

.single-product .product_meta {
  order: 4;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.single-product .product_meta span {
  display: inline;
  margin-right: 15px;
}

.single-product .product_meta .sku_wrapper {
  color: var(--dark-gray);
}

.single-product .product_meta .sku {
  color: var(--secondary-color);
  font-weight: 600;
}

.single-product .product_meta .posted_in {
  color: var(--dark-gray);
}

.single-product .product_meta .posted_in a {
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: none;
}

.single-product .product_meta .posted_in a:hover {
  color: var(--accent-color);
}

.single-product .price-wrapper {
  order: 5;
}

.single-product .price-wrapper .price,
.single-product .price-wrapper .price .amount {
  color: #ff0000;
}

.single-product .cart {
  order: 6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}

.single-product .cart .quantity {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  justify-self: baseline;
}

.single-product .cart .quantity .minus,
.single-product .cart .quantity .plus {
  width: 40px;
  height: 50px;
  background: var(--white);
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.single-product .cart .quantity .minus {
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.single-product .cart .quantity .plus {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.single-product .cart .quantity .minus:hover,
.single-product .cart .quantity .plus:hover {
  background: #f5f5f5;
}

.single-product .cart .quantity input.qty {
  width: 70px;
  height: 50px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  background: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  appearance: textfield;
}

.single-product .cart .quantity input.qty::-webkit-inner-spin-button,
.single-product .cart .quantity input.qty::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.single-product .cart .quantity input.qty:focus {
  outline: none;
  border-color: #e0e0e0;
}

.single-product button.single_add_to_cart_button.button {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  color: var(--white) !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  height: 50px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 600;
  min-width: 0;
}

.single-product button.single_add_to_cart_button.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: -1;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product button.single_add_to_cart_button.button:hover,
.single-product button.single_add_to_cart_button.button:focus,
.single-product button.single_add_to_cart_button.button:active {
  background: #ff0000 !important;
  color: #ff0000 !important;
  border-color: #ff0000 !important;
  box-shadow: none;
  transform: none;
}

.single-product button.single_add_to_cart_button.button:hover::before {
  left: 0;
}

.single-product button.single_add_to_cart_button.button.wipe-out::before {
  left: 100%;
}

.single-product button.single_add_to_cart_button.button.wipe-reset::before {
  left: -100%;
  transition: none;
}

.entry-content {
  padding-bottom: 0;
}

.blog-single .large-9.col {
  padding-bottom: 0;
}

.product_meta > span {
  border-top: none;
}

.single-product .product-gallery.large-6 {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.single-product .product-info.summary .woocommerce-tabs,
.single-product .product-info.summary .product-page-accordian,
.single-product
  .product-info.summary
  .woocommerce-product-details__short-description {
  order: 999 !important;
  margin-top: 0;
}

.single_variation_wrap form {
  margin-bottom: 0;
}

.single-product .product-title {
  order: 1 !important;
}

.single-product .product_meta {
  order: 2 !important;
}

.single-product .price-wrapper {
  order: 3 !important;
}

.single-product .cart {
  order: 4 !important;
}

.product-page-accordian a {
  font-size: 15px;
  font-weight: 500;
  color: var(--accent-color);
  border: none;
}

.product-page-accordian .accordion-title.active {
  font-weight: bold;
  color: var(--accent-color);
  border: none;
  background: transparent;
}

.callout.badge.badge-circle {
  height: 22px;
}

.box-image .out-of-stock-label {
  background: #565656;
  color: var(--white);
  font-weight: 700;
  left: -65%;
  opacity: 1;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  font-size: 11px;
  justify-self: center;
}

.custom-contact-info .info-item p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.custom-contact-info .info-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 12px !important;
}

.custom-contact-info .info-icon {
  margin-right: 15px !important;
  flex-shrink: 0;
  align-self: anchor-center;
}

.custom-contact-info .info-icon i {
  width: 40px !important;
  height: 40px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  color: #777 !important;
}

.custom-contact-info .info-text {
  line-height: 1.35 !important;
}

.custom-contact-info .info-text strong {
  font-weight: 700 !important;
  color: #333 !important;
  font-size: 1em !important;
  display: block;
}

.custom-contact-info .info-text span {
  color: #555 !important;
  font-size: 0.95em;
  display: block;
}

.copyright-footer {
  color: var(--dark-gray);
  opacity: 0.8;
}
.copyright-footer a:hover{
  color: var(--primary-color);
}

.wpcf7-form .row .col {
  padding-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-form .row .col p {
  margin-bottom: 20px !important;
}

.wpcf7-form input {
  margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(to right, #f5cb23 50%, #e2e210 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  border: 2px solid #e2e210 !important;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-position: left bottom !important;
  border-color: #f5cb23 !important;
}

input.wpcf7-form-control.wpcf7-submit.wpcf7-submitting {
  opacity: 0.6;
  cursor: not-allowed;
}

.footer-secondary.pull-right {
  display: none;
}

/* Footer List Hover Effect with Marker Color Change */
.footer ul li {
  transition: color 0.4s ease;
}

.footer ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}

.footer ul li:hover {
  color: var(--primary-color) !important;
}

.footer ul li:hover a {
  color: var(--primary-color) !important;
}

.footer ul li:hover::marker {
  color: var(--primary-color) !important;
}
.nav-dropdown.nav-dropdown-default .widget_shopping_cart {
  min-width: 360px;
  padding: 0 0 12px;
}

.woocommerce-mini-cart.cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.woocommerce-mini-cart-item.mini_cart_item
  + .woocommerce-mini-cart-item.mini_cart_item {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.woocommerce-mini-cart-item .variation {
  margin: 4px 48px 0 92px;
  font-size: 13px;
  color: #8d8d8d;
  line-height: 1.4;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.woocommerce-mini-cart-item .variation dt {
  display: none;
}

.woocommerce-mini-cart-item .variation dd {
  margin: 0;
}

.woocommerce-mini-cart-item .quantity {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #8a8a8a;
  font-weight: 500;
}

.woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  margin: 12px 0 18px;
  border-top: 1px solid #f0f0f0;
}

.woocommerce-mini-cart__total strong {
  font-size: 15px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce-mini-cart__buttons a.button {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  background: #ff0000;
  color: #ffffff !important;
  border: 2px solid #ff0000 !important;
  background-size: 200% 100% !important;
  background-position: right center !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.woocommerce-mini-cart__buttons
  a.button.wc-forward:not(.checkout):hover::before {
  left: 0;
}

.woocommerce-mini-cart__buttons a.button.checkout {
  display: none !important;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  color: #9a9a9a;
  font-size: 14px;
}

.woocommerce-cart-form__contents {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-cart-form__contents thead th {
  background: #f5f5f5;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left;
  border-bottom: 2px solid #e8e8e8;
}

.woocommerce-cart-form__contents tbody tr.cart_item {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce-cart-form__contents tbody tr.cart_item:last-of-type {
  border-bottom: none;
}

.woocommerce-cart-form__contents td {
  padding: 20px 15px;
  vertical-align: middle;
}

.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #999;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-remove a.remove:hover {
  background: #ff0000;
  color: #ffffff;
}

.product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.product-name a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
}

.product-name a:hover {
  color: var(--primary-color);
}

.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.quantity.buttons_added {
  display: inline-flex;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.quantity.buttons_added input.minus,
.quantity.buttons_added input.plus {
  width: 32px;
  height: 36px;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quantity.buttons_added input.minus:hover,
.quantity.buttons_added input.plus:hover {
  background: #e8e8e8;
  color: #333;
}

.quantity.buttons_added input.qty {
  width: 50px;
  height: 36px;
  border: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background: #ffffff;
}

.woocommerce-cart-form__contents td.actions {
  padding: 20px 15px;
  background: #f9f9f9;
  border-top: 2px solid #e8e8e8;
}

.button-continue-shopping {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
}

button[name="update_cart"] {
  margin-left: 10px;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 5px;
}

.cart-sidebar .cart_totals {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.cart-sidebar .cart_totals h2 {
  display: none;
}

.cart-sidebar .cart_totals > table:first-child {
  margin: 0;
}

.cart-sidebar .cart_totals > table:first-child thead th {
  background: #ff0000;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.cart_totals .shop_table {
  margin: 0;
  border: none;
}

.cart_totals .shop_table tr {
  border-bottom: 1px solid #e8e8e8;
}

.cart_totals .shop_table tr:last-child {
  border-bottom: none;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
  padding: 15px 20px;
  font-size: 15px;
  border: none;
}

.cart_totals .shop_table th {
  font-weight: 500;
  color: #666;
  text-align: left;
}

.cart_totals .shop_table td {
  text-align: right;
  font-weight: 600;
  color: #333;
}

.cart_totals .order-total th {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.cart_totals .order-total td {
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
}

.wc-proceed-to-checkout {
  padding: 20px;
  background: #f9f9f9;
}

.wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  background: linear-gradient(to right, #cc0000 50%, #ff0000 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  color: #ffffff !important;
  border: 2px solid #ff0000 !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
  background-position: left bottom !important;
  border-color: #cc0000 !important;
}

.checkout_coupon {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.checkout_coupon .widget-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.checkout_coupon .coupon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout_coupon input#coupon_code {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #f5cb23;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.checkout_coupon input#coupon_code:focus {
  border-color: #e2e210;
}

.checkout_coupon button[name="apply_coupon"] {
  width: 100%;
  background: linear-gradient(to right, #f5cb23 50%, #e2e210 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  color: #ffffff !important;
  border: 2px solid #e2e210 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: background-position 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s ease !important;
}

.checkout_coupon button[name="apply_coupon"]:hover {
  background-position: left bottom !important;
  border-color: #f5cb23 !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  width: 500px;
}

.off-canvas .nav-vertical > li > a {
  padding: 15px 0;
  color: #4a4a4a;
  font-size: 14px;
}

.simple-contact-list .contact-line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.simple-contact-list .contact-line i {
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
  width: 20px;
}

.simple-contact-list .contact-line span {
  font-size: 14px;
  color: #4a4a4a;
}

.simple-contact-list .phone-icon {
  color: #f0b90b;
}

.simple-contact-list .email-icon {
  color: #777;
}

span.post_comments.op-7.block.is-xsmall {
  display: none;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  background-color: rgba(245, 203, 35, 0.06);
  color: #000000;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #e2e210);
}

.shop-container .woocommerce-variation-price span.amount {
  font-size: 25px;
  font-weight: 600;
  color: red;
  border: none;
}

.product-small .name.product-title,
p.name.product-title.woocommerce-loop-product__title,
.woocommerce-loop-product__title {
  height: auto !important;
  max-height: none !important;
}

.product-small .name.product-title a,
p.name.product-title.woocommerce-loop-product__title a,
.woocommerce-loop-product__title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5 !important;
  word-wrap: break-word !important;
  white-space: normal !important;
}

.shop-container .product-small .box:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.shop-container .product-small .box .box-text.box-text-products {
    padding: 12px 10px 4px;
}
.shop-container .row-small > .col {
  padding-bottom: 0 !important;
}
.stuck .header-main .nav > li > a {
  line-height: 16px !important;
}
ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  z-index: 9;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: #f4f6fb;
  border-color: #f4f6fb;
  display: block;
  color: #4a4a4a;}
.woocommerce-billing-fields__field-wrapper input, 
.woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-shipping-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper textarea,
.woocommerce-additional-fields__field-wrapper textarea {
  transition: all 0.3s ease-out;
  background-color: white;
  color: #333333;
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.94em 2.8em 0.94em 0.8em;
  word-break: normal;
  box-shadow: none;
  border: 1px solid #ddd;
}
.woocommerce-billing-fields__field-wrapper input:focus, 
.woocommerce-billing-fields__field-wrapper textarea:focus,
.woocommerce-shipping-fields__field-wrapper input:focus,
.woocommerce-shipping-fields__field-wrapper textarea:focus,
.woocommerce-additional-fields__field-wrapper textarea:focus{
  box-shadow: none !important;
  border-color: #338dbc !important;
  outline: none;
}
form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
    position: relative;
}
span#coupon-error-notice {
    position: absolute;
    left: 23px;
    bottom: -1px;
}
.woocommerce-order-details tfoot {
    display: none;
  }
  .layout-searchPage:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 20px auto 30px;
  }
  input#woocommerce-product-search-field-2
 {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none;
}
.ss-searchpage button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 55px;
    height: 45px;
    position: relative;
    left: -28px;
}
@media screen and (max-width: 768px) {
  .header-inner.flex-row {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  .flex-col.show-for-medium.flex-left {
    order: 1 !important;
    flex: 0 0 auto !important;
  }

  #logo.flex-col {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin: 0 15px !important;
  }

  .flex-col.show-for-medium.flex-right {
    order: 3 !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase {
    column-gap: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }

  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase .menu-item {
    margin: 0;
    padding: 10px 0;
  }

  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase .nav-top-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 5px;
    font-weight: 500;
    color: var(--accent-color);
    background: var(--white);
    border: 1px solid var(--bg-light);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
      border-color 0.3s ease-in-out;
    font-size: 12px;
    width: 94px;
  }

  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase .nav-top-link:hover,
  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase .nav-top-link:focus {
    background: #ffe27a;
    border-color: #ffe27a;
  }

  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase
    .menu-item.current-menu-item
    > .nav-top-link,
  .header-bottom-nav.nav-center.mobile-nav.nav-uppercase
    .menu-item.active
    > .nav-top-link {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white);
  }

  .ss-contact .cols-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ss-contact .cols-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .ss-contact .cols-scroll-wrapper > .col {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 8px !important;
  }

  .ss-contact .cols-scroll-wrapper > .col > .col-inner {
    width: 280px !important;
  }

  .ss-contact h2 {
    margin-bottom: 20px;
  }

  .ss-contact .row-small::-webkit-scrollbar {
    height: 8px;
  }

  .ss-contact .row-small::-webkit-scrollbar-thumb {
    background-color: rgba(245, 203, 35, 0.5);
    border-radius: 4px;
  }

  .ss-contact .row-small::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .ss-product .col-inner.text-center {
    max-width: 648px;
    margin: 0 auto;
  }

  .ss-product .product-titles a {
    font-size: 16px;
  }

  .ss-news .post-title,
  .ss-news .post-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: break-word !important;
    line-height: 1.4em !important;
    max-height: 2.8em !important;
  }

  .ss-news h2 {
    font-size: 18px;
  }

  .blog-archive .large-9 {
    width: 66.66667% !important;
  }

  .blog-archive .large-3 {
    width: 33.33333% !important;
  }

  .blog-archive .large-9 .post-item,
  .blog-archive .large-9 .article-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px !important;
  }

  .blog-archive .large-9 .post-item .box-image,
  .blog-archive .large-9 .article-inner .post-image {
    width: 35% !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
  }

  .blog-archive .large-9 .post-item .box-text,
  .blog-archive .large-9 .article-inner .entry-content {
    width: 65% !important;
    flex: 1 !important;
    padding: 0 !important;
  }

  .blog-archive .large-9 h5.post-title,
  .blog-archive .large-9 .entry-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
  }

  .blog-archive .large-9 .post-meta,
  .blog-archive .large-9 .entry-meta {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  .blog-archive .large-9 .entry-content p,
  .blog-archive .large-9 .post-excerpt {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }

  .blog-archive .large-3 .widget {
    margin-bottom: 20px !important;
  }

  .blog-archive .large-3 .widget-title {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }

  .blog-archive .large-3 .widget ul li {
    font-size: 13px !important;
    padding: 8px 0 !important;
  }

  .box-text-inner.blog-post-inner {
    margin-left: 10px;
  }

  .hotline-bar {
    background: #f0b400;
    border-radius: 6px;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
  }

  .hotline-item {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
  }

  .hotline-item__title {
    opacity: 0.95;
  }

  .hotline-item__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }

  .hotline-item__phone i {
    font-size: 14px;
    line-height: 1;
  }

  .footer .accordion-title.plain,
  .footer .accordion-title.plain span {
    font-size: 16px !important;
    color: var(--text-red) !important;
    font-weight: 500 !important;
    padding: 7px;
  }

  .footer .accordion-title.active.plain,
  .footer .accordion-title.active.plain span {
    font-weight: 700 !important;
    background-color: transparent;
    border: none;
    padding: 7px;
  }

  .footer .accordion .toggle {
    left: 94%;
  }

  .footer .accordion-inner {
    padding: 0;
  }

  .mobile-nav .header-search a,
  .mobile-nav .account-item .account-link-mobile,
  .mobile-nav .account-item .nav-top-link.nav-top-not-logged-in,
  .mobile-nav .cart-item .header-cart-link {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 30px !important;
  }

  .mobile-nav .header-search a i,
  .mobile-nav .account-item .account-link-mobile i,
  .mobile-nav .account-item .nav-top-link.nav-top-not-logged-in i,
  .mobile-nav .cart-item .header-cart-link i {
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: 400 !important;
  }

  .mobile-nav .account-item .account-link-mobile i.icon-user,
  .mobile-nav .account-item .nav-top-link.nav-top-not-logged-in i.icon-user,
  .mobile-nav .cart-item .header-cart-link i.icon-shopping-cart {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400 !important;
  }

  .mobile-nav .account-item .account-link-mobile i.icon-user::before,
  .mobile-nav
    .account-item
    .nav-top-link.nav-top-not-logged-in
    i.icon-user::before {
    content: "\f007" !important;
    font-weight: 300 !important;
  }

  .mobile-nav .cart-item .header-cart-link i.icon-shopping-cart::before {
    content: "\f07a" !important;
    font-weight: 300 !important;
  }

  .mobile-nav .header-search a i.icon-search {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 400 !important;
  }

  .mobile-nav .header-search a i.icon-search::before {
    content: "\f002" !important;
    font-weight: 300 !important;
  }

  .mobile-nav [data-icon-label]:after {
    background-color: #f20000 !important;
    color: #f5cb23 !important;
  }

  .cart_totals .shop_table th,
  .cart_totals .shop_table td {
    font-size: 14px;
    padding: 12px 15px;
  }

  .cart_totals .order-total td {
    font-size: 18px;
  }

  .wc-proceed-to-checkout a.checkout-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  ul.product_list_widget li img {
    position: relative;
    top: 0;
  }

  .single-product .cart .quantity {
    display: inline-flex;
  }
}

@media screen and (max-width: 580px) {
  .footer .accordion .toggle {
    left: 90%;
  }

  .hotline-bar {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 11px;
  }

  .hotline-item {
    gap: 8px;
    width: 100%;
    justify-content: center;
  }

  .hotline-item__phone {
    gap: 6px;
    font-size: 11px;
  }

  .hotline-item__phone i {
    font-size: 11px;
  }

  .blog-archive .large-9 {
    width: 100% !important;
  }

  .blog-archive .large-3 {
    display: none !important;
  }

  .blog-archive .large-9 .post-item:first-child,
  .blog-archive .large-9 .article-inner:first-child {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #e8e8e8;
  }

  .blog-archive .large-9 .post-item:first-child .box-image,
  .blog-archive .large-9 .article-inner:first-child .post-image {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .blog-archive .large-9 .post-item:first-child .box-text,
  .blog-archive .large-9 .article-inner:first-child .entry-content {
    width: 100% !important;
    padding: 0 !important;
  }

  .blog-archive .large-9 .post-item:first-child h5.post-title,
  .blog-archive .large-9 .article-inner:first-child .entry-title {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
  }

  .blog-archive .large-9 .post-item:first-child .post-meta,
  .blog-archive .large-9 .article-inner:first-child .entry-meta {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }

  .blog-archive .large-9 .post-item:first-child .entry-content p,
  .blog-archive .large-9 .article-inner:first-child .post-excerpt {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child),
  .blog-archive .large-9 .article-inner:not(:first-child) {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e8e8e8 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) .col-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) .box,
  .blog-archive .large-9 .post-item:not(:first-child) .box-vertical {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) .box-image,
  .blog-archive .large-9 .article-inner:not(:first-child) .post-image,
  .blog-archive .large-9 .post-item:not(:first-child) .post-image {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    order: 1 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) .box-text,
  .blog-archive .large-9 .article-inner:not(:first-child) .entry-content,
  .blog-archive .large-9 .post-item:not(:first-child) .box-text-inner {
    flex: 1 !important;
    padding: 0 !important;
    width: auto !important;
    order: 2 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) h5.post-title,
  .blog-archive .large-9 .article-inner:not(:first-child) .entry-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
  }

  .blog-archive .large-9 .post-item:not(:first-child) .post-meta,
  .blog-archive .large-9 .article-inner:not(:first-child) .entry-meta {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }

  /* ==============================
     WOOCOMMERCE MINI CART STYLING
     ============================== */

  /* Container chính của mini cart */
  .nav-dropdown.nav-dropdown-default .widget_shopping_cart {
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    min-width: 350px !important;
  }

  /* Header của mini cart */
  .nav-dropdown.nav-dropdown-default .widget_shopping_cart::before {
    content: "GIỎ HÀNG";
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ff8c00 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff8c00 !important;
  }

  /* Container danh sách sản phẩm */
  .woocommerce-mini-cart.cart_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
  }

  /* Item sản phẩm trong giỏ hàng */
  .woocommerce-mini-cart-item.mini_cart_item {
    display: flex !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    position: relative !important;
    gap: 12px !important;
  }

  /* Thumbnail sản phẩm */
  .woocommerce-mini-cart-item img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
  }

  /* Link sản phẩm */
  .woocommerce-mini-cart-item a[href*="san-pham"] {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    flex: 1 !important;
  }

  /* Meta thông tin sản phẩm (ví dụ: "Khay") */
  .woocommerce-mini-cart-item .variation {
    font-size: 12px !important;
    color: #9b9b9b !important;
    margin-top: 4px !important;
    display: block !important;
  }

  /* Nút xóa sản phẩm */
  .woocommerce-mini-cart-item .remove.remove_from_cart_button {
    position: absolute !important;
    top: 10px !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    text-align: center !important;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    color: #999 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
  }
  /* Giá sản phẩm */
  .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
    font-weight: bold !important;
    font-size: 16px;
    color: #000 !important;
    margin-left: auto !important;
  }

  /* Tổng tiền */
  .woocommerce-mini-cart__total.total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-top: 2px solid #e8e8e8 !important;
    margin: 15px 0 !important;
  }

  .woocommerce-mini-cart__total strong {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-transform: uppercase !important;
  }

  .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e60000 !important;
  }

  /* Nút xem giỏ hàng */
  .woocommerce-mini-cart__buttons.buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 15px !important;
  }

  .woocommerce-mini-cart__buttons a.checkout-button,
  .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
  }

  .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
    background: #ff0000 !important;
    color: #ffffff !important;
    border: 2px solid #ff0000 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
  }

  .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
  }

  .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover::before {
    left: 0;
  }

  .woocommerce-mini-cart__buttons a.checkout-button {
    background: #e60000 !important;
    color: #ffffff !important;
    border: 2px solid #e60000 !important;
    font-weight: 700 !important;
  }

  .woocommerce-mini-cart__buttons a.checkout-button:hover {
    background: #cc0000 !important;
    border-color: #cc0000 !important;
  }

  .woocommerce-mini-cart-item:hover::before {
    background: #f0e68c !important;
  }
  .woocommerce-mini-cart__empty-message {
    text-align: center !important;
    padding: 30px 20px !important;
    color: #999 !important;
    font-size: 14px !important;
  }
  .blog-archive .large-9 .post-item:not(:first-child) .entry-content p,
  .blog-archive .large-9 .article-inner:not(:first-child) .post-excerpt {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .ss-news .box.box-vertical.box-blog-post {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .ss-news .box-blog-post .box-image {
    width: 25% !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
  }
  .ss-news .box-blog-post .box-text {
    width: 65% !important;
    flex: 1 !important;
    padding: 0 !important;
  }
  .ss-news .box-blog-post .box-text-inner {
    padding: 0 !important;
  }
  .ss-news .post-title.is-large {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }
  .ss-news .post-meta.is-small.op-8 {
    font-size: 11px !important;
  }
  .product-thumbnail img {
    width: 60px;
    height: 60px;
  }
  .product-name a {
    font-size: 13px;
  }
  .quantity.buttons_added input.minus,
  .quantity.buttons_added input.plus {
    width: 28px;
    height: 40px;
    font-size: 14px;
  }
  .quantity.buttons_added input.qty {
    width: 40px;
    height: 32px;
    font-size: 13px;
  }
  .nav-dropdown.nav-dropdown-default .widget_shopping_cart {
    min-width: 280px;
  }
  .woocommerce-mini-cart-item a img {
    width: 60px;
    height: 60px;
  }
  .woocommerce-mini-cart-item a[href*="san-pham"] {
    font-size: 13px;
  }
  .woocommerce-billing-fields__field-wrapper input#billing_first_name{
    max-width: 100%;
  }
}
