/********stars***********/
.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    margin: 0;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
  font-size:20px;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ffc107;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ffc107;
  text-shadow: 0 0 1px #333;
}
.stars{
    display: inline-block;
}
.stars fieldset {
    border: 0;
    width: auto;
    border-radius: 1px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 12px;
}

.review-star{
    width:1.2em;
    color: #ffc107;
}

/***shares*/

.blog-item-share-lista{
    padding:0;
    margin-bottom:15px;
    list-style:none;
}

.blog-item-share-lista li{
    display:inline-block;
    margin-right:10px;
}

.blog-item-share-lista li a i{
    font-size:20px;
    color:#bbb;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.blog-item-share-lista li a:hover i{
    color:var(--culoare4);
}

/************/
.product-review-modal-title{
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.product-wrap{
    margin-top:60px;
}

.heading-product{
    color: #515151;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    z-index: 1;
    font-size: 24px;
}

.price {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.product-data{
    margin-bottom:15px;
}

.product-data strong{
    font-weight: 500;
    letter-spacing: 1px;
    /*margin-right: 10px;*/
}

.card{
    border-radius:0px;
}

.cursor-pointer{
    cursor:pointer;
}

.text-write{
    font-weight: 300;
    font-style: normal;
}

.product-data li{
    margin-bottom:6px;
}

.product-list-description-container{
    position:relative;
    padding-bottom:0;
}

.btn-add-cart{
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 3.5px;
    padding: 10px 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background:#fff;
    font-size:12px!Important;
    padding: 6px 20px!Important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-add-cart:hover {
    padding: 6px 0px!Important;
    color: #000;
}

.product-list-cart-add{
    opacity:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.product-layout:hover .product-list-cart-add{
    opacity:1;
    height:100%;
}


.product-layout .price {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom:6px;
}

.product-name a{
    color: #000;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.product-name {
    margin-bottom:6px;
}

.blog-item-share-lista-item a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item-share-lista li a i {
    font-size: 26px;
}

.blog-item-share-lista-item a.facebook:hover{
	background:#3a589d;
	color:#fff;
	border:2px solid #3a589d;
}

.blog-item-share-lista-item a.twitter:hover{
	background:#2478ba;
	color:#fff;
	border:2px solid #2478ba;
}

.blog-item-share-lista-item a.instagram:hover{
	background:#000;
	color:#fff;
	border:2px solid #000;
}

.blog-item-share-lista-item a.google:hover{
	background:#dd4e31;
	color:#fff;
	border:2px solid #dd4e31;
}

.blog-item-share-lista-item a.linkedin:hover{
	background:#0072b7;
	color:#fff;
	border:2px solid #0072b7
}

.product-data-bottom li{
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0;
    font-size: 14px;
}

#tab-exemplu-continut{
    margin-bottom:10px;
}

#tab-exemplu-continut img{
    max-width:100%;
}

#tab-exemplu-continut .card-header{
    background: #fff;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.btn-wl-product-page{
    cursor:pointer;
}

.btn-wl-product-page i{
    color:var(--culoare1);    
}

.prev-next-item-container{
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

.prev-item-wrapper,
.next-item-wrapper{
    border:1px solid #eceff1;
    position:relative;
}

.prev-item-wrapper::before,
.next-item-wrapper::before{
    content:'';
    display:block;
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background:#0005;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}    

.btn-produs-urmator{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.prev-item-wrapper:hover::before,
.next-item-wrapper:hover::before{
    background:#0003;
}

.prev-item-wrapper a,
.next-item-wrapper a{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.prev-item-wrapper:hover a,
.next-item-wrapper:hover a{
    color:#ed1c24;
}


.titlu-categorie-home-mare{
    font-size: 24px;
    padding: 5px 0 5px 0px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.7;
    position:relative;
    margin-bottom:15px;
    text-align:center;
}

.titlu-categorie-home-mare::after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: var(--culoare1);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
    margin:auto;
}

/*#slider-produse-related .item-noutati,*/
/*#slider-produse-related2 .item-noutati{*/
/*    margin-bottom:30px;*/
/*}*/

/*#slider-produse-related,*/
/*#slider-produse-related2{*/
/*    margin-bottom: 0px;*/
/*    margin-top:30px;*/
/*}*/

/*#slider-produse-related .owl-prev,*/
/*#slider-produse-related .owl-next,*/
/*#slider-produse-related2 .owl-prev,*/
/*#slider-produse-related2 .owl-next{*/
/*    position: absolute;*/
/*    top: calc(50% - 15px)*/
/*}*/

/*#slider-produse-related .owl-prev i,*/
/*#slider-produse-related .owl-next i,*/
/*#slider-produse-related2 .owl-prev i,*/
/*#slider-produse-related2 .owl-next i{*/
/*    border-radius: 100%;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s ease;*/
/*    -moz-transition: all .2s ease;*/
/*    -o-transition: all .2s ease;*/
/*    transition: all .2s ease;*/
/*    padding: 0 10px;*/
/*    background: transparent;*/
/*    color: var(--culoare1);*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s ease;*/
/*    -moz-transition: all .2s ease;*/
/*    -o-transition: all .2s ease;*/
/*    transition: all .2s ease;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 26px;*/
/*}*/

/*#slider-produse-related .owl-prev,*/
/*#slider-produse-related2 .owl-prev{*/
/*    left: -30px;*/
/*}*/

/*#slider-produse-related .owl-next,*/
/*#slider-produse-related2 .owl-next{*/
/*    right: -30px;*/
/*}*/

/*#slider-produse-related .owl-prev i:hover,*/
/*#slider-produse-related .owl-next i:hover,*/
/*#slider-produse-related2 .owl-prev i:hover,*/
/*#slider-produse-related2 .owl-next i:hover{*/
/*    opacity: .8;*/
/*}*/

/*#slider-produse-related .item,*/
/*#slider-produse-related2 .item{*/
/*    padding: 10px;*/
/*}*/

.cont-produs-slide{
    border:1px solid #eee;
}

.product-layout img{
    max-width:100%;
}

.imagine-produs {
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.imagine-produs img{
    width:100%;
}

.slide-produs-content{
    padding: 10px;
    text-align: center;
}

.cont-produs-slide {
    padding-bottom: 10px;
}

.titlu-produs-home{
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slide-produs-content .price{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: "Merriweather",serif;
    font-style: italic;
    text-align:left;
}

.descriere-produs-home{
    margin-bottom: 15px;
    font-size: 15px;
}

.price-produse-home .price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: #ed1c24;
    font-size: 12px;
}

.produs-item-descriere-buton {
    position: relative;
    display: inline-block;
    margin: auto;
}

.btn.btn-wishlist {
    color: #fff;
    background: var(--culoare1);
    font-size: 16px;
    margin-right: 0px;
    line-height: 1;
    border: none;
    height: 30px;
    padding: 0;
    padding-top: 7px;
    width: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 0px;
    border-left: 2px solid #fff;
}

.btn.btn-wishlist:hover{
    background: var(--culoare1);
}

.btn.btn-wishlist:hover i{
    color:#fff;
}

.btn-cart:hover i {
    color: #fff;
    background: var(--culoare1);
}

.produs-content{
    padding: 10px;
    text-align: center;
}

/**********************/

.cont-poza-main-product{
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.poza-main-product{
    position: relative;
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.poza-main-product::after{
    content: '';
    display: block;
    padding-bottom: 85%;
}

#product-desc-pag{
    background: #f5f5f5;
    padding: 20px 15px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.table td.title-attribute{
    border: none;
    padding-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cont-atrib-pagprod .table td{
    border: none;
    padding: 0;
    padding-bottom:6px;
}

.titlu-listing-info-prod{
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

/**************************/

.cont-product-bought-with{
   margin-top:30px;
   margin-left:-10px;
   margin-right:-10px;
}

.buc-product-bw{
    margin-bottom: 15px;
    padding: 0;
    margin: 0 10px 30px;
}

.boughtw-plus{
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    margin:0 5px 30px;
}

.cont-shadow-product-bw{
    -webkit-box-shadow: 0px 8px 9px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 9px 0px rgb(0 0 0 / 10%);
}

.image-product-bw{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.image-product-bw::after{
    content: '';
    display: block;
    padding-bottom: 140%;
}

.title-product-bw{
    padding: 10px;
}

.title-product-bw a{
    color: var(--culoare2);
    letter-spacing: .5px;
    font-size: 14px;
    min-height: 70px;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-rasfoieste{
    padding: 6px 10px 6px;
    color: var(--culoare1);
    text-transform: initial;
}

.btn.btn-rasfoieste i{
    position:relative;
    top:1px;
}

.btn.btn-rasfoieste:hover{
    background:var(--culoare1);
    color:#fff;
}

.cont-titluri-bought-with{
    width:100%;
    max-width: 550px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.cont-titluri-bought-with .form-group {
    margin-bottom: 10px;
}

.cont-titluri-bought-with label{
    margin-bottom: 0;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cont-titluri-bought-with label .item-noutati-price{
    margin: 0;
    font-size: 15px;
    display: flex;
}

.cont-titluri-bought-with label .item-noutati-price .price-old{
    margin-left:5px;
    font-size: 15px;
}

.cont-check-title-boughtw{
    opacity:.4;
}

.cont-check-title-boughtw.checked{
    opacity:1;
}

.cont-cartadd-bought-with{
    margin:15px 0 30px;
}

.first-child-bw{
    pointer-events:none;
}

/******************************/

.show-more-desc{
    font-size: 16px;
    font-weight: 600;
    background: #eee;
    width: fit-content;
    padding: 6px 24px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-style: italic;
    color: var(--culoare-text1);
    margin-top:20px;
    display:block;
}

.bucata-descriere-ascunsa{
    height: 200px;
    position:relative;
    overflow:hidden;
}

.bucata-descriere-ascunsa::after{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,rgba(245,245,245,1) 5%,rgba(245,245,245,0) 95%);
    pointer-events: none;
}

.bucata-descriere-ascunsa.deschis{
    height: auto;
}

.bucata-descriere-ascunsa.deschis::after{
    display:none;
}

#slider-additional-images{
    
}

#slider-additional-images .image-additional{
    display: inline-block;
}

/**************************/

.review-reply,
.view-reply{
    cursor: pointer;
    display: inline-block;
    margin-left:6px;
}

.review-reply i,
.view-reply i{
    margin-right:4px;
    color:var(--culoare1);
}

.tr-review-reply{
    background: #f9f9f9;
}

.tr-review-reply > td,
.tr-view-review-reply > td{
    padding:0;
}

.cont-main-review-reply{
    display:none;
    padding: 0.75rem;
}

.cont-view-review-reply{
    display:none;
    padding: 0.75rem;
    padding-top:0;
}

.cont-main-review-reply textarea{
    margin-bottom: 10px;
}

.btns-main-review-reply .btn{
    margin-left:6px;
}

.reply-item-cont{
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.cont-view-review-reply .reply-item-cont:last-child{
    padding-bottom:0;
}

.reply-author{
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
}

.reply-text{
    margin-bottom: 5px;
}

.reply-buttons-cont{
    text-align:right;
    background: rgb(32 117 97 / 10%);
}

.admin-author-reply{
    font-weight: 500;
    color: var(--culoare1);
    text-align: left;
    margin-bottom: 4px;
    display: block;
}

/* NOVLES */

#product-product{
    margin-top:15px;
    clear:both;
}

#product-product #breadcrumbs-wrapper{
    margin-bottom:15px;
}

#product-product #content{
    min-height:unset;
}

/* IMAGES */

#product-image-wrapper-mobile{
    display:none;   
}

.product-images-wrapper{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row-reverse;
    gap:30px;
}

.product-main-image-wrapper{
    flex:0 1 100%;
    position:relative;
}

/* WITH BADGE */
/*.product-image-badge-wrapper{*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    top: 5px;*/
/*    left: -20px;*/
/*    width: fit-content;*/
/*}*/

/*.product-image-badge{*/
/*    letter-spacing: .5px;*/
/*    font-weight: 700;*/
/*    font-size: 12px;*/
/*    padding-left: 1px;*/
/*    background-color: var(--culoare1);*/
/*    height: 30px;*/
/*    width: 145px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/

/*.product-image-badge-behind{*/
/*    width: 0;*/
/*    height: 0;*/
/*    border: 0 solid transparent;*/
/*    border-left-width: 30px;*/
/*    border-right-width: 0;*/
/*    border-top: 12px solid #df7f1c;*/
/*}*/
/* WITH BULINA */
.product-image-badge-wrapper{
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 5px;
    width: fit-content;
}

.product-image-badge-wrapper.to-right{
    left:unset;
    right:5px;
}

.product-image-badge {
    font-weight: 700;
    background-color: #da4f49;
    text-align: center;
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
}

.product-image-badge-behind{
    
}

#product-main-image-link{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    padding:10px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid transparent;
    background:transparent;
    position:relative;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#product-main-image-link.no-additional{
    margin-left:unset;
}

#product-main-image-link:hover{
    border-color:#000;   
}

/*#product-main-image{*/
/*    height:auto;*/
/*    width:100%;*/
/*    max-width:100%;*/
/*}*/

#product-main-image{
    display:block;
    width:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

#product-main-image::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.product-additional-image-wrapper{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.product-additional-image-wrapper::after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    position:absolute;
    left:0;
    top:0;
    visibility:visible;
    opacity:1;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.product-additional-image-wrapper.selected-image::after{
    visibility:hidden;
    opacity:0;
}

.product-additional-image{
    height:auto;
    width:100%;
    max-width:100%;
    aspect-ratio:1/1;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
}

.slider-additional-images-wrapper{
    max-height: 590px;
    overflow:hidden;
    overflow-y: auto;
}

 /* width */
.slider-additional-images-wrapper::-webkit-scrollbar{
  width: 5px;
}

/* Track */
.slider-additional-images-wrapper::-webkit-scrollbar-track {
  background: #fff; 
  border-left: 1px solid #ddd;
}
 
/* Handle */
.slider-additional-images-wrapper::-webkit-scrollbar-thumb {
  background: #eee; 
}

/* Handle on hover */
.slider-additional-images-wrapper::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}

#slider-additional-images{
    position:relative;
    padding:0;
}

#slider-additional-images:not(.owl-carousel){
    display:flex;
    flex-flow:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:16px;
    width:90px;
}

#slider-additional-images .owl-nav{
    
}

#slider-additional-images .owl-nav .owl-prev,
#slider-additional-images .owl-nav .owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.5);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    outline:none!important;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#slider-additional-images .owl-nav .owl-prev i,
#slider-additional-images .owl-nav .owl-next i{
    font-size: 18px;
    color: rgba(0,0,0,.5);
    position: relative;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#slider-additional-images .owl-nav .owl-prev{
    
}

