
form.woocommerce-ordering,
p.woocommerce-result-count{
    display: none;
}

.right-sidebar .content-area {
    width: 100%!important;
    margin-right: 0!important;
}


.shop-filter-toggle p {
    cursor: pointer;
    width: fit-content;
}

/*.triada-product:nth-child(2n+1) li:first-child {
    width: 100%!important;
}
.triada-product:nth-child(2n+1) li:not(:first-child) {
    width: 48%!important;
	margin-right: 4%!important;

}*/
.products li{
	list-style:none;
}
.triada-product:nth-child(2n+1) li:first-child,
.triada-product:nth-child(2n) li:last-child{
    width: 100%!important;
}
.triada-product:nth-child(2n+1) li:not(:first-child),
.triada-product:nth-child(2n) li:nth-child(-n + 2) {
    width: 48%!important;
	margin-right: 4%!important;
}

.triada-product:nth-child(2n) li:nth-of-type(2) {
	margin-right:0px!important;
}

.triada-product img {
	width:100%;
}

.triada-product {
    width: 48%;
    display: inline-block;
    max-width: 48%;
	margin-left: 0px;
	margin-right:20px;
}

.triada-product:nth-child(2n) {
    margin-right: 0px;
	float: right;
}


.add_to_cart_button,
.tinv-wishlist {
	display:none!important;
}

/*megales photografies*/
.triada-product:nth-child(2n+1) li:first-child .woocommerce-loop-product__title,
.triada-product:nth-child(2n) li:last-child .woocommerce-loop-product__title {
    font-weight: 200;
    font-size: 2.65em;
    line-height: 54px;
	/*padding-top: 15px;
    margin-bottom: 15px;*/
}

.triada-product:nth-child(2n+1) li:first-child .woocommerce-Price-amount ,
.triada-product:nth-child(2n) li:last-child .woocommerce-Price-amount {
	font-size: 2.6em;
    font-weight: 400;
    line-height: 55px;
	    color: #000;

}
.triada-product:nth-child(2n+1) li:first-child .price,
.triada-product:nth-child(2n) li:last-child  .price {
    border-top: 1.6px solid #000000;
    padding-top: 19px;
    margin-bottom: -4px;
	    color: #000;

}


/* mikres photografies */

.triada-product:nth-child(2n+1) li:not(:first-child) .woocommerce-loop-product__title,
.triada-product:nth-child(2n) li:nth-child(-n + 2) .woocommerce-loop-product__title {
    font-weight: 200;
    font-size: 1.2em;
    line-height: 25px;
    color: #000;
	margin-top: -4px;
  /*  padding-bottom: 0px;*/
}

.triada-product:nth-child(2n+1) li:not(:first-child) .woocommerce-Price-amount, 
.triada-product:nth-child(2n) li:nth-child(-n + 2) .woocommerce-Price-amount {
    font-size: 1.21em;
    font-weight: 400;
    line-height: 25px;
    color: #000;
	
}
.triada-product:nth-child(2n+1) li:not(:first-child) .price,
.triada-product:nth-child(2n) li:nth-child(-n + 2)  .price {
    border-top: 0.75px solid #000000;
	padding-top: 12px;
    margin-bottom: 0px;
	color: #000;


}

.onsale {
    position: absolute!important;
    top: 0;
    left: 0;
    background: #000;
    color: #fff!important;
}




/******* FILTRA ************/

/*reset title*/
#yith-woo-ajax-reset-navigation-2{
	display:block!important;
}
#yith-woo-ajax-reset-navigation-2 .widget-title {
    display: none;
}
#secondary a.yith-wcan-reset-navigation.button {
    font-weight: 300!important;
    font-size: 1.2em!important;
    background: none!important;
    padding-left: 0!important;
}

#secondary #text-2 {
    margin-bottom: 30px;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    display: none;
}


.filter-title,
#secondary .widget .widget-title, 
#secondary .widget .widgettitle {
    padding: 0;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 49px;
    margin: 0;
    color: #000;
    border-bottom: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    color: #000;
    text-decoration: none;
    font-weight: 200;
    font-size: 1.6em;
    line-height: 33px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #000;
    font-weight: 500;
}





/******* sidebar***********/
.closebutton {
    content: "";
    width: fit-content;
    /* height: 40px; */
    position: absolute;
    right: 30px;
    top: 93px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

#secondary {
    position: fixed;
    top: 0;
    left: -410px;
    height: 100%;
    width: 340px;
    max-width: 340px;
    box-shadow: 4px 0 7px rgb(0 0 0 / 5%);
    transition: left .25s ease;
    margin: 0!important;
    background: #fff;
    padding: 35px 30px;
}
.sidebar-drawer-visible {
    overflow-y: auto;
    left: 0!important;
    z-index: 1500;
}
/*.shop-filter-toggle{
	display: none;
}*/


@media only screen and (min-width:768px) and ( max-width:1024px) {
.triada-product:nth-child(2n) li:nth-child(-n + 2){
	margin-right:11px!important;
	
}
.triada-product:nth-child(2n) li:nth-of-type(2) {
	margin-right:0px!important;
}

}

@media only screen and (max-width: 767px) {
	
	.triada-product {
		width: 100%;
		max-width: 100%;
	}
	
	.triada-product:nth-child(2n+1) li:not(:first-child){
		width: 47%!important;
		display: inline-block;
		vertical-align: top;
		margin-right: 5px!important;
		margin-left: 5px;
	}
	
	.triada-product:nth-child(2n) li:nth-child(-n + 2) {
    width: 47%!important;
    display: inline-block;
    vertical-align: top;
	margin-right: 5px!important;
    margin-left: 5px;
}


	.triada-product:nth-child(2n+1) li:first-child {
		width: 100%!important;
	}

}



@media only screen and (max-width: 480px) {

	.triada-product:nth-child(2n+1) li:not(:first-child),
	.triada-product:nth-child(2n) li:nth-child(-n + 2) {
		width: 100%!important;
	}

	.triada-product:nth-child(2n+1) li:first-child .woocommerce-loop-product__title,
	.triada-product:nth-child(2n) li:last-child .woocommerce-loop-product__title,
	.triada-product:nth-child(2n+1) li:not(:first-child) .woocommerce-loop-product__title,
	.triada-product:nth-child(2n) li:nth-child(-n + 2) .woocommerce-loop-product__title {
		font-size: 1.65em;
		line-height: 54px;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	
	.triada-product:nth-child(2n+1) li:first-child .woocommerce-Price-amount ,
	.triada-product:nth-child(2n) li:last-child .woocommerce-Price-amount,
	.triada-product:nth-child(2n+1) li:not(:first-child) .woocommerce-Price-amount, 
	.triada-product:nth-child(2n) li:nth-child(-n + 2) .woocommerce-Price-amount {
		font-size: 1.6em;
		line-height: 55px;
	    color: #000;
		
	}
	.triada-product:nth-child(2n+1) li:first-child .price,
	.triada-product:nth-child(2n) li:last-child  .price,
	.triada-product:nth-child(2n+1) li:not(:first-child) .price,
	.triada-product:nth-child(2n) li:nth-child(-n + 2)  .price {
		border-top: 1.6px solid #000000;
		padding-top: 19px;
		margin-bottom: -4px;
		color: #000;


	}



}