/*
 Theme Name:   bancdelucru-child
 Description:  BancDeLucru layout child
 Author:       CC
 Author URI:   https://roxcon.ro
 Template:     bd
 Version:      1.0.11
*/
:root {
    --nav-img-height: 32px;
}


.row-detail-fullw {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.row-detail-fullw img {
    max-width: 100%;
}
.row-detail-2col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.row-img {
    max-width: 450px;
}
.row-img img {
    width: 100%;
}
.row-desc {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapperbg {
    background-color: #f5f5f5;
    padding: 3rem 2rem 2rem 2rem;
}
.titlu {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}
.subtitlu {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.headings {
    margin-bottom: 1rem;
}
.articol-descr {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 30px;
}
.row-detail-modules {
    text-align: left;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}
@media (max-width: 768px) {
    .row-detail-fullw {
        text-align: left;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
   }
    .articol-descr {
        gap: 20px;
   }
}
p.stock.in-stock.wd-style-default {
    padding: 1rem 1.5rem;
    background: #f6f6f6;
    border: solid #f99d33;
    border-width: 0 0 0 6px;
    color: #1c1c1c;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.5rem;
}

.delivery-time {
    font-weight: normal;
    font-size: smaller;
}

p#billing_country_field, p#shipping_country_field {
    display: none;
}

input[type="radio"],
input[type="radio"]:checked:before {
    width: 1.2rem;
    height: 1.2rem;
	filter: grayscale(100%) contrast(200%);
    cursor: pointer;
}

input[type="checkbox"],
input[type="checkbox"]:checked:before {
    width: 1.2rem;
    height: 1.2rem;
	filter: grayscale(100%) contrast(200%);
    cursor: pointer;
}

#shipping_method label {
    padding-top: 4px;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

::selection {
    background: var(--wd-primary-color);
    color: #fff;
}

.contact-icon {
    width: 26px; 
    height: 26px; 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
  }
  
  .icon-tel {
   background-image: url('images/phone.svg'); 
  }
  
  .icon-mail {
      background-image: url('images/email.svg'); 
  }
  
  .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .contact-item {
      display: flex;
      gap: 20px;
      align-items: center;
      border-bottom: 1px solid var(--brdcolor-gray-300);
      padding-bottom: 12px;
  }

  .contact-item-title {
    color: var(--wd-widget-title-color);
    text-transform: var(--wd-widget-title-transform);
    font-weight: var(--wd-widget-title-font-weight);
    font-style: var(--wd-widget-title-font-style);
    font-size: var(--wd-widget-title-font-size);
    font-family: var(--wd-widget-title-font);
}
  
  .contact-item-detail {
      display: flex;
      flex-direction: column;
      gap: 6px;
  }
  
  .footer-altz {
      margin-top: 10px;
      padding-right: 5px;
      filter: grayscale(100%); 
  }
  
  .footer-altz:hover {
      filter: none;
  } 
  
  .anpc {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      column-gap: 1rem;
      margin-top: 20px;
  }

  .footer-payments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-payments ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer-payments ul li {
    list-style: none;
    padding-left: 14px;
		margin-bottom: 7px;
}

.businesshours {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.day-hours {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #575149;
}

.days {
    font-weight: bold;
    color: #242424;
    width: 40%;
    text-align: left;
}

.hours {
    width: 60%;
    text-align: right;
}

.footer-container a:hover {
    color: var(--wd-primary-color);
}

p.stock.wd-style-default.in-stock:before {
    display: none;
}

.brand-meta {
    display: flex;
    flex-direction: column;
}

.product-brand-wrapper {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand-img {
    padding: 10px;
    min-height: 70px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 2px rgba(0,0,0,0.12);
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
}

.brand-img:hover {
    filter: grayscale(0);
}

.brand-img img {
    max-width: 90px;
}

span.brand-name {
    margin-bottom: 10px;
}

.woocommerce-variation-availability {
    width: 100%;
}

.wd-back-btn.wd-action-btn.wd-style-icon {
    display: none;
}

.bd-link:hover div {
    color: var(--wd-primary-color) !important;
}

.bd-link:hover li:hover {
    color: var(--wd-primary-color) !important;
}

h4.banner-title.wd-fontsize-l u {
    font-weight: lighter;
    text-decoration: none;
}

/* .wd-slider.wd-section-container>.wd-carousel-inner>.wd-carousel {
    border-radius: 0px !important;
} */

.businesshours {
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    
}
.businesshours span {
    display: block;
    padding: 5px;
    overflow: hidden;
}
.businesshours span {
    display: block;
    border-bottom: 1px dotted #e8e8e8;
    padding: 5px 0;
    margin: 0;
    overflow: hidden;
}
.businesshours span.days {
    font-weight: bold;
    width: 40%;
    display: block;
    float: left;
    text-align: left;
}
.businesshours span.hours {
    width: 60%;
    display: block;
    float: right;
    text-align: right;
}

.footer-container {
    border-top: 1px solid #e1e1e1;
}

.copyrights-wrapper {
    border-top: unset !important;
}

.min-footer {
    border-top: 1px solid var(--brdcolor-gray-300);
}

.help-block-icon::before {
    content: "\f100";
    font-size: 20px;
    font-family: "woodmart-font";
}

.fa-home-btn-icon::before {
    content: "\f144";
    font-family: "woodmart-font";
    font-weight: normal;
}

.wd-nav[class*="wd-style-"] {
    --nav-color-hover: var(--wd-primary-color) !important;
    --nav-chevron-color: #111 !important;
}

.help-block {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8f8f8;
    flex-direction: column;
}

.icon-tel-btn {
    background-image: url(images/phone-btn.svg);
    width: 14px;
    height: 14px;
    margin-right: 8px !important;
}

.btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.help-block-text {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: smaller;
}

.btn.btn-whatsapp {
    color: #fff;
    background-color: #1EBE57;
}

.btn.btn-whatsapp:hover {
    color: #fff;
    background-color: #25D366;
}

.whatsapp-icon{
    background-image: url(images/whatsapp.svg);
    width: 14px;
    height: 14px;
    margin-right: 8px !important;
}

.seap-sicap-icon>a:before {
    content: "\f145";
}

#seap-sicap-button {
    width: 100%;
}

strong, b {
    color: var(--wd-title-color);
}

table.shop_table.shop_table_responsive.shop-table-with-img.cart.woocommerce-cart-form__contents th {
    font-size: xx-small;
}

.single-product .wd-builder-off {
    padding-block: 20px;
}

ul {
    list-style-type: square;
}

li::marker {
  color: var(--wd-primary-color);
}

/* Desktop */
@media (min-width: 1025px) {
    .product_title {
        font-size: 21px;
        line-height: 1.3;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--brdcolor-gray-300);
    }
}
/* End Desktop */

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
    .product-summary-shadow .summary-inner {
        padding: 1rem !important;
    }
}

.bdr-categories-grid {
    display: grid;
    gap: 20px;
    align-items: stretch;
    justify-items: stretch;
}

.bdr-categories-grid.bdr-categories-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bdr-categories-grid.bdr-categories-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bdr-categories-grid.bdr-categories-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bdr-categories-grid.bdr-categories-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bdr-categories-grid.bdr-categories-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bdr-categories-grid.bdr-categories-cols-1 {
    grid-template-columns: 1fr;
}

.bdr-category-item {
    text-align: center;
    height: 100%;
}

.bdr-category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    box-shadow: 00 0 4px rgba(0,0,0,0.12);
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: inherit;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.bdr-category-link:hover,
.bdr-category-link:focus {
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12); */
    border-color: var(--wd-primary-color);
    cursor: pointer;
}

