/**
  Theme Name: Child Hello Elementor
  Author: Uptrust CyberSec
  Text Domain: child-elementor
  Template: hello-elementor
  Version: 3.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

body {
  font-family: Poppins,sans-serif!important;
  color: #000!important;
  font-weight: 400!important;
}

.hidden-important {
    display: none !important;
}


@media(max-width:600px){
.related.products .attr_count{
    display:none;
}

.featured.products .attr_count{
    display:none;
}
}


.grecaptcha-badge {
  display: none !important;
}

.woocommerce-cart .hidden-important {
  display: initial !important;
}

p, a{
    font-family: Poppins, sans-serif!important;
}

.myh1{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:60px;
}

.myh2{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:48px!important;
}

.myh3{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:36px!important;
}

.myh4{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:28px!important;
}

.myh5{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:24px!important;
}

.myh6{
    font-family:Poppins!important;
    font-weight:500!important;
    font-size:20px!important;
    text-transform:uppercase!important;
}

.woocommerce ul.products li.product .button{
    display:none!important;
}

.btn-black a{
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  text-align: center;
  padding: 18px 42px !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  transition: all .3s ease !important;
  border-radius: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0!important;
  min-width: initial!important;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 15px !important;
  margin-bottom: 15px;
  background: 0 0 !important;
  border: 1px solid #e9e9e9 !important;
  text-align: center;
  transition: all .3s ease;
}

.woocommerce nav.woocommerce-pagination ul{
    border:0!important;
}

.woocommerce nav.woocommerce-pagination ul li a{
    padding:0!important;
}

.woocommerce-products-header{
    background-color:#f9f9f9!important;
}

.tinvwl-tooltip{
    display:none!important;
}

.btn-bl{
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  text-align: center;
  padding: 18px 42px !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  transition: all .3s ease !important;
  border-radius: 0 !important;
}

.btn-bl:hover{
	color: #000 !important;
  background-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.btn-black a:hover {
  color: #000 !important;
  background-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.gogbtn{
	text-align: center !important;
  color: #214af1 !important;
	border:0!important;
	background-color:transparent!important;
}

.gogp{
  font-size: 16px!important;
  line-height: 26px!important;
  font-weight: 400!important;
  color: #000!important;
  text-align:center!important;
}

.gogp a{
  color: #214af1!important;
  text-decoration: none!important;
  background-color: transparent!important;
}

.gogc{
	color:#000!important;
}

.text-center{
	text-align:center!important;
}

.gogbtn:hover{
	text-decoration:underline!important;
	background-color:transparent!important;
}

.banner-btn{
	background: #fff!important;
  font-size: 18px!important;
  font-weight: 500!important;
  line-height: 20px!important;
  padding: 18px 43.5px!important;
  display: inline-block!important;
  color: #000!important;
	border-radius:0!important;
  transition: all .3s ease!important;
}

.banner-btn:hover{
	background: #e9e9e9!important;
  transition: all .3s ease!important;
}

.wpcf7-form{
	max-width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
}


.wpcf7-form input[type="text"]{
  margin-bottom: 10px;
	margin-top: 10px;
	padding:10px;
	height: 40px;
	border-color:#e9e9e9;
  border-radius: 0!important;
}

.wpcf7-form input[type="email"]{
	margin-bottom: 10px;
	margin-top: 10px;
	padding:10px;
	height: 40px;
	border-color:#e9e9e9;
  border-radius: 0!important;
}

.wpcf7-form input[type="tel"]{
	margin-bottom: 10px;
	margin-top: 10px;
	padding:10px;
	height: 40px;
	border-color:#e9e9e9;
  border-radius: 0!important;
}

.wpcf7-form textarea{
	height:150px;
	border-radius:0;
	margin-top: 10px;
	border-color:#e9e9e9;
}

.wpcf7-form h2{
	font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6{
	flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.w-100{
	width:100%;
}

.w-98{
	width:98%;
}

.ghid_marimi thead tr th:first-child {
  font-weight: 400!important;
  font-size: 14px!important;
  text-align: left!important;
  line-height: 26px!important;
  vertical-align: top!important;
}

@media(max-width: 768px){
    .ghid_marimi thead tr th:first-child {
  text-align: center!important;
}
}

.gga{
    display:flex!important;
    justify-content: space-between!important;
    padding: 0 50px!important;
}

.ghid_marimi thead tr th {
  border: 0!important;
  border-bottom: 1px solid #bcbcbc!important;
  font-size: 20px!important;
  font-weight: 400!important;
  line-height: 30px!important;
  text-align: center!important;
  vertical-align: top!important;
}

.ghid_marimi td{
	text-align:center!important;
}

.ghid_marimi th{
	text-align:left!important;
}

.ghid_marimi tbody tr td{
	border:0!important;
}

.ghid_marimi tbody tr th{
	border:0!important;
}

.ghid_marimi thead tr .colth {
  font-weight: 400!important;
  font-size: 14px!important;
  text-align: center!important;
}

.wpcf7-list-item {
	display: block!important;
}


.tnp-submit {
  font-size: 18px!important;
  line-height: 30px!important;
  font-weight: 500!important;
  background: 0 0!important;
  color: #214af1!important;
  width: auto!important;
  padding: 0!important;
    padding-bottom: 0px!important;
  border-radius: 0!important;
  transition: all .3s ease!important;
  border-width: 0 0 2px 0!important;
  border-style: solid!important;
  border-color: transparent!important;
  margin-bottom: 5px!important;
  padding-bottom: 3px!important;
  display: inline-block!important;
  transition: all .3s ease!important;
}

.fa-chevron-right {
  font-size: 16px;
  padding-left: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #214af1;
	transition: all .3s ease;
}

.wp-block-tnp-minimal{
	padding:0!important;
	font-weight:500!important;
}

.news_btn{
	display: flex!important;
  align-items: center!important;
	font-weight:500!important;
}

.news_btn:hover .fa-chevron-right {
  padding-left: 10px;
  transition: all .3s ease;
}

.news_btn:hover .tnp-submit {
  border-color: #90a4f8!important;
	border-width: 0 0 2px 0!important;
  border-style: solid!important;
  transition: all .3s ease!important;
}

.tnp-email{
	border:1px solid #DFDFDF!important;
	background-color:white!important;
	border-radius:0!important;
}

.page-title {
  text-align: center!important;
  color:#000!important;
  font-weight: 500 !important;
  font-size: 36px;
  padding-top:24px!important;
}

@media(max-width:500px){
  .page-title {
  font-size: 28px!important;
}  
}

 .tinvwl_add_to_wishlist_button {
  position: absolute!important;
  top: 5px!important;
  right: 5px!important;
  color: #214af1!important;
  margin-top: 0!important;
  transition: all .3s ease!important;
}

.woocommerce-loop-product__title {
  font-size: 16px!important;
  line-height: 26px!important;
  font-weight: 400!important;
  padding-top: 0!important;
  color: #000!important;
}

.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before{
    font-size:24px!important;
}

.gg-breadcrumbs{
    margin-top:-30px;
    padding:15px 0;
}

.gg-breadcrumbs nav{
    font-size:initial!important;
}

.quantity, .woocommerce-product-gallery__trigger, .product_meta{
    display:none!important;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
  display: none!important;
}

.card button{
 display:none!important;   
}

.woocommerce-breadcrumb {
  font-size: 12px!important;
}

.product_title{
    font-size:22px!important;
}

.wish-btn-singleproduct{
  position: relative !important;
  width: 18px!important;
  height: 18px!important;
  vertical-align: sub!important;
}


.single_add_to_cart_button{
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  text-align: center;
  padding: 18px 42px !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  transition: all .3s ease !important;
  border-radius: 0 !important;
}

.single_add_to_cart_button:hover{
	color: #000 !important;
  background-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.price {
  font-size: 18px!important;
  line-height: 30px!important;
  font-weight: 500!important;
  color: #000!important;
  margin-top: auto!important;
}


.detalii_aditionale_section{
    display:flex!important;
    /*justify-content:center!important;*/
    border-bottom: 1px solid #e9e9e9!important;
    border-top: 1px solid #e9e9e9!important;
}

.detalii_aditionale_section h4{
    font-size:28px!important;
    font-weight:500!important;
}

.mobile_collapse_info{
    display:none!important;
}

.csm_ul{
    list-style-type: none!important;
    margin: 0!important;
    padding: 0!important;
}

.csm_ul li{
 display:flex!important;
 align-items:center!important;
 margin-bottom: 10px!important;
}

