/*
Theme Name: Anais
Author: Albu Adrian
Author URI: https://adrianwebdesign.ro
Description: Anais is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive.
Version: 1.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: anais
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, theme-options, translation-ready, blog, sticky-post, threaded-comments
*/

.woocommerce-page .woocommerce-products-header .woocommerce-products-header__title.page-title {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-center {
    display: flex;
    flex-direction: column; /* Elementele sunt aranjate în coloană */
    align-items: center;    /* Centrarea orizontală a elementelor în container */
    justify-content: center; /* Opțional: pentru centrarea verticală în container */
    text-align: center; /* Alinează textul la centru */
   
}

@font-face {
    font-family: 'Century Gothic';
    src: url('font/centurygothic.woff2') format('woff2'),
         url('font/centurygothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Chong Modern W01";
    src: url('font/chongmodernw01.woff2') format('woff2'),
         url('font/font/chongmodernw01.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Apply the Inter font to all elements */
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Century Gothic', sans-serif;
	font-size: 15px;
	line-height: 24.75px;
	letter-spacing: normal;
	word-spacing: 0;
	font-weight: 400;
}


/* Custom styles for h1 titles using the Inter font */
h1 {
    font-family: "Chong Modern W01";
    font-size: 52px;                  /* Font size */
    line-height: 62.4px;              /* Line height */
    letter-spacing: -2.6px;           /* Letter spacing */
    font-weight: 600!important;       /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for h2 titles using the Inter font */
h2 {
    font-family: "Chong Modern W01";
    font-size: 24px!important;        /* Font size */
    line-height: 1.3;                 /* Line height */
    letter-spacing: -1.1px;           /* Letter spacing */
    font-weight: 600!important;       /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for h3 titles using the Inter font */
h3 {
    font-family: "Chong Modern W01";
    font-size: 24px;                  /* Font size */
    line-height: 31.2px;              /* Line height */
    letter-spacing: -0.648px;         /* Letter spacing */
    font-weight: 600;                 /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for h4 titles using the Inter font */
h4 {
    font-family: "Chong Modern W01";
    font-size: 18px;                  /* Font size */
    line-height: 24.3px;              /* Line height */
    letter-spacing: -0.486px;         /* Letter spacing */
    font-weight: 600;                 /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for h5 titles using the Inter font */
h5 {
    font-family: "Chong Modern W01";
    font-size: 16px;                  /* Font size */
    line-height: 1.2;                 /* Line height */
    letter-spacing: -0.486px;         /* Letter spacing */
    font-weight: 600;                 /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for h6 titles using the Inter font */
h6 {
    font-family: "Chong Modern W01";
    font-size: 14px;                  /* Font size */
    line-height: 1.2;                 /* Line height */
    letter-spacing: -0.486px;         /* Letter spacing */
    font-weight: 600;                 /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for p and div elements using the Inter font */
p {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;                  /* Font size */
    line-height: 24px;                /* Line height */
    letter-spacing: -0.15px;          /* Letter spacing */
    font-weight: 400;                 /* Font weight */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media (max-width: 991px) {
    .d-none-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-none-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) { /* Choose the right size for "mobile" */
    .col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Hamburger menu start */

.bar1,
.bar2,
.bar3 {
  width: 24px !important;
  height: 2px !important;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 8px) rotate(-48deg);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -8px) rotate(48deg);
}

/* Hamburger menu end */

.custom-logo {
    height: 100px!important;
    width: auto!important;
}

@media (max-width: 768px) {
    .custom-logo {
        height: 60px!important;
        width: auto!important;
    }
}

.custom-logo-link {
    display: inline-block; /* Ensure responsive behavior */
}


.custom-footer {
    padding: 20px 0;
}

.custom-footer a { 
    padding: 0!important;
}

.custom-footer h3 {
   padding-bottom: 10px
}

/* Styles for the Gutenberg editor */
.wp-block {
    max-width: 100%;
    margin: 0 auto;
}


.footer-widgets {
    display: flex; /* Enable Flexbox */
    flex-wrap: wrap; /* Allow widgets to wrap to the next row */
    gap: 20px; /* Spacing between columns */
    justify-content: space-between; /* Evenly distribute space between columns */
}

.footer-widgets {
    background-color: transparent!important; /* Background color */
    padding: 30px 0; /* Padding for the top and bottom */
}

.footer-widgets .col {
    padding: 10px; /* Internal spacing */
}

.footer-widgets .widget-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #343a40;
}


.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block!important;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
    text-align: center;
}

.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce ul.products li.product a img {
	width: 100%!important;
    border-radius: 10px;
}

.content-area{
    min-height: 500px;
    padding: 3rem 0;   
}

.page-template-template-home-php .content-area{
    padding: 0;
}

.account{
    font-weight: 700;
}

.account ul li a{
    padding: 0 1rem 0 0 !important;
}

.main-menu{
    padding: 0;
}

.main-menu ul{  
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;    
}


/* Search Form */


.search-form::before {
    content: '';
    background-image: url('img/search.png');
    height: 20px!important;
    width: 20px!important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0 5px 5px 15px;
    margin-left:10px;
}


.search-form input[type="search"]{
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
}

/* Footer - Footer Menu */
.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

.footer-menu ul li{ 
    display: inline; 
    margin: 0 10px 0 0;
}

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

.footer-menu ul li a{ 
    color: #939393; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}


/* WooCommerce */

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* Shop */
.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700;
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}


.woocommerce ul.products li.product a img {
    
    height: auto;
    display: block;
   
    box-shadow: none;
    float: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    display: table;
}

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product p{
    color: #000;
}

.woocommerce ul.products li.product .price{
    color: #000;
    font-weight: 400!important;    
}

.woocommerce ul.products li.product .price ins {
    font-size: 140%;
}

.woocommerce ul.products li.product .onsale{
    top: 16px;
    left: 16px;
    right: 0;
    transform: rotate(0deg)!important;
    border-radius: 10px;   
    padding: 0;
    background-color: #f6f5f8;!important;
    color: #212121!important;
    margin: 0;
    font-weight: 600;
    opacity: 90%;
}


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

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
}


/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button {
    background-color: #212121;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: #CA2424;
}

.product_meta > span{
    display: block;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    color: #000;
    font-size: 20px!important;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 20px;
    color: #000;
}

.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(0deg);
    border-radius: 10px;     
    width: 54px;
    height: 24px;
    padding: 0;
    background-color: #f6f5f8!important;
    color: #212121!important;
    margin: 0;
    font-weight: 500;
    opacity: 90%;
}

.woocommerce span.onsale {
    min-height: 1.5em;
    min-width: 3.236em;
    line-height: 1.8;
    font-size: 14px!important;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #ffeb8a;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #ffe252;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #212121;
    color: #fff;
}


/* General */

embed, iframe, object {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    max-width: 100%!important;  
}

a{
    color: #CA2424
}

a:hover {
    color: #af4142;
    text-decoration: none;
}



.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }       

    .brand{
        margin-bottom: 15px;
    }

    .main-menu{
        border-top: 2px solid #f2f2f2;
        padding: 10px; 
        margin-top: 10px;       
    }

    .main-menu ul li{   
        margin: 0;
    } 

 

    .slider-details-container{
        margin: 0 25px; 
        max-width: 400px;       
    }

    .slider-title h3 {
        font-size: 2em;
    }

    .slider-details-container .subtitle {
        font-size: 1em;
    }

    .slider-details-container a {
        padding: 0.5em;
    }

    span.items{
        background: #fff!important;
        color: #212121!important;
        border: 1px solid #e3e3e3!important;
        border-radius: 5px!important;
        --bs-badge-padding-x: 0.65em;
        --bs-badge-padding-y: 0.35em;
        --bs-badge-font-size: 0.75em;
        --bs-badge-font-weight: 700;
        --bs-badge-color: #fff;
        --bs-badge-border-radius: var(--bs-border-radius);
        display: inline-block;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        color: var(--bs-badge-color);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: var(--bs-badge-border-radius);
    }

}

@media all and (max-width: 575px)  {
    .slider-details-container{
        max-width: 300px;        
    }

    .slider-details-container a {
        padding: 0.7em;
        font-size: 1em;
    }

    .flexslider img{
        height: 500px !important;
        object-fit: cover;
        object-position: center;
    }
}

@media all and (max-width: 500px){
    .woocommerce ul.products li.product a img {
        width: 100%;
    }
}

/* Cart */

.cart .items{
    background: #fff!important;
    color: #212121!important;
    border: 1px solid #e3e3e3!important;
    border-radius: 5px!important;
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top-left-radius: 10px; /* Colț rotunjit în partea stângă sus */
    border-top-right-radius: 10px; /* Colț rotunjit în partea dreaptă sus */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-top-left-radius: 10px; /* Colț rotunjit în partea stângă sus */
    border-top-right-radius: 10px; /* Colț rotunjit în partea dreaptă sus */
    background-color: #f6f5f8;
}

.woocommerce .quantity .qty {
    border-radius: 10px; 
    background-color: #fff;
}

.woocommerce #review_form #respond textarea {
    background-color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #fff !important;
    color: #282828 !important;
    font-weight: 500 !important;
    border: 1px solid #e3e3e3 !important;
    margin-top: 15px;
    border-radius: 50px;
    padding: 8px 30px;
    line-height: 24px;
    font-size: 16px;
}

.woocommerce-message {
    border-top-color: #fff;
}

.woocommerce-message {
    display: flex; /* Activează Flexbox */
    align-items: center; /* Aliniere verticală */
    justify-content: space-between; /* Textul la stânga, butonul la dreapta */
    text-align: left; /* Asigură textul aliniat la stânga */
    padding: 10px 20px; /* Spațiere opțională */
}

.woocommerce-message span, 
.woocommerce-message p {
    margin: 0; /* Resetează margin pentru text */
    flex: 0 1 auto; /* Asigură că textul se aliniază corect */
}

.woocommerce-message a.button {
    margin: 0; /* Elimină orice margini implicite */
    flex-shrink: 0; /* Împiedică butonul să se micșoreze */
}


/* Flex Slider */
.flexslider{
    border: 0 !important;
}

.flex-control-nav {
    bottom: 10px !important;
}

.slider-details-container {
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 600px;
 }

.slider-details-container h1{
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    font-size: 3.7rem;
}

.slider-details-container .subtitle{
    font-size: 1.3em;
    margin-bottom: 15px;        
}

.slider-details-container .slider-title{
    color: #FFF;
    font-weight: 700;
}

.slider-details-container a{
    background-color: #fff;
    color: #00589b;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    border: 1px dashed #00589b;
}

.slider-details-container a:hover{
    color: #00589b;
}

.flexslider .slides {
    padding: 0 !important;
}

.flex-control-paging li a {
    background: rgba(189, 189, 189, 0.5) !important;
    height: 10px !important;
    width: 15px !important;
}

.flex-control-paging li a.flex-active {
    background: #212121 !important;
    width: 25px !important;
}

.flex-control-nav li {
    margin: 0 2px !important;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 36px!important;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer; 
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    content: " "!important;
    display: block;
    background: url('img/left32.png') no-repeat center center;
    background-size: contain;
    width: 36px;
    height: 36px;
}

.flex-direction-nav a.flex-next:before {
    content: " "!important;
    display: block;
    background: url('img/right32.png') no-repeat center center;
    background-size: contain;
    width: 36px;
    height: 36px;
}

/* Frontend Product Lists */
.home main .section-title{
    position: relative;
    margin-bottom: 20px;
}



.home main .section-title h2{
    font-size: 23px!important;
    line-height: 37.95px;
    letter-spacing: 4.6px;
    word-spacing: 0;
    font-style: normal;
    font-weight: 400;   
    text-transform: uppercase; 
    position: relative;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    margin: 0;  
    color: #5c5c5c!important; 
}

.home section.lab-blog{
    padding: 50px 0 0 0;
}

.home .woocommerce ul.products {
    border-top: none;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #5c5c5c!important;
    margin: 0;
    padding: 0;
    display: table;    
}

.home .popular-products .woocommerce ul.products li.product .button,
.home .new-arrivals .woocommerce ul.products li.product .button {
    background-color: transparent;
    color: #CA2424;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}

.home .popular-products .woocommerce ul.products li.product .button:hover,
.home .new-arrivals .woocommerce ul.products li.product .button:hover {
    color: #666;
}

.home .woocommerce ul.products li.product .button {
    margin-top: 0;
}

div.deal-img img{
    border-radius: 10px;
}

.deal-of-the-week {
    background: #f6f5f8!important;
    padding: 60px 0;
}

.deal-of-the-week .row{
    padding: 20px 0;
}

.deal-of-the-week .discount{
    background: #212121;
    color: #fff;
    padding: 0.5rem;
    display: inline-block;
    margin: 20px 0;  
    position: relative;  
}

.deal-of-the-week .discount:before{
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #f9f9f9;    
}

.deal-of-the-week .discount:after{
    content: '';
    position: absolute;
    bottom: 5%;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px dashed #f9f9f9;    
}

.deal-of-the-week .section-title{
    margin: 0 !important;
}

.deal-of-the-week h2{
    background: #f3f3f3 !important;   
}

.deal-of-the-week h3{
    margin: 0 0 20px 0;
    padding: 0;    
}

.deal-of-the-week h3 a{
    font-size: 2rem;
    font-weight: 700;
    color: #000;  
    transition: 0.5s;  
}

.deal-of-the-week h3 a:hover{
    color: #777;    
}

.deal-of-the-week p{
    color: #aeaeae;
    font-size: 1.2rem;    
}

.deal-of-the-week .prices .regular{
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.4;
    text-decoration: line-through;    
}

.deal-of-the-week .prices .sale{
    font-size: 1.4rem;
    font-weight: 600; 
    padding-left: 5px;   
}

.deal-of-the-week a.add-to-cart{
    background-color: #fff !important;
    color: #282828 !important;
    font-weight: 500 !important;
    border: 1px solid #e3e3e3 !important;
    margin-top: 15px;
    border-radius: 50px;
    padding: 8px 30px;
    line-height: 24px;

    text-decoration: none;
    display: inline-block; 
   
}

/* Search form */

[type=button], [type=reset], [type=submit], button {
    float: right!important;
}

.search-form input[type="search"] {
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
    width: 97%;
    border-radius: 50px;
}

.link-account {
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color:#212121;
}


.search-form {
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    box-shadow: none !important;
}


.cart-btn:hover {
    color:#212121;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none!important;
}



/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

details summary {
  list-style: none; /* Elimină indicatorul implicit */
}

details summary::-webkit-details-marker {
  display: none; /* Elimină indicatorul în browsere bazate pe WebKit (inclusiv Safari și Chrome pe mobil) */
}

details summary {
    list-style: none; /* Remove the default marker */
    display: flex; /* Allow alignment of the arrow and text */
    align-items: center;
    cursor: pointer; /* Pointer cursor for interaction */
}

details summary::before {
    content: '+'; /* Symbol for a closed section */
    display: inline-block; /* Ensure visual consistency */
    width: 1.5rem; /* Fixed size for the symbol */
    text-align: center; /* Center the symbol */
    font-size: 1.5rem; /* Symbol size */
    font-weight: 300!important;
    color: #000; /* Symbol color */
    margin-right: 10px; /* Space between symbol and text */
    transition: transform 0.5s ease, content 0s; /* Transition for rotation and symbol */
}

details[open] summary::before {
    content: '-'; /* Symbol for an open section */
    transition: transform 0.5s ease, content 0s; /* Transition for rotation and symbol */
    transform: rotate(180deg); /* Rotate arrow when open */
}

/* Remove blue border on focus */
.woocommerce div.product form.cart .variations select:focus-visible {
    outline: none; /* Remove outline */
    box-shadow: none; /* Remove shadow effect */
}

.dropdown-toggle::before,
.dropdown-toggle::after {
    content: none; /* Remove any pseudo-elements */
}

/* Ensure parent link is clickable */
.dropdown-toggle {
    pointer-events: auto; /* Allow clicks */
    z-index: 1; /* Ensure priority over other elements */
    position: relative; /* Prevent overlap */
}



/* Dropdown menu - General styling and functionality */
.dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border-radius: 10px!important;
    padding: 15px 0!important;
    pointer-events: auto;
    animation: 0.5s slideup;
}

/* Show dropdown on hover or when open */
.dropdown:hover > .dropdown-menu,
.dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Links inside the dropdown - active and clickable */
.dropdown-menu a {
    pointer-events: auto!important;
    cursor: pointer!important;
}

/* Mobile behavior */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static; /* Keep menu in flow */
        transform: none;
        opacity: 0;
        visibility: hidden;
        transition: none;
    }

    .dropdown.open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

/* Slide-up animation */
@keyframes slideup {
  from {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0);
  }
}

