

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem !important;
    font-family: "Comfortaa", sans-serif;
    color: black;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

h1,
h1.is-xlarge {
    font-size: 3.2rem;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 3.6rem;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 3.2rem;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
}

p {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-40 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.container {
    max-width: 1470px;
    padding: 0 15px;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
  max-width: 1440px;
}

.top_bar{
    font-size: 1.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #5C5C5C;
    color: white;
    padding: 10px 0;
}

.cart_icon .count {
  position: absolute;
  top: 4px;
  right: -1px;
  background-color: #4B4B4B;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
}

.cart_icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px
}

.featured-title .page-title-inner {
  padding: 50px 15px;
}

.cart_icon img {
  width: 26px;
}

.top_bar p{
    font-size: 13px;
}

.social_icon_top.d-flex {
  gap: 15px;
}

.top_bar span{
    text-decoration: underline;
}

.social_icon_top i {
  font-size: 15px!important
}

.d-flex.top__bar {
  justify-content: space-between;
}

.top__bar .icon  {
  font-size: 13px;
}

.social_icon_top i.fa-phone {
  margin-right: 8px;
  font-size: 13px!important
}

.first__nav {
    column-gap: 50px;
}

.second__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.main-logo {
    width: 160px;
    height: 74px;
    display: block;
    position: relative;
}

/* header page */

.header_section{
    background: #F8F8F8;
    padding: 60px 0;
}

.header_logo {
    width: auto;
    height: 55px;
    object-fit: contain;
    margin-top: 8px;
}

.main_button {
    font-size: 1.6rem;
    border-radius: 5px;
    background: #4B4B4B;
    border: #4B4B4B;
    padding: 10px 15px;
    color: white;
    transition: 0.3s;
    margin-bottom: 0
}

.row.row-small {
  max-width: 1440px;
}

.main_button:hover {
    border-radius: 5px;
    background: #303030 !important;
    border: #4B4B4B !important;
    color: white !important;
}

.btn_category {
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: none;
}

.navbar__menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    background: white;
    margin-top: 0
}

.navbar__menu__items {
    display: flex;
}

.menu {
    padding-left: 30px;
}

.menu-main-menu-container {
    margin: auto 0;
}

.menu ul {
    display: flex;
    align-content: center;
    gap: 30px;
}

.menu li a {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.mega-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}

.mega-overlay.active {
    display: block;
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.2s ease;
}

.close-button:hover {
    color: #000;
}

.mega-dropdown {
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1339px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    /*padding: 30px 70px 30px 70px;*/
    padding: 30px 50px 30px 50px;
    transition: all 0.3s ease;
    max-height: 70vh;
    overflow-y: scroll;
}

.hidden {
    display: none;
}

.dropdown-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.top-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

.top-tabs ul li button {
    font-size: 1.6rem;
    background: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.2s;
    margin-bottom: 20px;
    margin-bottom: 0;
    margin-right: 0;
    text-transform: none !important;
}

.top-tabs ul li button:hover,
.top-tabs ul li button.active {
    background: #333;
    color: white;
}

.dropdown-columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    font-size: 1.4rem;
    overflow-y: auto;
    max-height: 500px;
    transition: max-height 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.dropdown-columns p{
    font-size: 1.6rem;
    text-align: center;
}

.dropdown-columns a {
    font-size: 1.6rem;
    color: #252525;
    margin: 8px 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
}

.dropdown-columns a:hover {
    color: #2b2b2b;
}

.sub-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    margin-left: 15px;
}

.sub-submenu.open {
    margin-top: 10px;
    opacity: 1;
}

.sub-submenu li{
    margin-bottom: 10px;
}

/*.sub-submenu li a{*/
/*    font-size: 1.4rem;*/
/*}*/

.dropdown-icon {
    display: inline-flex;
    position: relative;
    bottom: 2px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.category-main-link[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-svg {
    transition: transform 0.3s ease;
}

.close-dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.users_panel {
    gap: 26px;
}

.shopping-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    transition: color 0.3s ease;
}

.shopping-cart{
    width: 100%;
}

.shopping-cart img {
    width: 25px !important;
    height: 25px !important;
}

.shopping-cart:hover {
    color: #4B4B4B;
}

.shopping-cart i {
    font-size: 24px;
}

.favorite-cart {
    position: relative;
}

.menu__icon {
    width: 30px !important;
    height: 30px !important;
}

.shopping-cart .count__cart {
    position: absolute;
    top: 4px;
    right: -5px;
    background-color: #4B4B4B;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
}

.favorite-cart span {
    position: absolute;
    top: -2px;
    right: -4px;
    background-color: #4B4B4B;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 20px;
    text-align: center;
}

.home_slider .swiper {
    width: 100%;
}

.home_slider .swiper-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.home_slider .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 70%;
}

.home_slider .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_slider .swiper-slide:not(.swiper-slide-active) .slider_content {
    display: none;
}

.home_slider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.arrows_hero {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px; /* spațiu interior față de margini */
    pointer-events: none; /* ca să nu blocheze swipe-ul */
}

.arrows_hero .swiper-button-prev,
.arrows_hero .swiper-button-next {
    width: 27.5px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: all; /* activează click-ul pe ele */
    cursor: pointer;
}

/* Elimină săgețile default Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

/* Adaugă imaginile personalizate */
.hero-prev {
    left: 152px;
    background-image: url('./assets/images/hero-arrow.svg');
}

.hero-next {
    right: 152px;
    background-image: url('./assets/images/hero-arrow.svg');
    transform: rotate(180deg);
}


.title_with_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: black;
    font-weight: 400;
}

.title_with_icon .icon {
    width: 38px;
    height: 30px;
    object-fit: contain;
    margin-top: -6px;
}

.categories_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.category_item {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    padding: 15px 30px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    font-size: 1.8rem;
    position: relative;
    overflow: hidden;
}

.category_item::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 200%;
    height: 200%;
    transition: transform 0.5s ease;
    z-index: 0;
}