.csm_ul li img{
 width: 24px !important;
 height: 24px !important;
}

.csm_ul li p{
  margin-block-start: initial!important;
  margin-block-end: initial!important;
  margin-left: 8px!important;

}

.description_section {
  padding: 30px 30px 30px 0!important;
  /*border-right: 1px solid #e9e9e9!important;*/
}

.compozitie_section {
  padding: 30px!important;
  border-bottom: 1px solid #e9e9e9!important;
}

.ingrijiri_section{
    padding:30px!important;
}

.woocommerce-tabs .detalii_aditionale_section .last_section .informatii_utile_section {
  padding: 30px!important;
}

.last_section{
    flex-basis:33.33%;
}

.woocommerce-tabs .detalii_aditionale_section .description_section{
    flex-basis:33.33%!important;
}

.middle_section {
  border-right: 1px solid #e9e9e9!important;
}

.middle_section{
    flex-basis: 33.33%;
}

.woocommerce-product-gallery__wrapper{
    display:flex!important;
    flex-wrap:wrap!important;
}

.woocommerce-product-gallery__image{
  position: relative;
  overflow: hidden;
  flex: 50%;
  margin: 0 0 10px;
  cursor: pointer;
  width: 50%;
  max-width: 50%;
  padding: 0 5px;
}

.woocommerce-page div.product div.summary {
  width: 35% !important;
  padding-left: 40px;
}

.woocommerce-page div.product div.images {
  width: 65%!important;
}

.woocommerce-product-rating {
  display: flex !important;
  flex-direction: column!important;
}

/*.variations_form.cart.wvs-loaded .quantity {*/
/*  display: none !important;*/
/*}*/

@media(max-width:500px){
    .woocommerce-product-gallery__wrapper{
    display:inline-block!important;
    flex-wrap:initial!important;
}

.woocommerce-product-gallery__image {
  position: relative!important;
  flex: initial!important;
}


.woocommerce-page div.product div.summary {
  width: 100%!important;
}

.woocommerce-page div.product div.images {
  width: 100%!important;
}
}



/*TABLET RESPONSIVE*/
@media(max-width:900px){
    .woocommerce-product-gallery__wrapper{
    display:inline-block!important;
    flex-wrap:initial!important;
}

.woocommerce-product-gallery__image {
  position: relative!important;
  flex: initial!important;
}


.woocommerce-page div.product div.summary {
  width: 100%!important;
}

.woocommerce-page div.product div.images {
  width: 100%!important;
}


.flex-control-nav {
    display: flex !important;
    justify-content: center !important;
    padding-top: 10px !important;
}

.flex-control-nav li {
    position: relative;
    width: 13px !important;
    height: 13px !important;
    margin: 0 3px !important;
}

.flex-control-nav li img {
    display: inline-block !important;
    border-radius: 50% !important;
    width: 13px !important;
    height: 13px !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-control-nav li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #dfdfdf;
    z-index: 1;
}

.flex-active{
    margin-top:-1px!important;
    margin-left:-1px!important;
    background-color:#214AF1!important;
    width: 20px !important;
    height: 20px !important;
    padding: 7px !important;
    border-radius: 50% !important;
    z-index:99999;
}

.flex-control-nav li img.flex-active::after {
    background-color: blue !important;
}

}

.dnones{
    display:none!important;
    transition: ease .3s!important;
}

.d-nog{
    display:none;
}

#stickhead {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#stickhead.dnones {
  opacity: 0;
  transform: translateY(-100%);
}

.woocommerce span.onsale {
  font-weight: 500!important;
  background-color: #000!important;
  right: auto!important;
  left: 0!important;
  min-height: 35px!important;
  min-width: 70px!important;
  padding: 5px 10px!important;
  line-height: 25px!important;
  margin: 0!important;
  border-radius: 0!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-size: 12px!important;
}

.woocommerce ul.products li.product .onsale {
  top: 0!important;
  left: 0!important;
  right: initial!important;
  margin: 0!important;
  z-index:0!important;
}

@media(max-width:992px){
.woocommerce-page div.product div.summary {
  width: 100%!important;
}

.summary.entry-summary{
    position:relative!important;
    margin-top:0!important;
}

/*.woocommerce-page div.product div.images {*/
/*  width: 100% !important;*/
/*}*/

.mini_cart_menu {
    right:0!important;
}

.panou_login {
 right:0!important;   
}

.bb-1{
    border-bottom:1px solid #dfdfdf!important;
}

.card-body p{
    font-size:14px;
}


.faq_category_section h3{
    font-size:28px!important;
}

.woocommerce-products-header .page-title {
    font-size: 28px!important;
    font-weight: 500!important;
}

.gogp {
 font-size:12px!important;   
}

span.price {
  width: 100%!important;
  float: none!important;
}



.attr_count {
  float: none!important;
}

.tinvwl_add_to_wishlist_button {
  top: 15px !important;
  right: 10px !important;
}

/*.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{*/
/*    display:none!important;*/
/*}*/

.woocommerce ul.products li.product{
    padding:10px!important;
}

.woocommerce-loop-product__title{
    font-size:12px!important;
    font-weight:400!important;
}

.woocommerce-Price-amount.amount {
  font-size: 16px!important;
}

.detalii_aditionale_section {
  display: none !important;
}

.mobile_collapse_info{
    display:initial!important;
}

.card button{
    display:initial!important;
}

.btn-link {
  font-weight: 400!important;
  color: #214af1!important;
  text-decoration: none;
  border:none!important;
}

.btn-link:hover {
  color: #0c2eba!important;
  text-decoration: underline!important;
  background-color:transparent!important;
}

.btn-link:focus{
    background-color:transparent!important;
}

.woocommerce div.product form.cart .button{
    width:initial!important;
}
}

.wpfClearButton.wpfButton{
    color:#000!important;
    background-color:#e6e6e6!important;
}
.wpfClearButton.wpfButton:hover{
    background-color:#bfbfbf!important;
}

.gg-breadcrumbs a{
  color: #214af1!important;
  text-decoration: none!important;
  background-color: transparent!important;
}

.wpcf7-list-item-label a{
  color: #214af1!important;
  text-decoration: none!important;
  background-color: transparent!important;
}

.wpcf7-form-control-wrap {
  display: inline-block!important;
}

.elementor-button-content-wrapper .elementor-button-text{
    transition: all .3s ease !important;
}
.elementor-button-text:hover{
  border-color: #90a4f8 !important;
  border-width: 0 0 2px 0 !important;
  border-style: solid !important;
  transition: all .3s ease !important;
}

.elementor-button-icon .e-font-icon-svg{
     transition: all .3s ease!important;
}

.elementor-button-content-wrapper:hover .elementor-button-icon svg {
  margin-left: 5px!important;
}

.woocommerce-pagination{
  text-align: left!important;
  margin-top: 65px!important;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block!important;
  padding: 15px 5px!important;
  min-width: 48px!important;
  color: #000!important;
  text-align: center!important;
  cursor: pointer!important;
}

.page-numbers{
  background: transparent!important;
  color: #000!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent!important;
  color: #000!important;
}

.woocommerce-Tabs-panel--reviews{
    display:block!important;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating {
  padding: 25px!important;
  border-bottom: 1px solid #d3d3d3!important;
}

.faq_category_section{
    margin-top:80px;
}

#topodp{
    margin-top:124px!important;
}