#slider-additional-images .owl-nav .owl-next{
    left:unset;
    right:-16px;
}

#slider-additional-images .owl-nav .owl-prev i{
    left: -2px;
}

#slider-additional-images .owl-nav .owl-next i{
    right: -2px;
}

#slider-additional-images .owl-nav .owl-prev:hover,
#slider-additional-images .owl-nav .owl-next:hover{
    background: rgba(255,255,255,.8);
    border-color:rgba(0,0,0,.6);
}

#slider-additional-images .owl-nav .owl-prev:hover i,
#slider-additional-images .owl-nav .owl-next:hover i{
    color:var(--culoare-text);
}

.additional-images-item{
    background:#fff;
    padding:5px;
    border:1px solid #ddd;
}

.additional-images-item a{
    display:block;
    width:100%;
    height:100%;
}

.additional-images-image{
    width:100%;
    display:block;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.additional-images-image::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

.additional-product-description-image a:first-of-type{
    font-weight: 700;
    color: rgb(18,115,199);
    font-size: 14px;
}

.additional-product-description-image{
    border:none;
}

/* PRODUCT INFO */

.product-main-title{
    font-size:27px;
    font-weight:400;
    line-height:1.25;
    text-align:left;
    margin-bottom:0;
    font-family: "Roboto", sans-serif;
    color:var(--culoare-text-main);
}

.product-main-author{
    font-size:14px;
    line-height: 1.2;
    color:var(--culoare-text-main);
    font-weight: 500;
    text-decoration:none;
    display: block;
    margin-top:4px;
}

.product-main-author span{
    color:var(--culoare-text-main2);
    padding-right:2px;
}

.product-main-author a{
    color:var(--culoare1);
    text-decoration:none;
}

.product-main-author a:hover{
    color:var(--culoare1);
    text-decoration:underline;
}

.product-main-rating-wrapper{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
    margin:15px 0;
}

.product-main-rating{
}

.product-main-rating-star{
    
}

.product-main-rating-star i{
    color:#e2e2e2;
}

.product-main-rating-star.active i{
    color:#f2a80b;
}

.product-main-rating-text{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
    cursor:pointer;
}

.product-main-rating-text span:first-child{
    font-family: "Roboto", sans-serif;
}

.product-main-rating-text span{
    font-size:14px;
    color:var(--culoare1);
    text-transform:initial;
    font-weight:400;
}

#product{
    margin:0 0;
    padding:16px 0;
    /*border-top:1px solid #ccc;*/
    /*border-bottom:1px solid #ccc;*/
}

