.diy-product-archive-searchbar
{
	display: none;
}

.diy-product-archive-searchbar.diy-product-archive-searchbar
{
	padding: 15px !important;
}

.diy-product-archive-card
{
	border-radius: 10px;
    position: relative;
    height: 100%;
    position: relative;
    height: 100%;
    min-height: 180px;
	border: 1px solid transparent;
	padding: 30px;
}
.diy-shop-product-card-title
{
	max-width: 69%;
	display: block;
}
.diy-product-archive-card div.diy-product-archive-card-image-wrap
{
	display: flex;
	justify-content: center;
	align-self: center;
	flex-direction: column;
}
.diy-product-archive-card img.diy-product-archive-card-image
{
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin:auto;
	border: 1px solid transparent;
	padding: 15px;
	border-radius: 10px;
}
.diy-product-archive-card .diy-product-archive-card-excerpt
{
	font-size: 1rem;
	color:gray;
	margin-bottom: 0px;
	margin-top: 25px;
}

.diy-product-archive-card .diy-product-archive-card-excerpt iframe,
.diy-product-archive-card .diy-product-archive-card-excerpt iframe body
{
	overflow-y: hidden;
	height: 95px;
}

.diy-product-archive-card .diy-product-archive-card-excerpt p
{
	margin-bottom: 0px;
}

.diy-product-archive-card .diy-product-archive-card-permalink
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.diy-product-archive-card-category
{
	z-index: 3;
	position: relative;
	font-size: 0.8rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.diy-product-archive-card-views
{
	position: absolute;
	top: -30px;
	right: -16px;
}

.diy-product-cat-image .page-header-image
{
	border-radius: 15px;
}

.diy-product-cat-image .diy-container
{
	width: unset;
	min-width: 40%;
}

.diy-product-cat-image .page-header-content-container
{
	padding: 20px;
	width: 100%;
	border: unset !important;
    border-radius: 20px;
    background: rgba(255,255,255,0.85) !important;
}

.diy-product-cat-image .page-header-content-container h1
{
	color: #707070 !important;
	margin-bottom: 0px;
}

.diy-product-cat-image .page-header-content-container h3
{
	display: none;
}

.diy-products-category-container
{
	background-color: #eff4f7;
}

.diy-products-category-container h1
{
	margin-bottom: 0px;
	font-weight: 700;
}

.diy-products-category-container div
{
	margin-bottom: 0px;
	margin-top: 15px;
}

.diy-products-category-container div *:last-child
{
	margin-bottom: 0px;
}

.diy-product-archive-card-views .diy-product-top
{
	background-color: #cc4a3a;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 80px;
	padding: 10px;
	text-align: center;
	border-radius: 0px 10px 0px 25px;
	display: none;
}

.diy-product-archive-card-wrapper
{
	display: flex;
}

.diy-product-archive-image-col
{
	width: 35%;
	margin-right: 25px;
}

.diy-product-archive-content-col
{
	flex: 1 0;
}

.diy-product-archive-card-permalink + .diy-product-archive-card-wrapper b
{
	transition: .3s;
	font-weight: 700;
}
.diy-product-archive-card-permalink:hover + .diy-product-archive-card-wrapper b
{
	color:silver;
}

.diy-product-archive-card-price
{
	margin-top: 15px;
}

.diy-product-archive-card-price *
{
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
}

.diy-product-archive-card-price span
{
	font-weight: 400;
	font-size: 15px;
}

.diy-product-link
{
	font-weight: 700;
    color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	background-color: #838383;
	display: inline-block;
	min-width: 250px;
	margin-top: 15px;
	border: 1px solid transparent;
	transition: all 300ms ease-out;
}

.diy-product-link:hover
{
	color: #fff !important;
	text-decoration: none !important;
}

.diy-product-archive-card:hover .diy-product-link
{
	border: 1px solid #838383;
	color: #838383;
	background-color: #fff;
	text-decoration: none;
}

.diy-product-archive-card-col-wrapper
{
	margin-bottom: 15px;
}
.diy-product-archive-card-col-wrapper:last-child,
.diy-product-archive-card-col-wrapper:nth-last-child(2):nth-child(odd)
{
	margin-bottom: 0px;
}

/* Product color schemes */

.diy-product-scheme-red,
.diy-product-archive-card.diy-product-scheme-red img.diy-product-archive-card-image
{
	border: 1px solid #cc4a3a;
}

.diy-product-scheme-pink,
.diy-product-archive-card.diy-product-scheme-pink img.diy-product-archive-card-image
{
	border: 1px solid #fe6685;
}

.diy-product-scheme-cyan,
.diy-product-archive-card.diy-product-scheme-cyan img.diy-product-archive-card-image
{
	border: 1px solid #b6e1f4;
}

.diy-product-scheme-lime,
.diy-product-archive-card.diy-product-scheme-lime img.diy-product-archive-card-image
{
	border: 1px solid #9ac86e;
}

/* Product color schemes end */

.diy-shop-archive-image
{
	width: 100%;
}

.diy-shop-archive-image img
{
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
}

/* Sales update */
.diy-product-archive-card-price.diy-category-sale
{
	display: flex;
	flex-wrap: wrap;
}

.diy-product-archive-card-price.diy-category-sale *:not(.diy-sale-text)
{
	position: relative;
	margin-right: 15px;
}

.diy-product-archive-card-price.diy-category-sale *:not(.diy-sale-text):after
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	background-color: #bf0000;
	position: absolute;
	content: '';
	z-index: 2;
	width: 100%;
}