/* Arrow down - dropdown-toggle */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.7em;
  padding: 3px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border: solid rgba(0, 0, 0, 0.8);
  border-width: 0 2px 2px 0 !important;
  box-sizing: border-box; /* Include bordura și padding-ul în dimensiunea elementului */
}

/* First level: displayed below */
.dropdown-menu-first-level {
    position: absolute;
    top: 100%;
    left: 0;
}

.dropdown:hover > .dropdown-menu-first-level {
    display: block;
}

/* Relative positioning for parent items */
.dropdown-item {
    position: relative;
}

.store-notice-close {
    position: absolute;
    top: 45%!important;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px; /* Ajustează dimensiunea simbolului X */
    cursor: pointer;
    color: #212121; /* Culoare mai vizibilă */
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* Dimensiune fixă pentru buton */
    height: 30px;
    line-height: 1; /* Elimină spațiul suplimentar */
}

.store-notice-close::before {
    content: "\2715"; /* Simbol X Unicode */
    font-weight: normal;
    font-size: 20px;
    display: block;
    line-height: 1;
}

.woocommerce-store-notice {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--store-notice-bg, #eee) !important;
    color: var(--store-notice-text, #212121) !important;
    text-align: center;
    padding: 10px 40px; /* Spațiu pentru buton */
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .woocommerce-store-notice {
        padding: 10px 50px; /* Mai mult spațiu pe mobil */
        font-size: 14px;
    }

    .store-notice-close {
        right: 5px; /* Ajustează poziția pe ecrane mici */
    }
}

.woocommerce-store-notice.hidden {
    display: none !important;
}

.woocommerce-store-notice, p.demo_store {
    box-shadow: none!important;
}


/* Align WooCommerce store notice content */
.woocommerce-store-notice {
    display: flex; /* Enable Flexbox for content alignment */
    align-items: center; /* Vertically center content */
    justify-content: space-between; /* Space between text and button */
    padding: 10px 20px; /* Adjust inner spacing */
    position: relative; /* Relative positioning for button placement */
}

/* Style for the close button */
.woocommerce-store-notice .btn-close {
    margin: 0 10px 0 0; /* Remove default margins */
    padding: 0; /* Remove default padding */

    border: none; /* Remove border */
    color: inherit; /* Match notification text color */
    font-size: 1.2rem; /* Adjust button size */
    cursor: pointer; /* Pointer cursor on hover */
    opacity: 0.7; /* Reduced opacity for design */
}

.woocommerce-store-notice .btn-close:hover {
    opacity: 1; /* Make button fully visible on hover */
}

.woocommerce-store-notice {
    position: relative !important; /* Ensure notification doesn't overlap */
    top: 0!important;
    left: 0;
    width: 100%; /* Ensure notification spans the full width */
    z-index: 1!important; 
}

.site-header {
    z-index: 10!important; /* Ensure the menu has a higher z-index */
}

a:link { 
  text-decoration: none; 
	color: #212121!important;
} 

summary {
	font-size: 1.3rem;
	font-weight: 600;
	color: #212121;
	padding: 10px 0; 
}

.woocommerce-info {
    border-top-color: #fff;
}

.search-form {
    display: flex;
    align-items: center; /* Aligns the form elements vertically */
 }
 
 .home .popular-products .woocommerce ul.products li.product .button, 
 .home .new-arrivals .woocommerce ul.products li.product .button {
     border: 1px solid #e3e3e3; /* Adds a border around the button */
     padding: 10px 30px; /* Adds internal spacing */
     margin-top: 15px; /* Adds space above the button */
     border-radius: 50px; /* Rounds the button corners */
 }
 
 /* Styling for the thumbnail container */
 .woocommerce-product-gallery .flex-control-thumbs {
     display: flex; /* Displays thumbnails in a row */
     flex-wrap: nowrap; /* Prevents wrapping of thumbnails */
     justify-content: center; /* Centers thumbnails */
     overflow: hidden; /* Hides overflow content */
     margin-top: 10px; /* Adds space above the thumbnails */
     padding: 0; /* Removes padding */
 }
 
 /* Thumbnails under the main image */
 .woocommerce-product-gallery .flex-control-thumbs li {
     margin-right: 5px; /* Adds space between thumbnails */
 }
 
 /* Initially hide the navigation arrows */
 .thumbnail-navigation {
     display: none; /* Hides the navigation arrows */
 }
 
 /* Display arrows when necessary */
 .woocommerce-product-gallery .flex-control-thumbs.overflowed ~ .thumbnail-navigation {
     display: block; /* Shows navigation arrows */
 }
 
 /* Creates extra space below the main image */
 .woocommerce-product-gallery {
     margin-bottom: 30px !important; /* Adds space below the main image */
 }
 
 /* Styling for the thumbnail wrapper */
 .flex-control-nav.flex-control-thumbs {
     padding-top: 30px !important; /* Adds space above the thumbnails */
 }
 
 /* Additional margin below the image wrapper */
 .woocommerce-product-gallery__wrapper {
     margin-bottom: 30px !important; /* Adds space below the image wrapper */
 }
 
 /* Ensures the filter and sort toolbar are on the same row */
 .shop-toolbar {
     display: flex; /* Displays elements in a horizontal row */
     align-items: center; /* Aligns elements vertically */
     justify-content: space-between; /* Adds space between filter and sort */
 }
 
 /* Styles for the filter button */
 .shop-toolbar .filter-button {
     display: inline-block; /* Ensures the button is displayed inline */
     margin-right: 10px; /* Adds space to the right of the button */
 }
 
 /* Ensures proper spacing and alignment for sorting */
 .shop-toolbar .sorting-options {
     display: inline-block; /* Ensures horizontal display */
     margin-left: auto; /* Aligns sorting to the right */
     margin-top: 15px!important; /* Adds space above sorting options */
 }
 


 .nav-link {
    display: block; /* Ensures the link occupies the entire block */
    padding: 5px 0 5px 0; /* Adds vertical spacing */
    font-size: var(--bs-nav-link-font-size); /* Sets font size based on a CSS variable */
    font-weight: var(--bs-nav-link-font-weight); /* Sets font weight based on a CSS variable */
    color: #030303; /* Sets the text color */
    text-decoration: none; /* Removes underline from links */
    background: 0 0; /* Transparent background */
    border: 0; /* No border */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; /* Smooth transition for color and border changes */
}

li.nav-item.i-footer a:before {
	content: "\F285"; /* Adds an icon before the link text */
	font-family: 'Bootstrap-icons'; /* Specifies the font family for the icon */
	font-size: 12px; /* Sets the size of the icon */
	margin-right: 5px; /* Adds space between the icon and text */
}

.woocommerce .products ul, .woocommerce ul.products {
    border-top: none !important; /* Removes the top border */
}

.slider-details-container a {
    font-weight: 500 !important; /* Sets the font weight */
    border: none; /* Removes any border */
    letter-spacing: -1px !important; /* Adjusts spacing between letters */
	margin-top: 10px; /* Adds space above the element */
	color: #282828 !important; /* Sets the text color */
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce ul.products li.product .button {
    background-color: #fff !important; /* Sets the background color */
    color: #282828 !important; /* Sets the text color */
	font-weight: 500 !important; /* Sets the font weight */
	border: 1px solid #e3e3e3 !important; /* Adds a border */
	margin-top: 15px; /* Adds space above the button */
	border-radius: 50px; /* Rounds the corners */
	padding: 8px 30px; /* Adds internal spacing */
	line-height: 24px; /* Sets the line height */
}

.card {
  height: 300px !important; /* Adjusts the height */
  width: 100%; /* Sets full width */
}

.blue {
	background-color: #f3f3f3 !important; /* Sets a light blue background */
}

.trust {
	-webkit-font-smoothing: antialiased; /* Improves font rendering for WebKit browsers */
	-moz-osx-font-smoothing: grayscale; /* Improves font rendering for Mozilla browsers */
    font-family: "Chong Modern W01", serif;
    text-transform: uppercase !important;
    font-weight: 400;
    font-style: normal;
    font-size: 23px!important;
    color: #5c5c5c !important;
}

.shop {
	border: 1px solid #e3e3e3 !important; /* Adds a border */
	color: #282828 !important; /* Sets text color */
	padding: 20px 50px!important; /* Adds internal spacing */
	border-radius: 50px; /* Rounds the corners */
	font-family: "Chong Modern W01", serif;
    text-transform: uppercase!important;
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.shop-black {
	color: #fff !important; /* Sets text color to white */
	background-color: #212121 !important; /* Sets a dark background color */
	padding: 8px 30px; /* Adds internal spacing */
	border-radius: 50px; /* Rounds the corners */
	font-weight: 500 !important; /* Sets font weight */
}

.floatstart {
	float: left !important; /* Aligns the element to the left */
}

.border-none {
	border: none !important; /* Removes borders */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300 !important; /* Sets font weight */
    color: #212121 !important; /* Sets text color */
    text-decoration: none; /* Removes underline */
    border: 1px solid #eee;
}

section.related.products h2 {
	font-family: "Chong Modern W01";
    font-weight: 400;
    font-style: normal;
    color: #5c5c5c;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	font-size: 22px !important; /* Sets font size */
	-webkit-font-smoothing: antialiased; /* Improves font rendering for WebKit browsers */
	-moz-osx-font-smoothing: grayscale; /* Improves font rendering for Mozilla browsers */
}

div.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
	font-size: 28px !important; /* Sets font size */
	line-height: 1.1 !important; /* Sets line height */
	letter-spacing: -1px !important; /* Adjusts letter spacing */
	-webkit-font-smoothing: antialiased; /* Improves font rendering for WebKit browsers */
	-moz-osx-font-smoothing: grayscale; /* Improves font rendering for Mozilla browsers */
}

h1.product_title.entry-title {
    font-family: "Chong Modern W01";
    font-weight: 400;
    font-style: normal;
    color: #5c5c5c;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	font-size: 24px !important; /* Sets font size */
	-webkit-font-smoothing: antialiased; /* Improves font rendering for WebKit browsers */
	-moz-osx-font-smoothing: grayscale; /* Improves font rendering for Mozilla browsers */
}

/* Removes text-transform for product titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce .product-title,
.woocommerce-loop-product__title {
    text-transform: none !important; /* Disables text transformation */
	line-height: 1.3 !important; /* Sets line height */
	font-size: 18px !important; /* Sets font size */
	margin: 0 auto; /* Centers the text */
}

.slider-details-container a {
    text-decoration: none; /* Removes underline */
    font-weight: 300; /* Sets font weight */
    border: none; /* Removes border */
	border-radius: 50px !important; /* Rounds the corners */
	padding: 10px 30px; /* Adds internal spacing */
}

.search-form {
    background-color: #fff; /* Sets background color to white */
}

.search-form input[type="search"] {
    font-weight: 300; /* Sets font weight */
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 300; /* Sets font weight */
}

.dropdown-toggle::after {
    margin-left: .5em; /* Adds space after the toggle icon */
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 30px !important; /* Adds space to the right */
    }
}