.product-main-type{
    font-size: 14px;
    font-weight: 700;
    line-height:1.25;
}

.product-main-type i{
    transform: scaleX(-1);
}

.product-main-price-wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    margin: 5px 0;
    font-family: "Roboto", sans-serif;
}

.product-main-price{
    font-weight: 700;
    font-size: 28px;
    color:var(--culoare-text-main);
    line-height:1.1;
}

.product-main-price-old{
    color: #666;
    font-weight:400;
    font-size:14px;
}

.product-main-price-old span{
    text-decoration: line-through;
}

.product-main-special-percent{
    font-weight: 400;
    font-size:14px;
    color:var(--culoare1);
    padding-left:10px;
    position:relative;
}

.product-main-special-percent::before{
    content:'';
    display:block;
    width:1px;
    height:75%;
    background:#666;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.product-main-type-list{
    padding:15px 0;
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:10px;
}

.product-main-type-item{
    flex:1 1 calc(25% - 8px);
    padding:7px;
    background: #fff;
    border: 3px solid transparent;
    outline: 1px solid #ccc;
    width:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-flow:column;
    gap:4px;
    text-align:center;
    cursor:pointer;
    position:relative;
}

.product-main-type-item.active{
    padding-left:18px;    
    padding-right:18px;
}

.product-main-type-item .fa-check-circle{
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #28a745;
}

