/*
 Theme Name:   Giftoon Theme
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Sriracha-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/giftoon/assets/fonts/Sriracha-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* SpaceGrotesk-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SpaceGrotesk';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/giftoon/assets/fonts/SpaceGrotesk-Light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* SpaceGrotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SpaceGrotesk';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/giftoon/assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* SpaceGrotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SpaceGrotesk';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/giftoon/assets/fonts/SpaceGrotesk-Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* SpaceGrotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SpaceGrotesk';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/giftoon/assets/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* SpaceGrotesk-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'SpaceGrotesk';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/giftoon/assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/giftoon/assets/fonts/Montserrat-Light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/giftoon/assets/fonts/Montserrat-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/giftoon/assets/fonts/Montserrat-Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/giftoon/assets/fonts/Montserrat-SemiBold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/giftoon/assets/fonts/Montserrat-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.container-bannere {
    background-color: var(--pink-light);
}
.container-bannere .grid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 20px;
}
.container-bannere .grid-container .bannere-dr {
    display: flex;
	column-gap:20px;
}
.container-bannere .grid-container img {
    max-height:60px;
	width:auto;
}
.site-footer .copyright-bar a, .site-footer .footer-bar a {
	color:white;
}
.wapp_footer {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #25D366;
    border-radius: 50%;
    position: fixed;
    left: 2rem;
    bottom: 20px;
    z-index: 99999;
}
.contact-footer > div {
	display:grid;
	grid-template-columns: 36px 1fr;
	align-items:flex-start;
	column-gap:8px;
	color:black;
	margin-bottom:10px;
}
.contact-footer > div > div {
	margin-top:5px;
}
.row-timeline:after {
	display: block;
    content: "";
    width: 8px;
    height: 100%;
    background-color: var(--pink-medium);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.col-timeline {
  	border: 3px solid transparent;
  	border-radius: 50px;
  	background: 
    	linear-gradient(to right, white, white), 
    	linear-gradient(125deg, #6978FF47 0%, #ffffff90 36%, #ffffff50 74%, #8A226F85 100%); 
  	background-clip: padding-box, border-box;
  	background-origin: padding-box, border-box;
	-webkit-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.5);
}
.hero-hp {
	padding-left: calc((100% - 1460px)/2) !important;
}
.carousel-imagini .swiper-wrapper {
    padding-bottom: 70px;
}
.carousel-imagini .swiper-button-prev, .carousel-imagini .swiper-button-next {
	top: calc(100% - 25px);
    width: 70px;
    height: 45px;
    border: 1px solid var(--secondary);
    border-radius: 10px;
	background-color:var(--pink-light)
}
.carousel-imagini .swiper-button-prev:hover, .carousel-imagini .swiper-button-next:hover {
    border: 1px solid var(--primary);
}
.carousel-imagini .swiper-button-prev {
    left: calc(53% - 40px);
}
.carousel-imagini .swiper-button-next {
    right: calc(40% - 40px);
}
.carousel-imagini .swiper-button-next:after, .carousel-imagini .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary);
}
.carousel-imagini .swiper-button-next:hover:after, .carousel-imagini .swiper-button-prev:hover:after {
    color: var(--primary);
}
.carousel-imagini .carousel-image {
	position:relative;
	overflow:hidden;
}
.carousel-imagini .carousel-image img {
	display:block;
}
.carousel-imagini .carousel-image .carousel-title {
	position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 0px 20px 40px;
    min-height: 200px;
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffffe6 60%);
    color: var(--secondary);
    font-weight: 700;
    font-size: 24px;
    display: flex
;
    align-items: flex-end;
    justify-content: center;
}
.carousel-imagini .carousel-image {
    position: relative;
    overflow: hidden; /* Asigură că imaginea nu va ieși din colțurile rotunjite */
}

.carousel-imagini .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Imaginea se va adapta pentru a se potrivi perfect */
    border-radius: inherit; /* Asigură că imaginea respectă border-radius-ul containerului */
}
.carousel-imagini .carousel-image {
  	border: 3px solid transparent;
  	background: 
    	linear-gradient(to right, transparent, transparent), 
    	linear-gradient(125deg, #6978FF47 11%, #ffffff90 47%, #ffffff50 85%, #8A226F85 100%); 
  	background-clip: padding-box, border-box;
  	background-origin: padding-box, border-box;
}
#secondary-navigation .inside-navigation {
    padding: 0px;
    flex-direction: row-reverse;
}
#secondary-navigation .inside-navigation .main-nav > ul > li:first-of-type > a {
    padding-left: 0px;
}


.donut-effect img {
    animation: donut-effect 20s infinite linear;
    transform-origin:center;
}
@keyframes donut-effect {
    from{ transform: rotate(360deg); }
    to{ transform: rotate(-360deg); }
}
.left-right-effect img {
    animation: left-right-effect 6s infinite linear;
    transform-origin:center bottom;   
}
@keyframes left-right-effect {
    0%{ transform: rotate(0deg); }
    50%{ transform: rotate(25deg); }
    100%{ transform: rotate(0deg); }
}

.girl-effect img {
    animation: girl-effect 6s infinite linear;
    transform-origin:center;     
}
@keyframes girl-effect  {
    0%{ transform: translate(0px,0px); }
    50%{ transform: translate(50px,50px); }
    100%{ transform: translate(0px,0px); }
}
.castravete-effect img {
    animation: castravete-effect 10s infinite linear;
    transform-origin:center;      
}
@keyframes castravete-effect  {
    0%{ transform: none }
    30%{ transform: none }
    45%{ -webkit-transform: rotate(-360deg);-ms-transform: rotate(-360deg);-o-transform: rotate(-360deg);-moz-transform: rotate(-360deg);transform: rotate(-360deg) }
    60%{ transform: scale(1) }
    80%{ transform: scale(1.15) }
    1000%{ transform: scale(1) }
}