.woocommerce-products-header .container-fluid .px-0{
     position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

 .links-under-pagination{
    display:flex;
    flex-direction:row;
    margin-top:70px;
    flex-wrap: wrap;
}
        
.child-link a{
    color:#000;
    transition: .4s;
}

.child-link a:hover{
    color: #214AF1;
    transition: .4s;
}
        
.link-ml-2{
    margin-left:25px;
}
        
.br-1{
    padding-left: 20px;
}


.cardy .card-header h3 button {
  font-size: 24px!important;
  font-weight: 500!important;
  line-height: 34px!important;
  display: flex!important;
  justify-content: space-between!important;
  align-items: center!important;
  width: 100%!important;
  padding-left: 0!important;
  padding-right: 0!important;
  color: #000!important;
  border: none !important;
  background-color:transparent!important;
}

@media(max-width:564px){
    .cardy .card-header h3 button {
        text-align:left;
        white-space: wrap!important;
        font-size:20px!important;
        padding-left: initial!important;
         padding-right: initial!important;
    }
}

.cardy .card-header h3 button:hover {
 background-color:transparent!important;   
}

.card-body p a{
    color:#214AF1!important;
}

.collapse {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.collapse.show {
max-height: 100%;
transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}

.faq_category_section h3{
    font-size:36px;
    font-weight:500!important;
}

.card-header h3{
    font-size:20px!important;
}

.faq_category_section #accordion .cardy {
  border-width: 0 0 1px 0!important;
  border-style: solid!important;
  border-color: #dfdfdf!important;
  padding: 10px 0!important;
  border-radius: 0!important;
}

.faq_category_section .cardy p{
  font-size: 16px!important;
  font-weight: 400!important;
  color: #000!important;
}



.accord{
    padding-bottom:60px!important;
}


@media(min-width:500px){
.woocommerce-breadcrumb{
    display:none;
}
}

.breadcrumbsg nav{
    display:block!important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  display: flex!important;
  flex-direction: column!important;
  border: 0!important;
  line-height: 2em!important;
  vertical-align: top!important;
  padding-top: 0!important;
  margin-top: 0!important;
  padding-bottom: 5px!important;
}

.woocommerce div.product form.cart .variations th {
  display: flex !important;
  flex-direction: row !important;
}

.summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  line-height: 26px;
  color: #214af1;
}

.reset_variations {
  color: #214af1!important;
}

.variations tr:nth-child(1) .reset_variations{
    padding-top:50px;
}

.variations tr:nth-child(2) .reset_variations{
    padding-top: -50px;
}

.woocommerce-variation-add-to-cart .tinv-wraper .tinvwl_add_to_wishlist_button{
  width: 56px !important;
  height: 56px !important;
  background: #fff;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  top: 0 !important;
  right: 0 !important;
  color: #214af1 !important;
  margin-left: 10px!important;
  margin-top: 0 !important;
  padding:0!important;
  transition: all .3s ease !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-variation-add-to-cart{
    display:flex!important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before{
    margin-right:0!important;
}

.tinvwl_add_to_wishlist-text{
    display:none;
}

.label{
    padding-left:0!important;
}

.woocommerce div.product form.cart .button {
  width: 100% !important;
  background-color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 18px 75px;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  transition: all .3s ease;
  border-radius: 0;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent!important;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: transparent!important;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400!important;
  width: 100%!important;
  font-size: 14px!important;
  line-height: 26px!important;
  /*padding-right: 1.2em!important;*/
  margin-bottom: 0!important;
}

.stars span a{
    color: #214af1!important;
}

.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before{
    position:initial!important;
}

.description_section p a{
    color:#214af1!important;
}

.woocommerce-noreviews{
    display:none!important;
}

span.price{
    width:20%;
    float:left;
}

.attr_count{
  font-size: 12px!important;
  float:right;
  color:#bcbcbc;
  top: 6px !important;
  position: relative;
}

.includes_tax{
    display:none!important;
}

.woocommerce-shipping-totals.shipping th{
    width:47%!important;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
background-color:#214AF1!important;
}

.size_guide_photos_product{
    text-align:center;
}
/*.input-text.qty.text{*/
/*    display:none!important;*/
/*}*/

.woocommerce-cart .quantity{
    display:initial!important;
}

#review_form_wrapper{
    border: 1px solid #d3d3d3;
}

.comment-form p:nth-child(3){
    text-align:right!important;
}

#openmodalunique{
    width:100%;
}

button#openmodalunique{
    border:0;
    color:blue;
    text-align: left;
    padding: 0;
    font-size:14px;
    font-weight:400;
}

button#openmodalunique:hover{
    background-color:transparent;
}

button#openmodalunique:focus{
    background-color:transparent;
}

.comment-form-comment textarea{
    border:none;
    border-radius:0;
}

.comment_container img{
    display:none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border-radius:0!important;
    margin: 0!important;
}

.commentlist{
    padding:0!important;
}

.comment-form-comment label{
    display:none;
}

.comment-reply-title{
    padding-left:25px;
}

.woocommerce #review_form #respond .form-submit input {
  background: 0 0;
  border-radius: 0;
  color: #214af1;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce #review_form #respond .form-submit input:hover{
    background-color:transparent;
}