/* #Progress Indicator
================================================== */

.progress-wrap {
	position: fixed; /* Keeps the element fixed on the screen */
	right: 30px; /* Positions it 30px from the right */
	bottom: 30px; /* Positions it 30px from the bottom */
	height: 46px; /* Sets height */
	width: 46px; /* Sets width */
	cursor: pointer; /* Changes cursor to pointer on hover */
	display: block; /* Displays as a block element */
	border-radius: 50px; /* Makes the element circular */
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1); /* Adds an inset shadow */
	z-index: 10000; /* Ensures it appears above other elements */
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevents interaction when hidden */
	transform: translateY(15px); /* Slightly moves it downward */
	-webkit-transition: all 200ms linear; /* Smooth transition for WebKit browsers */
	transition: all 200ms linear; /* Smooth transition for modern browsers */
}
.progress-wrap.active-progress {
	opacity: 1; /* Makes it visible */
	visibility: visible; /* Allows interaction */
	transform: translateY(0); /* Resets its position */
}
.progress-wrap::after {
	position: absolute; /* Positioned relative to the container */
	font-family: 'unicons' !important; /* Uses the 'unicons' font */
	content: '\e84b' !important; /* Adds an arrow icon */
	text-align: center; /* Centers the content */
	line-height: 46px; /* Centers vertically within the element */
	font-size: 24px; /* Sets the size of the icon */
	color: rgba(0, 0, 0, 0.3); /* Sets the arrow color */
	left: 0; /* Positions it on the left edge */
	top: 0; /* Positions it on the top edge */
	height: 46px; /* Matches the height of the container */
	width: 46px; /* Matches the width of the container */
	cursor: pointer; /* Displays a pointer cursor */
	display: block; /* Ensures it is visible */
	z-index: 1; /* Places it above other content */
	-webkit-transition: all 200ms linear; /* Smooth transition for WebKit browsers */
	transition: all 200ms linear; /* Smooth transition for modern browsers */
}
.progress-wrap:hover::after {
	opacity: 0; /* Hides the arrow on hover */
}
.progress-wrap::before {
	position: absolute; /* Positioned relative to the container */
	font-family: 'unicons'; /* Uses the 'unicons' font */
	content: '\e84b'; /* Adds an arrow icon */
	text-align: center; /* Centers the content */
	line-height: 46px; /* Centers vertically within the element */
	font-size: 24px; /* Sets the size of the icon */
	opacity: 0; /* Initially hidden */
	background: black; /* Arrow color on hover */
	-webkit-background-clip: text; /* Ensures background is clipped to the text */
	-webkit-text-fill-color: transparent; /* Makes the text transparent */
	left: 0; /* Positions it on the left edge */
	top: 0; /* Positions it on the top edge */
	height: 46px; /* Matches the height of the container */
	width: 46px; /* Matches the width of the container */
	cursor: pointer; /* Displays a pointer cursor */
	display: block; /* Ensures it is visible */
	z-index: 2; /* Places it above other content */
	-webkit-transition: all 200ms linear; /* Smooth transition for WebKit browsers */
	transition: all 200ms linear; /* Smooth transition for modern browsers */
}
.progress-wrap:hover::before {
	opacity: 1; /* Makes the arrow visible on hover */
}
.progress-wrap svg path { 
	fill: none; /* Ensures paths are not filled */
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2); /* Sets the stroke color */
	stroke-width: 4; /* Sets the stroke width */
	box-sizing: border-box; /* Ensures dimensions include borders and padding */
	-webkit-transition: all 200ms linear; /* Smooth transition for WebKit browsers */
	transition: all 200ms linear; /* Smooth transition for modern browsers */
}