.product-main-type-item.active,
.product-main-type-item:hover{
    border-color: var(--culoare-secondary);
    background: #f2f2f2;
    outline-color:transparent;
}

.product-main-type-item-text{
    color:var(--culoare-text-main);
    line-height:1.15;
    font-size:14px;
    font-weight:400;
}

.product-main-type-item-price{
    line-height: 1.25;
    color:var(--culoare-text-main);
    font-weight:700;
    font-family: "Roboto", sans-serif;
}

.product-main-type-item-price-old{
    line-height: 1.25;
    color: var(--culoare-text-main);
    font-family: "Roboto", sans-serif;
    text-decoration: line-through;
    font-weight: 300;
    display:block;
}

/*#button-cart{*/
/*    background-color: var(--culoare1);*/
/*    border-color: var(--culoare1);*/
/*    padding: 10px 20px;*/
/*    line-height: 1.2;*/
/*    font-weight:500;*/
/*    font-size:14px;*/
/*}*/

#button-cart{
    background-color: var(--culoare1);
    border: 2px solid var(--culoare1);
    color:#fff;
    padding: 12px 24px 10px;
    line-height: 1.2;
    font-weight:600;
    font-size:14px;
    display:block;
    margin-top:5px;
    font-family: "Roboto", sans-serif;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#button-cart:hover{
    color:var(--culoare1);
    border-color:var(--culoare1);
    background-color:#fff;
}