.label{
  display: flex!important;
  flex-direction: row!important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white::before {
  color: #FFF;
  margin-top: 15px !important;
  padding: 0;
  margin: 0;
  display: flex!important;
  justify-content: center;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .comment-form-author label {
  display: none;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .comment-form-email label {
  display: none;
}

.comment-form-cookies-consent{
  display:none;
}



#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section {
  display: flex;
  border-top: 1px solid #d3d3d3;
  justify-content: end;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .comment-form-author {
  margin: 0;
  order: 1;
  flex-basis: 39.5%;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .comment-form-email {
  margin: 0;
  order: 2;
  flex-basis: 39%;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .form-submit {
  order: 3;
  margin: 0;
  text-align: center;
  border-left: 1px solid #d3d3d3;
  flex-basis: 22%;
  align-items: center;
  justify-content: center;
}


#review_form_wrapper #review_form .comment-respond .comment-form .comment_section .inner_comment_section .form-submit #submit {
  background: 0 0;
  border-radius: 0;
  color: #214af1;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 7px 13px 13px;
  line-height: 30px;
}

.comment_section .inner_comment_section .comment-form-author input {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #d3d3d3;
  padding: 15px;
  width: 100%;
}
.comment_section .inner_comment_section .comment-form-author input:focus-visible {
  border-left:none;
}

.comment_section .inner_comment_section .comment-form-email input {
  border: 0;
  width: 100%;
  padding: 15px;
}

#review_form_wrapper #review_form .comment-respond #reply-title {
  padding: 25px 25px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

#review_form_wrapper #review_form .comment-respond .comment-form .comment-notes {
  padding: 0 25px;
}

.login_btn{
 width: 100% !important;
 margin-bottom: 24px!important;
}

.panou_login {
  width: 250px;
  position: absolute;
  right: 100px;
  left: auto;
  top: 100px;
  z-index: 99998;
  display: none;
}

.panou_login ul {
  padding: 24px!important;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
}

.account_new_btn {
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 18px 15px;
  width: 100%;
  display: inline-block;
  box-shadow: 0 16px 30px rgba(0,0,0,.1)!important;
}

.wishlist_top_menu {
  padding: 24px;
  width: 360px;
  position: fixed;
  right: 60px;
  left: auto;
  top: 100px;
  background: #fff;
  z-index: 9998;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  display: none;
}

.panou_control{
  width:250px;
  position: fixed;
  right: 100px;
  left: auto;
  top: 100px;
  background: #fff;
  z-index: 9998;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  display: none;
}

.tinv-wishlist .social-buttons, 
.tinv-wishlist td.product-name a + .variation{
  display:none;
}

.tinvwl-table-manage-list thead,
.tinvwl-table-manage-list tfoot{
    display:none;
}

.wishlist_item .product-price{
    display:none;
}

.wishlist_item .product-date{
    display:none;
}

.wishlist_item .product-stock{
    display:none;
}

.wishlist_item .product-action{
    display:none;
}

.tinv-wishlist .tinvwl-table-manage-list .product-cb {
  display: none;
}

.tinv-wishlist *{
    border:none;
}

.view_full_list{
  padding: 16px 26px !important;
  width: 100% !important;
  margin-top: 32px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  width: 35px;
  text-align: center;
  padding: 1em .5em;
  position: absolute;
  top: 0;
  right: 0;
}

.tinvwl-table-manage-list tbody .wishlist_item .product-name a {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
}

.tinvwl-table-manage-list tbody .wishlist_item .product-name {
  padding: 0 40px 0 0;
  order: 2;
  flex: 0 0 80%;
  position: relative;
}

.tinvwl-table-manage-list{
    margin:0;
}

.tinvwl-table-manage-list tbody .wishlist_item .product-thumbnail a img {
  max-width: 45px;
  min-width: 45px;
  height: auto;
  margin-right: 12px;
}

.wishlist_top_menu .tinv-header p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tinvwl-table-manage-list tbody .wishlist_item .product-thumbnail {
  padding: 0;
  min-width: auto;
  width: auto;
  order: 1;
  flex: 0 0 20%;
}

.tinv-wishlist .product-remove button {
  background-color:transparent!important;   
  font-size: 26px!important;
  width: 20px!important;
  height: 20px!important;
  padding: 0!important;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  z-index: 99999999;
}

.products .star-rating {
  display: none !important;
}

.detalii_aditionale_section .middle_section .ingrijiri_section ul li:first-child img {
  width: 18px!important;
  height: 18px!important;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.panou_control .woocommerce-MyAccount-navigation .list-group {
  border-radius: 0;
  padding: 24px;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
}

.panou_control .woocommerce-MyAccount-navigation .list-group .list-group-item {
  border: 0;
  padding: 0 0 8px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.elementor-menu-cart__container{
    display:none!important;
}

.mini_cart_menu {
  display: none;
  width: 360px;
  position: fixed;
  right: 30px;
  left: auto;
  top: 100px;
  z-index: 99999;
  padding: 24px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: gray darkgray;
}

.mini_cart_menu h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.m-0{
    margin:0!important;
}


.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail {
  display: flex!important;
  align-items: start!important;
  justify-content: space-between!important;
}

.mini_cart_menu .woocommerce-mini-cart__total {
  display: flex!important;
  justify-content: space-between!important;
  margin-bottom: 10px!important;
}

.mini_cart_menu .woocommerce-mini-cart__buttons a:hover {
  color: #000 !important;
  background-color: #e9e9e9 !important;
  box-shadow: none !important;
}

.mini_cart_menu .woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .remove_from_cart_button img {
  width: 9px;
  height: auto;
}

.mini_var dl dt{
    display:none!important;
}

.thumb_box {
  order: 1!important;
  flex: 0 0 15%!important;
  padding-right: 12px!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .thumb_box {
  order: 1!important;
  flex: 0 0 15%!important;
  padding-right: 12px!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .remove_from_cart_button {
  order: 2;
  flex: 0 0 10%;
  text-align: right;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .thumb_box .item_img_link img {
  max-width: 45px!important;
  height: auto!important;
  float: left!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info {
  order: 2!important;
  flex: 0 0 75%!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .item_img_link .mini_cart_name_item {
  color: #000!important;
  font-size: 12px!important;
  line-height: 20px!important;
  font-weight: 500!important;
}


.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .mini_product_price {
  display: flex!important;
  justify-content:space-between!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .thumb_box .item_img_link img {
  max-width: 45px!important;
  height: auto!important;
  float: left!important;
}

.mini_cart_menu .woocommerce-mini-cart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.mini_cart_menu .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}

.mini_cart_menu p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mini_cart_menu .woocommerce-mini-cart__buttons a {
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  padding: 16px 20px !important;
  border: 0 !important;
  height: auto !important;
  width: 100% !important;
  text-align: center!important;
  margin-top: 10px!important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1)!important;
  transition: all .3s ease !important;
  border-radius: 0 !important;
}

.mini_cart_menu .woocommerce-mini-cart__buttons {
  margin: 0;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .variation dd p {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .variation dd {
  padding-right: 10px;
  margin: 0;
}

.mini_cart_menu .woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .mini_product_price .variation {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .mini_product_price .quantity_price_box .quantity .counter_items {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 15px;
}
.mini_cart_menu .woocommerce-mini-cart .woocommerce-mini-cart-item .mini_item_thumbnail .product_box_info .mini_product_price .quantity_price_box .quantity .item_price_mini_cart .amount {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.mini_cart_menu .woocommerce-mini-cart__total strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.mini_cart_menu .woocommerce-mini-cart__total .amount {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.woocommerce .woocommerce-cart-form {
  flex: 0 0 68%;
  order: 2;
  padding-right: 30px;
}

.woocommerce .woocommerce-cart-form .shop_table {
  border: 0;
  margin: 0;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
  padding-bottom: 20px;
  padding-top: 20px;
  border: 0!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a img {
  width: 115px;
  height: auto;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  position: relative;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.goflex{
    display:flex;
}

.woocommerce .cart-collaterals {
  flex: 0 0 32%;
  order: 3;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.cart_totals {
  float: none!important;
  width: 100%!important;
  padding: 24px!important;
  font-size: 20px!important;
  line-height: 30px!important;
  font-weight: 600!important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1)!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  max-width: 65%;
}

.cart-collaterals .cart_totals .shop_table {
  border: 0;
}

.woocommerce-shipping-destination{
    display:none;
}

.woocommerce .quantity .qty {
  border-radius: 0!important;
  border-color: #dfdfdf!important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td{
    border:0!important;
}

.woocommerce-page table.cart td.actions {
  text-align: right;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 1px solid #dfdfdf;
}

.coupon{
    display:none;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove {
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 98;
}

.tinvwl_add_to_wishlist_button.icon-white::before, a.wishlist_products_counter.top_wishlist-white::before, span.wishlist_products_counter.top_wishlist-white::before {
  color: #000!important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: transparent!important;
}

.cartwishlist{
  height: 30px !important;
  width: 30px !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -10px !important;
}

.cart-collaterals .cart_totals .shop_table td {
  text-align: right!important;
}

.cart-collaterals table th {
  border: 0!important;
}

.cart-collaterals table td {
  border: 0!important;
}

.woocommerce-shipping-totals.shipping th {
  border-bottom: 1px solid #dfdfdf !important;
}

.woocommerce-shipping-totals.shipping td {
  border-bottom: 1px solid #dfdfdf !important;
}

.cart-collaterals .cart_totals .shop_table th {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.col-lg-44{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.nowrp{
    flex-wrap:nowrap!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 37px;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block .product-quantity {
  flex: 0 0 10%;
}

.variations_table dl dt{
    display:none!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block .variations_table {
  flex: 0 0 50%!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .amount {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block .product-subtotal {
  flex: 0 0 35%;
  text-align: right;
}

.checkout #order_review .shop_table .cart_item .product-name .item_image_review img {
  max-width: 45px;
  height: auto;
}

.checkout #order_review .shop_table .cart_item .product-name {
  width: 100%;
  border-top: 0;
  padding: 9px 0 24px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  display: flex;
}

.checkout #order_review .shop_table {
  border: 0;
  padding: 20px;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
}

.attr_item dl dt {
  display: none !important;
}

.attr_item dl dd{
    margin:0!important;
}

.item_image_review img{
  max-width: 45px!important;
  height: auto!important;
}

.actions_item .remove {
  position: absolute !important;
  top: 5px !important;
  right: 0 !important;
  z-index: 98 !important;
}

.actions_item .remove img {
  width: 9px!important;
  height: 9px!important;
}

.actions_item {
  position: relative!important;
  border-top: 0!important;
  padding: 9px 0 24px!important;
  border-bottom: 1px solid rgba(0,0,0,.1)!important;
}

.cart-item{
  width: 100%!important;
  border-top: 0!important;
  margin-bottom: 0!important;
  display: flex!important;
}

.product-name{
  width: 90%!important;
  border-top: 0!important;
  padding: 9px 0 24px!important;
  margin-bottom: 0!important;
  border-bottom: 1px solid rgba(0,0,0,.1)!important;
  display: flex!important;
}

.product-name .name_attr_box .name_item_container .name_item {
  font-size: 12px!important;
  font-weight: 500!important;
  line-height: 20px!important;
  margin: 0!important;
}

.name_attr_box .attr_item dl dd p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.name_attr_box{
    padding-left: 12px!important;
}

#order_review_heading{
    display:none;
}

.gekof{
    display:flex;
    justify-content:space-between;
    padding: 1px 9px 0 9px;
    font-size: 14px;
    font-weight: 400;
}

.geko-resume{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 11px;
  border: 0;
}

.gekobg{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border: 0;
}

.gekobg strong{
    font-weight:600!important;
}

.gekosm{
  font-size: 14px;
  font-weight: 600;
}


.actions_item .amount {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: right;
  padding-top: 35px;
}

.cart_item .actions_item .amount {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: right;
  padding-top: 25px;
}

.woocommerce-billing-fields h3{
font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.vesa_before_checkout_section h1{
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 40px;
}

.post-261 .page-header {
  display: none!important;
}

.woocommerce-info{
    background-color:transparent!important;
    border:0!important;
}

.woocommerce-billing-fields__field-wrapper{
    width:95%!important;
}

.woocommerce-additional-fields{
    width:95%!important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex!important;
  flex-direction: column!important;
}

.woocommerce-form-coupon-toggle .woocommerce-info a{
  color: #214af1!important;
  text-decoration: none!important;
  font-size: 16px!important;
  font-weight: 400!important;
}

.woocommerce-info::before {
  display: none!important;
}

.order-total strong{
    font-weight:600!important;
}

.cart-subtotal span{
    font-size:20px!important;
}

.order-total span{
    font-size:20px!important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  padding:0;
}

.woocommerce-checkout .radio_container {
  position: relative;
  display: flex;
  align-items: center;
}

.woocommerce-checkout .radio_container:first-child {
  padding-right: 50px;
}

.radio_container #tip_facturare_pers-jur {
  opacity: 1;
  position: absolute;
}
.radio_container #tip_facturare_pers-fiz {
  opacity: 1;
  position: absolute;
}

.radio_container .radio {
  margin: 0;
  padding-left: 30px;
  min-height: auto;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.radio_container input {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: 0;
  border: 2px solid #214af1;
}

.radio_container input:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
input[type="radio"]:checked::before{
    color: #214af1;
}

#billing_address_2_field{
    display:none!important;
}

#shipping_address_2{
    display:none!important;
}
.woocommerce-billing-fields .input-text{
  border: 1px solid #dfdfdf!important;
  height: calc(1.5em + .75rem + 4px)!important;
  border-radius: 0!important;
}

.woocommerce-billing-fields .select2-selection {
  border: 1px solid #dfdfdf!important;
  height: calc(1.5em + .75rem + 4px)!important;
  border-radius: 0!important;
}

.select2-container .select2-selection--single{
    margin:0!important;
}

.form-row-first{
    width:50%!important;
}

.form-row-last{
    width:50%!important;
}

.woocommerce-billing-fields label {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 3px;
}

.woocommerce form .form-row .required{
    color:#000!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
top:50%!important;
}

.gekosm bdi{
    font-size:14px!important;
}

.gekosm bdi span{
    font-size:14px!important;
}

#billing_phone_field{
    float:left;
}

#shipping_city_field{
    float:left;
}

#ship-to-different-address span{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 10px;
}

#order_comments_field .optional{
    display:none;
}

#order_comments_field label{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-additional-fields__field-wrapper {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #dfdfdf;
}

.woocommerce-shipping-fields .input-text{
  border: 1px solid #dfdfdf;
  height: calc(1.5em + .75rem + 4px);
  border-radius: 0;
}

.woocommerce-shipping-fields .select2-selection {
  border: 1px solid #dfdfdf!important;
  height: calc(1.5em + .75rem + 4px)!important;
  border-radius: 0!important;
}

.woocommerce-shipping-fields label {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 3px;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field textarea {
  border: 1px solid #dfdfdf;
  min-height: 80px;
  border-radius: 0;
}

.woocommerce-shipping-fields #ship-to-different-address label input {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
  outline: 0;
  border: 2px solid #dfdfdf;
}

.woocommerce-shipping-fields #ship-to-different-address label input:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 8px;
  text-align: center;
  line-height: 11px;
  color: #214af1;
}

.woocommerce-checkout #payment {
  background-color: transparent!important;
  border-radius: 0!important;
}

.woocommerce-checkout #payment div.payment_box {
  display:none!important;
}

/*.woocommerce-additional-fields #payment .payment_methods li .input-radio {*/
/*  margin: 0 10px 0 0;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  -webkit-appearance: none;*/
/*  border-radius: 50%;*/
/*  outline: 0;*/
/*  border: 1px solid #dfdfdf;*/
/*}*/

.woocommerce-additional-fields #payment .payment_methods li .input-radio:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 6px;
  text-align: center;
  line-height: 9px;
  color: #214af1;
}

#place_order, .woocommerce-page #payment #place_order {
  float: left!important;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0!important;
}

.woocommerce-checkout #payment ul.payment_methods {
 padding-left:0!important;   
}


.woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.woocommerce-additional-fields #payment .payment_methods li label {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}


.woocommerce-checkout-review-order{
  position: sticky;
  top: 200px;
  margin-bottom: 30px !important;
}

.woocommerce-shipping-fields__field-wrapper{
    width:95%!important;
}

.woocommerce-terms-and-conditions-checkbox-text a{
  color: #214af1;
  text-decoration: none!important;
  background-color: transparent;
}

.woocommerce-additional-fields #payment h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.woocommerce-page form .form-row label.checkbox {
  display: flex!important;
}

.woocommerce-checkout #payment ul.payment_methods {
 border-bottom:0!important;   
}

.woocommerce-terms-and-conditions-wrapper .terms_conditions .woocommerce-form__label-for-checkbox #terms {
  display: none;
}

.woocommerce-additional-fields #payment .payment_methods li.payment_method_euplatesc::after {
  content: '';
  width: 184px;
  height: 41px;
  background: url(/wp-content/uploads/2024/06/payment.webp);
    background-repeat: repeat;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-additional-fields #payment .payment_methods li {
  display: flex;
  align-items: center!important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0!important;
}

.checkout_coupon #coupon_code {
  border: 1px solid #dfdfdf;
  max-width: 320px;
  min-height: 40px;
  margin-right: 48px;
  padding: 5.5px 15px;
  width: 100% !important;
  border-radius: 0;
}

.checkout_coupon .coupon_flex {
  display: flex;
  align-items: center;
  padding: 0;
}

.star-rating {
letter-spacing: 15px!important;
width: 150px!important;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear .return-to-shop {
  display: none;
}

.pgwish .product-name a {
  color: #000 !important;
  font-size: 20px !important;
  line-height: 34px!important;
  font-weight: 500!important;
}

.pgwish .product-thumbnail a img {
  min-width: 115px!important;
  width: 115px!important;
  height: auto!important;
}

.pgwish .product-price {
  display: flex !important;
  justify-content: space-between;
}

.wishlist-view-btn{
    color: #214af1;
    font-weight: 500;
    font-size: 18px;
}

.wishlist-view-btn i{
    font-size: 15px;
}

.wishlist-view-btn:hover{
    color: #1b3bbc !important;
    font-weight: 500;
    font-size: 18px;
}

.pgwish .product-name{
  border-bottom:0!important;
}

.pgwish .wishlist_item .product-price .amount {
  font-size: 20px!important;
  line-height: 30px!important;
  font-weight: 600!important;
}

.pgwish .wishlist_item .product-remove {
  position: absolute!important;
  right: 10px!important;
  top: 10px!important;
  z-index: 98!important;
}

.pgwish .tinv-wishlist form .tinvwl-table-manage-list tbody .wishlist_item {
  position: relative!important;
  border-bottom: 1px solid #dfdfdf!important;
}

.pgwish .tinv-wishlist {
  max-width: 665px!important;
  margin: 0 auto 50px!important;
}

@media(max-width:500px){
.panou_control {
  width: 250px;
  position: absolute;
  right: 15%;
  left: auto;
  top: initial;
}

.faq_category_section{
    padding:30px!important;
}

.panou_login {
  top: initial!important;
}

.mini_cart_menu{
  top: initial!important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block .variations_table {
  flex: initial !important;
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .quantity_price_block .product-quantity {
  flex: 0 0 5%;
}


.woocommerce-product-rating {
  margin-bottom: 0;
}

.woocommerce-review-link{
    display:none;
}

.woocommerce-product-gallery__image {
    padding:0;
    max-width:100%;
    width:100%;
}

.breadcrumbsg nav {
  display: none !important;
}

.breadcrumbsg{
    padding-top:20px;
}

.woocommerce-page div.product div.summary {
  padding-left: 0;
}

.dgwt-wcas-search-icon {
  width: 17px!important;
}

.dgwt-wcas-ico-magnifier-handler {
  max-width: 17px!important;
   margin-bottom: 0!important;
}

.dgwt-wcas-search-wrapp {
  line-height: initial!important;
}

.nowrp {
  flex-wrap: wrap !important;
}

.woocommerce-billing-fields__field-wrapper {
  width: 100% !important;
}

.col-lg-44 {
  flex: 100%;
  max-width: 100%;
}

.woocommerce-additional-fields #payment .payment_methods li {
  display: block;
}

.woocommerce-checkout-review-order {
  position: initial;
  margin-bottom: 30px !important;
}

#order_review {
  border: 0!important;
  padding: 20px!important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1)!important;
}

.panou_login {
 top:initial;   
}



.flex-control-nav {
    display: flex !important;
    justify-content: center !important;
    padding-top: 10px !important;
}

.flex-control-nav li {
    position: relative;
    width: 13px !important;
    height: 13px !important;
    margin: 0 3px !important;
}

.flex-control-nav li img {
    display: inline-block !important;
    border-radius: 50% !important;
    width: 13px !important;
    height: 13px !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.flex-control-nav li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #dfdfdf;
    z-index: 1;
}

.flex-active{
    margin-top:-1px!important;
    margin-left:-1px!important;
    background-color:#214AF1!important;
    width: 20px !important;
    height: 20px !important;
    padding: 7px !important;
    border-radius: 50% !important;
    z-index:99999;
}

.flex-control-nav li img.flex-active::after {
    background-color: blue !important;
}

.woocommerce .cart-collaterals {
  flex: 0 0 100%!important;
  order: 3;
}

.woocommerce .woocommerce-cart-form {
  flex: 0 0 100%!important;
  order: 2;
  padding-right: 30px;
  padding-left:30px;
}

.goflex {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  display:none!important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent!important;
}

.woocommerce-page table.shop_table_responsive tr {
  display: flex!important;
}

.woocommerce-page table.shop_table_responsive tbody th {
  display: block!important;
}

.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block!important;
}

.cart-collaterals .cart_totals table th{
    width:100%!important;
}

.woocommerce-page table.cart td.actions {
 width:100%!important;   
}

.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .amount {
  line-height: 0!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  text-align: center!important;
}

.wc-proceed-to-checkout{
    text-align:center!important;
}
}