.galerie-portofoliu .custom-gallery > a {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 22px;
    background: linear-gradient(to right, white, white), linear-gradient(125deg, #6978FF47 0%, #ffffff90 36%, #ffffff50 74%, #8A226F85 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.25);
	overflow:hidden;
}
div.dialog-type-lightbox {
    z-index: 99999;
}

.wc-category-carousel {
    display: flex;
    overflow: hidden;
    gap: 30px;
    padding-top: 45px;
}
.wc-category-carousel .carousel-item {
    /*flex: 0 0 calc((100% / <?php echo $slides_per_view; ?>) - (30px * (<?php echo $slides_per_view; ?> - 1) / <?php echo $slides_per_view; ?>));*/
    text-align: center;
    position:relative;
    overflow:visible !important;
}
.wc-category-carousel .carousel-item a {
    position: relative;
    border:1px solid var(--primary);
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.wc-category-carousel .category-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
}
.wc-category-carousel .category-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}
.wc-category-carousel .category-button:hover {
    background: var(--secondary);
}
.wc-category-carousel .custom-category-image, .wc-category-carousel .category-name-overlay {
    width: 180px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border: 1px solid var(--primary) !important;
	border-bottom: 1px solid var(--primary) !important;
    border-radius: 10px;
	box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
	display: flex;
    background-color:white;
}
.wc-category-carousel .category-name-overlay { 
    height:67px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: "SpaceGrotesk", Sans-serif;
    font-weight: 700;
    color: var(--secondary);
    font-size: 20px;
}

#custom-filter-form .category-selection {
	display: flex;
	flex-wrap:wrap;
	margin: 30px 0px 25px;
}
#custom-filter-form .main-category-selection {
	margin: 10px 0px 25px;
}
#custom-filter-form  .category-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px 4px;
    cursor: pointer;
    width: calc(16.66% - 8px);
    border: 1px solid var(--primary);
    border-radius: 10px;
    background-color: white;
    position: relative;
}
#custom-filter-form  .category-label.selected, #custom-filter-form  .category-label.selected img.filter-logos {
    border: 3px solid var(--primary);
}
#custom-filter-form  .category-label img.filter-logos {
    border: 1px solid var(--primary);
    width: calc(100% - 40px);
    border-radius: 10px;
    position: absolute;
    top: -25px;
}
#custom-filter-form  .category-label img {
    width: 100%;
    height: auto;
    display:block;
    border-radius: 10px;
}
#custom-filter-form  .attribute-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#custom-filter-form  .attribute-button {
    padding: 6px 12px;
    border: 1px solid var(--primary);
    background-color: white;
    cursor: pointer;
    border-radius: 8px;
    color: var(--primary);
    font-weight: 500;
}
#custom-filter-form  .attribute-button.selected {
    background-color: var(--primary);
    color: #fff;
}
#custom-filter-form h3 {
    color: var(--e-global-color-secondary);
    font-family: "SpaceGrotesk", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 10px;
}
#custom-filter-form button.form-trimite {
    background-color: var(--secondary);
    font-weight: 600;
    border-radius: 10px;
    margin-top: 2rem;
}

.custom-tabs-widget { 
    margin: 20px 0; 
}
.custom-tabs-widget .tabs-nav { 
    list-style: none; 
    padding: 0; 
    display: flex; 
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0px;
}
.custom-tabs-widget .tabs-nav li { 
    background: #ffffff; 
    padding: 10px 30px; 
    color: var(--secondary); 
    cursor: pointer; 
    border-radius: 12px; 
    font-weight: 600;
    border: 2px solid var(--secondary);
    opacity: 0.6;
    min-width: 150px;
    text-align: center;
}
.custom-tabs-widget .tabs-nav li.active, .tabs-nav li:hover { 
    color: var(--primary);
    border: 2px solid var(--primary);
    opacity: 1;
}
.custom-tabs-widget .tabs-content { margin-top: 15px; display: none; }
.custom-tabs-widget .tabs-content.active { display: block; }
.custom-tabs-widget .product-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; margin-left:0px;}
.custom-tabs-widget .product-list li, .woocommerce ul.products li.product { 
    width: calc((100% - 60px)/4); text-align: center; position: relative; background-color: #ffffff; border-radius:25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 45px 45px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.woocommerce ul.products li.product { 
    padding: 45px 25px 25px;
}
.custom-tabs-widget .product-list li .product-image .img_prod {
    position:relative;
}
.custom-tabs-widget .product-list li .product-image .img_prod img {
    display: block;
}
.custom-tabs-widget .product-list li.product_cat-tablouri .product-image .img_prod:after, 
.woocommerce ul.products li.product.product_cat-tablouri .inside-wc-product-image:after {
    display:block;
    content:"";
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-image:url(/wp-content/uploads/2025/03/frame-brown-650.png);
    /*background-image:url(/wp-content/uploads/2025/03/frame-brown-dark.png);*/
    background-size:contain;
    background-repeat:no-repeat;
}
.custom-tabs-widget .product-list li:not(.product_cat-tablouri) .product-image .img_prod, 
.woocommerce ul.products li.product:not(.product_cat-tablouri) .inside-wc-product-image {
    border:1px solid var(--secondary);
}
body.single-product.format-tablou  .woocommerce-product-gallery__image:after {
    display:block;
    content:"";
    width: 100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-image:url(/wp-content/uploads/2025/03/frame-brown-650.png);
    /*background-image:url(/wp-content/uploads/2025/03/frame-brown-dark.png);*/
    background-size:contain;
    background-repeat:no-repeat;
}
body.single-product:not(.format-tablou)  .woocommerce-product-gallery__image {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
}

