.rowabonamente{
    display: flex;
    justify-content: space-evenly;
}
.boxabonament01{
    background: #fff;
    width: 70%;
    margin: -200px auto 0;
    padding: 200px 0 0;
    border: solid 10px rgba(84, 133, 245, 0.8);
    border-top: none;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 20px rgba(17, 24, 38, 0.5);
    height: calc(100% - 240px)
}
.itemrowabonamente{
    width: 441px;
    z-index: 10;
    position: relative;
    height: 100%;
}
.itemrowabonamente > img {
    z-index: 20;
    position: relative;
    width: 85%
}
.numeabonament01{
    font-size: 24px;
    font-weight: 900;
    color: #111826;
    line-height: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pretabonament01{
    font-size: 36px;
    font-weight: 900;
    color: #e7622a;
    height: 75px;
    line-height: 75px;
    padding: 0 30px;
    position: relative
}
.pretabonament01abs01{
    position: absolute;
    top: 0px;
    right: 7px;
}
.attrabonament{
    font-size: 18px;
    font-weight: 600;
    color: #111826;
    position: relative;
    margin-bottom: 5px;
    padding: 0 15px 15px;
}
.attrabonament:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #f6b600;
    border-radius: 100%;
    left: calc(50% - 5px);
}
.attrabonament:last-child:after{
    display: none
}
.maabonex01{
    background: #5485f5;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: solid 5px #e2e2e2;
    border-radius: 100px;
    position: absolute;
    left: 20%;
    width: 60%;
    bottom: -25px;
    z-index: 20;
    justify-content: center;
}
.maabonex01:hover{
    color: #fff;
}
.boxabonament02{
    background: #fff;
    width: 80%;
    margin: -200px auto 0;
    padding: 200px 0 0;
    border: solid 10px rgba(153, 103, 23, 0.8);
    border-top: none;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: -1;
    box-shadow: 0 0 20px rgba(17, 24, 38, 0.5);
}
.numeabonament02{
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(129deg, rgba(153,103,23,1) 0%, rgba(211,170,91,1) 20%, rgba(134,94,37,1) 59%, rgba(211,170,91,1) 84%, rgba(133,95,37,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pretabonament02{
    font-size: 44px;
    font-weight: 900;
    background: linear-gradient(129deg, rgba(153,103,23,1) 0%, rgba(211,170,91,1) 20%, rgba(134,94,37,1) 59%, rgba(211,170,91,1) 84%, rgba(133,95,37,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 85px;
    line-height: 85px;
    padding: 0 30px;
    position: relative;
}
.pretabonament02abs01{
    position: absolute;
    top: 7px;
    left: 50px;
}
.pretabonament02abs02{
    position: absolute;
    top: -5px;
    right: 30px;
}
.attrabonamentplus{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;
    color: #996717;
}
.attrabonamentplus:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #f6b600;
    border-radius: 100%;
    left: calc(50% - 5px);
}
.maabonex02{
    background: linear-gradient(129deg, rgba(153,103,23,1) 0%, rgba(211,170,91,1) 20%, rgba(134,94,37,1) 59%, rgba(211,170,91,1) 84%, rgba(133,95,37,1) 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: solid 5px #e2e2e2;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.imgprodus{
    height: 440px;
}
.product-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.product-box .image{
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.innerprodus{
    display: flex;
    flex-direction: column;
    z-index: 999;
    padding: 0 10px;
}
.downinnerprodus{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pretnormal{
    font-size: 18px;
    text-align: left;
    color: #000;
    line-height: 30px;
    height: 30px;
}
.pretspecial{
    font-size: 16px;
    color: var(--culoare-activa);
    line-height: 30px;
    height: 30px;
    text-align: left;
    display: block;
}
.priceold{
    font-size: 20px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    line-height: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.numeprodus{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 10px 0;
}
.numeprodus:hover{
    color: var(--culoare-activa);
}
.modelprodus{
    font-size: 17px;
    font-weight: 600;
    color: var(--culoare-activa);
}
.valoareatribut{
    font-size: 12px;
    font-weight: 400;
    color: var(--culoare-activa);
}
.numeatribut{
    font-size: 14px;
    font-weight: 700;
    color: var(--culoare-activa);
}
.img01{
    transition: 0.7s ease-in-out;
}
.img02 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.7s ease-in-out;
}
.product-box:hover .img01 {
    /* opacity: 0; */
    opacity: 1;
}
.product-box:hover .img02 {
    opacity: 0;
}
.promotie{
    position: absolute;
    top: 14px;
    left: 15px;
    background: var(--culoare-activa);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 10px;
    display: inline-block;
    z-index: 99;
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
}
.alegeoptiuni{
    background: var(--culoare-activa);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 7px 20px;
    margin-top: 7px;
    border-radius: 5px;
}
.alegeoptiuni:hover{color: #fff}
.indisponibil{
    background: var(--culoare-inactiva);
    color: #000;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 0px 20px;
    margin-top: 10px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}
.indisponibil:hover{color: #000;}
.adaugaincos{
    background-color: rgb(29, 29, 29);
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 20px;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.adaugaincos:hover{color: #fff}
.addwishftd {
	position: absolute;
	z-index: 9999;
	top: 0px;
	right: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    border: solid 1px #999;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition: all 0.3s ease-in-out
}
.product-box:hover .addwishftd{
    opacity:1;
}
.addwishftdfull svg{
    fill: red
}
input[type='radio']:checked + .forcheck>.optiunipagprod {
    background: var(--culoare-activa);
    color: #fff;
    font-weight: 600;
    padding: 3px 6px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
}
input[type='radio'] + .forcheck>.optiunipagprod {
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.adaugaoptiune{
    margin-top: auto;
    margin-bottom: 20px;
}
.selectoptiuni{
    margin: 50px 0 20px;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0 2px 2px #000;
    line-height: 20px;
}


.cartBtn {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: white;
    font-weight: 500;
    position: relative;
    background-color: var(--culoare-activa);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    text-transform: uppercase
  }
  .itemsprodbox{
    position: relative;
  }
  .innerproduscategoryname{
    position: absolute;
    background: #000;
    color: #fff;
    width: 80%;
    left: 10%;
    text-align: center;
    line-height: 20px;
    height: 20px;
    top: -10px;
    font-size: 14px;
    font-weight: 400;
  }
  .toateprodfeatured{
    display: inline-block;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: var(--culoare-activa);
    text-transform: uppercase;
  }
  .toateprodfeatured:hover{
    color: #fff;
    text-decoration: underline;
  }
  .instoc{
    font-size: 12px;
    color: green;
    display: block;
    text-align: center;
  }
  .farastoc{
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
    display: block;
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
  }
  .product-box .rate {
    position: relative;
    display: block;
    font-size: 16px;
    color: #F5C82F;
    text-align: left;
    margin-top: 5px;
}
.aflamaimulteslideshow{
    position: relative;
    z-index: 1;
    height: 56px;
    border: solid 5px #fff;
    border-radius: 100px;
    background: #e7622a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    displaY: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.41);
    margin-top: 60px;
}
.aflamaimulteslideshow:hover{
    color: #fff;
}
.blur-prelansare{
    filter: blur(5px)
}