@media(max-width:783px){
.pgwish .product-action{
    display:none!important;
}

.pgwish .product-stock{
    display:none!important;
}

.pgwish .product-date{
   display:none!important; 
}

.pgwish .wishlist_item .product-thumbnail a img {
    width: 75px!important;
    min-width: 75px!important;
}
  
.pgwish .wishlist_item {
  display: flex!important;
}

.pgwish .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    /*width: initial !important;*/
    width:30%!important;
  }
  
.pgwish .wishlist_item .product-thumbnail {
  padding: 0;
  min-width: auto;
  width: auto;
  order: 0!important;
  flex: initial!important;
}

.pgwish .wishlist_item .product-name {
  padding: 0!important;
  order: 0!important;
  flex: initial!important;
  position: relative;
}

.pgwish .product-name{
  display: flex !important;
  justify-content: center!important;
  align-items: center!important;

}

.pgwish .product-price{
  display: flex !important;
  justify-content: end!important;
  align-content: end!important;
  align-items: end!important; 
}

.pgwish .wishlist_item .product-name a {
    font-size: 17px!important;
    line-height: 16px!important;
  }
  
.pgwish .product-remove{
    position:absolute!important;
    padding:0!important;
}
}


@media(max-width:990px){
#modalFilters .vesa-filters-group {
  display: block;
  width: 100%;
}