.product-main-wishlist-button-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    margin:16px auto 0;
}

.product-main-wishlist-button{
    background-color: #fff;
    border: 1px solid var(--culoare-text-main);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.product-main-wishlist-button i{
    font-size:14px;
    color:var(--culoare-text-main);
}

.product-main-wishlist-button-wrapper:hover .product-main-wishlist-button{
    border-color:#000;
}

.product-main-wishlist-button-wrapper:hover i{
    font-weight:900;
    color:#000;
}

.product-main-wishlist-button-wrapper span{
   font-size:14px;
   color:var(--culoare1);
   cursor:pointer;
   padding-left:10px;
}

.product-main-wishlist-button-wrapper:hover span{
    text-decoration:underline;
}

/* DESCRIPTION */

#product-description-section{
    /*margin:30px 0;*/
    clear:both;
}

.product-section-title-wrapper{
    
}

.product-section-title{
    font-size: 32px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    color: var(--culoare-text2);
    text-align:left;
}

#tab-description{
    margin-top: 6px;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    color:#000;
    font-size: 14px;
    line-height: 1.8;
    clear:both;
}

#tab-description img{
    max-width:100%;
    height:auto;
}

#product-description2{
    margin-top:15px;
}

/* DETAILS */

#product-details-section{
    margin:30px 0;
    clear:both;
}

