/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */
/* === GradinaDO SEO Block – unique namespace === */




:root {
  --gdo-green: #29b657;      /* verde brand */
  --gdo-green-700: #1d8f43;
  --gdo-dark: #0f1a12;       /* verde foarte închis pt. accente */
  --gdo-text: #1b1b1b;
  --gdo-muted: #667085;
  --gdo-card: #f7faf8;
  --gdo-radius: 16px;
  --gdo-shadow: 0 8px 30px rgba(16, 24, 16, .12);
}
.star-rating span:before{
	color: #8a902a !important;
	
}
.star-rating{
    display: none;
}

.new_stars{
    display: block;
    margin: auto;
}
.single-product-content .woocommerce-product-rating .star-rating {
     display: inline-block;
}
.star_3 {
    border-left: 1px solid #c8ccc9;
    border-right: 1px solid #c8ccc9;
	background-color: #ffffff;
	padding-top: 15px;
    padding-bottom: 15px;
}
.star-rating {
    margin-bottom: 0px !important;
}
.r45 {
    position: relative;
    top: -60px;
    z-index: 1;
}

.shad4432 .wpb_wrapper{
	    padding-top: 4px;
}
.shad4432 .vc_column-inner {
    /* background: linear-gradient(145deg, #f8f8f8, #d9d9d9, #f1f1f1, #c0c0c0); */
    background-color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    color: #111;
    /* padding-top: 10px !important; */
    border: none;

}

.shad4432 i {
  font-size: 40px;         /* mărime mare */
  color: #6c6c6c;             /* gri elegant */
  margin-bottom: 12px;     /* spațiu față de titlu */
  transition: color 0.3s ease;
}

.shad4432 p{
	text-align:center;
	color: #444;
 
}
.shad4432 h4{
	text-align:center;
	color: #e4e4e4;
 
}
.shad4432 .wpb_single_image{
	margin-bottom: 15px;
}
.shad4432 .wpb_text_column{
	margin-bottom: 10px;
}

.gdo-seo { 
  font-family: inherit;
  color: var(--gdo-text);
  line-height: 1.65;
  background: linear-gradient(180deg, #fff 0%, #f6fbf7 100%);
  border: 1px solid #e7efe8;
  border-radius: var(--gdo-radius);
  padding: clamp(18px, 3vw, 36px);
  box-shadow: var(--gdo-shadow);
  overflow: hidden;
  position: relative;
}
.gdo-seo * { box-sizing: border-box; }

/* header ribbon */
.gdo-seo__ribbon {
  position: absolute; inset: 0 auto auto 0;
  background: var(--gdo-green); color:#fff;
  padding: 6px 12px; font-weight: 700; letter-spacing: .02em;
  border-bottom-right-radius: 10px;
}

/* headings */
.gdo-seo h1, .gdo-seo h2, .gdo-seo h3 { margin: 0 0 .6em 0; }
.gdo-seo h1 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  color: var(--gdo-dark);
  font-weight: 800;
  margin-top: 26px;
}
.gdo-seo h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--gdo-green-700);
  border-left: 6px solid var(--gdo-green);
  padding-left: 12px;
  margin-top: 1.2em;
}
.gdo-seo h3 {
  font-size: clamp(18px, 1.9vw, 22px);
  color: #19351f;
  margin-top: .8em;
}

/* lead + lists */
.gdo-seo__lead { font-size: clamp(16px, 1.3vw, 18px); color:#253b2b; }
.gdo-seo ul { padding-left: 0; list-style: none; margin: .5em 0 1em; }
.gdo-seo li {
  position: relative; padding-left: 28px; margin: .35em 0;
}
.gdo-seo li::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%;
  background: var(--gdo-green);
  position: absolute; left: 0; top: .25em;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M16.7 6.2a1 1 0 0 1 0 1.4l-7.1 7.1a1 1 0 0 1-1.4 0L3.3 9.8a1 1 0 1 1 1.4-1.4l3.2 3.2 6.4-6.4a1 1 0 0 1 1.4 0z"/></svg>') center/12px 12px no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M16.7 6.2a1 1 0 0 1 0 1.4l-7.1 7.1a1 1 0 0 1-1.4 0L3.3 9.8a1 1 0 1 1 1.4-1.4l3.2 3.2 6.4-6.4a1 1 0 0 1 1.4 0z"/></svg>') center/12px 12px no-repeat;
}