#modalFiltersSort .vesa-filters-group {
  display: block!important;
  width: 100%;
}

#modalFiltersSort .vesa-woo-filters .vesa-filters-group{
    display:block!important;
}

#modalFilters .vesa-filters-group {
    flex: initial !important;
}

#modalFiltersSort .vesa-filters-group {
    flex: initial !important;
  }
  

.vesa-woo-filters .mega-indicator::after {
  margin-left: 17px!important;
  font-size: 17px!important;
}

.vesa-filter-type{
    border-bottom: 1px solid #dfdfdf!important;
}

.mobile-filter-hd{
    display:flex!important;
    justify-content:space-between!important;
}

.vesa-woo-filters .vesa-filters-group .filter-header .label {
    font-size:20px!important;
}
}

@media(min-width:991px){
#modalFilters{
    display:none!important;
}
}

.elementor-image-carousel-caption{
    font-family:Poppins!important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  height: 100%;
}

.close {
  color: #000;
  float: right;
  font-size: 38px;
  font-weight: 200;
}

.closea{
  color: #000;
  float: right;
  font-size: 38px;
  font-weight: 200;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.closea:hover,
.closea:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0!important;
}

.shipping_options_checkout ul{
    display:flex;
    justify-content:space-between;
}

.woocommerce-checkout .woocommerce-additional-fields #payment {
  padding-top: 24px;
  border-top: 1px solid #dfdfdf;
}

.woocommerce-checkout .woocommerce-additional-fields #shipping_method {
  padding-bottom: 25px;
  padding-top: 15px;
}

.woocommerce ul.products li.product a img { 
    height: 1500px;
    width: 1000px;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a .hover-image {
    display: none;
    object-fit: cover;
}
.woocommerce ul.products li.product a:hover .hover-image {
    display: block;
}
.woocommerce ul.products li.product a:hover img {
    display: none;
}


.delivery_cost_checkout span{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.pick-up-locations label{
    display:none!important;
}

.woocommerce-form-login-toggle #account_options {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce-form-login-toggle #account_options label {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.woocommerce-checkout .woocommerce-form-login-toggle #account_options label input {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  border-radius: 50%;
  outline: 0;
  border: 2px solid #214af1;
}

.woocommerce-checkout .woocommerce-form-login-toggle #account_options label span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  padding-left: 8px;
}

.woocommerce-checkout .woocommerce-form-login-toggle #account_options label input:checked::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.woocommerce-form-login-toggle{
    width:95%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}

.create-account.woocommerce-validated{
    display:none;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-account-fields .create___account #account_password_field {
  display: none;
  margin: 0;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-account-fields .create___account #account_password_field label {
  display: none;
}

.m-0 {
  margin: 0 !important;
  padding:0!important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-account-fields {
  position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields {
  /*padding-top: 40px;*/
  margin-top: 35px;
}

#account_password{
 display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;   
}

@media(max-width:500px){
    .woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-account-fields {
  width: 100%;
}

.woocommerce-form-login-toggle #account_options{
    flex-direction:column;
}
}

.category-noutati .page-content {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
}

.category-noutati .page-content article {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.category-noutati .entry-title a {
  color: #000000;
}

@media (max-width: 768px) {
.category-noutati .page-content article {
        width: 100%;
    }
}

.category-noutati article a{
    text-decoration:none;
}

.category-noutati .entry-title {
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.category-noutati .page-numbers{
    list-style-type:none;
    display:flex;
    justify-content: center;
    padding: 0;
}

.category-noutati .pagination{
    display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.category-noutati .page-numbers li {
  padding: 10.5px 5px;
  min-width: 48px;
  color: #000;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #e9e9e9 !important;
  margin-right: 15px !important;
  margin-bottom: 15px;
  background: 0 0 !important;
  text-align: center;
  margin-bottom: 0;
  transition: all .3s ease;
}

.category-noutati h1{
    text-align:center;
    font-size: 48px;
    font-weight: 500
}

.category-noutati .page_title {
  padding-top: 50px;
  margin-bottom: 50px;
}

.links-under-pagination .child-link:last-child span {
    display: none;
}

.links-under-pagination .child-link:first-child {
    margin-left:0!important;
}

@media (max-width: 991px) {
 .woocommerce-page div.product div.images {
  width: 100% !important;
}
}

body .wooac-popup .wooac-text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 30px;
}

body .wooac-popup .wooac-action a {
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  text-align: center;
  padding: 18px 40px !important;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1);
  transition: all .3s ease !important;
  border-radius: 0 !important;
}

.category-noutati .entry-content {
  max-width: 798px!important;
  margin: 0 auto!important;
  padding: 0 15px 80px!important;
}

.category-noutati .entry-content a{
    color:#214af1!important;
}

.category-noutati .entry-content p {
  font-size: 20px!important;
  font-weight: 300!important;
  line-height: 46px!important;
  margin-bottom: 50px!important;
}

.category-noutati .page-header h1 {
  font-size: 48px!important;
  line-height: 54px!important;
  font-weight: 500!important;
  margin-bottom: 50px!important;
  text-align: center!important;
}

.caciuli {
  display: inline-table!important;
}

.manusi{
    display:inline-table!important;
}

.curele{
    display:inline-table!important;
}

.papuci{
    display:inline-table!important;
}

.search-results .vesa-woo-filters-wrapper {
  display: none!important;
}

.search-results .woocommerce-products-header{
    background-color:transparent!important;
}

#header_pop {
  top: 0 !important;
}

/*.site-main{*/
/* max-width: 1200px!important;*/
/*  margin-inline-start: auto!important;*/
/*  margin-inline-end: auto!important;*/
/*  width: 100%!important;*/
/*}*/


.woocommerce-shipping-methods li:nth-child(3){
    display:none!important;
}

.woocommerce-shipping-methods li:nth-child(4){
    display:none!important;
}

.search-no-results .vesa-woo-filters-wrapper {
    display:none!important;
}

.wc-orders-list-table .my-column1 span:nth-child(7) {
  font-weight: 700!important;
}