#product-details-wrapper{
    
}

#productDetailsList{
    border-bottom:1px solid #ccc;
    display:flex;
    justify-content:center;
}

#productDetailsList .nav-item{
    display: inline-block;
    position: relative;
}

#productDetailsList .product-details-tab{
    font-size:14px;
    font-weight:400;
    padding:16px 40px;
    color:var(--culoare1);
    text-align:center;
    display:block;
    line-height:1;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position:relative;
    -webkit-transition: all .3s cubic-bezier(0.5,0,.3,1);
    -moz-transition: all .3s cubic-bezier(0.5,0,.3,1);
    transition: all .3s cubic-bezier(0.5,0,.3,1);
}

#productDetailsList .product-details-tab.active{
    border: 1px solid #ccc;
    border-bottom-color: #fff;
}

.product-details-tab.active + .product-details-tab{
    display:none;
}

#productDetailsList .product-details-tab::before{
    content: "";
    width: 1px;
    background: #fff;
    position: absolute;
    left: -3px;
    height: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: height .1s cubic-bezier(0.5,0,.3,1);
}

#productDetailsList .product-details-tab.active::before{
    height:27px;
}

#productDetailsList .product-details-tab::after{
    content: "";
    width:1px;
    background:#ccc;
    position: absolute;
    right: 0;
    height: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: height .1s cubic-bezier(0.5,0,.3,1);
}

#productDetailsList .product-details-tab.active::after{
    height:0;
}

#productDetailsList .nav-item:last-of-type .product-details-tab::after{
    height:0;
}

#productDetailsContent{
    padding:30px 0;
    width:100%;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}

.product-details-tab-content-title{
    color:var(--culoare-text-main);
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-details-tab-content{
    font-size:14px;
    text-align:left;
    line-height:1.6;
    padding-bottom: 22px;
}

#productDetailsContent .table{
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

#productDetailsContent .table tr{
    
}

#productDetailsContent .table tr > th{
    font-weight: 500;
    padding:5px 20px;
    font-size: 14px;
    line-height:1.8;
    text-align:left;
    border:none;
}

#productDetailsContent .table tr > td{
    padding:5px 20px;
    font-size: 14px;
    line-height:1.8;
    text-align:left;
    border:none;
}

#productDetailsContent .table tr > td > a{
    color:var(--culoare1);
    text-decoration:none;
}

#productDetailsContent .table tr > td > a:hover{
    color:var(--culoare1);
    text-decoration:underline;
}

.product-author-details{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:30px;
}