.category_item:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.category_item:hover {
    color: #000;
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.category_item span {
    position: relative;
    z-index: 1;
}

.products_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.product_item img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.product_item p {
    text-align: center;
    margin-block: 15px;
    color: black;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.product_item .price {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.product_item .main_button {
    width: 100%;
}

.product_item .img-container {
    position: relative;
}

.favorite_button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.favorite_button .wlfmc-add-to-wishlist {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.50);
}

.add_to_cart_button {
    display: flex;
    justify-content: center;
    align-content: center;
}

.add_to_cart_button img {
    width: 24px !important;
    height: 24px !important;
    margin-left: 10px;
}

/* Certificates page */

.certificates_sec {
    width: 100%;
    height: 516px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 75% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.certificates_sec h2 {
    color: white;
    font-weight: 700;
    margin-bottom: 70px;
}

.white_bg {
    text-align: center;
    padding: 15px 50px;
    color: black;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.80);
    transition: 0.3s;
}

.white_bg:hover {
    background: rgba(227, 227, 227, 0.8) !important;
    color: black !important;
}

.reviews_sec {
    padding: 90px 0 100px;
    background: #F8F8F8;
}

.reviews_sec .block_title h2 {
    font-size: 3.6rem;
    font-weight: 600;
}

.reviews_slider .swiper {
    background: #F8F8F8;
}

.reviews_slider .swiper-wrapper {
    padding: 50px 0;
    padding-top: 35px;
}

.reviews_slider .swiper-slide {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 30px;
    background: #FFF;
    box-shadow: 0 4px 43px 6px rgba(157, 157, 157, 0.15);
    height: auto;
}

.reviews_slider .swiper-slide .description {
    padding: 30px 0;
}

.reviews_slider .swiper-slide .data_review {
    color: #8B8B8B;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reviews_slider .swiper-slide h4 {
    border-top: 1px solid #E4E4E4;
    padding-top: 30px;
    font-family: "Comfortaa", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.reviews_slider .swiper-pagination-bullet {
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
}

.reviews_slider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #868686;
}

.aws-container {
  width: 100%;
}

.aws-container .aws-search-form {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    background: #F6F6F6;
    overflow: hidden;
}

.aws-search-form {
    display: flex;
    align-items: stretch;
}

.aws-wrapper {
    flex: 1 1 auto;
    position: relative;
}

.aws-container .aws-search-form {
    transition: border-color .2s;
    overflow: hidden;
    margin-bottom: 0;
}

.aws-container .aws-search-form .aws-form-btn {
    width: 80px;
    border: none;
    background: #B0B0B0;
}

.aws-search-field {
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
    padding: 10px 16px;
    font-size: 1.6rem;
}

.aws-search-field::placeholder {
    color: #9ca3af;
}

.aws-search-field:focus {
    outline: none;
    border-color: #c0c0c0;
}

.aws-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    background: #9e9e9e;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    transition: background .2s;
}

.aws-container .aws-search-field {
    border: none;
    font-size: 1.6rem;
    padding: 12px 15px;
}

.aws-search-btn svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    pointer-events: none;
}

.aws-search-btn:hover {
    background: #939393;
}

.aws-search-clear {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: none;
    font-size: 20px;
    color: #a4a4a4;
    cursor: pointer;
}

.aws-wrapper.has-text .aws-search-clear {
    display: block;
}

.aws-loader {
    display: none;
}

/* 8. Accesibilitate: ascunde eticheta vizual, dar las-o pentru screen readers */
.aws-search-label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.wlfmc-counter-number {
    position: absolute;
    top: 4px;
    right: -5px;
    background-color: #4B4B4B;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
}

.wlfmc-products-counter-wrapper:not(.is-elementor) .wlfmc-counter-icon i.wlfmc-svg {
    width: 30px !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

.language-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    user-select: none;
    background: #fff;
}

.language-toggle .arrow {
    transition: transform 0.2s ease;
}

.language-dropdown.open .arrow {
    transform: rotate(180deg);
}

.language-options {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    z-index: 10;
    width: 100%;
}

.language-dropdown.open .language-options {
    display: block;
}

.language-options li {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s ease;
}

.language-options li:hover {
    background: #f2f2f2;
}

.uds_sec {
    bottom: -125px;
}

.uds_sec .container {
    padding: 50px 155px;
    border-radius: 10px;
    background: #5C5C5C;
    position: relative;
    max-width: 1410px
}