.custom-tabs-widget .product-image { display: block; margin: 10px auto; }
.custom-tabs-widget .category-image-wrapper { text-align: center; margin-bottom: 10px; }
.custom-tabs-widget .category-image,
.woocommerce ul.products li.product .category-image-wrapper .category-image { 
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-tabs-widget .tabs-content-wrapper, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 4rem;
    color: var(--secondary);
    font-weight: 700;
}
.custom-tabs-widget .product-title { 
    font-size: 20px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;
    color: var(--secondary);
}
.custom-tabs-widget .product-price,
.woocommerce ul.products li.product .custom-product-price .amount, .woocommerce div.product .custom-product-price .amount { 
    font-size: 19px;
    font-weight: 700;
    color: var(--primary); 
    margin-bottom: 5px;
}
.custom-tabs-widget .product-rating, .woocommerce ul.products li.product .product-rating { 
    /*margin-top:5px;*/
        position: absolute;
        right: 20px;
        top: 20px;
        margin-top: auto;
        margin-bottom: auto;
}
.custom-tabs-widget .button.product-button, .woocommerce ul.products li.product .button { 
    margin-top: 10px;
    background: var(--primary);
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.custom-tabs-widget .button.product-button:hover, .woocommerce ul.products li.product .button:hover { 
    background: var(--secondary);
}

.custom-reviews-carousel {
    width: 100%;
    overflow: hidden; /* Previne ieșirea din container */
}

.custom-reviews-carousel .swiper-wrapper {
    display: flex;
    align-items: center;
    padding: 2rem 0px;
}

.custom-reviews-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.custom-reviews-carousel .review-box {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-reviews-carousel .swiper-wrapper {
    display: flex;
    align-items: stretch; /* Asigură că toate boxurile sunt la fel de înalte */
}

.custom-reviews-carousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.custom-reviews-carousel .review-box {
    padding: 40px 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribuie conținutul uniform */
    min-height: 200px; /* Ajustează această valoare după nevoie */
    border: 2px solid transparent;
    border-radius: 50px;
    background: linear-gradient(to right, white, white), linear-gradient(125deg, #6978FF47 0%, #ffffff90 36%, #ffffff50 74%, #8A226F85 100%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}
.custom-reviews-carousel .review-author {
    margin-bottom:0px;
    color: var(--secondary);
    font-weight: 700;
    font-size: 20px;
}

.menu-bar-items .gp-icon.shopping-cart svg {
    height: 1.5em;
    width: 1.5em;
}
.woocommerce h1 {
    color: var(--secondary);
}
.icheckbox_square-blue, .iradio_square-blue {
    background: url(/wp-content/uploads/2025/04/color-filter.png), white no-repeat;
}
.footer-widgets a {
    color: black;
}
.widget-woof .woof_container_inner h4 {
    color: var(--secondary);
}
.widget-woof .woof_container {
    margin-bottom: 30px;
}
.woof_show_auto_form, .woof_hide_auto_form {
    background: url(https://giftoon.ro/wp-content/uploads/2025/04/magnifying-glass.svg);
}
.woof_list li .disabled, .woof_list li .disabled ~ label {
    display: none !important;
}
.woocommerce ul.products li.product .rating-stars span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.woof_container_inner h4 {
    color:var(--secondary);
}
.contact_form input, .contact_form textarea, .contact_form input:focus, .contact_form textarea:focus {
    width: 100%;
    border: 1px solid var(--secondary);
    border-radius: 20px;
    padding: 15px;
    background-color:white;
}
.contact_form textarea, .contact_form textarea:focus {
    border-radius: 30px;
    height: 205px;
}
.contact_form_grid p {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    width:100%;
}
.contact_form input[type="submit"] {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.contact_form input[type="submit"]:hover {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.contact_info {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
header .cart-contents > span.number-of-items {
    background-color: var(--primary);
    color: white;
    width: 20px;
    height: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 5px;
}
.social_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
#secondary-navigation .social_header a {
    display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    align-items: center;
    justify-content: center;
}
.woocommerce-tabs{
    background: white;
    padding: 30px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #ff01a1!important;
    border-top: 2px solid #ff01a1;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    border-top: 2px solid white;
}
table.variations tr td.value {
    margin-bottom:15px;
}
table.variations tr th.label, table.variations tr td.value {
    padding: 0px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item), .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    border-radius: 10px !important;
    height: 36px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1.5px #fd03a0);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1.5px #fe02a0);
    color:#fe02a0 !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 10px;
}
.entry-summary .variable_title {
    margin-bottom: 10px;
    color: var(--primary);
    font-weight: 700;
    font-size: 16px;
}
.woocommerce div.product form.cart .reset_variations {
    color: red;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.woocommerce.single-product div.product .product_title {
    margin-bottom: 20px;
    font-weight: 500;
}
.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
    background: white;
    padding: 30px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top:3rem;
    position:relative;
}
#tab-description {
    line-height:1.5;
}
#tab-description > div {
    margin-bottom:10px;
}
section.related.products {
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.related.products h2, #tab-description > h2, #tab-additional_information > h2, #tab-reviews .woocommerce-Reviews-title {
    color: var(--secondary);
    font-weight: 600;
}
.single-product .site-footer {
    padding-bottom: 65px;
}
.single-product .site-info {
    background-color: black;
}
.single-product .format-description-item {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 3px;
}
body.woocommerce-cart h1, body.woocommerce-checkout h1 {
    font-size: 45px;
    color: var(--secondary);
    font-weight: 600;
}
body.woocommerce-cart td.product-name > a {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
    color: var(--primary);
    font-weight: 600;
}
body.woocommerce-cart .cart_totals h2 {
    font-size: 35px;
}
.woocommerce-cart-form__cart-item.cart_item .variation {
    font-size: 15px;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-weight: 600;
    color: var(--secondary);
}
#reviews .wcpr-overall-rating h2 {
    font-size: 22px;
    font-weight: 600;
}
#reviews .wcpr-filter-button {
    background-color: rgb(115 36 77 / 50%);
    font-weight: 500;
    border-radius: 10px;
}
#reviews .wcpr-filter-container .wcpr-filter-button.wcpr-active {
    background-color: var(--secondary);
}
.wcpr-filter-button-wrap {
    width: auto;
}
.wcpr-filter-button:hover {
    background-color: var(--primary) !important;
}
#reviews li.review .comment-text {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto 1fr;
    column-gap: 30px;
    row-gap: 10px;
}
#reviews li.review .kt-reviews-image-container {
    order: -1;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 5;
}
#reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
    height: auto !important;
    max-width: 150px;
    max-height: 150px;
}
#reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
    justify-content: flex-start;
    column-gap: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    order: 1;
}
#reviews .wcpr-overall-rating-left {
    background: var(--primary);
}
.product_cat-buchete .woocommerce-variation-add-to-cart {
    display:block;
}
div.xoo-wsc-img-col {
    align-self: flex-start;
}
.xoo-wsc-body dl.variation img {
	width: 55px !important;
    height: 55px !important;
    object-fit: cover;
	box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.24);
	-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.24);
}
.xoo-wsc-body dd {
    clear: both;
    margin-bottom: 12px !important;
    margin-top: 3px !important;
}
.woof_autohide_wrapper a.woof_btn_default {
    padding-left: 40px;
    background-repeat: no-repeat;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    color: var(--primary);
}
.xoo-wsc-container .xoo-wsc-sm-right {
    justify-content: flex-start;
}
.xoo-wsc-container .xoo-wsc-icon-del1:before {
    color: red;
}
.contact_form .wpcf7-acceptance .wpcf7-list-item label {
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_email_field, .woocommerce-checkout #billing_country_field, .woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #shipping_last_name_field {
    order: -1;
}
.woocommerce-checkout #billing_shipo_floor_field, .woocommerce-checkout #billing_shipo_entrance_field, .woocommerce-checkout #billing_shipo_building_field, .woocommerce-checkout #billing_shipo_apartment_field,
.woocommerce-checkout #shipping_shipo_floor_field, .woocommerce-checkout #shipping_shipo_entrance_field, .woocommerce-checkout #shipping_shipo_building_field, .woocommerce-checkout #shipping_shipo_apartment_field {
    display:none;
}
.woocommerce-checkout #billing_phone_field, .woocommerce-checkout #billing_shipo_street_field, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_shipo_city_field, .woocommerce-checkout #billing_shipo_street_number_field, .woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_country_field, .woocommerce-checkout #phone_wapp_field, .woocommerce-checkout #billing_shipo_city_sector_field, .woocommerce-checkout #shipping_shipo_city_sector_field,
.woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #shipping_country_field, .woocommerce-checkout #shipping_shipo_city_field, .woocommerce-checkout #shipping_last_name_field, .woocommerce-checkout #shipping_shipo_street_field, .woocommerce-checkout #shipping_shipo_street_number_field, .woocommerce-checkout #shipping_postcode_field, .woocommerce-checkout #shipping_phone_field {
    width: 49%;
    overflow: visible;
}