/* cards grid */
.gdo-grid { 
  display: grid; gap: clamp(12px, 2vw, 18px); 
  grid-template-columns: repeat(12, 1fr);
  margin: .8em 0 1.2em;
}
.gdo-card {
  grid-column: span 12;
  background: var(--gdo-card);
  border: 1px solid #e2ece3;
  border-radius: var(--gdo-radius);
  padding: clamp(14px, 1.8vw, 18px);
}
@media (min-width: 768px){
  .gdo-card--half { grid-column: span 6; }
  .gdo-card--third { grid-column: span 4; }
}

/* CTA buttons */
.gdo-cta { display:flex; gap:10px; flex-wrap: wrap; margin-top: .6em; }
.gdo-btn {
  display:inline-flex; align-items:center; gap:8px;
  background: var(--gdo-green); color:#fff; text-decoration:none;
  padding: 12px 18px; border-radius: 999px; font-weight: 700;
  box-shadow: 0 6px 20px rgba(41,182,87,.25);
  transition: transform .15s ease, background .2s ease;
}
.gdo-btn:hover { background: var(--gdo-green-700); transform: translateY(-1px); }
.gdo-btn--ghost {
  background: #eaf6ed; color: var(--gdo-green-700); box-shadow:none;
  border: 2px solid var(--gdo-green);
}

/* FAQ */
.gdo-faq details {
  border:1px solid #e1ece3; background:#fff;
  border-radius:12px; padding: 12px 14px; margin:10px 0;
}
.gdo-faq summary {
  cursor:pointer; font-weight:700; color:#163b22; outline:none;
}
.gdo-faq p { margin:.5em 0 .2em; }

/* tiny helpers */
.gdo-muted { color: var(--gdo-muted); font-size: .95em; }

.main-header .site-logo img {
    /* padding-bottom: 0px;
    padding-top: 0px; */

}
.sticky-header .site-logo img {
    /* padding-top: 0px;
    padding-bottom: 0px; */
}
.main-nav .menu>li>a {

    padding-left: 5px;
    padding-right: 5px;

}
.price ins > .amount{
	color: #e91e63 !important;
}
.basel-hover-standard .btn-add>a {
    font-size: 16px;
    line-height: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 2px;
    font-weight: bold;
    color: #3a3a3a;
}

/* Your customizations starts here */
.form_123 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpcf7-submit {
    width: 100%;
}
.shadow_custom .vc_column-inner {
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}
.c1 {
    width: 100%;
    display: inline-flex;
    padding: 10px;
}
.c2 {
    width: 20%;
    margin: auto;
    text-align: left;
}
.c3{
    width: 80%;
}

.c2 .fa{
    font-size: 30px !important;
	color: #515353;
}

.cas221 .vc_column-inner {
    padding-top: 0px !important;
    background-color: #000000 !important;
    border: 1px solid #125420;
    border-radius: 0px !important;
}

.txt1{
	color:#918e8e;  
}
.txt2{
	color:#918e8e;  
}
.main-nav .menu > li > a {
    height: 95px;
    line-height: 95px;
    font-weight: bold;
}

.main-nav{
    text-align: right !important;
}







.wishlist-info-widget .wishlist-count {

  /*   color: #000; */

}.basel-cart-design-3>a .basel-cart-number {

   /*  color: #000; */

}
.basel-product-countdown>span span {

    font-size: 9px;
    color: rgb(0 0 0);
}
.basel-product-countdown>span {

   
}
.product-grid-item .product-element-top {
   margin-bottom: 0px;
   /* border-top-left-radius: 7px;
    border-top-right-radius: 7px;  */
	border-top: 1px solid #c8ccc9;
	border-left: 1px solid #c8ccc9;
	border-right: 1px solid #c8ccc9;
	padding-bottom: 25px;
}

.product-grid-item .product-title {
    margin-bottom: 0px;
	border-left: 1px solid #c8ccc9;
    border-right: 1px solid #c8ccc9;
	    padding-left: 5px;
	    padding-right: 5px;
		    background-color: white;
}
.title-line-one .product-grid-item .product-title {
    border-left: 1px solid #c8ccc9;
    border-right: 1px solid #c8ccc9;
	/* text-transform: uppercase; */
    font-weight: bold;
}
.title-line-one .product-grid-item .product-title a{
   color: #299640;
}

