.thenx_group_prices_container {
    width: 70%;
    padding: 5px;
    margin-right: auto;
    border: 1px solid #999;
    border-radius: 5px;
}

.thenx_group_prices {
    width: 100%;
    margin: 0 auto;
}

.thenx_group_prices tr.grupactiv {
/*    background: rgba(254, 219, 0, 0.3);
    color: black;*/
    font-weight: bold;
}

.thenx_group_prices th {
    border-bottom: 1px solid #999;
}
.thenx_group_prices th:nth-child(2) {
    text-align: right;
    padding-right: 5px;
}


.thenx_group_prices td {
    padding: 2px 5px;
    border-top: 1px solid #eee;
}

.thenx_group_prices td:nth-child(2),
.thenx_group_prices td:nth-child(3)
{
    text-align: right;
}


.tgp_level {
    display: inline-block;
    border-radius:4px;
    margin-bottom: 4px;
    margin-left: 10px;
    padding: 2px 5px;
    /* background-color: attr(data-customer-color); */
    color: black;
    font-weight: normal;
}

.tgp_level.tgpl_1 { color: white; }
.tgp_level.tgpl_2 { color: white; }
.tgp_level.tgpl_3 { }
.tgp_level.tgpl_4 { }
.tgp_level.tgpl_5 { }

.tgp_n { /* color: #0075c8; */ }
.tgp_n.tgp_n1 { }
.tgp_n.tgp_n2 { }
.tgp_n.tgp_n3 { }
.tgp_n.tgp_n4 { }
.tgp_n.tgp_n5 { }


.thenx_group_prices_footer {
    text-align: center;
}
.thenx_group_prices_footer a {
    font-size: 12px;
    text-decoration: none;
}


@media (max-width: 767px) {
    .thenx_group_prices_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }
}






.thenx_cant_prices {
    width: 100%;
    margin: 0 auto;
}

.thenx_cant_prices th {
    border-bottom: 1px solid #999;
}
.thenx_cant_prices th:nth-child(1),
.thenx_cant_prices th:nth-child(2),
.thenx_cant_prices th:nth-child(3) {
    text-align: right;
    padding-right: 5px;
}


.thenx_cant_prices td {
    padding: 2px 5px;
    border-top: 1px solid #eee;
}

.thenx_cant_prices td { text-align: right; }

.thenx_cant_prices td.thenx_cant_prices_footer {
    text-align: center;
}
.thenx_cant_prices_footer a {
    font-size: 12px;
    text-decoration: none;
}





.free-shipping-format{
  margin:12px 0;
}
.free-shipping-format__item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 18px;
  background:#fafafa;
  border:1px solid #ededed;
  border-left:4px solid #fedb00;   /* semnatura Square */
  border-radius:10px;
  font-family:system-ui,-apple-system,Segoe UI,Inter,Arial,sans-serif;
}
.free-shipping-format__item .icon{
  width:22px;
  height:22px;
  flex-shrink:0;
  color:#111;                       /* iconita neagra, nu albastra */
  fill:currentColor;
}
.free-shipping-format__text{
  font-size:14px;
  font-weight:700;
  color:#111;
  line-height:1.3;
  letter-spacing:-.01em;
}

@media(max-width:768px){
  .free-shipping-format__item{
    padding:11px 14px;
    gap:10px;
  }
  .free-shipping-format__text{ font-size:13px; }
}









/* spatiu deasupra intre bloc si textul de sus */
.product-user-fields .product-multipicker__items{
  margin-top:18px;
}

.product-user-fields .product-multipicker__item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  background:#fff;
  border:1px solid #ededed;
  border-left:4px solid #fedb00;        /* semnatura Square */
  border-radius:10px;
  font-family:system-ui,-apple-system,Segoe UI,Inter,Arial,sans-serif;
  transition:border-color .12s ease, box-shadow .12s ease;
}
.product-user-fields .product-multipicker__item:hover{
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.product-user-fields .product-multipicker__item:has(input:checked){
  background: #fedb0022;
}

/* checkbox / radio */
.product-user-fields .product-multipicker__checkbox{
  flex-shrink:0;
  display:flex;
  align-items:center;
}
.product-user-fields .product-multipicker__checkbox input{
  width:18px;
  height:18px;
  accent-color:#fedb00;                  /* bifa galbena Square */
  cursor:pointer;
}

/* zona poza + text */
.product-user-fields .product-multipicker__data{
  flex:1;
  min-width:0;
}
.product-user-fields .product-multipicker__data label{
  display:flex;
  align-items:center;
  gap:12px;
  cursor:pointer;
  margin:0;
}
.product-user-fields .product-multipicker__data img{
  width:40px;
  height:40px;
  object-fit:contain;
  flex-shrink:0;
}
.product-user-fields .product-multipicker__label-text{
  font-size:14px;
  font-weight:700;
  color:#111;
  line-height:1.3;
  letter-spacing:-.01em;
}

/* pret */
.product-user-fields .product-multipicker__price{
  flex-shrink:0;
  margin-left:auto;
}
.product-user-fields .product-multipicker__price > span{
  font-size:15px;
  font-weight:800;
  color:#111;
  white-space:nowrap;
}
.product-user-fields .product-multipicker__price span span{
  font-size:12px;
  font-weight:700;
  color:#595959;
}

@media(max-width:768px){
 .product-user-fields  .product-multipicker__item{ padding:12px 14px; gap:11px; }
 .product-user-fields  .product-multipicker__data img{ width:34px; height:34px; }
 .product-user-fields  .product-multipicker__label-text{ font-size:13px; }
 .product-user-fields  .product-multipicker__price > span{ font-size:14px; }
}

div.product-summary__badge--extra-badges[class*="--extra-badges"] {
  left: auto;
  right: 0px;
  top: 0px;
  margin-top: 0px;
}

div.product-summary__badge[extra_badge] {
    
}

div.product-summary__badge[extra_badge] img {
    max-height: 20px;
}