.woocommerce-checkout #billing_email_field, .woocommerce-checkout #billing_shipo_street_field, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_country_field {
    float: left;
}
.woocommerce-checkout #billing_phone_field, .woocommerce-checkout #billing_shipo_city_field, .woocommerce-checkout #billing_shipo_street_number_field, .woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #phone_wapp_field {
    float: right;
}
select#shipping-city, select#billing-city {
    padding: 1.3em .5em .5em !important;
    line-height: 18px;
    height: 56px;
    width: 100%;
    border-radius: 4px;
}
.pum.pum-overlay .pum-container {
    border-color: var(--primary);
    min-height: 40vh;
    background-color: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pum .pum-content p, .pum .pum-content div {
    text-align: center;
    font-size: 20px;
}

#custom-filter-form .main-category-selection .category-label img {
    width: 50px;
    
}
#custom-filter-form .main-category-selection .category-label {
    padding: 10px 5px;
}
#custom-filter-form .main-category-selection .category-label .categ_name {
    margin-top: 10px;
    color: var(--secondary);
    font-weight: 600;
}
#custom-filter-form .main-category-selection .category-label.selected {
    background-color: #feeef8;
}
#custom-filter-form .main-category-selection .category-label {
    width: calc(20% - 8px);
}
.inside-header a.filtru_header {
    border: 1px solid var(--primary);
    padding: 7px 20px;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    border-radius: 10px;
	margin-left:40px;
}
#multi-step-form.noSteps {
    width: 100%;
}
#multi-step-form.noSteps .addon textarea, #multi-step-form.noSteps .addon input[type="text"] {
    background: #F1F0EF;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #4f4f4f;
    font-size: 16px;
    width: 100%;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-left: 5px;
}

/* Responsive ################################################################################ */

@media screen and (max-width: 1599px) {
    .site-header .header-image {
        width: 320px;
    }
	.grid-container {
		max-width: 1360px;
	}		
	.carousel-imagini .swiper-button-prev, .carousel-imagini .swiper-button-next {
        width: 65px;
        height: 40px;
    }
    .carousel-imagini .carousel-image .carousel-title {
        padding: 0px 20px 30px;
    }
    .wc-category-carousel .category-image {
        height: 370px;
    }
    .wc-category-carousel .custom-category-image, .wc-category-carousel .category-name-overlay {
        width: 150px;
        top: -30px;
    }
    .wc-category-carousel .category-name-overlay {
        height: 56px;
        font-size: 18px;
    }
    .wc-category-carousel .category-button {
        font-size: 17px;
    }    
    .carousel-imagini .carousel-image .carousel-title {
        font-size: 20px;
    }    
    .custom-tabs-widget .product-list li {
        padding: 45px 40px 25px;
    }    
    .hero-hp {
        padding-left: calc((100% - 1380px) / 2) !important;
    }    
    .container-bannere .grid-container img {
        max-height: 50px;
    }    
    .custom-tabs-widget .category-image, .woocommerce ul.products li.product .category-image-wrapper .category-image {
        width: 140px;
        top: 5px;
    }
    .woocommerce.archive h1 {
        font-size: 36px;
    }
	#multi-step-form.noSteps .addon-grid .select-item {
		width: calc((100% - (14 * 5px)) / 15);
	}	
    
    
}