.wc-orders-list-table .my-column1 span:nth-child(8) {
  font-weight: 700!important;
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
}
body.woocommerce .attr_price_box .price del {
  font-size: 14px;
  font-weight: 500;
}

body.woocommerce .attr_price_box .price{
    display:flex!important;
}

body.woocommerce ul.products li.product .price ins {
  font-weight: 500!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-size: 18px!important;
  margin-left: 5px!important;
}

body.archive .site-main{
    max-width:1200px!important;
}

body.product-template-default .site-main{
    max-width:1200px!important;
}

.entry-summary .attr_price_box .price ins{
    font-weight: 500!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-size: 18px!important;
  margin-left: 5px!important;
}

.entry-summary .woocommerce-variation-price{
    display:none!important;
}

.entry-summary .in-stock{
    display:none!important;
}

.woocommerce-mini-cart__buttons.buttons a:nth-child(3) {
  display: none !important;
}

.archive header{
    background-color:#f9f9f9!important;
}

#CybotCookiebotDialogBodyButtonDecline {
  display: none !important;
}

/*Modificari galerie imagini swatches*/

 .woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: 80%;
    /*display: none;*/
  }
  
@media(max-width:500px){
     .woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    display: block!important;
  }
}


.woo-variation-gallery-thumbnail-wrapper {
  width: 100% !important;
}

.woo-variation-gallery-thumbnail-slider {
  display: flex;
  flex-wrap: wrap;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{
  opacity: 1!important;
}

.wvg-gallery-thumbnail-image img {
  width: 100% !important;
}

.wvg-gallery-thumbnail-image {
  padding: 10px!important;
}

@media(max-width:500px){
   .wvg-gallery-thumbnail-image {
  padding: initial!important;
}

.woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image {
  width: 16.35% !important;
}
}

.woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image {
  width: 50%;
}

.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container {
    -webkit-box-orient: initial!important;
    -webkit-box-direction: initial!important;
    display: initial!important;
    display: initial!important;
    display: initial!important;
    -ms-flex-direction:initial!important;
    flex-direction: initial!important;
}

.button-variable-item-negru .variable-item-contents {
  background-color: black!important;
  color:white!important;
}

#CookiebotWidget{
    box-shadow:none!important;
}

.CookiebotWidget-logo {
  display: none !important;
}

.image-variable-items-wrapper [data-wvstooltip]::before {
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
  opacity: 1 !important;
  display: block!important;
  visibility: visible!important;
  text-align: center!important;
  top: 130px!important;
  background:transparent!important;
  color:black!important;
  box-shadow: none!important;
}

.mixed-variable-items-wrapper [data-wvstooltip]::before {
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
  opacity: 1 !important;
  display: block!important;
  visibility: visible!important;
  text-align: center!important;
  top: 130px!important;
  background:transparent!important;
  color:black!important;
  box-shadow: none!important;
}

.variations_form tr:nth-child(2){
    margin-top:60px!important;
    display: table!important;
}


@media(max-width:440px){
.single-product-variable-items li.image-variable-item:nth-child(4){
    margin-top:50px!important;
}
}

.single-product-variable-items li.image-variable-item:nth-child(5){
    margin-top:50px!important;
}

.single-product-variable-items li.image-variable-item:nth-child(6){
    margin-top:50px!important;
}

@media(min-width:501px){
.slick-slide .slick-cloned{
    display:none!important;
}


.slick-slide .slick-current .slick-active{
    display:block!important;
}

.woo-variation-gallery-thumbnail-wrapper{
    display:none!important;
}


.slick-slide.slick-cloned {
  display: none!important;
}

.slick-track{
    transform:none!important;
    width:initial!important;
}


.slick-list{
    height:initial!important;
}

.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: 100%!important;
}
  
.slick-slide {
  width: 50%!important;
  padding: 10px;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{
    width:100%!important;
    height:100%!important;
    position:initial!important;
    display:initial!important;
}

.woo-variation-gallery-trigger .woo-variation-gallery-trigger-position-top-right{
    width:50%!important;
}

.dashicons.dashicons-search {
  display: none!important;
}

.woo-variation-gallery-trigger .slick-cloned{
    display:none!important;
}
}

@media(max-width:500px){
.woo-variation-gallery-thumbnail-wrapper{
        display:block!important;
}

.pswp{
  opacity: 1!important;
  z-index: 9999999999!important;
  top: 0!important;
}

/*.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{*/
/*    width:initial!important;*/
/*    height:initial!important;*/
/*    position:initial!important;*/
/*}*/

    
.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: initial!important;
}
}

.page-id-1280 header {
  background-color: #f9f9f9 !important;
}

.page-id-950 header {
  background-color: #f9f9f9 !important;
}

.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: initial!important;
}


.woocommerce-order-received .woocommerce ul.order_details li {
 border-right:none!important;   
}

.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  text-transform: uppercase;
  font-weight: normal;
}