.uds_sec h2 {
    color: white;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.uds_sec span {
    color: black;
}

.uds_banner {
    position: absolute;
    right: 2%;
    bottom: 0;
}

.uds_sec p {
    margin-top: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.connect_us {
    margin-top: 28px;
    display: flex;
    gap: 8px;
}

.connect_us_item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #3D3D3D;
    padding: 10px;
    position: relative;
}

.connect_us_item .app_download {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.connect_us_item h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #B0B0B0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.connect_us_item .app_text {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 0
}

.products_rec h2 {
    color: black;
    font-weight: 600;
  text-align: center;
}

/* Footer */

.footer {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 189px;
    padding-bottom: 20px;
    background: #262626;
}

.footer_right {
    padding-left: 102px;
}

.footer_list {
    display: flex;
    flex-wrap: wrap;
    /*max-height: 300px; */
}

.footer_list li {
    width: 50%;
}

.footer_list li:nth-child(1n + 6) {
    margin-top: -5px;
}

.main_footer p {
    margin-top: 16px;
    font-size: 1.4rem;
    color: #B0B0B0;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer h5 {
    color: white;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px;
}

/*.footer ul{*/
/*    display: flex;*/
/*    padding-top: 8px;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    gap: 12px;*/
/*}*/

.footer ul li {
    margin-bottom: 12px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer ul li a {
    color: #B0B0B0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #ffffff;
}

.footer_gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.footer_gallery img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

.footer .main_container .row {
    /*padding-bottom: 30px;*/
    padding-bottom: 50px;
    margin-left: 0;
    margin-right: 0
}

.tax-product_cat .price-wrapper .woocommerce-Price-amount,
.related.products .woocommerce-Price-amount {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}

.tax-product_cat .product-title a,
.related.products .product-title a {
  text-align: center;
  color: black;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: block;
  margin: 15px 0!important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.tax-product_cat .add-to-cart-button a {
  width: 100%;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #4B4B4B!important;
  border: #4B4B4B;
  padding: 5px 15px 2px;
  color: white;
  transition: 0.3s;
  margin: 0;
  position: relative;
  padding-right: 46px;
}

.related.products .add-to-cart-button a {
  width: 100%;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #4B4B4B!important;
  border: #4B4B4B;
  padding: 5px 15px 5px;
  color: white;
  transition: 0.3s;
  margin: 0;
  position: relative;
  padding-right: 46px;
}

.tax-product_cat .add-to-cart-button a:after,
.related.products .add-to-cart-button a:after {
  content: '';
  background: url('/wp-content/themes/homi-md/assets/images/cart-post.svg');
  width: 21px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 90px;
}

/* Tablet */
@media (min-width: 641px) and (max-width: 1023px) {
    .tax-product_cat .add-to-cart-button a:after,
    .related.products .add-to-cart-button a:after {
        right: 40px;
    }
}

/* Small screens */
@media (min-width: 1024px) and (max-width: 1365px) {
    .tax-product_cat .add-to-cart-button a:after,
    .related.products .add-to-cart-button a:after {
        right: 30px;
    }
}


.tax-product_cat .box-text-products,
.related.products .box-text-products {
  text-align: center;
}

.tax-product_cat .box-text-products .tw-data-text,
.related.products .box-excerpt,
.tax-product_cat .box-excerpt,
.related.products .box-text-products .tw-data-text,
.related.products .box-text-products > p {
  display: none;
}

.related.products > h2 {
  text-align: center;
  margin-bottom: 30px;
    color: black;
    font-weight: 600;
}

.related.products {
  margin-top: 70px;
  margin-bottom: 50px;
}

.tab-panels li {
  font-size: 18px;
}

.product .content-row .product-gallery {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-page .product-images,
.woocommerce-page .product-thumbnails {
  width: 100%!important;
}

.product .content-row .product-info,
.product .content-row .product-gallery {
  width: 50%;
  max-width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.navbar__menu {
  background: white;
}

.payment-methods img {
  width: 100px;
}

.payment-methods {
  text-align: right;
}

.price-wrapper del,
.price-wrapper del bdi {
  font-size: 14px;
  line-height: 20px;
  margin-right: 3px;
}

.copyright .d-flex {
  align-items: center;
}

.header-wrapper.stuck .navbar__menu .container {
  margin-bottom: 0;
}

.header-wrapper.stuck {
  z-index: 99
}

.header-wrapper.stuck .top_bar {
  display: none;
}

.copyright {
    border-top: 1px solid #5C5C5C;
    padding-top: 20px;
}

.copyright p {
    color: #808080;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* Woocomerce CSS */

.product_title {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: black;
}

.onsale {
    display: none;
}

.woocommerce-breadcrumb {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 60px;
    color: #5C5C5C;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px
}

.woocommerce-ordering{
    font-size: 16px;
}

.woocommerce-breadcrumb a {
    color: #999;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: #515151;
}

.woocommerce-product-details__short-description {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #7E7E7E;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: stretch;
}

.cart .quantity input.qty {
    max-width: 100%;
    width: 80px;
    height: 94%;
    padding: 0px 10px;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 5px !important;
    border: 1.5px solid #4B4B4B;
    box-sizing: border-box;
    line-height: 1;
}

.woocommerce div.product form.cart .button {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: none;
    line-height: 1;
    color: #4b4b4b;
    background: white;
    border: 0;
    padding: 0px
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
  font-size: 14px;
  padding: 12px 50px;
  background: #4B4B4B;
  color: white;
}

/* container de test pentru woocomerce */

/*.content-area {*/
/*    max-width: 1470px;*/
/*    padding: 0 15px;*/
/*    margin: 0 auto;*/
/*}*/

/* end */

.toast-message {
    font-size: 1.4rem;
}

.product_meta {
    color: #7E7E7E;
    display: flex;
    flex-direction: column;
}

.sku_wrapper{
    font-size: 1.4rem;
}

.posted_in{
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.posted_in a{
    color: #5C5C5C;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.tagged_as{
    font-size: 1.4rem;
}

.tagged_as a{
    color: #5C5C5C;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}


.single-product {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.badge_reducere {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FF1D4B;
}

.badge_reducere span {
    color: white;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.price .old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 1.4rem;
    margin: 0;
}

.price .old-price span bdi{
    color: #999;
    text-decoration: line-through;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
}

.price del bdi{
    color: #919191;
    text-decoration: line-through;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
}

.price .current-price {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

/* Product Simillary */

.product_simillary .block_title {
    margin-bottom: 30px;
}

.product_simillary .block_title h2{
    font-size: 3.6rem;
    font-weight: 600;
    font-family: "Comfortaa", sans-serif;
    text-align: center;
}

/* Product end */

/* Tabs */

.woocommerce-tabs ul.tabs {
    font-family: "Comfortaa", sans-serif;
    display: flex;
    justify-content: center;
    gap: 48px;
}

#tab-description h2{
    display: none;
}

#tab-description p{
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.woocommerce-tabs ul.tabs li{
    background: white !important;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: none;
}

.woocommerce .tabs.nav>li>a {
  font-size: 20px;
  line-height: 30px;
}

.product-footer .woocommerce-tabs {
  border:0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #040404;
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;;
    text-decoration: none;
}

.woocommerce .nav-line>li>a:before {
  display: none;
}

.custom-filters-wrapper{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.wpc-filter-header{
    display: none;
}

/* Wrapper dropdown */
.filter-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 10px 18px;
    background-color: #888;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
}

.wpc-filters-main-wrap .wpc-filters-labels .wpc-term-item-content-wrapper{
    margin-bottom: 10px;
}

.wpc-filter-label-wrapper span{
    display: none;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    font-family: "Comfortaa", sans-serif;
    background-color: white;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    border: none !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked + label {
    background-color: #888;;
    border-color: #888;;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked + label a{
    color: white !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a{
    color: black !important;
    font-weight: 600;
}

.wpc-edit-filter-set{
    display: none;
}

.wpc-filters-section{
    margin-bottom: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item{
    margin-bottom: 0 !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
    background-color: transparent !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
    color: black !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:active a{
    background-color: #888 !important;
    /*color: black !important;*/
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover{
    background-color: #888 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a{
    color: black !important;
    border-color: transparent !important;
}

.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper, body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a{
    background-color: transparent !important;
    /*color: black !important;*/
}

.wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{
    background-color: transparent !important;
}

/* Activ */
.dropdown-content .fe-item input:checked + label,
.dropdown-content .fe-item.selected {
    background-color: #444;
    color: #fff;
    border-color: #444;
}

.dropdown-content {
    display: none;
}
.dropdown-content.active {
    display:grid;
    grid-auto-columns:1fr;
    column-gap:40px;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px
}

.category-link{
    margin-bottom: 10px;
}

.breadcrumb_sec {
    margin-block: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.6rem;
}

.breadcrumb_sec .breadcrumb-item a {
    color: #5C5C5C !important;
    text-decoration: none;
}

.breadcrumb_sec .breadcrumb-item.active {
    color: #000 !important;
}

.category-parent-group {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.category-parent-title {
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}


/* new code */

.custom-filters-wrapper {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.filter-tab {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #E8E8E8;
    background: #F2F2F2;
    cursor: pointer;
    font-weight: 400;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.filter-tab.active::after {
    transform: translateY(-50%) rotate(180deg);
}


.filter-tab.active {
    background-color: #888;
    color: white;
}

.filter-contents {
    position: relative;
}

.filter-content {
    position: relative;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 30px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.filter-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.filter-tab span{
    padding-right: 20px;
}

.filter-tab::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 44%;
    width: 12px;
    height: 12px;
    background-image: url('./assets/images/filter-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

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

.variations_form{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.variations_form .cart__product{
    display: flex;
    align-items: stretch;
    margin-top: 30px;
}

.woocommerce div.product form.cart .variations select{
    padding: 10px 40px;
}

.woocommerce div.product form.cart .variations tbody tr {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
}

/* reviews single */
#reviews {
    padding: 40px 20px;
    border-radius: 10px;
    /*margin-top: 40px;*/
    font-family: "Plus Jakarta Sans", sans-serif;
}

.woocommerce-Reviews-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.woocommerce-noreviews {
    font-style: italic;
    color: #888;
    margin-bottom: 30px;
}

.comment-form label {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
    background-color: #f9f9f9;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #888;
    outline: none;
    background-color: #fff;
}

.comment-form-rating .stars {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.comment-form-rating .stars a {
    font-size: 24px;
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:focus,
.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover ~ a {
    color: #ffc107;
}

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

.comment-form-cookies-consent {
    margin-top: 15px;
    font-size: 14px;
}

.comment-form .form-submit input.submit {
    background-color: #111;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form .form-submit input.submit:hover {
    background-color: #444;
}

.woocommerce div.product form.cart .reset_variations {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
}

.woocommerce div.product form.cart .reset_variations:hover {
    background-color: #3c3c3c;
    color: #fff;
}

.woocommerce div.product form.cart .variations .value{
    display: flex;
    width: 100%;
}

/* Mega Dropdown */

/* Sidebar Cart de test */

.xoo-wsc-sc-cont{
    display: flex;
}

.xoo-wsc-sc-bki{
    font-size: 26px;
}

.xoo-wsc-sc-count{
    background-color: #4B4B4B;
}

span.xoo-wsc-sc-count{
    font-size: 1.2rem;
}

.xoo-wsc-ft-btn-continue{
    display: none !important;
}

.xoo-wsc-ft-btn{
    font-size: 1.6rem !important;
    border-radius: 5px;
}

.xoo-wsc-ft-btn-checkout{
    background: #4B4B4B !important;
    color: white !important;

}

.xoo-wsc-ft-btn-cart{
    background: #D1D1D1 !important;
    color: black !important;
}

.xoo-wsc-icon-cross:before{
    font-size: 25px;
}

.xoo-wsc-icon-del2:before{
    font-size: 21px;
}

.xoo-wsc-items-count{
    background-color: #4B4B4B;
    left: -2px;
}

/* font size cart  */

span.xoo-wsc-ft-amt-label{
    font-size: 1.6rem;
}

.xoo-wsc-ft-amt-value bdi{
    font-size: 1.6rem;
}

.xoo-wsc-modal{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.xoo-wsc-sum-col{
    padding-left: 9px !important;
}

/* look like temu */

/* Containerul principal pentru caseta de cantitate */
.xoo-wsc-qty-box {
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

/* Butoanele de plus și minus */
.xoo-wsc-minus,
.xoo-wsc-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
}

.xoo-wsc-minus:hover,
.xoo-wsc-plus:hover {
    background-color: #e0e0e0;
}

/* Câmpul de input numeric */
.xoo-wsc-qty {
    height: 30px;
    text-align: center;
    border: none !important;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty{
    background: #f5f5f5;
    width: 35px;
    height: 30px;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty:focus-visible{
    outline: none;
}

/* social links footer */

.social-icons {
    display: flex;
    gap: 22px;
    padding: 20px 0;
    margin-top: 10px;
}

.icon {
    color: #bfbfbf;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .icon.fb {
    background-color: #555;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
} */

.icon.fb i {
    font-size: 20px;
}

.footer__logo .header_logo {
  width: auto;
  height: 75px;
  margin-bottom: 15px;
}

/* test */


.up-sells{
    display: none;
}

/* slider */

.fb_reviews {
  margin-top: 40px;
}

.product-gallery-custom{
    float: left;
    width: 40%;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.images {
    float: right;
    width: 60%;
}

.woocommerce div.product div.summary {
    padding-left: 60px;
}

/*.woocommerce div.product {*/
/*    display: flex;*/
/*}*/

.pd_slide {
    position: relative;
}

.product_slider .swiper {
    width: 100%;
}

.product_slider .swiper-wrapper {
    position: relative;
}

.product_slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 528px;
}

.product_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.thumbnail-slider {
    width: 100%;
    margin-top: 17px;
    position: relative;
    z-index: 2;
}

.thumbnail-slider .swiper-wrapper {
    display: flex;
    margin-bottom: 40px;
}

.thumbnail-slider .swiper-slide img {
    width: 100%;
    height: 118px !important;
    object-fit: cover;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 4px;
}

ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.products::before,
ul.products::after {
    content: none !important;
    display: none !important;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff;
}

.pagination .page-numbers:hover {
    background-color: #f0f0f0;
    color: #000;
}

.pagination .current {
    background-color: #4B4B4B;
    color: #fff;
    border-color: #4B4B4B;
    font-weight: bold;
}

/* Woocomerce Pagination */

.woocommerce nav.woocommerce-pagination ul{
    border-color: #4B4B4B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #4B4B4B;
    color: #fff;
    border-color: #4B4B4B;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span a{
    color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #4B4B4B;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    width: 40px;
    height: 40px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
    width: 40px;
    height: 40px;
    font-size: 13px !important;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.mobile-sidebar{*/
/*    display: none !important;*/
/*}*/

@media (min-width: 1024px) and (max-width: 1365px) {
  .uds_sec .container {
    padding: 40px 10px 40px 40px;
    max-width: 96%;
  }
  .uds_banner {
    position: absolute;
    right: 0;
    width: 450px;
  }
  .footer_right {
    padding-left: 30px;
  }
  .footer_list {
    padding: 0 10px
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .uds_sec .container {
    padding: 40px 10px 40px 40px;
    max-width: 96%;
  }
  .uds_banner {
    position: absolute;
    right: 0;
    width: 300px;
  }
  .uds_sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .col-md-3.main_footer {
    width: 100%;
    text-align: center;
    margin-bottom: 40px
  }
  .col-md-9.footer_right {
    width: 100%;
    padding-left: 0
  }
  .main_footer p {
    margin-top: 0;
  }
  .social-icons {
    justify-content: center;
    margin-top: 0;
  }
  .footer {
    padding-top: 160px
  }
  .payment-methods img {
    width: 80px;
  }
  .uds_sec p {
    font-size: 16px;
  }
  .connect_us_item {
    width: 48%;
  }
  .home_slider .swiper-slide img {
    height: 300px;
  }
  .hero-next {
    right: 15px;
  }
  .hero-prev {
    left: 15px;
  }
  .category_item {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .category_item {
    font-size: 16px;
    padding: 10px 20px;
  }
  .categories_content {
    gap: 12px;
  }
  .products_content {
    grid-template-columns: repeat(3, 1fr);
  }
  .product_item img {
    height: 180px;
  }
}

@media only screen and (max-width: 640px) {
  .tax-product_cat .add-to-cart-button a:after,
  .related.products .add-to-cart-button a:after {
    display: none;
  }
  .tax-product_cat .add-to-cart-button a {
    padding: 5px;
    font-size: 12px;
  }
  .related.products .add-to-cart-button a {
    padding: 5px;
    font-size: 12px;
  }
  h1, h1.is-xlarge {
    font-size: 28px;
  }
  .category-page-row .col {
    padding: 0 5px 0px;
  }
  #main .row {
    margin: 0
  }
  .copyright .d-flex {
    display: block!important;
    text-align: center;
  }
  .payment-methods {
    text-align: center;
    margin-top: 10px;
  }
  .tax-product_cat .price-wrapper .woocommerce-Price-amount,
  .related.products .woocommerce-Price-amount {
    font-size: 16px;
  }
  .featured-title .page-title-inner {
    display: block
  }
  .mobile-search {
    margin-top: 0!important
  }
  .box-image img {
    height: 160px;
  }
  .woocommerce div.product div.summary {
    padding-left: 15px;
  }
  .footer .main_container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 100%;
  }
  .product .content-row .product-info,
  .product .content-row .product-gallery {
    width: 100%;
    max-width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .product .row.content-row {
    display: block
  }
  .footer_right {
    padding-left: 0
  }
  .footer_right.d-flex {
    flex-wrap: wrap;
  }
  .footer_right.d-flex .col-md-3,
  .footer_right.d-flex .col-md-5,
  .footer_right.d-flex .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
  }
  .footer_gallery img {
    height: 170px;
  }
  .footer h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .footer_list li:nth-child(1n + 6) {
    margin-top: 0;
  }
  .footer ul li {
    margin-bottom: 5px;
  }
  .main_footer p {
    margin-top: 0;
  }
  .social-icons {
    padding: 10px 0
  }
  .footer {
    padding-top: 160px;
    padding-bottom: 10px;
  }
  .footer__logo .header_logo {
    height: 65px;
  }
  .copyright {
    padding-top: 10px;
  }
  .payment-methods img {
    width: 70px;
    margin-top: -3px;
  }
  .copyright p {
    font-size: 12px;
  }
  .uds_sec .container {
    padding: 30px 15px;
    max-width: 96%;
  }
  .uds_banner {
    display: none;
  }
  .uds_sec .container .col-md-6 {
    text-align: center;
  }
  .uds_sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .uds_sec p {
    font-size: 16px;
    margin-top: 15px;
  }
  .connect_us {
    justify-content: center;
  }
  .connect_us_item {
    width: 45%;
  }
  .reviews_sec {
    margin-bottom: -25px
  }
  .products_content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .block_title.mb-40 {
    margin-bottom: 20px;
  }
  .home_slider .swiper-slide img {
    height: 220px;
  }
  .hero-next {
    right: 10px;
  }
  .hero-prev {
    left: 10px
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .title_with_icon {
    display: block;
    text-align: center;
  }
  .title_with_icon .icon {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .mt-100 {
    margin-top: 80px;
  }
  .certificates_sec {
    height: 320px;
    text-align: center;
  }
  .certificates_sec h2 {
    margin-bottom: 30px;
  }
  .certificates_sec .d-flex {
    justify-content: center;
  }
  .certificates_sec:before {
    content:"";
    background: #0000007d;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .certificates_sec .container {
    position: relative;
    z-index: 9
  }
  .reviews_sec .block_title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
  }
  .reviews_sec .block_title {
    padding: 0 15px;
  }
  .reviews_sec {
    padding: 70px 0 80px;
  }
  .category_item {
    padding: 10px 20px;
    font-size: 16px;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .categories_content {
    gap: 10px;
  }
  .top_bar {
    display: none;
  }
  .main-logo {
    width: auto;
    height: auto
  }
  .header_logo {
    width: 100px;
    height: auto;
    margin-top: 0
  }
  .navbar__menu__items ul.menu {
    display: none!important;
  }
  .fb_reviews {
    margin-top: 30px;
  }
}

/* ===== MOBILE NAVBAR ===== */
.mobile-navbar {
    background-color: #ffffff;
    padding: 12px 20px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1000;
}

.mobile-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-logo img {
    max-height: 42px;
    width: auto;
}

.mobile-icons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.menu-toggle {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background-color: #111;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    /*width: 85%;*/
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.08);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
}

.mobile-menu.show {
    left: 0;
}

.mobile-menu-inner {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
}

.close-mobile-menu {
    background: none;
    font-size: 32px;
    color: #333;
    border: none;
    align-self: flex-end;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0;
}

/* ===== LINKS & LISTS ===== */
.mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mobile-categories h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.mobile-categories li {
    margin-bottom: 8px;
}

.mobile-categories a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: color 0.2s ease;
}

.mobile-categories a:hover {
    color: #000;
}

/*.mobile-menu ul.sub-cat {*/
/*    padding-left: 15px;*/
/*    font-size: 14px;*/
/*    margin-top: 4px;*/
/*}*/

.mobile-nav-links {
    margin-top: 20px;
}

.mobile-nav-links li a {
    font-weight: 600;
    font-size: 16px;
    color: #111;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-lang-switch {
    margin-top: 20px;
    font-size: 14px;
}

.mobile-lang-switch span {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.mobile-lang-switch ul {
    display: flex;
    gap: 10px;
}

.mobile-lang-switch li {
    cursor: pointer;
    padding: 6px 12px;
    background: #f4f4f4;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.mobile-lang-switch li:hover {
    background: #e0e0e0;
}

/* ===== WISHLIST & CART ===== */
.mobile-wishlist {
    margin-top: 20px;
    margin-right: 10px;
}

.mobile-wishlist .wlfmc-counter-number{
    top: -15px;
    right: -2px;
}

.mobile-cart {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-count {
    position: absolute;
    top: -3px;
    right: -5px;
    background: #222;
    color: white;
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 50%;
    font-weight: 600;
}

/* ===== SEARCH ===== */
.mobile-search {
    margin-top: 25px;
    margin-bottom: 30px;
}

/* ===== HIDE DESKTOP NAV ON MOBILE ===== */
@media (max-width: 991.98px) {
    .navbar__menu {
        display: none !important;
    }
}

/* ===== HIDE MOBILE NAV ON DESKTOP ===== */
@media (min-width: 992px) {
    .mobile-navbar {
        display: none !important;
    }
}

.mobile-categories ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mobile-categories li {
    position: relative;
}

.mobile-categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.mobile-categories a:hover {
    color: #000;
}

.mobile-categories a.toggleable::after {
    content: "\f054"; /* Font Awesome icon for chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    /*margin-left: auto;*/
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.mobile-categories li.open > a.toggleable::after {
    transform: rotate(90deg);
}

.mobile-categories .sub-cat,
.mobile-categories .sub-subcat {
    display: none;
    /*padding-left: 15px;*/
    /*border-left: 2px solid #f0f0f0;*/
    margin-top: 5px;
}

.mobile-categories li.open > .sub-cat,
.mobile-categories li.open > .sub-subcat {
    display: block;
}

/* adaugate de test */
.mobile-categories .sub-cat,
.mobile-categories .sub-sub-cat {
    display: none;
}

.mobile-categories li.open > .sub-cat,
.mobile-categories li.open > .sub-sub-cat {
    display: block;
}

/* end test */

.mobile-categories .sub-cat li,
.mobile-categories .sub-subcat li {
    border-bottom: none;
}

.mobile-categories .sub-cat a,
.mobile-categories .sub-subcat a {
    font-size: 14px;
    padding: 8px 0;
    color: #555;
}

/* 26.06 modificari */

.tax-product_cat .product-title a, .related.products .product-title a,
.price,
.footer h5{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.product-name{
    max-width: 35%;
    font-family: "Plus Jakarta Sans", sans-serif;
font-size: 18px;
}

.product-price{
    font-size: 16px;
}

.woocommerce div.product form.cart{
    margin-top: 30px;
}

.product-info .breadcrumbs{
    margin-bottom: 20px;
}

.product-info .woocommerce-breadcrumb.breadcrumbs {
    font-size: 15px;
    color: #777;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-info .woocommerce-breadcrumb.breadcrumbs a {
    color: #555 !important;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: none;
}

.product-info .woocommerce-breadcrumb.breadcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}

.product-info .woocommerce-breadcrumb.breadcrumbs .divider {
    margin: 0 8px;
    color: #4b4b4b !important;
}

.product_meta a, .woocommerce-breadcrumb a{
    color: #5C5C5C !important;
}

.dark .breadcrumbs a{
    color: white !important;
}

.badge-container{
    display: none;
}

.quantity input.qty {
    width: 60px;
    height: 42px;
    border: 2px solid #444;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    padding-right: 18px; /* pentru săgeți */
    box-sizing: border-box;
}

.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button !important;
    appearance: auto !important;
    opacity: 1 !important;
    display: block !important;
}

input[type="number"] {
    appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.buttons_added .minus{
    display: none !important;
}

.buttons_added .plus{
    display: none !important;
}

/* Tabs */

.woocommerce-tabs ul.tabs {
    font-family: "Comfortaa", sans-serif;
    display: flex;
    justify-content: center;
    gap: 48px;
}

#tab-description h2{
    display: none;
}

#tab-description p{
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    border-bottom: 1px solid #D4D4D4;
}

.woocommerce-tabs ul.tabs li{
    background: white !important;
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #040404;
    font-family: "Comfortaa", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: none;
}

.woocommerce .tabs.nav>li>a{
    font-family: "Comfortaa", sans-serif;
    text-transform: none;
}

.review-form-inner h3{
    font-size: 26px !important;
    margin-bottom: 15px;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.woocommerce-pagination .page-numbers {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.woocommerce-pagination .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #f4f4f4;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}

.woocommerce-pagination .page-number:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.woocommerce-pagination .page-number.current,
.woocommerce-pagination .page-number.current:hover {
    background: #000;
    color: #fff;
    pointer-events: none;
    border-color: #000;
}

.woocommerce-pagination .page-number i {
    font-size: 18px;
}

.page-wrapper{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.page-wrapper h1{
    margin-bottom: 20px;
}

.page-wrapper li{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper{
    box-shadow: none;
}

/*.single-product .header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper{*/
/*    box-shadow: none;*/
/*    background: white;*/
/*    border-bottom: 1px solid rgba(221, 221, 221, 0.56);*/
/*    padding-bottom: 7px;*/
/*}*/

.price-wrapper .price{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_left1{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.contact_left1 h1{
    margin-bottom: 20px;
}

.contact_left1 h4{
    margin-bottom: 20px;
}

.contact_left1 ul{
    margin-block: 20px;
}

.contact_left1 ul li{
    font-size: 16px;
}

.contact_template .form-flat input:not([type="submit"]), .form-flat textarea, .form-flat text, .form-flat select{
    padding: 20px 20px;
    font-size: 1.8rem;
}

.contact_right1{
    padding-left: 30px;
}

.contact_right1 img{
    height: 500px;
    object-fit: cover;
}

.contact_right1 p{
    margin-top: 20px;
}

@media (max-width: 640px) {
    .contact_right1{
        padding-left: 0;
    }
    .contact_right1 img{
        height: 300px !important;
    }
}

.box-image img{
    height: 310px;
    object-fit: cover;
}

@media (max-width: 640px) {
    .box-image img{
        height: 142px;
    }
    .product_title{
        margin-bottom: 20px;
    }
    .container .section, .row .section{
        padding-left: 15px;
        padding-right: 15px;
    }
    .related.products{
        margin-top: 20px;
    }
    .continue-shopping{
        margin-bottom: 10px;
    }
    .cart_totals .button{
        line-height: 27px;
        padding: 10px;
    }
    .shop_table .product-remove a

}

@media (max-width: 768px) {
    .product-thumbnails .flickity-slider .col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.tab-panels p{
    margin-bottom: 10px;
}

.tab-panels img{
    margin-block: 15px;
}

select.orderby {
    color: #ffffff !important;
    background-color: #fff !important;
    padding: 10px 16px !important;
    border-radius: 30px;
    border: 1px solid #ccc;
    height: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
}

.button, button, input, textarea, select, fieldset{
    margin-bottom: 0;
    margin-right: 0;
}

.product-summary .quantity{
    margin-bottom: 0;
}

.widget-title{
    margin-top: 40px;
    font-size: 20px;
}

.product_list_widget .product-title {
    font-size: 18px;
}

.product_list_widget bdi{
    font-size: 16px;
}

.product-short-description{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.row.row-large{
    max-width: 100% !important;
}

.row-large .large-7{
    max-width: 70% !important;
}

.row-large .large-5{
    max-width: 30% !important;
}

.cart_totals .button{
    line-height: 26px;
    padding: 10px;
}

/* Mobile */
@media (max-width: 640px) {
    .row-large .large-7{
        max-width: 100% !important;
    }

    .row-large .large-5{
        max-width: 100% !important;
    }

}

.continue-shopping{
    padding-right: 20px;
}

.cart_item .quantity input.qty{
    padding: 10px !important;
}

.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th{
    border-width: 1px !important;
    padding: 10px !important;
}

.page-wrapper h1{
    color: black !important;
}

.cart_totals .product-name{
    border-width: 1px !important;
    padding-left: 10px !important;
}

.checkout_coupon .is-form{
    margin-top: 15px;
    background: #4B4B4B !important;
    color: white !important;
    text-shadow: none !important;
    border-radius: 5px;
}

.wc-proceed-to-checkout .checkout-button{
    background-color: #4B4B4B !important;
}

.widget-title{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cart_totals tbody th{
    font-size: 1.6rem;
    line-height: 26px;
}

.cart-discount th, .cart-discount td{
    padding: 10px;
}

.cart_totals .button{
    border-radius: 5px;
}

a.remove, a.icon-remove {
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}

.success-color, .success.is-link, .success.is-outline{
    color: #4b4b4b !important;
    font-weight: 500;
}

.uds_input_code input{
    font-family: "Plus Jakarta Sans", sans-serif !important;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: none;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
    box-shadow: none;
    border-radius: 5px;
}

.message-container {
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 20px !important;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.message-container a.showcoupon {
    color: #4a4a4a;
    font-weight: 600;
    text-decoration: none;
    margin-left: 8px;
    position: relative;
    transition: color 0.3s ease;
}

.message-container a.showcoupon::after {
    content: "→";
    margin-left: 6px;
    transition: margin-left 0.3s ease;
}

.message-container a.showcoupon:hover {
    color: #005177;
}

.message-container a.showcoupon:hover::after {
    margin-left: 10px;
}

form.checkout h3{
    margin-bottom: 20px;
}

#ship-to-different-address{
    margin-top: 20px;
}

.livrare h2{
    margin-top: 40px;
    color: black;
    font-size: 2.8rem;
}

.uds_code_block_html{
    margin-top: 20px;
}

.uds_input_code input{
    margin-bottom: 10px;
}

.top_bar strong{
    font-weight: 700;
}


@media (max-width: 640px) {
    .livrare h2{
        font-size: 2.2rem;
    }
    .page-wrapper li{
        font-size: 1.6rem;
    }
}

.wpc-filter-header{
    display: block;
}

.archive__filter .widget-title{
    margin-top: 0;
}

.archive__filter {
    display: flex;
    flex-wrap: wrap;
    color: white;
    background: #4B4B4B;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 80px;
    margin-bottom: 10px;
    align-items: center;
}

.wpc-filter-chips-list {
    margin-bottom: 23px;
}

.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    font-size: 12px;
    border-radius: 0px!important;
    padding-bottom: 0!important
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: #cc8181;
    color: white!important;
    background: #cc8181;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: var(--dark)!important
}

.archive__filter .widget_wpc_filters_widget {
    width: 80%;
}

.archive__filter .woocommerce-result-count {
    width: 20%;
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.archive__filter .wpc-filters-scroll-container .wpc-filters-widget-wrapper {
    display: flex;
}

.wpc-filter-layout-checkboxes .wpc-filter-content {
    position: absolute;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.wpc-filter-layout-checkboxes .wpc-filter-content.active {
    visibility: visible;
    opacity: 1;
    width: 200px;
    height: auto;
    background: white;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 3px 6px #00000040;
    top: 45px;
}

.wpc-filter-layout-checkboxes .wpc-filter-content.wpc-filter-product_cat {
    width: 441px;
    padding: 20px;
    border-radius: 10px;
}

.wpc-filter-layout-checkboxes .wpc-filter-content.active{
    padding: 20px;
    border-radius: 10px;
}

.archive__filter .body .wpc-filters-main-wrap .wpc-term-item-content-wrapper{
    margin-bottom: 10px !important;
}

.wpc-filters-main-wrap li.wpc-term-item a{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.wpc-term-item-content-wrapper{
    margin-bottom: 10px;
}

.archive__filter .wpc-filters-section,
.archive__filter .wpc-filter-title {
    margin-bottom: 0
}

.archive__filter .widget-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
}

.archive__filter .wpc-filter-header {
    padding-right: 35px;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}

.archive__filter .wpc-filter-header:after {
    content: '|';
    position: absolute;
    top: 13px;
    right: -14px;
}

.archive__filter .widget-title:after {
    content: '\f107'; /* codul Unicode pentru „chevron-down” */
    font-family: 'Font Awesome 6 Free'; /* sau 'Font Awesome 5 Free' în funcție de versiunea ta */
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    color: white;
    right: -25px;
    top: 1px;
}

.archive__filter .widget_wpc_filters_widget{
    margin-bottom: 0;
}

.archive__filter .wpc-filters-section:last-child .wpc-filter-header {
    margin-right: 0
}

.archive__filter .wpc-filters-section:last-child .wpc-filter-header:after {
    display: none;
}

.wpc-filter-content.active ul {
    padding-top: 0!important;
    max-height: 170px!important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    font-size: 15px;
}

body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 0px!important
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],
.wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    margin-bottom: 2px!important
}

body .wpc-filters-main-wrap li.wpc-term-item:last-child {
    margin-bottom: 0!important
}

.wpc-filter-chip-name{
    font-size: 1.4rem;
    padding: 5px;
}

@media (max-width: 640px) {
    .archive__filter{
        background: transparent;
    }
    .archive__filter .widget_wpc_filters_widget {
        width: 100%;
    }
    .archive__filter .wpc-filters-scroll-container .wpc-filters-widget-wrapper {
        display: block;
    }
    .archive__filter .wpc-filter-header:after {
        display: none;
    }
    .archive__filter .wpc-filter-header {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .archive__filter .wpc-filter-header {
        margin-right: 0;
        padding-right: 22px;
    }
    .archive__filter .woocommerce-result-count {
        display: none;
    }
    .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
        font-size: 20px;
    }
    .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
        width: 30px;
        height: 30px;
    }
    .archive__filter .widget-title {
        color: white;
        padding: 10px 20px;
        background: #4b4b4b;
        border-radius: 5px;
    }
    .archive__filter{
        padding: 0;
    }
    .wpc-button-inner, .wpc-chip-content{
        display: flex;
        justify-content: center;
    }
    body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button{
        width: 100%;
    }
    .archive__filter .wpc-filter-header{
        padding-right: 0;
    }
    .archive__filter .widget-title:after{
        right: 14px;
        top: 10px;
    }
}

.shop-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .wpc_show_bottom_widget .wpc-filters-open-button-container, .wpc_show_open_close_button .wpc-filters-open-button-container{
        display: none !important;
    }
}

.filter__homi button{
    padding: 14px 24px;
    font-size: 1.6rem;
    border-radius: 8px;
    background-color: #23272b !important;
    color: #fff;
    border: none;
    transition: background-color 0.2s ease;
}

.filter__homi .form-select{
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1.6rem;
}

.box-text-products .box-excerpt{
    display: none !important;
}

.scLCMd{
    display: none !important;
}

.box-text-products{
    font-family: "Plus Jakarta Sans", sans-serif;
}

.box-text-products .product-title a{
    font-size: 1.6rem;
    font-weight: 500;
    color: black;
    margin-bottom: 15px;
}

.box-text-products .add-to-cart-button a{
    font-size: 1.6rem;
    width: 100%;
    border-radius: 5px;
    background-color: #4B4B4B !important;
    border: #4B4B4B !important;
    color: white;
    transition: 0.3s;
    margin-bottom: 0;
}

@media (max-width: 640px) {
   .filter__homi .p-4{
       padding: 0 !important;
   }
}