/* Excerpt Styling */
.excerpt {
	display: -webkit-box; /* Uses the WebKit box model */
	-webkit-line-clamp: 3; /* Limits the text to 3 lines */
	-webkit-box-orient: vertical; /* Orients the box vertically */
	overflow: hidden; /* Hides any overflowed text */
	text-overflow: ellipsis; /* Adds "..." to truncated text */
	max-height: 4.6em; /* Sets the maximum height */
	line-height: 1.8em; /* Defines the line height */
	padding-right: 10px; /* Adds spacing on the right */
}

/* Filter Button Styling */
.filtru {
	border-radius: 50px !important; /* Makes the button circular */
}


.filter-button .filtru a {
    display: flex;
    align-items: center;
    gap: 8px; /* Spațiu între text și icon */
    text-decoration: none; /* Elimină sublinierea */
    white-space: nowrap; /* Previene trecerea pe rând nou */
}

.filter-button .filtru svg {
    flex-shrink: 0; /* Previne redimensionarea SVG */
}

.filter-button .filtru a {
    display: inline-flex; /* Menține textul și pictograma pe aceeași linie */
    align-items: center; /* Aliniază vertical textul și pictograma */
    gap: 8px; /* Adaugă spațiu între text și pictogramă */
    text-decoration: none; /* Elimină sublinierea */
}

.filter-button .filtru-text {
    white-space: nowrap; /* Previne trecerea pe un rând nou */
}

.filter-button .filtru svg {
    width: 22px; /* Dimensiunea pictogramei */
    height: 22px;
    flex-shrink: 0; /* Previne redimensionarea pictogramei */
}


/* Custom Floating Element for Larger Screens */
@media screen and (min-width: 993px) {
	.float-custom {
		float: right !important; /* Aligns the element to the right */
	}

}

/* Image Styling */
.imgsalsol {
	width: 200px; /* Sets the width of the image */
}

/* Footer Line-Height Styling */
.lhsfooter {
	line-height: 60px !important; /* Adjusts the line height */
}

/* Add an indicator for the select dropdown */
.woocommerce-ordering {
    position: relative; /* Ensures the indicator is positioned relative to the container */
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    text-transform: none !important; /* Prevents uppercase transformation */
    line-height: 1.3 !important; /* Sets line spacing */
    color: #212121 !important; /* Defines text color */
    font-size: 18px !important; /* Sets font size */
    margin: 0 auto; /* Centers the element */
    font-weight: 500 !important; /* Sets font weight */
    letter-spacing: -1px; /* Reduces letter spacing */
    -webkit-font-smoothing: antialiased; /* Improves font rendering on WebKit browsers */
    -moz-osx-font-smoothing: grayscale; /* Improves font rendering on macOS */
}

.wp-block-button__link {
    background-color: #fff !important; /* Sets background color */
    color: #282828 !important; /* Defines text color */
    font-weight: 500 !important; /* Sets font weight */
    border: 1px solid #e3e3e3 !important; /* Adds a border */
    margin-top: 15px; /* Adds top margin */
    border-radius: 50px; /* Rounds the edges */
    padding: 8px 30px; /* Adds padding */
    line-height: 24px; /* Sets line spacing */
    font-size: 16px !important; /* Defines font size */
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none;
}

.btn-magazin-mobil {
    background-color: #eee; /* Sets background color */
    color: #fff !important; /* Defines text color */
}

@media screen and (min-width: 993px) {
    .visible-mobile {
        display: none !important; /* Hides the element on larger screens */
    }
}

@media screen and (max-width: 992px) {
    .page-template-template-home main .section-title h2 {
        padding-bottom: 5px!important;
    }
    .home main .section-title{
        margin-bottom: 0!important;
    }

    .home section.lab-blog{
        padding: 0;
    }

    a.nav-link {
        border-bottom: 1px solid #eee;
    }
    span.shop {
        display: block; /* Makes the element take up a full row */
        margin-top: 20px !important; /* Adds space above the element */
        text-align: center; /* Centers the text */
        background-color: #fff !important; /* Sets background color */
    }
    .px-5 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    p, ul li a, .nav-links a, .nav-links span{
        font-size: 20px;
        line-height: 1.5;
    }
}

li.wc-block-product-categories-list-item {
    list-style-type: none !important; /* Removes the default list marker */
    margin-left: -30px; /* Removes left margin */
    padding-left: 0; /* Removes left padding */
}

span.wc-block-product-categories-list-item-count::before {
    display: none !important; /* Hides the pseudo-element before the count */
}

span.wc-block-product-categories-list-item-count::after {
    display: none !important; /* Hides the pseudo-element after the count */
}

span.wc-block-product-categories-list-item-count {
    margin-left: 10px !important; /* Adds space to the left of the count */
}

@media screen and (max-width: 992px) {
    ul.navbar-nav {
        margin: 10px 10px !important; /* Adds margin around the navbar */
    }
    .navbar-nav ul li {
        font-size: 24px !important; /* Sets font size */
        font-weight: 300 !important; /* Sets font weight */
        text-transform: uppercase;
    }
}

