.twoconcepts-wooshopv2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, calc(100% / 3 - 34px)));
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    margin: 0 20px;
}
.twoconcepts-wooshopv2 * {
	font-family: Roboto;
}
.twoconcepts-wooshopv2 img {
    width: 100%;
    float: left;
    max-height: 200px;
    object-fit: contain;
}
.twoconcepts-wooshopv2 h2 {
    text-align: left;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #00628E;
    font-weight: 500;
    padding: 5px 0;
}
.twoconcepts-wooshopv2 .tc-col {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    margin: 0;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
	transition: box-shadow 0.1s;
}
.twoconcepts-wooshopv2 .tc-col:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.twoconcepts-wooshopv2 .product--features {
	color: #4B5563;
	font-size: 16px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.twoconcepts-wooshopv2 .product--features ul li {
	margin-top: 10px;
}
.twoconcepts-wooshopv2 .product--features ul {
    margin-top: 20px;
    list-style: none;
}
.twoconcepts-wooshopv2 .product--features ul li {
    margin-bottom: 10px;
    list-style: none;
	font-weight: 300!important;
}
.twoconcepts-wooshopv2 .product--features ul li::before {
    content: "✔";
    width: 15px;
    height: 15px;
    background: var(--e-global-color-accent);
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    padding: 0px 3.5px;
}

.twoconcepts-wooshopv2 .tc-btn {
    background: var(--e-global-color-primary);
    float: left;
    padding: 14px 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
}
.stoerer {
	position: absolute;
	left: 0;
	background: var(--e-global-color-accent);
	color: #fff;
	padding: 5px 30px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-transform: uppercase;
}
.product-price {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.WooShop .woocommerce-Price-amount {
	color: var(--e-global-color-accent);
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	width: 100%;
	float: left;
}
.regular .woocommerce-Price-amount {
	font-size: 12px;
	color: var(--e-global-color-secondary);
	text-decoration: line-through;
}
@media all and (max-width: 450px) {
	.twoconcepts-wooshopv2 h2 {
		font-size: 20px;
	}
}
@media all and (max-width: 1035px) {
	.twoconcepts-wooshopv2 {
		grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr))!important;
	}
}

.product--features li {
	font-weight: 500;
}