.wishlist .wishlist-row {
	flex-direction: column;
    flex: 0 0 282px;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.wishlist .one-second.column,
.wishlist .one-fourth.column, .wishlist .four.columns {
	width: 100%;
}
.wishlist .mcb-column-inner {
	margin: 0 !important;https://prostrive.slack.com/?redir=%2Ffiles-pri%2FT04HQG87W3F-F099V5Y702U%2Fimage.png
}
.wishlist .section_wrapper {
	gap: 30px;
	align-items: stretch;
}
.wishlist .section_wrapper.clearfix:before {
	display: none;
}
.wishlist .image_frame .image_wrapper img {
	width: 100%;
}
.wishlist .wishlist-row .wishlist-options .add_to_cart_button {
	padding: 12px;
	margin-bottom: 0;
	font-weight: 500;
    font-size: 14px;
    width: 100%;
}
.wishlist .column.one-second {
	flex-grow: 1;
}
.wishlist .wishlist-row .wishlist-options .mfn-li-product-row-button {
	flex-direction: row;
}
.wishlist h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	color: #323232;
}
.wishlist h3 a {
	color: #323232;
}
.wishlist .wishlist-row .price {
	color: #323232;
	font-size: 18px;
}
.wishlist p:not(.price),
.wishlist .product_meta {
	display: none;
}
.wishlist .product-loop-thumb .mfn-wish-button.mfn-abs-top {
	display: none;
}
.wishlist .mfn-product-badges span.onsale, .woocommerce .wishlist .mfn-product-badges span.onsale {
	border-radius: 0;
	background-color: #C5A100;
}

@media screen and (max-width: 767px) {
	.wishlist .section_wrapper,
	.wishlist .wishlist-row {
		display: block;
	}
	.wishlist .section_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wishlist .wishlist-row {
		position: relative;
	}
	.wishlist .wishlist-row:not(:first-child) {
		margin-top: 20px;
		border-top: 1px #C5A100 solid;
        padding-top: 20px;
	}
	.wishlist .wishlist-row > *:first-child {
		width: 75px;
		display: inline-block;
	}
	.wishlist .wishlist-row > *:first-child .image_wrapper {
		display: block;
    	height: 100px;
	}
	.wishlist .wishlist-row > *:first-child .image_wrapper a {
		height: 100%;
	}
	.wishlist .wishlist-row > *:first-child .image_wrapper a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.wishlist .wishlist-row > * {
		float: none;
	}
	.wishlist .wishlist-row > *:nth-child(2) {
		display: inline-block;
	    width: calc(100% - 80px);
	    vertical-align: top;
	    padding-left: 15px;
	}
	.wishlist .wishlist-row > *:last-child {
	    position: absolute;
	    bottom: 6px;
	    right: 0;
	    width: calc(100% - 80px);
	    padding-left: 15px;
	}
	.wishlist .wishlist-row .wishlist-options .add_to_cart_button {
		padding: 8px;
		font-size: 11px;
		font-weight: 300;
	}
	.wishlist .wishlist-row h3,
	.wishlist .wishlist-row p,
	.wishlist .wishlist-row .price {
		margin-bottom: 0;
		font-size: 13px;
	}
	.wishlist .mfn-product-badges {
		top: 0;
    	border-radius: 0;
	}
	.wishlist .mfn-product-badges span.onsale, .woocommerce .wishlist .mfn-product-badges span.onsale {
		font-size: 10px;
	    padding: 4px;
	    line-height: 1;
	    border-radius: 0;
	}
}