.diy-product-archive-card-price.diy-category-sale *.diy-sale-text
{
	color: #bf0000;
	font-size: 1.1rem;
}
/* END: Sales update */

/* Affiliator */
.affiliator-area {
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.affiliator-area p {
    margin-bottom: 0;
}

.affiliator-area button {
    background-color: rgba(0, 255, 0, 0.05);
    margin: 0 1rem;
}

.affiliator-area .affiliate-qr-container {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.affiliator-area .affiliate-qr {
	display: block;
	margin-top: 0.5rem;
	width: 200px;
	object-fit: contain;
	height: auto;
}
/* END: Affiliator */

/*
	Theme breakpoints
*/
@media screen and (min-width: 1600px)
{
    .diy-product-archive-card-col-wrapper
	{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1599px)
{
    .diy-product-archive-card-col-wrapper
	{
		margin-bottom: 30px;
	}
	
	.diy-product-archive-card-wrapper
	{
		flex-wrap: wrap;
	}
	
	.diy-product-archive-image-col
	{
		width: 100%;
		margin-right: 0px;
	}
	
	.diy-product-archive-content-col
	{
		width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width: 1399px)
{
	.diy-product-archive-card .diy-product-archive-card-excerpt
	{
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 992px)
{
	.diy-product-mobile-archive-card-price-wrapper
	{
		display: none;
	}
	.diy-product-archive-card-wrapper
	{
		height: 100%;
	}
	.diy-product-mobile-archive-card-views
	{
		display: none;
	}
}

@media screen and (max-width: 991px)
{
	.diy-product-archive-card-wrapper
	{
		flex-wrap: nowrap;
	}
	
	.diy-product-archive-image-col
	{
		width: calc( 50% - 25px );
		margin-right: 25px;
	}
	
	.diy-product-archive-card-col-wrapper:nth-child(odd) .diy-product-archive-card-wrapper .diy-product-archive-image-col
	{
		margin-right: 0px;
		margin-left: 25px;
	}
	
	.diy-product-archive-content-col
	{
		width: 50%;
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.diy-product-mobile-archive-card-views
	{
		font-size: .7rem;
		margin-top: 15px;
		text-align: center;
	}
	.diy-product-mobile-archive-card-views > *
	{
		font-size: .7rem;
		color:gray;
	}
	.diy-product-mobile-archive-card-views span
	{
		margin-left: 5px;
	}
	div.diy-product-archive-card-col-wrapper:not(:last-child)
	{
		margin-bottom: 15px !important;
	}
	.diy-product-archive-card-col-wrapper .row .col-8 .diy-product-archive-card-price
	{
		display: none;
	}
	.diy-product-mobile-archive-card-price-wrapper
	{
		position: absolute !important;
		bottom:0;
		left:0;
		right:0;
		background: #eee;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.diy-product-mobile-archive-card-price
	{
		display: flex;
		height: 100%;
		justify-content: center;
		align-content: center;
	}
	.diy-product-mobile-archive-card-price h5
	{
		text-align: center;
		margin-bottom: 8px;
		margin-top: 8px;
		color:#d44639;
		font-size: 0.9rem;
	}
	.diy-product-archive-card .diy-product-archive-card-excerpt
	{
		margin-bottom: 0px;
		font-size: 0.7rem;
	}
	.diy-product-archive-card
	{
		min-height: 150px;
	}
	.diy-product-archive-card-views
	{
		display: none;
	}
	.diy-product-archive-searchbar
	{
		display: block;
	}
	.diy-product-archive-card-category
	{
		font-size: 0.7rem;
	}

	.diy-product-archive-card-col-wrapper:nth-child(odd) .diy-product-archive-card-wrapper
	{
		flex-direction: row-reverse;
	}

	.diy-product-archive-card-col-wrapper .row .col-8 .diy-shop-product-card-title
	{
		max-width: 100%;
	}
	
	.diy-product-archive-card:hover .diy-product-link
	{
		border: 1px solid #838383;
		color: #fff;
		background-color: #838383;
		text-decoration: none;
	}
	
	.diy-product-archive-card-permalink:hover + .diy-product-archive-card-wrapper b
	{
		color: #000000;
	}
	
	.diy-product-link
	{
		width: 100%;
	}
}

@media screen and (max-width: 650px)
{
	.diy-product-archive-card-wrapper
	{
		flex-wrap: wrap;
	}
	
	.diy-product-archive-image-col
	{
		width: 100%;
		margin-left: 0px;
	}
	
	.diy-product-archive-content-col
	{
		width: 100%;
		margin-top: 25px;
		display: unset;
		flex-direction: unset;
		justify-content: unset;
	}
	
	.diy-product-archive-card-col-wrapper:nth-child(odd) .diy-product-archive-card-wrapper .diy-product-archive-image-col
	{
		margin-left: 0px;
	}
}