.product-author-deatils-image{
    flex:0 1 100%;
    max-width:200px;
    text-align:center;
}

.product-author-deatils-image img{
    aspect-ratio:1/1;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:200px;
}

.product-author-details-description{
    flex:0 1 100%;
    font-size: 14px;
    line-height:1.8;
    color:var(--culoare-text-main);
}

/* RELATED */

#product-related-section,
#product-related2-section{
    margin:30px 0;
    clear:both;
}

.product-related-title-wrapper{
    margin-bottom:30px;
}

.product-related-title{
    color:var(--culoare-text-main);
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.product-related-title::before,
.product-related-title::after{
    content: " ";
    position: relative;
    background-color: #ccc;
    display: block;
    height: 1px;
    -webkit-flex-grow: .5;
    flex-grow: .5;   
}

.product-related-title::before{
    margin-right: 0.5em;
}

.product-related-title::after{
    margin-left: 0.5em;
}

#slider-produse-related,
#slider-produse-related2{
    width:calc(100% - 70px);
    margin-left:auto;
    margin-right:auto;
}

#slider-produse-related .owl-nav.disabled,
#slider-produse-related2 .owl-nav.disabled{
    display:none;
}

#slider-produse-related .owl-nav,
#slider-produse-related2 .owl-nav{

}

#slider-produse-related .owl-nav .owl-prev,
#slider-produse-related .owl-nav .owl-next,
#slider-produse-related2 .owl-nav .owl-prev,
#slider-produse-related2 .owl-nav .owl-next{
    position:absolute;
    top:50%;
    left: -35px;
    transform: translateY(-50%);
    color: #000;
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-produse-related .owl-nav .owl-prev i,
#slider-produse-related .owl-nav .owl-next i,
#slider-produse-related2 .owl-nav .owl-prev i,
#slider-produse-related2 .owl-nav .owl-next i{
    color:#000;
    font-size:24px;
}

#slider-produse-related .owl-nav .owl-prev:hover,
#slider-produse-related .owl-nav .owl-next:hover,
#slider-produse-related2 .owl-nav .owl-prev:hover,
#slider-produse-related2 .owl-nav .owl-next:hover{
    
}

#slider-produse-related .owl-nav .owl-prev,
#slider-produse-related2 .owl-nav .owl-prev{
    
}

#slider-produse-related .owl-nav .owl-next,
#slider-produse-related2 .owl-nav .owl-next{
    left:unset;
    right:-35px;
}

#slider-produse-related .owl-stage,
#slider-produse-related2 .owl-stage{
    display:flex;
    align-items:stretch;
}

.product-products-item{
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    height: 100%;
}

.product-products-item-top{
    position:relative;
}

/* WITH BADGE */
/*.product-products-item-badge-wrapper{*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    left: -10px;*/
/*    top: -10px;*/
/*    width: fit-content;*/
/*}*/

/*.product-products-item-badge{*/
/*    letter-spacing: .2px;*/
/*    font-weight: 700;*/
/*    font-size: 10px;*/
/*    padding-left: 2px;*/
/*    background-color: var(--culoare1);*/
/*    height: 20px;*/
/*    width: 110px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/

/*.product-products-item-badge-behind{*/
/*    width: 0;*/
/*    height: 0;*/
/*    border: 0 solid transparent;*/
/*    border-left-width: 11px;*/
/*    border-right-width: 0;*/
/*    border-top: 12px solid #df7f1c;*/
/*}*/
/* WITH BULINA */
.product-products-item-badge-wrapper{
    position: absolute;
    z-index: 9;
    left: -5px;
    top: -5px;
    width: fit-content;
}

