/********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: 8px;
}

.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-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 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
}

#button-cart{
    background-color:var(--culoare1);
    border-color:var(--culoare1);
    width:50%;
}

#button-cart:hover{
    color:#fff;
}

.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:5px;
    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{
    margin-bottom: 60px;
    margin-top:30px;
}

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

#slider-produse-related .owl-prev i,
#slider-produse-related .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: #bbb;
    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{
    left: -30px;
}

#slider-produse-related .owl-next{
    right: -30px;
}

#slider-produse-related .owl-prev i:hover,
#slider-produse-related .owl-next i:hover{
    color:var(--culoare1);
}

#slider-produse-related .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;
}

#button-gnid-marimi{
    cursor: pointer;
    margin: 20px 0 0;
    display: inline-block;
    text-transform: uppercase;
}

#button-gnid-marimi i{
    font-size: 12px;
    color: var(--culoare1);
}

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

.item-noutati {
	padding: 0 15px;
	min-height: 810px;
}

.item-noutati-imagine{
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;

}

.item-noutati-imagine .imagine-produs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 400px;
}

.item-noutati .item-noutati-body {
	padding: 20px;
	position: relative;
	height: 120px;
	z-index: 2;
	-webkit-box-shadow: 0px 10px 13px -7px #ffffff, 5px 5px 15px 5px rgba(255, 255, 255, 0);
	box-shadow: 0px 10px 13px -7px #ffffff, 5px 5px 15px 5px rgba(255, 255, 255, 0);
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: #fff;
	transform: translateY(0);
}

.item-noutati:hover .item-noutati-body {
	-webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 8px 9px 0px rgba(0, 0, 0, 0.1);
}

.item-noutati:hover .item-noutati-body {
	height: auto;
	position: relative;
	z-index: 30;
	transform: translateY(-50px);
}

.item-noutati-title {
	font-size: 16px;
	margin-bottom: 10px;
	min-height: 35px;
}

.item-noutati-title a {
	color: #222;
}

.item-noutati-price{
    font-size: 20px;
    margin-bottom: 15px;
}


.item-noutati-footer-btn {
	display: inline-block;
}

.item-noutati-footer-btn .btn.btn-cart {
	color: #222;
    position: relative;
    z-index: 4;
    padding: 5px 0;
    z-index: 4;
    font-size: 14px;
    border: none;
    text-transform: initial;
}

.item-noutati-footer-btn .btn.btn-cart::before {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	content: '';
	height: 2px;
	width: 20%;
	background: #222;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	z-index: 5;
}

.item-noutati-footer-btn .btn.btn-cart:hover::before {
    width: 100%;
}

.item-noutati #item-noutati-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transform: translateY(70px);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.item-noutati:hover #item-noutati-footer {
	transform: translateY(0);
}

.quickview-wishlist-lista {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	display: inline-block;
}

.quickview-wishlist-item {
	display: inline-block;
	margin-right: 15px;
}

.quickview-wishlist-item:last-child {
	margin-right: 0;
}

.btn-wishlist {
	cursor: pointer;
}

.btn-wishlist i {
	font-size: 16px;
	transition: all .5px;
	-webkit-transition: all .5px;
	-moz-transition: all .5px;
	-ms-transition: all .5px;
	-o-transition: all .5px;
	display: block;
	padding: 5px;
	color: #222;
}

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

.quickview-wishlist-item a {
	color: #222;
}

.quickview-wishlist-item a:hover {
	color: var(--culoare1);
}

.quickview-wishlist-item a i {
	font-size: 16px;
	display: block;
	padding: 5px;
}



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

.cont-poza-main-product{
    padding-top:40px;
    padding-bottom:40px;
    padding-left:15px;
    padding-right:15px;
}

.poza-main-product{
    position: relative;
    display: inline-block;
    width: 100%;
    border: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 300px;
}

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

#product-desc-pag{
    background: #f5f5f5;
    padding: 60px 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;
}

#tab-description{
    line-height:1.6;
}

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




