@media screen and (max-width: 992px) {
    .excerpt {
        margin-bottom: 50px !important; /* Adds bottom margin */
    }
}

/* Disable focus outline for navbar toggler */
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    box-shadow: none !important; /* Removes focus shadow */
}

.mtminus {
    margin-top: -2px !important; /* Adjusts the top margin */
}

div.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    display: none !important; /* Hides the element */
}

a.dropdown-item.active, .dropdown-item:active {
    color: #212121 !important; /* Sets text color */
    text-decoration: none; /* Removes underline */
    background-color: transparent !important; /* Removes background */
}

a.dropdown-item.active, .dropdown-item:hover {
    color: #212121 !important; /* Sets text color on hover */
    text-decoration: none; /* Removes underline */
    background-color: transparent !important; /* Keeps background transparent */
}

.max980 {
    max-width: 980px !important; /* Sets maximum width */
}

/* Style pagination buttons for WooCommerce without borders or dividers */
.woocommerce nav.woocommerce-pagination ul {
    display: flex; /* Aligns items horizontally */
    justify-content: center; /* Centers the items */
    gap: 10px; /* Adds space between items */
    list-style: none; /* Removes list bullets */
    padding: 0; /* Removes padding */
    margin: 20px 0; /* Adds vertical margin */
    border: none !important; /* Removes border */
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0; /* Removes margin */
    border: none; /* Removes border */
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex; /* Aligns items inside */
    align-items: center; /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    width: 40px; /* Sets width */
    height: 40px; /* Sets height */
    border-radius: 50%; /* Makes buttons circular */
    background-color: #f8f8f8; /* Sets background color */
    color: #333; /* Sets text color */
    text-decoration: none; /* Removes underline */
    transition: background-color 0.3s ease, color 0.3s ease; /* Adds transition effects */
    border: none; /* Removes border */
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #333; /* Changes background color on hover */
    color: #f8f8f8 !important; /* Changes text color on hover */
}

.max775 {
    max-width: 775px !important; /* Sets maximum width */
    margin: 0 auto; /* Centers the container */
}

.woocommerce-ordering select {
    width: auto; /* Ajustează lățimea pentru a se potrivi conținutului */
    padding: 8px 16px; /* Adaugă padding */
    text-align: center; /* Alinează textul la stânga */
    display: inline-block; /* Îl face inline */
    box-sizing: border-box; /* Include padding-ul și bordura în lățime */
    border: 1px solid #eee;
}


.woocommerce-ordering {
    display: inline-block; /* Îl face inline */
    margin: 0; /* Elimină marginile */
    padding: 0; /* Elimină padding-ul */
}


.woocommerce-ordering select::-ms-expand {
    display: none!important; /* Ascunde săgeata dropdown */
}


/* Frontend Product Lists */
.page-template-template-home .section-title {
    position: relative; /* Ensures proper positioning of the title */
    margin-bottom: 20px; /* Adds space below the title */
    text-align: center!important;
}


.page-template-template-home main .section-title h2 {
    font-size: 2rem; /* Sets the font size */
    position: relative; /* Ensures proper placement */
    display: inline-block; /* Allows for inline elements to be styled */
    background: #fff; /* Sets the background color */
    vertical-align: top; /* Aligns the text to the top */
    padding: 0 20px 0 0; /* Adds padding to the right */
    margin: 0; /* Removes default margins */
}