@media screen and (max-width: 1399px) {
    body, button, input, select, textarea {
        font-size: 17px;
    }
	.grid-container {
		max-width: 1160px;
	}	
    .site-header .header-image {
        width: 230px;
    }	
    .carousel-imagini .carousel-image .carousel-title {
        padding: 0px 20px 20px;
    }	
    .hero-hp {
        padding-left: calc((100% - 1180px) / 2) !important;
    }  	
    .carousel-imagini .swiper-button-prev, .carousel-imagini .swiper-button-next {
        width: 55px;
        height: 35px;
    }	
    .wc-category-carousel .category-image {
        height: 330px;
    }	
    .wc-category-carousel .custom-category-image, .wc-category-carousel .category-name-overlay {
        width: 130px;
        top: -25px;
    }
    .wc-category-carousel .category-name-overlay {
        height: 49px;
        font-size:17px;
        line-height:1.1;
    }
    .wc-category-carousel .category-button {
        font-size: 16px;
        padding:10px;
    }
    .row-timeline:after {
        width: 6px;
    }
    #custom-filter-form h3 {
        font-size: 28px;
    }    
    #custom-filter-form .attribute-button {
        padding: 4px 10px;
        font-size: 17px;
    }    
    .custom-tabs-widget .product-list li {
        padding: 40px 25px 25px;
    }   
    .custom-tabs-widget .category-image {
        width: 140px;
    }    
    .custom-tabs-widget .product-rating, .woocommerce ul.products li.product .product-rating {
        right: 10px;
        top: 15px;
    }    
    .custom-tabs-widget .product-title {
        font-size: 18px;
    }    
    .custom-tabs-widget .button.product-button {
        font-size: 17px;
        margin-top: 5px;
    }   
    .custom-reviews-carousel .review-text {
        font-size: 17px;
    }
    .container-bannere .grid-container img {
        max-height: 45px;
    }   
    .inside-site-info {
        padding: 30px 40px;
        flex-wrap: wrap-reverse;
        row-gap: 15px;
    }    
    .footer-bar-align-right .copyright-bar {
        margin-left: auto;
    }    
    .contact-footer svg {
        width: 28px;
        height: 28px;
        position: relative;
        top: 5px;
    }    
    .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, .woocommerce .wc-columns-container.wc-columns-4 ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .social_header {
        gap: 15px;
    }
    .social_header svg {
        width: 28px;
        height: 28px;
    }
    header #primary-menu a {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 12px;
    }
    #secondary-navigation.secondary-navigation .main-nav ul li a, #secondary-navigation.secondary-navigation .menu-toggle, #secondary-navigation.secondary-navigation .menu-bar-items {
        font-size: 17px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .single-product h1 {
        font-size: 38px;
    }
    body.woocommerce-cart h1, body.woocommerce-checkout h1 {
        font-size: 40px;
    }
    body.woocommerce-cart td.product-name > a {
        font-size: 30px;
        margin-bottom: 15px;
    }
	#multi-step-form.noSteps .addon-grid .select-item {
		width: calc((100% - (12 * 5px)) / 13);
	}	
	.inside-header a.filtru_header {
		padding: 8px 10px;
		font-size: 15px;
	}
	#secondary-navigation .inside-navigation {
        padding: 0px 0px 10px;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 1200px) {
	.cart_mobile {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.grid-container {
		max-width: 960px;
	}
	.social_header {
        gap: 5px;
    }
	#secondary-navigation .cart_mobile .xoo-wsc-sc-bki {
		color: white;
		margin-left: 8px;
		font-size: 24px;
	}
	#secondary-navigation .cart_mobile {
		padding-right: 8px;
	}
	#secondary-navigation.secondary-navigation .main-nav ul li a, #secondary-navigation.secondary-navigation .menu-toggle, #secondary-navigation.secondary-navigation .menu-bar-items {
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .hero-hp {
        padding-left: calc((100% - 960px) / 2) !important;
    }
    .site-header .header-image {
        width: 240px;
    }	
    .wc-category-carousel .category-image {
        height: 300px;
    }	
    .wc-category-carousel .custom-category-image, .wc-category-carousel .category-name-overlay {
        width: 120px;
    }
    .wc-category-carousel .category-name-overlay {
        height: 46px;
        font-size:16px;
    }
    .wc-category-carousel .category-button {
        padding: 10px 5px;
        letter-spacing: -1px;
    }	
    #custom-filter-form .category-label {
        margin: 4px;
        width: calc(16.66% - 8px);
    }	
    #custom-filter-form h3 {
        font-size: 26px;
    }
    #custom-filter-form .category-label img.filter-logos {
        width: calc(100% - 70px);
        border-radius: 6px;
        top: -20px;
    }
    #custom-filter-form .attribute-button {
        padding: 3px 10px;
        font-size: 16px;
    }
    .custom-tabs-widget .tabs-nav li.active, .tabs-nav li:hover {
        font-size: 17px;
        padding: 10px 20px;
    }
    .custom-tabs-widget .product-list li, .woocommerce ul.products li.product {
        padding: 35px 15px 15px;
    }
    .custom-tabs-widget .category-image, .woocommerce ul.products li.product .category-image-wrapper .category-image {
        width: 120px;
    }
    .custom-tabs-widget .product-price {
        font-size: 17px;
    }
    .custom-tabs-widget .product-rating span {
        font-size: 16px !important;
    }
    .custom-tabs-widget .product-rating svg {
        width: 20px;
        height: 20px;
    }
    .custom-tabs-widget .button.product-button {
        padding: 10px 20px;
    }
    .custom-tabs-widget .product-list {
        gap: 15px;
    }
    .contact-footer svg {
        width: 26px;
        height: 26px;
    }
    .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .secondary-navigation .main-nav ul li a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .site-footer .copyright-bar li, .site-footer .copyright-bar a, .site-footer .footer-bar a, .footer-widgets a, .footer-widgets {
        font-size: 17px !important;
    }
    .site-content {
        flex-direction: column;
    }
    .is-left-sidebar.sidebar {
        width: auto;
        order: initial;
    }
    .container .site-content .content-area {
        width: auto;
    }
    .woocommerce.archive h1 {
        font-size: 34px;
    }
    .main-navigation .gp-icon svg {
        height: 1.5em;
        width: 1.5em;
    }
    .main-navigation .menu-toggle, .main-navigation a.shopping-cart, .main-navigation.sticky-navigation-transition .menu-bar-item > a.shopping-cart {
        line-height: 1;
    }
    .main-navigation.sticky-navigation-transition .navigation-branding img {
        height: 60px;
    }
    .single-product h1 {
        font-size: 36px;
    }
    .related.products h2, #tab-description > h2, #tab-additional_information > h2, #tab-reviews .woocommerce-Reviews-title {
        font-size: 32px;
    }
    .single-product .site-footer {
        padding-bottom: 60px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead, .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .do-quantity-buttons div.quantity {
        justify-content: flex-end;
    }
    .woocommerce-cart-form__cart-item.cart_item .product-remove:before, .woocommerce-cart-form__contents td.actions:before {
        display:none;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left;
    }
    .woocommerce-checkout .wc-block-components-sidebar-layout div.wc-block-components-main, .woocommerce-checkout .wc-block-components-sidebar {
        padding: 0;
        width: 100%;
    }
    .woocommerce-checkout .is-large .wc-block-checkout__sidebar.is-sticky {
        position: static;
        order: -1;
        margin-bottom:30px;
    }
	#multi-step-form.noSteps .addon-grid .select-item {
        width: calc((100% - (10 * 5px)) / 11);
    }
    .secondary-navigation .menu-toggle,
    .secondary-navigation .mobile-bar-items {
        display: block;
    }
    
    .secondary-navigation ul {
        display: none;
    }
    
    .secondary-navigation.toggled .main-nav {
        flex-basis: 100%;
        order: 3;
    }
    .secondary-navigation ul, .secondary-navigation:not(.toggled) .main-nav>ul {
        display: none;
    }
    nav.secondary-navigation .main-nav ul li a, nav.secondary-navigation .menu-toggle, nav.secondary-menu-bar-items .menu-bar-item > a {
        line-height: 2.5;
    } 
    #secondary-navigation.toggled .inside-navigation {
        padding: 15px 0px;
    } 
    .menu-toggle.secondary-menu-toggle {
        text-align: left;
    }
    #secondary-navigation .inside-navigation {
        padding: 0px 0px 0px;
        flex-direction: row-reverse;
    }
	
}