.product-products-item-badge{
    font-weight: 700;
    background-color: #da4f49;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}

.product-products-item-badge-behind{
    
}

.product-products-item-wishlist-wrapper{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 8;
}

.product-products-item-wishlist-button{
    background-color: rgba(255,255,255,.5);
    border:1px solid #000;
    width:26px;
    height:26px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.product-products-item-wishlist-button i{
    color:#000;
    font-size:13px;
}

.product-products-item-image{
    position: relative;
    z-index: 6;
    display: block;
    width: 100%;
}

.product-products-item-image img{
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: auto;
    display: block;
    max-width:100%;
}

.product-products-item-button-wrapper{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 10;
    opacity:1;
    visibility:visible;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product-products-item-button{
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 800;
    padding: 3px 9px;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: initial;
    cursor:pointer;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.product-products-item-top:hover .product-products-item-button-wrapper{
    bottom:0;
    z-index: 7;
    opacity:1;
    visibility:visible;
}

.product-products-item-bot{
    position:relative;
    background:#fff;
    z-index:15;
    padding-top: 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}

.product-products-item-name{
    font-size:13px;
    line-height: 1.2;
    color:var(--culoare-text-main);
    font-weight: 500;
    text-decoration:none;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    white-space: unset;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width:163.25px;
}

#slider-produse-related .product-products-item-name,
#slider-produse-related2 .product-products-item-name{
    max-width:unset;
}

.product-products-list.product-products-list-no-left .product-products-item-name{
    max-width: 178px;
}

.product-products-item-name:hover{
    text-decoration:underline;
    color:var(--culoare-text-main);
}

.product-products-item-author{
    font-size:13px;
    line-height: 1.2;
    color:var(--culoare-text-main);
    font-weight: 500;
    text-decoration:none;
    display: block;
    margin-top:4px;
}

.product-products-item-author span{
    color:var(--culoare-text-main2);
}

.product-products-item-author a{
    color:var(--culoare1);
    text-decoration:none;
}

.product-products-item-author a:hover{
    color:var(--culoare1);
    text-decoration:underline;
}

.product-products-item-rating{
    margin-top: 4px;
}

.product-products-item-rating-star{
    
}

.product-products-item-rating-star i{
    color:#e2e2e2;
}

.product-products-item-rating-star.active i{
    color:#f2a80b;
}

.product-products-item-price-wrapper{
    margin-top:10px;
    font-family: "Roboto", sans-serif;
}

.product-products-item-price{
    font-weight: 600;
    font-size:13px;
    color:var(--culoare-text2);
    line-height:1;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
}

.product-products-item-price:hover{
    text-decoration:underline;
    color:var(--culoate-text2);
}

.product-products-item-price:hover .product-products-item-price-type,
.product-products-item-price-type{
    color:var(--culoare-text-main2);
    font-weight:400;
}

.product-products-item-price-old{
    font-size:12px;
    color: #767676;
    font-weight: 500;
    line-height: 1.5;
    display:block;
}

.product-tags-container{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-tags-item{
    background: #f2f2f2;
    padding: 3px 10px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    border-radius: 12px;
    transition: all .2s ease;
    margin: 5px;
    display: inline-block;
}

.product-tags-item:hover,
.product-tags-item:active{
    background: var(--culoare1);
    color:#fff;
}

.expire-text{
    font-size: 16px;
    font-weight: bold;
}

.product-contdown-container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:57px;
}

.product-contdown-container span{
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.product-contdown-container span div{
    font-size: 14px;
    margin-top: 3px;
    font-weight: normal;
}

#product-page-left-cont-sticky{
    
}

/* N */

.product-images-wrapper,
#product-image-wrapper-mobile{
    position: relative;
    overflow: hidden;
}

.stock-band-wrapper{
    position: absolute;
    left: -50px;
    top: 36px;
    z-index: 50;
    width: 200px;
    transform: rotate(-45deg);
}

.stock-band-wrapper .stock-band{
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #1c7d5a;
    padding: 6px 10px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .5px;
    width: 200px;
    text-align: center;
}

.product-products-item{
    overflow:hidden;
}

.product-products-item .stock-band-wrapper{
    position: absolute;
    left: -70px;
    top: 18px;
    z-index: 50;
    width: 200px;
    transform: rotate(-45deg);
}

.product-products-item .stock-band-wrapper .stock-band{
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #1c7d5a;
    padding: 6px 10px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .5px;
    width: 200px;
    text-align: center;
}



