/*
 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
*/
html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/karla-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/karla-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/montserrat-200.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/montserrat-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/montserrat-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/montserrat-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/wp-content/themes/basel-child/fonts/montserrat-900.ttf') format('truetype');
}

@font-face {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/wp-content/themes/basel/fonts/Simple-Line-Icons.woff2?v=5.4.1') format('woff2');
}

@font-face {
    font-family: 'Simple-Line-Icons';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/wp-content/themes/basel/fonts/Simple-Line-Icons.woff2?v=5.4.1') format('woff2');
}

@font-face {
    font-family: 'basel-font';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/wp-content/themes/basel/fonts/basel-font.woff2?v=5.4.1') format('woff2');
}

.bank-details {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow-x: auto;
}

.fitoexpert-fast-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    min-height: 500px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #d8ffff;
    isolation: isolate;
}

.fitoexpert-fast-hero__content {
    position: relative;
    z-index: 2;
    width: 552px;
    max-width: 90%;
    min-height: 335px;
    margin: 0 auto;
    text-align: center;
}

.fitoexpert-fast-hero__eyebrow {
    display: inline-block;
    margin: 0 12px 0 0;
    color: #1bd823;
    font-family: 'Montserrat', sans-serif;
    font-size: 67px;
    font-weight: 900;
    line-height: 85px;
    letter-spacing: 4px;
}

.fitoexpert-fast-hero h1 {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-radius: 10px;
    background: #aff6cf;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 67px;
    font-weight: 200;
    line-height: 85px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fitoexpert-fast-hero__text {
    width: 498px;
    max-width: 100%;
    margin: 30px auto 0;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 2px;
}

.fitoexpert-fast-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 316px;
    min-height: 59px;
    margin-top: 63px;
    padding: 0 47px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(135, 252, 112, 1) 0%, rgba(11, 211, 24, 1) 100%);
    box-shadow: 0 8px 18px rgba(20, 180, 28, 0.28);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: filter 0.2s ease, background 0.2s ease;
}

.fitoexpert-fast-hero__button:hover,
.fitoexpert-fast-hero__button:focus,
.fitoexpert-fast-hero__button:active {
    background: linear-gradient(90deg, rgba(135, 252, 112, 1) 0%, rgba(11, 211, 24, 1) 100%);
    color: #ffffff;
    filter: brightness(120%);
    text-decoration: none;
}

.fitoexpert-fast-hero__button .fa {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

#produse {
    scroll-margin-top: 110px;
}

.fitoexpert-fast-hero__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 451px;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

@media (max-width: 1024px) {
    .fitoexpert-fast-hero__content {
        width: 587px;
    }

    .fitoexpert-fast-hero__image {
        width: 372px;
    }
}

@media (max-width: 767px) {
    .fitoexpert-fast-hero {
        min-height: 610px;
        padding: 0 20px 40px;
        align-items: flex-start;
    }

    .fitoexpert-fast-hero__content {
        width: 471px;
        margin: 0;
        padding-top: 30px;
    }

    .fitoexpert-fast-hero__eyebrow,
    .fitoexpert-fast-hero h1 {
        font-size: 61px;
        line-height: 79px;
        letter-spacing: 2px;
    }

    .fitoexpert-fast-hero__text {
        width: 447px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 3px;
    }

    .fitoexpert-fast-hero__button {
        width: 351px;
        min-height: 64px;
        margin-top: 34px;
        font-size: 21px;
        line-height: 64px;
        letter-spacing: 2px;
    }

    .fitoexpert-fast-hero__image {
        display: block;
        right: -58px;
        bottom: 0;
        width: 190px;
        height: 210px;
        object-fit: contain;
        object-position: right bottom;
        opacity: 0.95;
    }
}

.bank-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.bank-table thead {
   
    
}

.bank-table th, .bank-table td {
    text-align: left; /* Asigură alinierea pe stânga */
    padding: 12px 15px;
}

.bank-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.bank-table tbody tr:last-child {
    border-bottom: none;
}

.bank-table td i {
    margin-right: 8px;
    color: #007a6f;
}

@media screen and (max-width: 600px) {
    .bank-table th, .bank-table td {
        display: block;
        width: 100%;
        text-align: left; /* Asigură alinierea pe stânga și pe mobil */
    }

    .bank-table th::before, .bank-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .bank-table thead {
        display: none;
    }

    .bank-table td {
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 15px;
    }

    .bank-table td:last-child {
        border-bottom: 0;
    }
}

.company-details {
    font-family: Arial, sans-serif;
    color: #000000;
   
}

.company-details p {
   margin: 10px 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    BORDER: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 13px;
    background-color: #e5faf6;
}
.company-details h2 {
   
        display: flex;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 2px solid green;
    width: fit-content;
}
.company-details i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #0e7c7b; /* Culoare inspirată din site-ul indicat */
    color: #fff;
    font-size: 16px;
}