.single-product-content .product-image-summary{
	    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
		 background-color: white;
    padding: 30px;
}
.product-template-default .row{
	/* background-color: #DFEFE3; */
}
.product-tabs-wrapper .container{
	    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
    padding: 30px;
    background-color: white;
}
.single-product-content .product-tabs-wrapper{
	 background-color: #ffffff;
	 margin-bottom: 30px;
}
.related-and-upsells{
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
    padding: 30px;
    margin-bottom: 30px;
    background-color: white;
}
.content-with-products{
	 background-color: #ffffff;
}
.basel-hover-standard .price {
    border-left: 1px solid #c8ccc9;
    border-right: 1px solid #c8ccc9;
        padding-bottom: 30px;
    padding-top: 15px;
}

.basel-hover-standard .btn-add {
    margin-top: 0px;
    /*  border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;  */
    background-color: #000000;
	 border-left: 1px solid #c8ccc9;
    border-right: 1px solid #c8ccc9;
    border-bottom: 1px solid #c8ccc9;
	    padding-top: 10px;
    padding-bottom: 10px;
}




.basel-product-countdown>span {
	 background-color: #f2d48d;
    color: #000;
    border-radius: 90%;
	
   
    min-width: 35px !important; 
    height: 35px !important; 
    
font-size: 10px !important; 
}


.basel-product-countdown {
    margin-top: 0px !important; 
    position: absolute !important;

    top: 14px !important;
    left: 72px !important;
	display:inherit !important;
	
	
}
.woocommerce-pagination .page-numbers li .current {
    border-radius: 90% !important;
}
.product-label.onsale{
	background-color: #f22473 !important;
}
.widget-area .sidebar-widget{
	    padding: 10px;
    background-color: #F9F9F9;
    border: 1px solid #dadada;
	/* border-radius:10px; */
}
.shop-loop-head {
    margin-bottom: 20px;
    text-align: right;
    line-height: 20px;
    padding: 20px 20px 10px 20px;
    vertical-align: middle;
    width: 100%;
    background-color: #F9F9F9;
    border: 1px solid #dadada;
    margin-top: 0;
	/* border-radius:10px; */
}
.filters-area {
     border: 1px solid #dadada;
	border-radius:10px;
}
.product-label.new {
    box-shadow: 0px 2px 18px 0px rgb(255 255 255);
}
.footer-column a{
	text-transform: uppercase;
}
#billing_country_field{
	display: none;
}
#ship-to-different-address{
	/* display: none !important; */
}
#customer_details{
	    padding: 10px;
    background-color: #F9F9F9;
    border: 1px solid #dadada;
    border-radius: 10px;
}
.payment_box{
	display: none !important;
}
.search-by-category{
	display: none !important;
}
.header-categories{
	    padding-bottom: 0px;
}
.secondary-header{
	padding: 15px;
    background-color: #3a3a3a;
}
.anpcfooter .wpb_content_element{
	margin-bottom: 2px !important;
}
#nav_menu-2{
	margin-bottom: 10px;
}
.basel-hover-standard .btn-add > a{
	background-color:transparent !important;
	border-color: transparent !important;
	color:white;
}
.woocommerce-checkout .checkout-order-review {
    background-image: NONE;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 40px 30px;
    margin-top: 0;
    background-color: #F9F9F9;
    border: 1px solid #dadada;
    border-radius: 10px;
}
.woocommerce-checkout .checkout-order-review .responsive-table {
    padding: 20px 25px 0 25px;
    background-color: #e2e2e2;
    border: 1px solid #dadada;
    border-radius: 10px;
}


@media (max-width: 991px){
	.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number {

    background-color: #299640!important;
    color: #ffffff !important;

}
.r45 {
			padding-top: 20px;
		}
		.r45 {
		position: relative;
		 top: inherit; 
	}



	
	.r45 .wpb_column {
		padding: 7px !important;
	}
	.r45 .vc_column_container {
		width: 50%;
		display: inline-block;
	}
}


@media (max-width: 576px){
	.basel-product-countdown {
		margin-top: 0px !important;
		position: absolute !important;
		top: 50px !important;
		left: 10px !important;
		display: grid !important;
	}
	#qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-bottom-right {
    bottom: 48px;
}
}















