.wcgfd-swal{
	width: 70% !important;
	background-color: #edf3f6 !important;
}

.swal2-container{
	z-index: 1060000 !important;
}

.wcgfd-swal .swal2-close{
	justify-self: start;
	font-size: 3.5em;
}

.wcgfd-swal .swal2-html-container{
	margin: 3em 2.6em .3em;
}

.wcgfd-add-to-cart button{
	background-color: var(--btn-shop-bgcolor);
	color:#fff;
}
.wcgfd-add-to-cart button:hover{
	background-color: #5b1d1d;
	color:#fff;
}
.wcgfd-add-to-cart .product-desc p {
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wcgfd-add-to-cart .woocommerce-Price-amount.amount {
    font-size: 17px !important;
}
.wcgfd-product-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1rem;
	margin: 0.5rem;
}

.wcgfd-product {
    background-color: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgb(63 92 110 / 15%);
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    line-height: 24px;
    gap: 5px;
}

.wcgfd-add-to-cart{
	cursor: pointer;
}

.wcgfd-outofstock{
	margin: 1rem 0;
}

.wcgfd-product button{
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.wcgfd-swal .price{
	margin: 1rem 0;
}

#design-preview{
	margin: 0.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#design-preview span{
	display: block
    font-size: 14px;
    justify-content: inherit;
}
#design-preview img{ 
	max-width: 100%;
    position: relative;
    object-fit: contain;
    object-position: center;
    width: 120px;
    margin: 10px; 
}

#remove-design{
   background-color: #8c0000;
    color: #fff;
    border-radius: 0.5rem;
    font-size: 12px;
    height: auto;
    padding: 10px 15px;
}

#remove-design svg{
    width: 22px;
    position: relative;
}



#job-children{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
}

#job-children button {
    background: #002570;
    color: #fff;
    border-radius: 15px;
    width: 75%;
    margin: 10px auto;
    text-align: center;
}

@media (max-width: 768px) {
	.wcgfd-swal{
		width: 90% !important;
	}

	.wcgfd-product-list{
		grid-template-columns: 1fr 1fr;
	}

	.wcgfd-swal .swal2-html-container{
		margin: 3em 0.6em .3em !important;
	}

	#job-children{
	    grid-template-columns: 1fr 1fr;
	}
	#design-preview img{ 
    width: 100px; 
}
}