/* css to show the side images with product data on cart,side cart, checkout etc. */
.pdw-cart-side-preview-section{
	border: 1px solid #d8d8d85c;
}
.pdw-side-preview {
	border: none;
}
.pdw-side-preview:not(:first-child) {
	margin-top: 0.1rem;
	border-top: 1px solid #d8d8d8;
}
.pdw-cart-side-preview-section{
	/* max-height: 15rem; */
	max-width: 15rem;
	overflow-y: auto;
}
.smart-product-designer-for-woocommerce-editor-link {
	margin: 5px 0;
	background: #000000;
	padding: 0.5rem 0.9rem;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 50%;
	color: #fff;
}
.archive .smart-product-designer-for-woocommerce-editor-link{
	display: inline-block;
	width: auto;
}
.archive .pdw-start-design-btn{
	display: flex;
	justify-content: center;
}
.smart-product-designer-for-woocommerce-editor-link a{
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
}