:root {
  --base_color:#6cc24a;
}

/* LOADER */
.wrap_loader{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:99999;
	display:none;
	
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top:50%;
  left:50%;
  margin-top:-40px;
  margin-left:-40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #6bbf5d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #6bbf5d transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* CUSTOMIZER */

div.product .product_title{
	
	text-align:center;
	
}

.product-summary-case{
	
	width:100% !important;
	
}

.flex_row{

    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 -15px;
    justify-content: center;

}

.row_date{
	background-color:rgba(220,220,220,0.4);
	padding:15px 0;
	margin-bottom:30px;
}

.row_date>div {
    width: 20%;
    padding: 0px 30px;
}

.row_date label{
	font-size:13px;
}
.row_date input{
	height:35px;
	width:100%;
}

.choose_category{
	
	width:180px;
	text-align:center;
	font-size:19px;
	font-weight:400;
	position:relative;
	cursor:pointer;
	padding-top:20px;
	
}
.choose_category .cat_image{
	margin-bottom:30px;
    display: inline-block;
	position:relative;
}
.choose_category .cat_image img{
	position:relative;
	
}


.second_part .print_pos{
	display:none;
	padding:15px 0px 25px;
}

.second_part{
	
}


.third_part{
	display:none;	
}

.choose_category .cat_image:before{
	content:"";
	display:block;
	width:120px;
	height:120px;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-60px;
	background-color:rgba(220,220,220,0.4);
	position:absolute;
	border-radius:80px;
	
}

.choose_category.chosen .cat_image:before{
	border: 3px dashed var(--base_color);
}

.choose_position{
	padding:0 5px!important;
	cursor:pointer;
	height:150px;
}


.choose_position > div{
	padding:8px;
	border:2px solid lightgrey;
	border-radius:8px;
}
.choose_position.chosen > div{
	border-color:#6cc24a;
	position:relative;
}

.choose_position.chosen.selected > div:before{
	position:absolute;
	background-color:rgba(180,180,180,0.3);
	display:block;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.choose_position .icon-remove-sign{
	display:none;
}

.file_preview{
	display:block;
	height:240px;
	background-color:#ddd;
	position:relative;
	margin-top:15px;
	border-radius:5px;
}

.file_preview:after{
	content: "\f03e";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
	color:#aaa;
	
}

.pers_panel{
	background-color:rgba(220,220,220,0.4);
	display:none;
	padding:15px 0;
	border-radius:5px;
}



.third_part > .col-md-7{
	background-color:rgba(220,220,220,0.4);
	padding-top:15px;
	padding-bottom:15px;
}

#riepilogo{
	padding-top:15px;
	padding-bottom:15px;
}
#riepilogo .text,
#riepilogo .label{
	font-weight:400;
	line-height:28px;
	font-size:13px;
}

#riepilogo .clearfix{
	border-bottom:1px solid #efefef;
	margin:0 15px;
}

.border-right{
	border-right:1px solid rgba(220,220,220,0.4);
	
}

#totale{
	font-size:24px;
	
}

form.cart .single_add_to_cart_button{
	float:right !important;
	display:none;
}

.type-product input[type="text"]{
	box-shadow:none !important;
	border-color:#999 !important;
}

.type-product input[type="number"]{
	padding:5%;
	width:100%;
}

.type-product input[type="number"]:not(.error){
	border:1px solid #999 !important;
}

.type-product label{
	font-weight:500;
	
}

.kad-account-avatar{
	display:none;
}

/*Cart*/

.wrap_product_summary{
	display:none;
}

.edit_product,
.toggle_summary{
	font-size:16px;
}

.product_summary{
	position:relative;
	margin-top:10px;
	max-width:450px;
	border: 1px solid #efefef !important;
	clear:both;
}

.product_summary td{
	padding:8px 5px !important;
	text-align:left !important;
	border-bottom: 1px solid #efefef !important;
	
}
.product_summary .hide_lens{
	display:none;
	
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity{
	display:none;
}

.shop_table th.product-name{
	width:60% !important;
	
}

.file_preview{
	text-align:center;
	line-height:235px !important;
	
}

.progress_file{
	position: absolute;
    height: 70px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    line-height: 68px;
    vertical-align: middle;
	background-color:#DDD;
	font-size:35px;
	display:none;
	text-align:center;
	
}

.file_preview  .img_loaded{
	z-index: 99;
    position: relative;
    max-width: 100%;
    max-height: 100%;
	vertical-align:middle;
}

/* datepicker */
#ui-datepicker-div span.highlighted,
#ui-datepicker-div .highlighted a{
	background:orange;
	
}

#ui-datepicker-div .legend{
	display:block;
	text-align:center;
	padding:8px 0;
	
}

.post_file,
#ui-datepicker-div .legend .description{
	font-size:10px;	
}

.choose_position .icon-remove-sign{
	margin-top:5px;
	color: var(--base_color);
}

form.checkout input.input-text, 
.woocommerce input.input-text,
form.checkout textarea{
	box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
	border: 1px solid #f9f9f9 !important;
    border-color: #aaa !important;
	border-radius:3px;
}

.woocommerce form .form-row{
	margin-bottom:20px;
}

#ship-to-different-address-checkbox{
	top: 10px;
    position: relative;
}

#billing_codice_sdi_field .optional,
#billing_PEC_field .optional{
	display:none;
}

.woocommerce .order_details:after, 
.woocommerce-page .order_details:after{
	position:relative;
	
}

.woocommerce ul.order_details, 
.woocommerce-page ul.order_details{
	padding-left:0px;
	
}


.woocommerce-bacs-bank-details h2,
.woocommerce-thankyou-order-received{
	font-size:18px !important;
	line-height:22px !important;
	margin-bottom:15px;
}

.woocommerce-bacs-bank-details h3{
	font-size:16px !important;
	line-height:20px !important;
	margin-bottom:15px;
}

.wc-bacs-bank-details-account-name{
	font-weight:bold;
}

.shop_table th.product-name{
	position:relative !important;
}

.woocommerce-MyAccount-content .shop_table .product-name{
	width:60% !important;
	position:relative;
	
}

.woocommerce-MyAccount-content .shop_table .product-total{
	width:40% !important;
	position:relative;
}


.woocommerce-order-received .product-quantity,
.woocommerce-MyAccount-content .order_details .product-quantity{
	display:none;
	
}

tfoot th{
	text-align:left !important;
	
}

.shop_table .product-thumbnail{
	display:none;
}
.shop_table th.product-remove{
	opacity:1 !important;
	width:3%;
}


@media (min-width: 767px){
	.woocommerce li[class*=woocommerce-order-overview]{
		width:31% !important;
	}
	
	.order_item li{
		width:100% !important;
	
	}
}

/*DTF*/
.kt-tabs li{
	width:50%;
}
.kt-tabs li a{
	width:100%;
	text-align:center;
}

.url_image{
	width:100%;
}

.graphic_note{
	width:100%;
	height:90px;
}

.stampadtf input,
.stampadtf textarea{
	margin-top:5px;
	margin-bottom:15px;
	border-radius:5px;
	
}

.stampadtf textarea{
	border:1px solid #999;
	border-radius:5px;
	height:120px;
}

.stampadtf .cart .quantity{
	display:none;
}

.stampadtf .dtf_total{
	font-size:30px;
	margin:5px 0;
	display:block;
}

.stampadtf .dtf_desc_price{
	font-size:16px;
	margin:10px 0;
	display:block;
}

.stampadtf .error{
	border:1px solid red;
}


/* COMMON */
.woocommerce-Tabs-panel>h2,
.description_tab{
	display:none !important; 
}