.woocommerce ul.products li.product a img.secondary-image {
    position: absolute; /* Ensures positioning relative to the parent */
    top: 0; /* Aligns the image to the top */
    left: 0; /* Aligns the image to the left */
    width: 100%; /* Ensures the image spans the full width */
    height: auto; /* Maintains aspect ratio */
    opacity: 0; /* Hides the secondary image by default */
    z-index: 2; /* Places the image above the primary image */
    pointer-events: none; /* Prevents interaction with the hidden image */
    transition: opacity 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.woocommerce ul.products li.product a {
    position: relative; /* Ensures the secondary image is positioned correctly */
}

.woocommerce ul.products li.product a:hover img.primary-image {
    opacity: 0; /* Hides the primary image on hover */
}

.woocommerce ul.products li.product a:hover img.secondary-image {
    opacity: 1; /* Shows the secondary image on hover */
}

.woocommerce-product-gallery__image {
    border-radius: 0!important; /* Rounds the corners of the image */
}

.nopadmob {
    margin: 10px 10px !important; /* Adjusts margin for mobile devices */
}

.ascendent-modal {
    display: none; /* Hides the modal by default */
    position: fixed; /* Fixes the modal to the viewport */
    z-index: 1050; /* Ensures the modal appears above other elements */
    left: 0; /* Aligns the modal to the left */
    top: 0; /* Aligns the modal to the top */
    width: 100%; /* Covers the full width of the screen */
    height: 100%; /* Covers the full height of the screen */
    overflow: auto; /* Enables scrolling if content exceeds height */
    background-color: rgba(0, 0, 0, 0.4); /* Adds a semi-transparent background */
    animation-name: fadeIn; /* Applies the fade-in animation */
    animation-duration: 0.4s; /* Sets the duration of the animation */
}

.ascendent-modal-content {
    position: fixed; /* Fixes the modal content to the viewport */
    bottom: 0; /* Aligns the modal content to the bottom */
    background-color: #fff; /* Sets the background color */
    width: 100%; /* Sets the modal content to full width */
    animation-name: slideIn; /* Applies the slide-in animation */
    animation-duration: 0.4s; /* Sets the duration of the animation */
}

.ascendent-close {
    float: right; /* Aligns the close button to the right */
    font-size: 1em; /* Sets the font size */
    padding: 20px 0px; /* Adds padding around the button */
    color: #000; /* Sets the button color */
    cursor: pointer; /* Changes the cursor to a pointer */
}

.ascendent-modal-header {
    padding: 0px 20px 20px 0; /* Adds padding around the header */
    background-color: #fff; /* Sets the header background color */
}

.ascendent-modal-body {
    padding: 16px; /* Adds padding inside the modal body */
}

.ascendent-input-search {
    width: 100%; /* Sets the input width to full */
    padding: 10px; /* Adds padding inside the input */
    font-size: 16px; /* Sets the font size */
    border: 1px solid #eee; /* Adds a border */
    border-radius: 50px; /* Rounds the corners */
    background-color: #fff; /* Sets the background color */
}

.ascendent-btn-search-submit {
    margin-top: 10px; /* Adds space above the button */
    display: inline-block; /* Allows the button to behave like an inline element */
    padding: 10px 20px; /* Adds padding inside the button */
    background-color: #007bff; /* Sets the background color */
    color: #fff; /* Sets the text color */
    border: none; /* Removes the border */
    border-radius: 5px; /* Rounds the corners */
    cursor: pointer; /* Changes the cursor to a pointer */
}

.ascendent-btn-search-submit:hover {
    background-color: #0056b3; /* Changes the background color on hover */
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

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

.cat-item img {
    display: inline-block; /* Aligns the image inline with other elements */
    width: 20px; /* Sets the width */
    height: 20px; /* Sets the height */
    margin-right: 5px; /* Adds space to the right */
    object-fit: cover; /* Ensures the image fills the container */
}

/* Styling for WooCommerce ordering dropdown */
.woocommerce-ordering {
    display: inline-block; /* Ensures proper layout */
    background-color: #ffffff; /* Sets the background color */
    border-radius: 50px; /* Rounds the edges */
    padding: 5px 15px; /* Adds padding around the dropdown */
}

/* Styling for the select element inside WooCommerce ordering */
.woocommerce-ordering select {
    background: none; /* Removes the default background */
    border: none; /* Removes the border */
    outline: none; /* Removes the focus outline */
    padding: 5px; /* Adds padding inside the select element */
    font-size: 16px; /* Sets the font size */
    border-radius: 50px; /* Rounds the corners */
}

.pagination {
    display: flex;
    justify-content: center; /* Ensures horizontal centering */
    align-items: center; /* Aligns vertically */
    margin: 20px 0; /* Adds space above and below */
    padding: 0;
    list-style: none; /* Removes list markers */
}

.pagination li {
    margin: 0 5px; /* Adds space between pagination elements */
}

.pagination li a, .pagination li span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #eee;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.pagination li a:hover {
    background-color: #fff;
    color: #fff;
    border-color: #eee;
}

.pagination li.active span {
    font-weight: bold;
    background-color: #fff;
    color: #212121;
    border-color: #eee;
}

.widthmax .post-thumbnail img {
    max-width: 100%; /* Ensures the image does not exceed the container width */
    height: auto; /* Maintains image proportions */
    display: block; /* Prevents implicit margins for images */
    margin: 0 auto; /* Optional: Centers the image */
}

.widthmax {
    max-width: 1000px !important;
}

div.post-thumbnail img {
    border-radius: 10px; /* Adds rounded corners to the image */
}

.btn-left {
    display: inline-block!important; /* Ensures the button occupies its line space */
    margin-left: 0; /* Removes left margin */
    text-align: left!important; /* Aligns the text inside the button to the left */
}

li.category-label-li a {
    font-size: 15px!important;
}

span.category-label-li a {
    font-size: 15px!important;
}

.category-label-li {
    color: #212121 !important;
    border: 1px solid #eee;
    border-radius: 50px !important;
    display: inline-block;
    margin: 5px;
    font-weight: 600;
    background-color: #fff;
    padding: 3px 12px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto;
    border-radius: 10px; /* Adds rounded corners to the product images */
}

button.wc-block-cart-item__remove-link {
    float: left !important;
}

sup.number {
    font-weight: 300!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-trust {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.category-label {
    padding: 3px 15px!important;
}

.category-label {
    background-color: #f6f5f8;
    color: #212121 !important;
    font-weight: 600;
    opacity: 90%;
    border-radius: 50px!important;
    font-size: 14px !important;
    top: 16px;
    left: 16px;
}

p.link {
    text-decoration: underline;
}

.img-about {
    border-radius: 50%; /* Makes the image circular */
}

.rounded-edges {
    border-radius: 10px; /* Adds rounded corners */
}

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

.categorie-produs {
    text-align: center;
    flex: 1 1 calc(50% - 20px); /* Sets width to 50% minus spacing between columns */
    box-sizing: border-box; /* Includes padding and border in dimensions */
}

.categorie-produs img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.categorie-produs h2 {
    font-size: 1.2em;
    margin: 10px 0;
}

.categorie-produs p {
    color: #777;
}

/* Media query for larger screens */
@media (min-width: 768px) {
    .categorie-produs {
        flex: 1 1 calc(100% / var(--numar-coloane) - 20px);
    }
}

/* Media query for smaller screens */
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -2.6px;
        font-weight: 600 !important;
    }	
    .custom-container {
        max-width: 100%;
        --bs-gutter-x: 0;
    } 
}

a.dropdown-item.active, .dropdown-item:active {
    color: #212121!important;
    text-decoration: none;
    background-color: transparent!important;
}

a.dropdown-item.active, .dropdown-item:hover {
    color: #212121!important;
    text-decoration: none;
    background-color: transparent!important;
}

/* Classes for different column numbers */
.coloane-3 {
    --numar-coloane: 3;
}

.coloane-4 {
    --numar-coloane: 4;
}

.coloane-5 {
    --numar-coloane: 5;
}

.coloane-6 {
    --numar-coloane: 6;
}

.swiper {
    width: 100%; /* Occupies the full container width */
    max-width: 100%; /* Keeps the swiper within container bounds */
    margin: 0 auto; /* Centers the swiper */
    position: relative;
    height: auto!important; /* Fixed height for desktop view */
    overflow: hidden; /* Hides overflowing content */
}

.swiper-slide {
    height: auto!important; /* Ajustează înălțimea sau elimină dacă este necesar */
    background-size: cover; /* Makes the image cover the entire area */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents background repetition */
    display: flex; /* Enables content alignment using flexbox */
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* Mobile styles */
@media (max-width: 768px) {
    .swiper {
        height: auto; /* Adjusts height for mobile view */
    }
    .swiper-slide {
        background-size: cover; /* Ensures full coverage */
        background-position: center top; /* Crops from bottom for portrait look */
    }
}

/* Text and overlay elements */
.swiper-slide .slider-details {
    z-index: 2; /* Places the text above the image */
    position: relative;
}

.swiper-slide::before {
    content: ""; /* Adds an overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Ensures overlay is below content */
}

.swiper-button-disabled {
    opacity: 0; /* Hides the button by setting opacity to 0 */
    pointer-events: none; /* Disables interaction with the button */
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    opacity: 0.5;  /* Setează opacitatea la 50% */
    border: 1px solid #212121;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px!important;
    color: #fff!important;
}

.swiper-button-next, .swiper-button-prev {
    font-size: 14px!important;
    color: #fff!important;
    padding: 8px 22px;
}


.swiper-button-prev, .swiper-rtl .swiper-button-next {
    background-color: #fff;
    opacity: 0.30!important;
    padding: 8px 22px;
    border-radius: 50px;
    border: 1px solid #212121;
}

.swiper-button-next, .swiper-button-prev {
    font-size: 20px;
    color: #212121;
    z-index: 10;
    top: 53%!important;
}

.slider-details {
    max-width: 70%; /* Adjusts the maximum width for text */
    margin: 0 auto; /* Centers the text block */
    text-align: center; /* Centers the text */
    position: relative;
    z-index: 5; /* Ensures text appears above the background */
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-disabled {
    display: none!important; /* Completely hides inactive buttons */
}

.swiper-pagination-bullet-active {
    background: #fff!important;
}



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

 a {
    color: #212121 !important;
}

.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
	display: none!important;
}

h2.wp-block-heading.has-text-align-center:nth-of-type(2){
	display: none!important;
}

span.wc-block-components-button__text {
	border: 3px solid #eee;
	width: 100%;
	border-radius: 50px;
	padding: 8px 30px; /* Adds internal spacing */
}
.wc-block-components-button:not(.is-link){
	padding: 0!important;
	background-color: #fff
}

.woocommerce div.product form.cart .reset_variations {
  float: left !important;
	padding: 8px 30px;
	background-color: #fff;
}

.swiper-pagination-bullet {
    padding: 6px;
}

.woocommerce ul.products li.product .price del {
	opacity: 0.80!important;
}


.text-secondary {
    color: #666!important;
}

ul.product-categories {
    list-style: none; /* Elimină marker-ul */
    padding-left: 0;  /* Elimină spațiul stâng */
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 10px;
}

.ascendent-close-desktop {
    display: inline-block;
    width: 1rem; /* Button size */
    height: 1rem;
    background: none; /* Removes the default background */
    border: none; /* Removes the default border */
    box-shadow: none; /* Removes default shadow effects */
    position: relative;
    cursor: pointer;
    -webkit-appearance: none; /* Removes default Safari styles */
    appearance: none; /* Removes default styles in other browsers */
}

.ascendent-close-desktop::before,
.ascendent-close-desktop::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem; /* Length of the lines */
    height: 2px; /* Thickness of the lines */
    background-color: black; /* Color of the lines */
    transform-origin: center;
}

.ascendent-close-desktop::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ascendent-close-desktop::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ascendent-close2 {
    display: inline-block;
    width: 1.2rem; /* Adjusted size for better visibility on mobile */
    height: 1.2rem;
    background: none; /* Removes the default background */
    border: none; /* Removes the default border */
    box-shadow: none; /* Removes default shadow effects */
    position: relative;
    cursor: pointer;
    -webkit-appearance: none; /* Removes default Safari styles */
    appearance: none; /* Removes default styles in other browsers */
    touch-action: manipulation; /* Improves touch responsiveness */
}

.ascendent-close2::before,
.ascendent-close2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem; /* Increased line length for mobile */
    height: 2px; /* Thickness of the lines */
    background-color: black; /* Color of the lines */
    transform-origin: center;
}

.ascendent-close2::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ascendent-close2::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* For the single product page */
.single-product form.cart {
  display: flex;
  flex-direction: column; /* Arrange elements in a column layout */
  align-items: flex-start; /* Align elements to the left */
}

.single-product form.cart .quantity {
  margin-bottom: 15px !important; /* Add space below the quantity selector */
  margin-top: 15px !important; /* Add space above the Add to Cart button */
}

.single-product .single_add_to_cart_button {
  margin-top: 15px !important; /* Add space above the Add to Cart button */
}

/* Ensure the spinner arrows are always visible */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1; /* Make the arrows fully visible */
  pointer-events: auto; /* Enable immediate interaction with the arrows */
}

/* Optional styles to make the arrows more noticeable */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  color: #000; /* Change the arrow color */
  cursor: pointer; /* Add a pointer cursor for better UX */
}

input[type="number"] {
  padding: 5px; /* Adjust padding to ensure proper spacing for arrows */
  border: 1px solid #ccc; /* Add a visible border */
  border-radius: 4px; /* Add rounded corners (optional) */
}

/* For variable product form */
.single-product form.variations_form {
  display: flex;
  flex-direction: column; /* Arrange elements in a column */
  align-items: flex-start; /* Align elements to the left */
}

/* Adjust the quantity field */
.single-product form.variations_form .quantity {
  margin-bottom: 15px !important; /* Add space below the quantity selector */
  width: 100%; /* Optional: make the quantity selector full-width */
}

/* Adjust the Add to Cart button */
.single-product form.variations_form .single_add_to_cart_button {
  margin-top: 15px !important; /* Add space above the Add to Cart button */
  margin-left: 0 !important; /* Remove any left margin */
  padding: 10px 20px; /* Ensure proper padding for the button */
  text-align: center; /* Center the button text */
  float: left !important; /* Position the button completely to the left */
  clear: left; /* Ensure it starts on a new line */
}

/* Add spacing to the "Choose an option" dropdown */
.single-product form.variations_form select {
  padding-left: 20px!important; /* Add internal padding on the left */
}

/* Hide the last Order Summary div */
@media (max-width: 992px) {
  div.wp-block-woocommerce-checkout-order-summary-block:nth-of-type(1) {
    display: none !important;
  }
}

input#author {
width: 100% !important;
padding: 10px 10px 10px 30px !important;
border-radius: 50px;
border: 1px solid #eee;
}