.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-column__title{
    font-size:20px;
    text-transform:uppercase;
    font-weight:600;
    font-family:Poppins;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    margin-right: 0.3em!important;
    padding-right:0!important;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address{
    border-radius:0!important;
    border:none!important;
    border-top: 1px solid #dfdfdf!important;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3) {
  display: none;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot{
    text-align:right;
}

.woocommerce-order-received .woocommerce-table__product-total.product-total {
  text-align: right;
}
.woocommerce-order-received .woocommerce-table .woocommerce-table--order-details .shop_table .order_details tfoot th{
    border:none!important;
}
.woocommerce-order-received .woocommerce-table .woocommerce-table--order-details .shop_table .order_details tfoot td{
    border:none!important;
}

.woocommerce-order-received .woocommerce table.shop_table {
    border:none;
    border-top:1px solid #dfdfdf;
    border-radius:0;
}

.woocommerce-order-received .woocommerce-table__line-item .order_item{
    border-bottom: 1px solid #dfdfdf;
}

.woocommerce-order-received table.shop_table th{
    border:none!important;
}

.woocommerce-order-received table.shop_table td{
    border:none!important;
}

.woocommerce-order-received .shipped_via{
    display:none;
}

.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  text-align: center;
  display: flex;
  justify-content: center;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size:36px;
}

.woocommerce-order-received .woocommerce-table__product-total.product-total {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-order-received table.shop_table tfoot td{
    font-size:14px;
    font-weight:600;
}

.woocommerce-order-received table.shop_table tfoot th{
    font-size:14px;
    font-weight:600;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(4) th{
  text-transform:uppercase;
  font-size:20px!important;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(4) td{
  text-transform:uppercase;
  font-size:20px!important;
}

.woocommerce-order-received table tbody tr{
    border-bottom:1px solid #dfdfdf!important;
}

.woocommerce-table__line-item.order_item {
    position: relative; /* Pentru a putea poziționa pseudoelementul în raport cu <tr> */
}

.woocommerce-table__line-item.order_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom:1px solid #dfdfdf;
}

.woocommerce-order-received .product-nameing{
  font-size: 16px;
  width: 330px;
  padding-left: 20px;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(1) th{
    font-size:14px;
    font-weight:normal;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2) th{
    font-size:14px;
    font-weight:normal;
}

.woocommerce-order-received .woocommerce table.shop_table tr.order_item td{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media(max-width:500px){
.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction:column;
}

.invisible-span{
    display:none;
}

.woocommerce-order-received .product-nameing {
  font-size: 16px;
  width: 100%;
  padding-left: 20px;
}

.woocommerce-column--shipping-address{
    padding-top:30px;
}
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin: 0;
}

.wooac-action a:nth-child(2) {
  margin-top: 10px!important;
}

#wc_order_billing_cui_fgo_client, #wc_order_billing_cui_fgo_client_field{
    /*display:none!important;*/
}

#wc_order_billing_tip_facturare_fgo_client{
  border-radius: 0!important;
  background-color: white!important;
  border: 1px solid #dfdfdf!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0!Important;
  padding-left: .5em!Important;
}

.woo-variation-gallery-wrapper {
  height:100%!important;
  min-height: 100% !important;
}

.parent-gift-container{
    width:100%;
    display:flex;
    padding-top:80px;
    font-family:Poppins;
    justify-content:space-between;
}

.parent-gift-container h1{
    font-weight:500;
}

.parent-gift-container h4{
    font-weight:500;
}

.parent-gift-container h5{
    text-transform:uppercase;
    font-weight:600;
}

.parent-gift-container div{
    width:47%;
}

.form-gift-container .woocommerce-breadcrumb{
    display:block;
}

.form-gift-container input{
  border-radius: 0 !important;
  background-color: white !important;
  border: 1px solid #dfdfdf !important;
}

.form-gift-container textarea{
  border-radius: 0 !important;
  background-color: white !important;
  border: 1px solid #dfdfdf !important;
}

.form-gift-container select{
  /*width:45%;*/
  border-radius: 0 !important;
  background-color: white !important;
  border: 1px solid #dfdfdf !important;
}

.button-gift-card{
  background-color: #000 !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #fff !important;
  padding: 16px 20px !important;
  border: 0 !important;
  height: auto !important;
  width: 50% !important;
  text-align: center !important;
  margin-top: 10px !important;
  box-shadow: 0 16px 30px rgba(0,0,0,.1) !important;
  transition: all .3s ease !important;
  float:right;
  border-radius: 0 !important;
}

.two-form-fields {
    display:flex;
    justify-content:space-between;
    width:100%!important;
}

.two-form-fields div{
    width:45%;
}

.title-breadcrumb-gift{
    color:#BCBCBC;
    font-size:14px;
}

.mid-gift{
    width:70%;
}

.gift-description{
  width:30%;
  padding: 30px 30px 30px 0;
  border-right: 1px solid #e9e9e9 ;
}

.shipping_address input {
  border-radius: 0 !important;
  border: 1px solid #dfdfdf !important;
  height: calc(1.5em + .75rem + 4px) !important;
}

.product-template-default .woocommerce div.product form.cart div.quantity {
 display:none!important;   
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
  background-image: var(--wvs-tick);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: " ";
  display: block;
  height: 15%!important;
  position: absolute;
  width: 20%!important;
  bottom: 0;
  background-color: #214af1;
  right: 0;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #214af1!important;
  box-shadow: 0 0 0 2px #214af1!important;
  /*color: #214af1!important;*/
}

/* Black Friday css */

.page-id-83487 header,
.page-id-83487 footer{
    display: none;
}

.page-id-83562 header,
.page-id-83562 footer{
    display: none;
}

.bf_section {
    background-size: cover;
    background-position: center;
    height: auto;
}
.bf_section .container{
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}
.bf_section h1{
    font-size: 32px;
    font-weight: 400;
    color: white;
    margin: 0;
}
.bf_section h1 span {
    font-size: 96px;
    font-weight: 700;
    color: white;
}

.bf_hero_content{
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bf_hero_content p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFB2;
}

.logo_bf{
    padding-bottom: 55px;
}

.bf_products{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.bf_item{
    position: relative;
    border-radius: 12px;
    height: auto;
    overflow: hidden;
}

.overlay {
    position: relative;
    width: 100%;
    padding: 13px 17px 16px 17px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(255,255,255,0.1) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.overlay a{
    color: white;
}

.overlay a:hover{
    color: white;
}

.overlay span {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.bf_item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    margin: 0;
    padding: 0;
}

.bf_item .img-container{
    position: relative;
}

.bf_item .img-container span{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 49px;
    height: 49px;
    background: radial-gradient(circle at top left,
    rgba(255, 255, 255, 0.35),
    rgba(255, 160, 160, 0.15) 60%,
    rgba(200, 200, 200, 0.1) 100%
    );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F13117;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.4);
}

.bf_button{
    padding-top: 80px;
    padding-bottom: 68px;
}

.bf_button a{
    font-size: 20px;
    background: #F13117;
    padding: 17px 25px;
    color: white;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 42px;
    transition: 0.3s;
}

.bf_button a:hover{
    background: #af2b1b;
    color: white;
}

.bf_section .tnp-subscription{
    padding-bottom: 10px;
}

.bf_section .tnp-email{
    font-size: 14px !important;
    border: none !important;
    border-radius: 20px 0 0 20px !important;
}

.bf_section .tnp-email:focus-visible{
    outline: none !important;
}

.bf_section .tnp-subscription div.tnp-field, .tnp-profile div.tnp-field{
    margin: 0 !important;
}

.bf_section .tnp-subscription form{
    display: flex;
    align-items: center;
    background: white;
    padding: 0 15px;
    border-radius: 20px;
}

.bf_section .fa-chevron-right{
    margin: 0 !important;
    padding: 0;
}

.tnp-submit-icon{
    color: black !important;
    border: none !important;
    padding: 0 !important;
}

.tnp-submit-icon:hover{
    color: black !important;
}

.bf_section h2{
    font-size: 25px;
    color: white;
}


.tnp-submit-icon:focus-visible{
    outline: none !important;
}

/*.visually-hidden {*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    margin: -1px;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*    clip: rect(0 0 0 0);*/
/*    border: 0;*/
/*}*/

.tnp-submit-icon:hover{
    background: transparent !important;
}

.tnp-success-message {
    font-size:14px;
    font-weight:500;
    color:#F13117;
    background: white;
    padding:8px 37px;
    border-radius:40px;
    text-align:center;
    animation: fadeIn .3s ease;
}
@keyframes fadeIn { from {opacity:0;} to {opacity:1;} }

/* End Black Friday css */

/* Mobile */
@media (max-width: 640px) {
    .bf_section h1{
        font-size: 18px;
    }
    .bf_section h2{
        font-size: 20px;
        color: white !important;
    }
    .bf_section h1 span{
        font-size: 70px;
    }
    .bf_products{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .mobile_version{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #000;
        min-height: 100vh;
    }
}


@media (min-width: 641px) and (max-width: 1023px) {
    .bf_products{
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.desktop_version {
    display: block;
}

.mobile_version {
    display: none;
}

@media screen and (max-width: 991px) {
    .desktop_version {
        display: none;
    }
    .mobile_version {
        display: block;
    }
}

/* Black Friday css */

.friday_section h1{
    font-size: 152px;
    font-weight: 700;
}

.friday_section .p_hero{
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 30px;
}

.friday_section .bf_products{
    padding-bottom: 60px;
}

.friday_section .bf_item{
    pointer-events: none;
}

.friday_section .price_product{
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.friday_section .price_product .sales_price{
    font-size: 16px;
    color: #F13117;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 100%;
}

.friday_section .price_product .regular_price{
    font-size: 16px;
    color: white;
    font-weight: 700;
    line-height: 100%;
}

.friday_section .bf_item img {
    height: 211px;
}

.friday_section .start__week{
    margin-top: 100px;
    padding: 15px 20px;
    background: #000000; /* fallback */
    background: linear-gradient(135deg, #000000 0%, #4E221C 100%);
    border-radius: 7px;
    font-size: 24px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.friday_section .overlay a{
    display: flex;
}

@media (max-width: 640px) {
    .friday_section h1{
        font-size: 90px;
    }
    .friday_section .p_hero{
        font-size: 25px;
    }
    .friday_section .start__week{
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .friday_section .price_product{
        gap: 10px;
    }
    .friday_section .price_product .regular_price,
    .friday_section .price_product .sales_price{
        font-size: 14px;
    }
}

/* wishlist page css */

/* Ascundem tabelul original pe mobile */
@media(max-width: 768px) {
    .tinvwl-table-manage-list {
        display: none !important;
    }
}

.wishlist-mobile-list {
    display: none;
}

@media(max-width: 768px) {
    .tinv-wishlist .tinv-header h2{
        font-size: 26px !important;
        text-align: center !important;
    }
    .wishlist-mobile-list {
        display: block;
        padding: 0 15px 40px;
    }

    .wishlist-mobile-item {
        padding: 10px 0 20px;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px;
    }

    /* TOP ROW */
    .wishlist-mobile-top {
        display: grid;
        grid-template-columns: 70px 1fr 30px;
        gap: 10px;
        align-items: flex-start;
    }

    .wishlist-mobile-img img {
        width: 70px;
        height: 100px;
        object-fit: cover;
        border-radius: 4px;
    }

    .wishlist-mobile-title a {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        line-height: 1.35;
    }

    .wishlist-mobile-remove {
        background: none !important;
        border: none !important;
        font-size: 22px !important;
        cursor: pointer !important;
        color: #000 !important;
        padding: 0 !important;
    }

    /* BOTTOM ROW */
    .wishlist-mobile-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }

    .wishlist-mobile-btn {
        color: #2149ef;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .wishlist-mobile-btn span {
        font-size: 18px;
        margin-left: 4px;
        position: relative;
        top: 1px;
    }

    .wishlist-mobile-price {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
}
