/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --primary-color: #ff6600;
  --secondary-color: #00b199;
  --text-main: #333;
  --text-light: #555;
  --text-gray: #666;
  --bg-light: #f7f8f9;
  --border-color: #eee;
  --white: #fff;
  --black: #000;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.woocommerce-form-coupon-toggle,
.woocommerce-order-overview__payment-method {
  display: none !important;
}
body {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.col-inner:last-child {
  padding-bottom: 0;
}
a {
  transition: all 0.25s ease;
}
p {
  margin: 0;
}
.nav-dropdown {
  padding: 10px;
}
.html_topbar_left h3 {
  color: var(--black);
  margin: 0;
}
.nav-pills > li > a {
  padding: 7px 15px !important;
  font-size: 14px;
  font-weight: 600;
  background: #f1faf6;
  transition: all 0.25s ease;
}
@keyframes shake-right {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  max-width: 500px;
  width: 100%;
}
.header-button-1 .button {
  -webkit-animation: shake-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-right 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}
.footer-edit {
  font-size: 14px;
}
.footer-edit h3 {
  font-size: 18px;
  color: var(--primary-color);
}
.footer-edit p span {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.footer-edit ul,
.footer-edit ul li:last-child {
  margin-bottom: 0;
}
.footer-edit ul li {
  list-style-type: none;
  margin-left: 0;
}
.footer-edit ul li a {
  display: block;
  width: max-content;
}
.footer-edit ul li a:hover {
  color: var(--secondary-color);
  transform: translatex(5px);
}
.iconbox-footer h5 {
  margin: 0;
  color: var(--primary-color);
}
.iconbox-footer p {
  font-size: 14px;
}
.iconbox-footer .icon-box-text,
.iconbox-footer .icon-box-text *,
.iconbox-footer .icon-box-img,
.iconbox-footer .icon-box-img * {
  width: max-content;
  flex: 0;
  margin: 0;
}
.stuck .header-main .nav > li > a {
  line-height: 1;
}
.iconbox-footer .icon-box-img img {
  padding: 0;
}
.iconbox-footer .icon-box {
  justify-content: center;
}
.iconbox-footer .col-inner {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.iconbox-footer .icon-box-text {
  padding-left: 24px;
}
.radius-20 img {
  border-radius: 20px;
}
.edit-cat-hp .col-inner {
  background: #f4f6fa;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.25s ease;
  padding: 10px;
  border: 1px solid transparent;
}
.edit-cat-hp .box-text h5,
.edit-cat-hp .box-text p {
  text-transform: math-auto;
}
.edit-cat-hp .box-text {
  padding: 0;
}
.edit-cat-hp .box-text h5 {
  margin-bottom: 6px;
}
.edit-cat-hp .box-text p {
  font-size: 10px;
}
.edit-cat-hp .col-inner:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #bce3c9;
}
.edit-cat-hp .flickity-button {
  display: none;
}
.edit-cat-hp .product-category {
  padding-bottom: 0;
}
.col-inner-radius {
  border-radius: 15px;
  overflow: hidden;
}
.image-box-left h2 {
  font-size: 28px;
  line-height: 1.3;
}
.button.white {
  color: var(--black);
}
.button.white:hover {
  background: var(--secondary-color);
  color: var(--white);
  box-shadow: none;
}
.nav.nav-pills.nav-normal {
  gap: 10px;
}
.nav.nav-pills.nav-normal a {
  color: var(--text-main);
  padding: 0 24px !important;
}
.nav.nav-pills.nav-normal a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.nav.nav-pills.nav-normal li.active a {
  color: var(--white);
}
.edit-tab-product .flickity-button {
  display: none;
}
.edit-tab-product .col-inner {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-color: var(--white);
  border: 1px solid #f0f1f2;
  padding-bottom: 0;
}
.edit-tab-product .col-inner .box-image img {
  border-radius: 10px;
}
.edit-tab-product .col-inner .product-title a {
  font-size: 16px;
  margin-bottom: 12px;
}
.edit-tab-product .col-inner .price bdi {
  color: var(--primary-color);
}
.edit-tab-product .flickity-page-dots {
  bottom: -20px;
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  transition: all 0.25s ease;
}
.flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 5px;
}
.edit-viewall {
  background: var(--white);
  border: 1px solid var(--primary-color);
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-height: 30px;
}
.edit-viewall:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.badge-container.absolute {
  margin: 12px;
}
.badge-container.absolute .badge-frame .badge-inner {
  border: 0;
  padding: 0px 16px;
  font-size: 14px;
  color: var(--white);
  border-radius: 50px;
  font-weight: 400;
}
.add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-cart-button a {
  color: var(--white);
  background: var(--primary-color);
  border-radius: 50px;
  transition: all 0.25s ease;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  line-height: 1.5;
  text-transform: math-auto;
}
.add-to-cart-button a:hover {
  background: var(--secondary-color);
}
.added_to_cart.wc-forward {
  padding: 4.5px;
  margin: 1em 0 0;
  background: var(--secondary-color);
}
.box-overlay.dark .box-text,
.box-shade.dark .box-text {
  text-shadow: none;
}
.imagebox-topic {
  border-radius: 15px;
  overflow: hidden;
}
.imagebox-topic h4 {
  font-size: 24px;
  font-weight: 500;
}
.about-edit .img-inner img {
  border-radius: 10px;
}
.about-edit h2 {
  color: var(--secondary-color);
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}
.about-edit h3 {
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 6px;
}
.about-edit p {
  color: #565656;
  font-size: 15px;
  text-align: justify;
}
.vision-edit h2 {
  color: var(--black);
}
.impressive-numbers h2 {
  font-size: 48px;
  margin: 0;
  color: var(--secondary-color);
}
.why-choose h2 {
  color: var(--secondary-color);
  font-size: 40px;
}
.why-choose h3 {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold;
}
.icon-box-img img,
.icon-box-img svg {
  padding-top: 0;
}
.why-choose .icon-inner {
  border: 2px dashed var(--secondary-color);
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
}
.widget .is-divider,
.product-info .breadcrumbs {
  display: none;
}
.widget {
  border-radius: 5px;
  overflow: hidden;
}
.widget .widget-title {
  display: block;
  padding: 10px;
  background: var(--primary-color);
  color: var(--white);
}
.widget ul {
  padding: 10px;
}
.widget ul li a:hover,
.widget-question ul li a:hover {
  color: var(--secondary-color);
}
.widget_price_filter form {
  padding: 15px 10px;
}
ins .woocommerce-Price-amount,
span.amount {
  color: var(--primary-color);
  font-size: 16px;
}
.price del,
.product_list_widget del,
del .woocommerce-Price-amount {
  color: #838383;
  font-size: 12px;
}
.products .product-small.box {
  border-radius: 10px;
  position: relative;
  background-color: var(--white);
  border: 1px solid #f0f1f2;
  overflow: hidden;
  padding: 10px;
}
.page-title-inner {
  background: var(--bg-light);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 0px 15px;
}
.widget_price_filter .price_slider_amount .button {
  background: var(--secondary-color);
}
.product-short-description {
  background: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 5px;
  border-left: 2px solid var(--primary-color);
  padding: 7px 7px 2px;
  font-size: 14px;
}
.icon-detail-product .icon-box {
  align-items: center;
  font-size: 14px;
}
.product-page-price .woocommerce-Price-amount.amount {
  font-size: 32px;
  color: red;
}
.price-on-sale del .woocommerce-Price-amount.amount {
  font-size: 14px;
  color: unset;
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: var(--primary-color);
  border-radius: 5px;
}
#tab-description p {
  margin-bottom: 8px;
}
.related.related-products-wrapper.product-section {
  background: #f7f7f7;
  padding: 0px 15px;
  border-radius: 10px;
}
.product-section-title.product-section-title-related {
  font-weight: bold;
  text-transform: math-auto;
  font-size: 28px;
  margin-bottom: 6px;
}
.related.related-products-wrapper.product-section .col-inner {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}
.accordion .toggle,
.wpcf7-spinner {
  display: none;
}
.accordion .accordion-title {
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
}
.accordion .accordion-inner {
  padding: 10px 20px;
}
.accordion .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-bottom: 12px;
}
.widget-question {
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
}
.widget-question h3 {
  padding: 10px 20px;
  font-size: 17px;
  background: var(--primary-color);
  color: var(--white);
}
.widget-question ul li {
  list-style-type: none;
  margin-left: 0;
}
.widget-question ul,
.widget-contact p {
  margin: 0;
  padding: 10px 20px;
}
.form-contact-all p {
  padding: 0 20px;
}
.form-contact-all input,
.form-contact-all textarea {
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  padding: 10px;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 0;
}
.form-contact-all .wpcf7-submit {
  padding: 2px 20px;
  background: var(--secondary-color);
  text-transform: math-auto;
}
.widget-contact .wpcf7-response-output {
  margin: 0 20px 20px;
  font-size: 14px;
}
textarea {
  resize: vertical;
}
.entry-content p {
  margin-bottom: 8px;
}
.page-numbers.nav-pagination li .page-number {
  border-radius: 4px;
  border: 1px solid #333;
}
.widget_tag_cloud .tagcloud {
  padding: 10px 20px;
}
.contact-text h2 {
  font-size: 16px;
  font-weight: bold;
}
.contact-text span {
  font-weight: bold;
  color: var(--primary-color);
}
.contact-text .icon-box {
  align-items: center;
}
.contact-text .icon-inner {
  height: 40px;
  padding: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-text .icon-box-img img {
  filter: invert(48%) sepia(55%) saturate(5425%) hue-rotate(357deg)
    brightness(100%) contrast(107%); /* Orange #ff6600 */
}
.contact-text .icon-box h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.contact-text .icon-box,
.contact-text .icon-box p {
  font-size: 14px;
  font-weight: 300;
}
.contact-text .form-contact-all p {
  padding: 0;
}
.wc-block-cart__submit a,
button.wc-block-components-button {
  background: var(--primary-color);
  color: var(--white);
  font-weight: bold;
  border-radius: 4px;
}
.wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-components-order-summary
  .wc-block-components-order-summary-item__quantity {
  font-size: 12px;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 14px;
}
.wc-block-cart-item__remove-link {
  color: red;
}
.wc-block-components-radio-control-accordion-content {
  font-size: 14px;
  padding: 0px 20px 20px;
}
.back-to-top {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 167, 0, 0.3) !important;
  color: var(--white) !important;
  border: 0 !important;
  transition: all 0.25s ease;
}
.back-to-top:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  background-color: var(--primary-color);
  opacity: 0.4;
  width: 55px;
  height: 55px;
  transition: all 0.25s ease;
}
.back-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  background-color: var(--primary-color);
  opacity: 0.7;
  width: 40px;
  height: 40px;
  transition: all 0.25s ease;
}
.back-to-top:hover {
  background-color: #0001 !important;
}
.back-to-top:hover:after {
  background-color: #0006 !important;
}
.back-to-top:hover:before {
  background-color: var(--black) !important;
}
.back-to-top .icon-angle-up {
  position: relative;
  z-index: 1;
  color: var(--white);
}
.header-nav-main.nav-pills > li.active > a {
  cursor: default;
}
.accordion-title.active {
  color: var(--white);
}
.woocommerce-customer-details .address-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding: 8px;
}
.woocommerce-table--order-details * {
  font-size: 16px;
}
.gem-topbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: var(--black);
  gap: 30px;
}
.gem-store-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gem-store-link a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.gem-store-link i {
  font-size: 16px;
  color: var(--black);
}
.gem-location-picker {
  display: flex;
  align-items: center;
  background-color: #dcdcdc;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  gap: 8px;
  transition: background 0.3s;
}
.gem-location-picker:hover {
  background-color: #c0c0c0;
}
.gem-location-picker strong {
  color: var(--black);
}
.gem-contact-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  color: #555;
}
.gem-work-time span {
  margin-right: 5px;
}
.gem-hotline-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid var(--primary-color);
  border-radius: 99px;
  padding: 3px 15px 3px 3px;
  transition: all 0.3s ease;
  background-color: transparent;
}
.gem-icon-circle {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.gem-icon-circle i {
  color: var(--black);
  font-size: 16px;
  margin-bottom: 0;
}
.gem-phone-text {
  font-weight: bold;
  color: #334862;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.gem-hotline-btn:hover {
  background-color: #fff8e1;
}
.header-search-form .searchform-wrapper {
  background-color: #ececec;
  border: none;
  border-radius: 4px;
  padding: 0;
}
.header-search-form input.search-field {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 15px;
  color: var(--text-main);
  height: 48px;
  min-height: 48px;
}
.header-search-form .ux-search-submit {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #b0b0b0;
  height: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-form .ux-search-submit:hover {
  background-color: transparent;
  color: var(--text-main);
  box-shadow: none;
}
.header-search-form .ux-search-submit i {
  font-size: 20px;
}
.header-search-form-wrapper .autocomplete-suggestions {
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  background: transparent;
  font-size: 18px;
}
.gem-usp-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
  color: var(--white);
  width: 100%;
  gap: 50px;
}
.gem-usp-item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 25%;
}
.gem-usp-icon {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gem-usp-icon i {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.gem-usp-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.gem-usp-text strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.gem-usp-text span {
  font-size: 12px;
  opacity: 0.9;
}
ul.nav.header-nav.header-bottom-nav.nav-left.nav-uppercase {
  padding-right: 20px;
}
.header-vertical-menu__opener {
  width: 236px;
  min-height: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-vertical-menu__opener .header-vertical-menu__title {
  line-height: 1.2;
}
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow {
  width: 236px;
}
.gem-flash-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  padding: 10px 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.gem-flash-title i {
  color: var(--primary-color);
  font-size: 36px;
  transform: skew(-10deg);
  animation: flash-animation 1.5s infinite;
}
@keyframes flash-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.product-small.box {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  background: var(--white);
}
.product-small.box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color);
}
.product-small .box-image img {
  border-radius: 10px;
}
.product-small .box-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background-color: var(--white);
  text-align: left;
}
.product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-main);
  text-overflow: ellipsis;
}
.product-small .price-wrapper .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.product-small .price ins .amount {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  order: 1;
}
.product-small .price del .amount {
  color: #999;
  font-size: 13px;
  order: 2;
  margin-top: 2px;
}
.product-small .add-to-cart-button {
  width: 100%;
  padding: 0;
}
.product-small .add-to-cart-button a.button {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  box-shadow: none;
}
.product-small .add-to-cart-button a.button::before {
  content: "+";
  font-size: 18px;
  margin-right: 6px;
  font-weight: 400;
  line-height: 1;
}
.product-small .add-to-cart-button a.button:hover {
  background-color: var(--white);
  color: var(--primary-color);
  transform: none;
}
.product-small .badge-container {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}
.product-small .badge.on-sale {
  background-color: var(--primary-color);
  color: var(--white);
  font-weight: normal;
  font-size: 12px;
  border-radius: 0 0 0 10px;
  padding: 5px 10px;
}
.col-intro-bg .col-inner {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.col-intro-bg .col-inner::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/bg-intro.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 40px;
  left: -30px;
  width: 100%;
  height: 80%;
  z-index: -1;
  opacity: 1;
}
.col-intro-bg .img-inner {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--white);
}
.gem-news-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.gem-news-col .col-inner {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.gem-video-col .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gem-video-col p {
  height: 100%;
  margin: 0;
}
.gem-video-col iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.gem-news-col .post-item .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  box-shadow: none;
  background-color: transparent !important;
}
.gem-news-col .box-image {
  padding-left: 10px;
  border-radius: 4px;
  box-shadow: none;
}
.gem-news-col .box-image .image-cover {
  padding-top: 65%;
}
.gem-news-col .box-text {
  width: 75%;
  padding: 0;
}
.gem-news-col .post-title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 600;
}
.gem-news-col .post-title a {
  color: var(--text-main);
}
.gem-news-col .from_the_blog_excerpt {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
}
.gem-news-col .is-divider {
  display: none;
}
.gem-news-col .post-item:last-child .box {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#flatsome_recent_posts-5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#flatsome_recent_posts-5 li {
  margin-bottom: 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: transform 0.3s ease;
}
#flatsome_recent_posts-5 .flex-row {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
}
#flatsome_recent_posts-5 .flex-col.mr-half {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
#flatsome_recent_posts-5 .badge.post-date {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  top: auto;
  left: auto;
  pointer-events: none;
}
#flatsome_recent_posts-5 .badge-inner {
  width: 100%;
  height: 0;
  padding-top: 60%;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  font-size: 0;
}
#flatsome_recent_posts-5 .flex-col.flex-grow {
  padding: 15px;
  width: 100%;
}
#flatsome_recent_posts-5 a {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
  text-decoration: none;
}
#flatsome_recent_posts-5 a:hover {
  color: var(--secondary-color);
}
#flatsome_recent_posts-5 .post_comments {
  display: none;
}
#flatsome_recent_posts-5 .widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.header-button-2 .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.header-cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cart-icon {
  order: 1;
  margin-right: 8px;
}
.header-cart-title {
  order: 2;
}
.woocommerce-message.message-wrapper {
  background-color: var(--primary-color);
}
.woocommerce-message.message-wrapper .success-color {
  color: #ffffff;
}
.page-title-inner.container {
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.product-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
.product-page-price .amount {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
}
.product-page-price del .amount {
  color: #999;
  font-size: 18px;
  font-weight: normal;
}
.product-info .quantity {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  background-color: transparent;
  border: none;
}
.product-info .quantity .button.minus,
.product-info .quantity .button.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  min-height: auto;
  cursor: pointer;
}
.product-info .quantity .qty {
  width: 40px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  border: none;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  min-height: auto;
  box-shadow: none;
}
.product-info .quantity .qty::-webkit-inner-spin-button,
.product-info .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
.product-info {
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.product-block-custom {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.info-block .product-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.info-block .price-wrapper {
  margin-bottom: 0;
}
.quantity-row-custom {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.qty-label {
  font-weight: bold;
  margin-right: 15px;
  font-size: 16px;
  color: #333;
}
.quantity-note {
  font-style: italic;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px dashed #eee;
  padding-top: 15px;
}
.action-block-custom {
  display: flex;
  gap: 15px;
}
.action-block-custom button {
  flex: 1;
  margin: 0;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
.product-info .single_add_to_cart_button {
  min-width: 160px;
  height: 45px;
  padding: 0 20px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
}
.product-info .single_add_to_cart_button:hover {
  background-color: var(--secondary-color);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}
.product-info .buy-now-button {
  min-width: 160px;
  height: 45px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  background-color: var(--secondary-color);
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
}
.product-info .buy-now-button:hover {
  background-color: var(--primary-color);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-text p {
  font-size: 14px;
}
.product-small .box-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  background-color: var(--white);
  text-align: left;
}
.product-small .box-text .title-wrapper {
  margin-bottom: 15px;
}
.product-small .box-text .price-wrapper {
  margin-bottom: 5px;
}
@media (max-width: 850px) {
  .image-box-left .image-cover {
    padding-top: 230px;
  }
  .gem-usp-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
  }
  .gem-usp-item {
    max-width: 50%;
    width: 50%;
    margin-bottom: 10px;
  }
  .product-small .add-to-cart-button {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .product-small .add-to-cart-button a.button.added,
  .product-small .add-to-cart-button a.added_to_cart.wc-forward {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    box-sizing: border-box;
  }
  .product-small .add-to-cart-button a.button.added {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--white);
  }
  .product-small .add-to-cart-button a.added_to_cart.wc-forward {
    min-width: unset;
    position: static;
    transform: none;
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
  }
  .product-small .add-to-cart-button a.button.added::before {
    display: none;
  }
}

@media (max-width: 580px) {
  .impressive-numbers h2,
  .why-choose h2 {
    font-size: 30px;
  }
  .about-edit h3 {
    font-size: 22px;
  }
  .about-edit h2 {
    font-size: 18px;
  }
  .image-box-left .image-cover {
    padding-top: 220px;
  }
  .edit-cat-hp .box-text h5 {
    font-size: 10px;
  }
  .image-box-left h2 {
    font-size: 22px;
  }
  .nav.nav-pills.nav-normal a {
    padding: 0 16px;
    font-size: 12px;
  }
  .edit-tab-product .col-inner .product-title a {
    font-size: 12px;
    margin-bottom: 0;
  }
  .gem-usp-item {
    max-width: 100%;
    width: 100%;
  }
  .col-intro-bg .col-inner::before {
    left: -15px;
    top: 10px;
    width: 80%;
  }
}