[type=submit], button {
	float: left!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff;
}



/* CSS Part Two */

.col-3:last-child {
    border-right: none; /* Presupunând că border-end se aplică ca border-right */
}

.border-top-dashed {
	border-top: 1px dashed #dee2e6;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6;
}

.border-end-dashed {
	border-right: 1px dashed #dee2e6;
}
.owl-carousel {
  position: relative; /* asigură-te că containerul caruselului este relativ */
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px; /* poți ajusta în funcție de spațiul dorit de la baza caruselului */
  left: 50%;
  transform: translateX(-30%);
}


.swiper_thumbnail .swiper-slide-thumb-active {
outline: 2px solid #212121;
outline-offset: -3px;
}


.swiper-slide-gallery {
    border: 1px solid #eee;
}

.woocommerce .woocommerce-breadcrumb {
	padding-top: 15px;
}



span.count {
	float: right;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
    box-shadow: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff!important; 
}

/* Stilizează pista slider-ului: bară subțire, fundal alb */
.ui-slider {
  background-color:#5c5c5c!important;  /* fundal alb */
  height: 4px;              /* bară subțire */
  border: none;
  border-radius: 2px;       /* colțuri ușor rotunjite */
  position: relative;
}

/* Stilizează butonul slider-ului: formă rotundă */
.ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  top: -6px;              /* poziționează handle-ul centrat vertical pe bară (calcul: -(handle_height/2 - track_height/2)) */
  background-color: #fff!important; /* culoarea dorită pentru handle */
  border: 1px solid #eee!important;
  border-radius: 50%;     /* rotunjit complet */
  cursor: pointer;
  box-shadow: none;
}



@media (max-width: 768px) {
    .columns-1 .product {
        width: 100%!important;
    }
}


#wishlist-counter:empty,
#wishlist-counter:contains("0") {
    display: none;
}

.items2 {
	border-radius: 50%;
	background-color: #fff!important;
	color: #212121!important;
	border: 1px solid #eee;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;  // Asigură că imaginea este complet vizibilă și proporțională
}

swiper-slide a {
    z-index: 1; // Asigură-te că link-ul este deasupra altor elemente
    position: relative; // Poate ajuta dacă elementele sunt poziționate incorect
}


.btn-hero {
    /* Paddingul controlează spațiul intern (mărimea efectivă a butonului) */
    padding: 25px 15px!important; /* 10px sus/jos, 20px stânga/dreapta */
    /* Dacă dorești spațiu suplimentar între butoane, adaugă margină */
    margin-left: 10px;
    margin-right: 10px;
    /* Creșterea mărimii textului */
    font-size: 1.25rem;
    /* Setează elementul ca inline-block pentru a permite marginile și padding-ul */
    display: inline-block;
    /* Poți adăuga o bordură sau border-radius pentru un efect suplimentar */
    border-radius: 5px;
    border-radius: 50px;
    border: 2px solid #212121!important;
    color: #212121!important;
}



.yith-wcwl-add-to-wishlist {
    position: relative;
    top: 10px; 
    left: 10px;  
    z-index: 10!important;  
}

.archive .container.shop-content {
    max-width: 100%;
    margin: 0 auto;
}

.product-category .container.shop-content {
    max-width: 100%;
    margin: 0 auto;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1% 1% 0; /* ajustează margin-right la 1% sau mai puțin */
    padding: 0;
    position: relative;
    width: 24%; /* ajustează acest procent astfel încât suma lățimilor și marginii să fie 100% */
    margin-left: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-sizing: border-box;
}



.row>* {
	padding-left:4px;
	padding-right:4px;
}
.woocommerce table.shop_table thead {
	color: #212121;
}
.cart .items {
	border-radius: 50%!important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display: inline-block!important;
}







.carousel-indicators button {
    width: 12px!important;  /* Lățimea bulinei */
    height: 12px!important; /* Înălțimea bulinei */
    border-radius: 50%; /* Face butonul perfect rotund */
    background-color: #999; /* Culoarea de fundal pentru buline */
}

.carousel-indicators .active {
    background-color: #fff!important; /* Culoarea de fundal pentru bulina activă */

}

.carousel-indicators [data-bs-target] {
	background-color: #000;
	opacity: 0.2;
}

.position-absolute {
    top: 50%!important; /* Mută partea de sus a elementului la jumătatea înălțimii părintelui */
    left: 50%; /* Mută partea stângă a elementului la jumătatea lățimii părintelui */
    transform: translate(-50%, -50%); /* Deplasează elementul înapoi la jumătate din propria lățime și înălțime */
    width: auto; /* sau o lățime specifică, dacă este necesar */
    text-align: center; /* Alinează textul din interiorul butonului la centru */
}


.sidebar.new-sidebar {
	text-align: left;
}

.products.two-columns .product:nth-child(2n+1) {
    clear: both; /* Înlătură orice float-uri anterioare la începutul fiecărui nou rând */
}



.woocommerce .woocommerce-ordering select {
    background-color: white; /* Setează fundalul la alb */
    -webkit-appearance: none; /* Dezactivează aspectul implicit pentru elementele de form în WebKit/Safari */
   
}


.woocommerce .woocommerce-ordering select {
    width: calc(100% - 5px); /* Ajustează lățimea dacă este necesar */
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.border-right {
	border-right: 1px solid #eee;
}


ul.dropdown-menu.dropdown-menu-first-level.depth_0 li {
	border-bottom: none}
	h3.widget-title {
		display: none;
	}


.swiper-button-next, .swiper-button-prev {
    background-color:transparent;
	border: none;
}



@media (max-width: 992px) {
	
/* Asigură-te că containerul de produse similare nu este limitat */
	
.single-product .related-products-carousel {
	width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%); /* Centrarea conținutului pe viewport */
    box-sizing: border-box;
	 padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
	
	span.woocommerce-Price-amount.amount {
		font-size: 16px!important;
	}
	
	h2.woocommerce-loop-product__title {
		font-size: 14px!important;
		color: #b7a26d!important;
	}
	
	p {
	font-size: 13px!important;
	line-height: 1.4!important;
	letter-spacing: normal;
	word-spacing: 0;
	font-weight: 400;
}
	
	h2.trust {
		font-size: 14px!important;
		font-weight: 800!important;
		color: #b7a26d!important;
	}
	
ul.dropdown-menu.dropdown-menu-first-level.depth_0 li {
	border-bottom: none}
	h3.widget-title {
		display: none;
	}
	
	.show-count {
		display: none;
	}


	.dropdown-toggle::after {
	float: right!important;
}
	
	ul.navbar-nav {
       font-size: 20px!important;
		border-top: 1px solid #eee;
		text-transform:uppercase

    }
	
	ul.navbar-nav li {
		padding:5px;
    }
	

	.dropdown-menu li a{
		border-radius:0!important;
		font-size: 20px!important;
	}
	
	a.the_custom_logo img {
	width: 40px!important;
	height: auto;
}
		.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 30px!important;
    height: 30px!important;
    background-color: #fff!important;
}
	.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
		color:#212121!important;
		border: 1px solid #eee;
	}
}


@media (min-width: 993px) {
	/* Asigură-te că containerul de produse similare nu este limitat */
.single-product .related-products-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%); /* Centrarea conținutului pe viewport */
    box-sizing: border-box;
	 padding-right: 3rem !important;
    padding-left: 3rem !important;
	 background-color: #fff!important;
}
	
	p {
  font-family: 'Century Gothic', sans-serif;
	font-size: 16px!important;
	line-height: 24.75px;
	letter-spacing: normal;
	word-spacing: 0;
	font-weight: 400;
}
	main#main.site-main p.woocommerce-result-count:nth-child(3) {
display: none!important;
}
	p.woocommerce-result-count:nth-child(4) {
display: none!important;
}
	.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px!important;
    height: 40px!important;
    background-color: #fff!important;
}
	.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
		color:#212121!important;
		border: 1px solid #eee;
	}
	.woocommerce-product-gallery {
  max-width: 48%!important; /* sau altă valoare potrivită */
 float: left;
}
}

section.d-none.d-lg-block.mb-5 {
    max-width: 100%;
    overflow-x: hidden;
}

section.d-xs-block.d-sm-block.d-md-block.d-lg-none.d-xl-none.mb-5 {
    max-width: 100%;
    overflow-x: hidden;
}



.swiper-pagination-bullet-active {
	border: 1px solid #eee!important;
}


.testimonial-container {
    display: flex;
    flex-direction: column; /* Așează elementele unul sub altul */
    justify-content: center; /* Centrează conținutul pe verticală */
    align-items: center; /* Centrează conținutul pe orizontală */
    text-align: center; /* Alinează textul la centru */
}






.btn.shop {
    min-width: 300px!important;  /* Ajustează această valoare după necesități */
    white-space: nowrap;  /* Previne înfășurarea textului */
}






.progress-wrap {
    display: none; /* Ascunde dacă nu este necesar */
}


section.related.products h2 {
	padding-left: 1.5rem!important;
}


.bg-light {
	background-color:  rgba(255, 218, 185, 0.3)!important; 
}


label {
	font-family: 'Century Gothic', sans-serif!important;
}