.bdr-category-link:focus-visible {
    outline: 2px solid var(--wd-primary-color);
    outline-offset: 3px;
}

.bdr-category-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 10px;
}

.bdr-category-image {
    max-width: 100%;
    max-height: 110px;
    height: auto;
    object-fit: contain;
    display: block;
}

.bdr-category-title {
    font-size: 13px;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin-top: 6px;
    line-height: 1.4;
    transition: color 180ms ease;
}

.bdr-category-link:hover .bdr-category-title,
.bdr-category-link:focus .bdr-category-title {
    color: var(--wd-primary-color);
}

@media (max-width: 1024px) {
    .bdr-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .bdr-categories-grid.inpage-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .bdr-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .bdr-categories-grid {
        grid-template-columns: 1fr;
    }
    .wd-nav>li>a {
        text-transform: none;
    }
    img.wd-nav-img {
    margin-right: 14px;
}
}

@media (max-width: 480px) {
    .bdr-categories-grid.inpage-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}



.icon-close::before {
    content: "\f112";
    font-family: "woodmart-font";
}



.service-sector__inner {
    margin: 0 auto;
}

/* Headere secțiune */
.service-sector__header {
    margin-bottom: 2.5rem;
}

.service-sector__title {
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.service-sector__subtitle {
    margin: 0;
    font-size: 1rem;
    color: #6b7280; /* gri text secundar */
}

/* Grid responsive */
.service-sector__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

/* Tabletă + desktop: 2 coloane */
@media (min-width: 768px) {
    .service-sector__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Card */
.service-sector__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.75rem 1.75rem 1.75rem 1.75rem;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
}

.service-sector__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.service-sector__icon--auto {
    background-image: url('images/tool.svg');
}

.service-sector__icon--factory {
    background-image: url('images/factory.svg');
}

.service-sector__icon--logistics {
    background-image: url('images/building-warehouse.svg');
}

.service-sector__icon--pharma {
    background-image: url('images/heartbeat.svg');
}

.service-sector__content {
    flex: 1;
}

.service-sector__label {
    margin: 0 0 0.4rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gray-400); 
}

.service-sector__card-title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
}

.service-sector__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
}