@media screen and (max-width: 992px) {
	.grid-container {
		max-width: 760px;
	}	
    .hero-hp {
        padding-left: calc((100% - 760px) / 2) !important;
    }	
    .carousel-imagini .swiper-button-next:after, .carousel-imagini .swiper-button-prev:after {
        font-size: 15px;
    }	
    .carousel-imagini .swiper-button-prev, .carousel-imagini .swiper-button-next {
        width: 45px;
        height: 30px;
    }	
    .carousel-imagini .carousel-image .carousel-title {
        font-size: 17px;
    }	
    .wc-category-carousel .category-image {
        height: 280px;
    }
    .wc-category-carousel .category-button {
        font-size: 15px;
        padding: 6px 5px;
        bottom: 10px;
    }
    .row-timeline:after {
        margin-left: 34px;
    }    
    .custom-reviews-carousel .review-text {
        font-size: 16px;
    }   
    .custom-reviews-carousel .review-box {
        padding: 25px 15px;
    }    
    .custom-tabs-widget .tabs-nav li, .custom-tabs-widget .tabs-nav li.active, .tabs-nav li:hover {
        font-size: 16px;
        padding: 10px 15px;
    }    
    .container-bannere .grid-container img {
        max-height: 37px;
    }    
    .container-bannere .grid-container .bannere-dr {
        column-gap: 10px;
    } 
    .inside-footer-widgets {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .inside-footer-widgets>div {
        flex: 0 0 50%;
    }    
    .site-footer .copyright-bar li, .site-footer .copyright-bar a, .site-footer .footer-bar a, .footer-widgets a, .footer-widgets {
        font-size: 16px !important;
    }
    .custom-tabs-widget .product-list li {
        width: calc((100% - 40px) / 3);
    }
    .custom-tabs-widget .tabs-content-wrapper {
        margin-top: 2rem;
    }   
    #primary-menu a {
        line-height: 2.5;
    }
    #menu-primary-menu {
        padding: 20px 0px;
    }
    .woocommerce.archive h1 {
        font-size: 32px;
    }
    .woof_container_inner h4 {
        font-size: 22px;
    }
    .social_header {
        padding: 0px 5px;
    }
    .social_header svg {
        width: 26px;
        height: 26px;
    }
    .related.products h2, #tab-description > h2, #tab-additional_information > h2, #tab-reviews .woocommerce-Reviews-title {
        font-size: 28px;
    }
    .single-product h1 {
        font-size: 34px;
    } 
    .inside-site-info {
        padding: 15px;
    }
    .woocommerce-cart-form__cart-item.cart_item dl.variation dd, .woocommerce-cart-form__cart-item.cart_item dl.variation dt {
        float: none;
        text-align: left;
        width: 100%;
    }
    .woocommerce-cart-form__cart-item.cart_item dl.variation dd {
        margin-bottom:15px !important;
    }
    body.woocommerce-cart h1, body.woocommerce-checkout h1 {
        font-size: 36px;
    }
    body.woocommerce-cart .cart_totals h2 {
        font-size: 32px;
    }
    #reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
        max-width: 120px;
        max-height: 120px;
    }
    #multi-step-form.noSteps .addon-grid .select-item {
        width: calc((100% - (5 * 5px)) / 6);
    }
    #custom-filter-form .main-category-selection .category-label img {
        width: 55px;
    }	
    #custom-filter-form .category-label img.filter-logos {
        width: calc(100% - 40px);
        border-radius: 6px;
        top: -17px;
    }
}


