/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Author: Marius Neacsu
*/

.product-card-bf{
	overflow: hidden !important;
	display: block !important;
}

.partners-cards {
	background: #ffffff;
	padding: 10px 30px 20px 30px !important;
	bottom: -95px;
}

.partners-cards:hover {
	/*cursor: pointer !important;*/
}

.partners-box-title {
	color: #787878;
	text-align: center;
	padding: 5px 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}

.card-arrow {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #787878;
}

.partners-cards.opened .card-arrow{
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.partners-cards.opened {
	background: #000000;
}

.partners-cards.opened .partners-box-title{
	color: #ffffff;
}

.bf-title-product h1{
	font-size: 30px;
	text-align: center;
	width: 100%;
	line-height: 30px;
}

/*.partners {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}

.partners a{
	text-align: center;
}*/

.partners {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 0 10px;
	text-align: center;
}

.partners a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.partners a img{
	display: inline-block;
	width: auto;
	height: 30px
}

.info-text-stores {
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
}

.bfn-container > a {
	color: #fff;
	font-weight: 100;
	font-size: 16px;
}

.bfn-container > a:hover,
.bfn-container > a:active,
.bfn-container > a:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

div.bf-logo {
	line-height: 30px;
}

.bfn-container > div.bf-logo > a {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
}

.bfn-container > div.bf-logo > a:hover {
	opacity: 0.8;
}

.bfn-container p em{
	font-size: 13px;
	color: #fff;
}

.bf-heading-categ {

}

@media screen and (max-width: 767px) {
	.bf-title-product h1 {
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 25px;
	}
	.partners a img {
		height: 20px;
	}

	.bf-heading-categ h2 {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 576px) {
	.e-con-inner {
		margin: 0 !important;
		padding: 0 !important;
	}
}

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

	.partners-cards {
		padding: 10px 20px 20px 20px !important;
	}

	.bf-title-product h1 {
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 25px;
	}
	.partners a img {
		height: 20px;
	}

	.info-text-stores {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.ct-elementor-default-template .e-con>.e-con-inner {
		width: 100%;
	}
}