/* Your customizations starts here */
.custom-slider {
    display: flex;
    overflow: hidden; /* Ascunde scrollbarul */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.slide-item {
    flex: 1 0 25%; /* 4 coloane pe desktop */
    scroll-snap-align: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    color: white; /* Text alb */
}

.slide-item i {
    font-size: 40px;
    color: green;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .custom-slider {
        display: flex;
        overflow-x: scroll;
    }
    .slide-item {
        flex: 0 0 100%;
    }
}


.page-title-default {

    background: rgb(63, 228, 61);
    background: linear-gradient(142deg, rgba(63, 228, 61, 1) 0%, rgba(27, 119, 26, 1) 100%);
}



.main-header .site-logo img {
    padding-bottom: 0px;
    padding-top: 0px;

}
.sticky-header .site-logo img {
    padding-top: 0px;
    padding-bottom: 0px;
}

.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%);
}
.shadow_custom2 .vc_column-inner {
       box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    background-color: white;
    border-radius: 13px;
    padding-top: 30px;
    color: black;
    border-bottom: 5px solid #7BB52E;
}
.c1 {
    width: 100%;
    display: inline-flex;
    padding: 10px;
}
.c2 {
      margin: auto;
    background-color: green;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90%;
    padding: 30px;
    margin-right: 30px;
}
.c3{
      width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c2 .fa{
    font-size: 25px !important;
	color: #ffffff;
}

.cas221 .vc_column-inner {
  padding-top: 0px !important;
    background-color: #ffffff !important;
    border: 1px solid #EDEDED;
    border-radius: 5px !important;
}
.rr1 {
       box-shadow: 0px 20px 18px 0px rgb(0 0 0 / 7%) !important;
    z-index: 1;
}
.txt1{
	    color: #2ec62e;
    font-weight: 900;
    font-family: 'Montserrat';
}
.txt2{
	    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
.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: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding-bottom: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	background-color:white;
}

.product-grid-item .product-title {
    margin-bottom: 0px;
	border-left: 1px solid #12481d;
    border-right: 1px solid #12481d;
	    padding-left: 5px;
	    padding-right: 5px;
		    background-color: white;
}
.title-line-one .product-grid-item .product-title {
   border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    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 #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding-bottom: 30px;
    padding-top: 15px;
	background-color:white;
}

.basel-hover-standard .btn-add {
       margin-top: 0px;
    background-color: #0AC74C;
    /* border-left: 1px solid #12481d; */
    /* border-right: 1px solid #12481d; */
    /* border-bottom: 1px solid #12481d; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* border-top-right-radius: 10px; */
    background: rgb(63, 228, 61);
    background: linear-gradient(142deg, rgba(63, 228, 61, 1) 0%, rgba(27, 119, 26, 1) 100%);
}




.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: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 10px;
}

.single-product-content .entry-title {
    
    font-size: 30px;

    font-family: 'Montserrat' !important;
    font-weight: bold;
    color: #5BAB32;
}
@media (max-width: 991px){
	.right-column .shopping-cart.basel-cart-design-1>a .basel-cart-number {

    background-color: #299640!important;
    color: #ffffff !important;

}
}


@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;
}
}




.appstyle .main-header ,.appstyle  footer, .appstyle .page-title, .appstyle .basel-toolbar, .appstyle .sticky-header{
    display: none !important;

}

.appstyle .type-page .entry-content>ul {
    padding-left: 0px;
}

.appstyle .upload-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.appstyle .upload-buttons button {
    cursor: pointer;
    background: linear-gradient(30deg, #2FAB6F, #22c147);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
}

.appstyle .upload-buttons button:hover {
    background-color: #0056b3;
}

.appstyle #plant_image {
    display: none;
}

.appstyle .file-name {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.appstyle .site-content{
    margin-top: 25px;
}

.appstyle .main-page-wrapper,.website-wrapper{
    background: transparent !important;
}

.appstyle .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.appstyle .product-box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    text-align: center;
}
.appstyle .product-box img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.appstyle .product-title {
    font-weight: bold;
    margin: 10px 0;
}
.appstyle .product-price {
    color: #0073aa;
    font-size: 1.2em;
}
.appstyle .product-box a {
    text-decoration: none;
    color: inherit;
}

.limitFull{
    background-color: red;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.limitCount{
    background: linear-gradient(30deg, #2FAB6F, #22c147);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.appstyle .basel-cookies-popup{
    display: none !important;
}

.woocommerce-shipping-totals{
    display: none !important;
}

.woocommerce-checkout .checkout-order-review .responsive-table {
    padding: 0px !important;
}

#pum-1995 {
    display: none;
}

/* Afișează elementul pe telefoane și tablete */
@media (max-width: 1024px) {
    #pum-1995 {
        display: block;
        /* Sau inline, inline-block, în funcție de necesități */
    }
}