@media screen and (max-width: 768px) {
	.grid-container {
		max-width: 560px;
	}
	.site-header .header-image {
        width: 200px;
    }
    .hero-hp {
        padding-left: calc((100% - 560px) / 2) !important;
    }	
    #custom-filter-form h3 {
        font-size: 24px;
    }	
    #custom-filter-form .category-label img.filter-logos {
        width: calc(100% - 80px);
    }	
    #custom-filter-form .attribute-button {
        padding: 3px 8px;
        font-size: 15px;
    }	
    .custom-tabs-widget .product-list li {
        width: calc((100% - 20px) / 2);
    }	
    .container-bannere .grid-container {
        flex-wrap: wrap;
        gap: 20px 60px;
        justify-content: flex-start;
    }	
    .info-steps .e-con.e-flex {
        --flex-wrap: none;
        flex-wrap: nowrap;
    }	
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 10px;
    }
    .wc-category-carousel .custom-category-image {
        top: -30px;
    }
    .wc-category-carousel .category-name-overlay {
        top: -25px;
    }
    .carousel_hero .e-con-inner {
        margin: 0px !important;
    }
	.woocommerce.archive h1 {
        font-size: 28px;
    }
    .social_header {
        padding: 0px 15px;
    }
    .single-product h1 {
        font-size: 32px;
    }
    .woocommerce-tabs {
        padding: 30px 15px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        padding-top: 3px;
    }
    #reviews li.review .comment-text {
        grid-template-columns: 100%;
    }
    #reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
        max-width: 150px;
        max-height: 150px;
    }
    #custom-filter-form .main-category-selection .category-label img {
        width: 50px;
    }	
    #custom-filter-form .main-category-selection .category-label .categ_name {
        font-size: 16px;
    }
    #custom-filter-form .category-label, #custom-filter-form .main-category-selection .category-label {
        width: calc(33.33% - 8px);
    }    
    #custom-filter-form .category-selection:not(.main-category-selection) {
        row-gap: 40px;
    }
}


