/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/*Hide free shipping option text*/



 #shipping_method_0_free_shipping4,
label[for="shipping_method_0_free_shipping4"]{
	display: none !important;
}

/* Hide category count */
.woocommerce-loop-category__title .count{
	display:none ;
}

.kb-row-layout-id_d1a68f-c4 > .kt-row-column-wrap{
	padding-top: 5px !important;
}


form.woocommerce-checkout, form.woocommerce-checkout h3, .ct-woo-unauthorized .col2-set, .woocommerce-MyAccount-content{
	
	color:black ;
		
}

.woocommerce-billing-fields, #customer_details .col-2{
	padding: 15px;
}


/*Search oldal cím*/
[data-prefix="search"]  .page-title{
	display: none !important;
}

/* cart page table color */
thead tr th {
	color:black !important;
}


/* Hide woo account page nav menu */
.ct-acount-nav{
	display:none !important;
}

/*----- cart icons ------ */
.woocommerce-mini-cart .remove{
	color:rgb(183, 53, 53);
}

[class*=ct-woocommerce] .shop_table .remove {
    --theme-icon-color: rgb(183, 53, 53);
}

 .kb-checkbox-style~label{
	margin-top:8px !important;
}

/*------------Hook category text--------*/
.entry-header .page-description>*:last-child, .cat_txt{
	background-color:#7f938e !important;
	padding:15px;
}


[data-products].columns-4{
	grid-row-gap: 50px !important;
}


/*--------- 404 page ------------ */
.hero-404{
	background-color: #7f938e;
	margin: 20px 0 20px 0;
}
.page-404-text{
	color:white !important;
	font-size: 16px !important;
}

 .search-form input{
	border: 1px solid white !important;
}

.woo-listing-top [data-products] .columns-3 {
    --shop-columns: repeat(5, minmax(0, 1fr) )!important;
}

/*értékelés*/
#review_form .comment-reply-title{
	color:black !important;
}




/*-----MEDIA QUERY -------------- */


/* ----------CSS Move cart and price on the Top on the picture ----- */
/**/
@media screen and (min-width:1000px) and (max-width:1150px){
  [data-column-set="3"]>div	{
	display:grid !important;
		grid-template-columns:1fr var(--middle-column-width,auto) 2fr !important;
	}
	
}
@media screen and (max-width: 768px){
.footer_elerhetoseg ul li{
	
	justify-content: center;
}

	
.max-width-mobile, [class*=ct-container]>article{
	width: 100% !important;
} 


}