span.posted_in {
	font-family: 'Century Gothic', sans-serif!important;
}

span.sku_wrapper {
	font-family: 'Century Gothic', sans-serif!important;
}

table tr td, table tr th {
    padding-top: 20px; 
    padding-bottom: 20px; 
}

.table-responsive {
    overflow-x: auto; /* Asigură scroll pe dispozitive mobile pentru vizualizarea întregului tabel */
}

table {
    width: 100%; /* Asigură că tabelul ocupă toată lățimea containerului */
    border-collapse: collapse; /* Elimină spațiul dintre celule */
    table-layout: fixed; /* Oferă o lățime fixă tuturor coloanelor */
	font-family: 'Century Gothic', sans-serif!important;
}

th, td {
  
    text-align: center; /* Centrează textul în celule */
    padding: 8px; /* Adaugă padding pentru lizibilitate */
}


tr {
  border-bottom: 1px solid #eee; /* Adaugă o bordură subtilă */
}

th {
    font-weight: bold; /* Text îngroșat */
	
}

@media (max-width: 600px) {
    th, td {
        padding: 4px; /* Reduce padding-ul pentru ecrane mici */
        font-size: 12px; /* Reduce dimensiunea fontului pentru o mai bună vizualizare */		
    }
}





/* Stilurile pentru produsele similare pentru a ocupa întreaga lățime */
.single-product .related ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribuie spațiul uniform */
    padding: 0 15px; /* Ajustează padding-ul după necesități */
	background-color: #fff;
}

.single-product .related ul.products li.product {
    flex: 1 0 calc(19.4% - 10px); /* Ajustează flex-basis pentru 5 produse pe rând */
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-product .related ul.products li.product {
        flex: 1 0 calc(50% - 20px); /* Adaptare pentru dispozitivele mobile */
			 margin: 0 3px 20px;
    }
}





span#reply-title.comment-reply-title {
	font-family: 'Century Gothic', sans-serif!important;
}

h2.woocommerce-Reviews-title{
	font-size: 22px!important;
}


/* Container holding the image and the text */
.containerul {
  position: relative;
  text-align: center;
  color: white;
}



/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.woocommerce ul.products li.product a {
    margin-top: 15px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce ul.products li.product .button {
    border: none !important;
    padding: 0 0 5px 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce ul.products li.product .button {
    background-color: #fff!important;  /* Elimină culoarea de fundal */
    color: #000 !important;  /* Textul negru */
    font-weight: bold !important;  /* Textul îngroșat */
    border-bottom: 2px solid #000 !important;  /* Bordură mai groasă și neagră */
    border-radius: 0 !important;  /* Fără rotunjire la colțuri */
    line-height: normal !important;  /* Linie normală */
    text-transform: uppercase;  /* Textul în majuscule */
    font-size: 14px;  /* Mărimea fontului */
    letter-spacing: 1px;  /* Spațierea dintre litere */
	color: #5c5c5c!important;
}


.swiper-slide a {
    z-index: 1; // Asigură-te că link-ul este deasupra altor elemente
    position: relative; // Poate ajuta dacă elementele sunt poziționate incorect
}


.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce .product-title, .woocommerce-loop-product__title {
	font-family: "Chong Modern W01", serif;
   text-transform: uppercase!important;
	 font-weight: 400;
   font-style: normal;
   font-size: 16px;
   letter-spacing: 0.2em;
	 color: #5c5c5c!important;
}


.main-menu ul {
	font-family: "Chong Modern W01", serif;
   text-transform: uppercase;
	 font-weight: 400;
   font-style: normal;
   font-size: 16px;
   letter-spacing: 0.2em;
}

/* Containerul imaginii produsului */
.woocommerce ul.products li.product a img {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

/* Butonul Adaugă în coș 
.woocommerce ul.products li.product .add_to_cart_button {
    position: absolute;
    bottom: 50%; 
    left: 50%;
    transform: translateX(-50%);
    display: none; /* Ascunde butonul când nu este hover
    transition: all 0.3s ease;
    z-index: 1;
}

/* Vizibilitatea butonului la hover 
.woocommerce ul.products li.product:hover .add_to_cart_button {
    display: block;
}

 Opțional: Efect de fade la imagine la hover 
.woocommerce ul.products li.product:hover img {
    opacity: 0.8;
}
*/



.secondary-menu-class {
    padding: 10px;
}

ul#secondary-menu.secondary-menu {
	padding-left: 0!important;
	margin-bottom: 0!important;
}

.secondary-menu li {
    display: inline;
    margin-right: 20px;
	
}

.secondary-menu a {
    text-decoration: none;
    color: #333;
}

.secondary-menu a:hover {
    color: #0073aa;
}

.secondary-menu a {
	 font-family: "Chong Modern W01", serif;
   text-transform: uppercase;
	 font-weight: 400;
   font-style: normal;
   font-size: 14px!important;
   letter-spacing: 0.2em;
}

/*
.woocommerce .container, .woocommerce-page .container,
.woocommerce .container-fluid, .woocommerce-page .container-fluid {
    width: 100%;
    max-width: none;
	  padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(20.50% - 1%)!important; 
    margin: 0;
    padding: 5px;
}

*/

body.post-type-archive-product .shop-content {
	 width: 100%;
    max-width: none;
	  padding-right: 1rem !important;
    padding-left: 1rem !important;
	  background-color: #fff!important;
}


@media (max-width: 991px) {
    body.post-type-archive-product .shop-content,
    body.tax-product_cat .shop-content {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
	.single-product .related.products {
	 padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
}
}







.woocommerce ul.products li.product a img {
    border-radius: 0px!important;
}


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

h1, h2, h3, h4, h5, h6 {
	font-family: "Chong Modern W01", serif;
   text-transform: uppercase;
	 font-weight: 400;
   font-style: normal;
   transition: color 0.2s ease-in-out;
   letter-spacing: 0.2em;
}

.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Chong Modern W01", serif;
   text-transform: uppercase!important;
	 font-weight: 400;
   font-style: normal;
   transition: color 0.2s ease-in-out;
   letter-spacing: 0.2em;
	 color: #5c5c5c!important;
	 background-color: #fff!important;
}



.discount-badge {
    background-color: #f6f5f8;
    color: #212121 !important;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 10px;
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 90%;
}


.shop-toolbar {
    display: flex;
    flex-wrap: wrap; /* Evită depășirea lățimii */
    align-items: center;
    justify-content: space-between;

}

/* Container pentru butoane */
.filter-button, .sorting-options {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1; /* Împart spațiul pe același rând */
    max-width: 50%!important; /* Ocupă 50% din rând fiecare */
}

/* Responsivitate: Așezare pe același rând pe mobil */
@media (max-width: 768px) {
    .shop-toolbar {
        flex-direction: row; /* Asigură că elementele rămân pe același rând */
        justify-content: space-between;
        width: 100%;
    }

    .filter-button, .sorting-options {
        max-width: 50%; /* Ajustează pentru a încăpea pe același rând */
        flex-grow: 1;
        width: auto;
    }

.sorting-options select {
    width: 100%;
    padding: 10px;
    color: #212121 !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    appearance: none; /* Elimină stilurile implicite */
    -webkit-appearance: none; /* Fix pentru Safari */
    -moz-appearance: none; /* Fix pentru Firefox */

    text-align: center!important; /* Funcționează doar pe unele browsere */
    text-indent: 0!important; /* Elimină indentarea implicită */
    text-overflow: ''; /* Elimină tăierea textului */
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}


	span.filtru {
		 padding: 10px!important;
	}
}

.shop {
	background-color: #fff;
	opacity: 0.80
}

.btn-hero {
	background-color: #fff;
	opacity: 0.80
}
.gold {
	color: #fff!important;
	text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);!important;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #b7a26d!important;
}

@media (max-width: 992px) {
	.page-template-template-home main .section-title h2 {
		 font-size: 14px !important;
        font-weight: 800 !important;
        color: #b7a26d !important;
	}
	h2.trust {
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #b7a26d !important;
    }
	.excerpt {
        margin-bottom: 20px !important;
    }
}
	h2.test-text {
		font-size: 18px!important;
		line-height: 1.2!important;
	}
	h5 {
		font-size: 14px!important;
		line-height: 1.2!important;
	}
	div.accordion-item h3 {
		font-size: 18px;
	
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce .product-title, .woocommerce-loop-product__title {
		color: #b7a26d!important;
		font-size: 14px!important;
	}
	.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
		font-size: 16px!important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 10px;
    }
}

/* Butonul care se extinde pe întreaga lățime */
.btn-hero {
  width: 100%!important;            /* Ocupă 100% din lățimea containerului */
  display: !important;       /* Se tratează ca un bloc pentru a putea avea lățime completă */
  padding: 1rem 0;        /* Ajustează padding-ul vertical, fără padding lateral */
  text-align: center;     /* Centrează textul */
  margin: 0;              /* Elimină marginile care pot restrânge lățimea */
}

/* Link-ul din buton se întinde pe întreaga suprafață a butonului */
.btn-hero a {
  display: block!important;
   width: 100%!important;      
  text-decoration: none;
  color: inherit;
}

select.orderby {
	color: #212121!important;
}