@media screen and (max-width: 576px) {
    html, body {
        overflow-x: hidden !important;
    }
	.grid-container {
		max-width: 100%;
	}	
	.carousel-imagini .carousel-image .carousel-title {
        font-size: 15px;
        padding: 0px 10px 10px;
        background: linear-gradient(to bottom, #ffffff00 0%, #ffffffad 70%);
    }    
    .wc-category-carousel .category-image {
        height: 240px;
    }    
    .wc-category-carousel .category-button {
        left: 5px;
        right: 5px;
    }
    .carousel-imagini .swiper-button-next {
        right: calc(47% - 40px);
    }    
    .carousel-imagini .swiper-button-prev {
        left: calc(48% - 40px);
    }    
    .row-timeline:after {
        margin-left: 22px;
        width:4px;
    }        
    .custom-tabs-widget .product-list, .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, .woocommerce .wc-columns-container.wc-columns-4 ul.products {
        gap: 20px 10px;
    }
    .custom-tabs-widget .product-list li, .woocommerce ul.products li.product {
        padding: 35px 10px 15px;
    }
    .custom-tabs-widget .category-image, .woocommerce ul.products li.product .category-image-wrapper .category-image {
        width: 100px;
        left: 0px;
        right: auto;
        top: 5px;
    }
    .custom-tabs-widget .product-list li {
        overflow: hidden;
    }    
    .custom-tabs-widget .product-title {
        font-size: 17px;
    }
    .custom-tabs-widget .button.product-button {
        font-size: 16px;
    }
    .custom-tabs-widget .tabs-nav li, .custom-tabs-widget .tabs-nav li.active, .tabs-nav li:hover {
        font-size: 15px;
        padding: 8px 10px;
    }
    .custom-tabs-widget .tabs-nav {
        gap: 15px 10px;
    }
    .custom-tabs-widget {
        margin: 10px 0;
    }
    .inside-footer-widgets, .container-bannere {
        padding: 0px 10px;
    }
    .contact-footer svg {
        width: 22px;
        height: 22px;
        top:6px;
    }
    .contact-footer > div {
        grid-template-columns: 22px 1fr;
    }
    .site-header .header-image {
        width: 200px;
    }
    .custom-tabs-widget .product-list li {
        width: calc((100% - 10px) / 2);
    }
    .custom-tabs-widget .product-price, .custom-tabs-widget .product-price, .woocommerce ul.products li.product .custom-product-price .amount, .woocommerce div.product .custom-product-price .amount {
        font-size: 16px;
    }
    .custom-tabs-widget .button.product-button, .woocommerce ul.products li.product .button {
        padding: 10px 5px;
    }
    .custom-reviews-carousel .review-box {
        border-radius: 35px;
    }
    #custom-filter-form .category-label img.filter-logos {
        top: -25px;
    }
    .woof_container_inner h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .woocommerce.archive h1 {
        font-size: 26px;
    }
    .contact_form_grid p {
        grid-template-columns: 1fr;
    }
    .contact_form input, .contact_form textarea, .contact_form input:focus, .contact_form textarea:focus {
        border-radius: 15px;
        padding: 10px 15px;
    }
    header .cart-contents > span.number-of-items {
        width: 18px;
        height: 18px;
        top: 20px;
    }
    .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
        padding: 30px 12px;
    }
    .single-product .inside-article {
        padding: 5px;
    }
    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
        padding: 0px 6px;
        font-size: 16px;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item), .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
        height: 32px;
    }
    .single-product h1 {
        font-size: 30px;
    }
    .related.products h2, #tab-description > h2, #tab-additional_information > h2, #tab-reviews .woocommerce-Reviews-title {
        font-size: 24px;
    }
    #tab-description h4 {
        font-size: 22px;
    }
    #tab-description h5 {
        font-size: 20px;
    }
    #tab-description h6 {
        font-size: 18px;
    }  
    .single-product .format-description-item {
        font-size: 14px;
    }
    .woocommerce table.shop_table td, .woocommerce table.shop_table th {
        padding: 20px 5px !important;
    }
    .woocommerce-page table.shop_table_responsive tr td.product-name::before {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
    }
    body.woocommerce-cart td.product-name > a {
        text-align: left;
    }
    body.woocommerce-cart h1, body.woocommerce-checkout h1 {
        font-size: 30px;
    }
    body.woocommerce-cart .cart_totals h2 {
        font-size: 28px;
    }
    body.woocommerce-cart .entry-content, body.woocommerce-checkout .entry-content {
        margin-top: 0px;
    }
    .wp-block-woocommerce-checkout.wc-block-checkout {
        padding: 10px;
    }
    #reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
        max-width: 100%;
        max-height: 100%;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce #reviews #commentform * {
        font-size: 16px;
    }
    #reviews .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
        column-gap: 5px;
    }
    #multi-step-form.noSteps .addon-grid .select-item {
        width: calc((100% - (6 * 5px)) / 7);
    }
	#secondary-navigation .cart_mobile .xoo-wsc-sc-bki {
        font-size: 23px;
    }
    .woof_autohide_wrapper a.woof_btn_default {
        margin-bottom: 15px !important;
        padding-left: 35px;
        background-size: 28px;
    }
	.hero_btn a {
		display:block;
	}
	label[for="shipping-city"], label[for="billing-city"] {
        top: 11px !important;
        font-size: 12px !important;
    }
    #custom-filter-form .main-category-selection .category-label {
        width: calc(33.33% - 8px);
    }
    #custom-filter-form .main-category-selection .category-label img {
        width: 45px;
    }
	.inside-header a.filtru_header {
		padding: 5px 8px;
		font-size: 14px;
	}
	.inside-header a.filtru_header {
		margin-left: 15px;
	}
	#custom-filter-form .category-label img.filter-logos {
        width: calc(100% - 30px);
    }
    .woocommerce-checkout #billing_phone_field, .woocommerce-checkout #billing_shipo_street_field, .woocommerce-checkout #billing_postcode_field, .woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_shipo_city_field, .woocommerce-checkout #billing_shipo_street_number_field, .woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #billing_email_field, .woocommerce-checkout #billing_country_field, .woocommerce-checkout #phone_wapp_field, .woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #shipping_country_field, .woocommerce-checkout #shipping_shipo_city_field, .woocommerce-checkout #shipping_last_name_field, .woocommerce-checkout #shipping_shipo_street_field, .woocommerce-checkout #shipping_shipo_street_number_field, .woocommerce-checkout #shipping_postcode_field, .woocommerce-checkout #shipping_phone_field, .woocommerce-checkout #billing_shipo_city_sector_field, .woocommerce-checkout #shipping_shipo_city_sector_field {
        width: 100%;
    }

}



@media screen and (min-width: 400px) and (max-width: 479px) {
	.wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input, .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input, .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        box-sizing: border-box;
        flex: 1 0 100% !important;
    }
    
}

@media screen and (max-width: 399px) {
    .wc-category-carousel .category-button {
        font-size: 14px;
        padding: 6px 3px;
    }	
    .custom-tabs-widget .button.product-button, .woocommerce ul.products li.product .button {
        font-size: 15px;
    }
    .site-header .header-image {
        width: 180px;
    }
    .wc-category-carousel .custom-category-image {
        width: 100px;
    }
    .wc-category-carousel .category-name-overlay {
        width: 115px;
    }
    .social_header svg {
        width: 24px;
        height: 24px;
    }
    .social_header {
        gap: 10px;
    }
    .entry-summary .variable_title {
        font-size: 15px;
    }
    body.woocommerce-cart h1, body.woocommerce-checkout h1 {
        font-size: 28px;
    }
    #custom-filter-form .main-category-selection .category-label {
        width: calc(50% - 8px);
    }
    .site-header .header-image {
        width: 160px;
    }

}

@media screen and (max-width: 379px) {
    .contact-footer svg {
        width: 20px;
        height: 20px;
    }
    .wc-category-carousel .custom-category-image {
        width: 90px;
    }
    body.produs-configurabil .quantity:not(.buttons-added):not(.hidden):after, body.produs-configurabil .quantity:not(.buttons-added):not(.hidden):before, body.produs-configurabil .quantity.buttons-added .minus, body.produs-configurabil .quantity.buttons-added .plus, body.produs-configurabil .quantity.buttons-added .qty {
        width: 35px !important;
    }
    .form-navigation #nextBtn, .form-navigation #prevBtn {
        font-size: 13px;
        padding: 10px 6px;
    }
    .related.products h2, #tab-description > h2, #tab-additional_information > h2, #tab-reviews .woocommerce-Reviews-title {
        font-size: 22px;
    }
    #multi-step-form.noSteps .addon-grid .select-item {
        width: calc((100% - (5 * 5px)) / 6);
    }
    #custom-filter-form .category-label {
        width: calc(50% - 8px);
    }
    .inside-header a.filtru_header {
        font-size: 13px;
    }
}

@media screen and (max-width: 359px) {
    #secondary-navigation .cart_mobile .xoo-wsc-sc-bki {
        margin-left: 0px;
    }	
    .site-header .header-image {
        width: 130px;
    }
}




