/**
* Theme Name: Clotya Child
* Description: This is a child theme of Clotya, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: clotya
* Version: 1.0.7
*/

.single-product .personalize-section
{
	/*background-color: pink;*/
    padding: 25px;
	background-image: url('https://www.juliescards.com.au/wp-content/uploads/2023/02/product-options-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 165px;
	padding: 10%;
	
}
.single-product .personalize-message-section
{
	/*background-color: pink;*/
    padding: 25px;
	background-image: url('https://www.juliescards.com.au/wp-content/uploads/2023/02/product-options-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 165px;
	padding: 10%;
	
}
.single-product .personalize-message-section textarea
{
	height: 100px;
	
}
.single-product .gift-card-section
{
	/*background-color: #8383e7;*/
    padding: 25px;
    margin-top: 10px;
	background-image: url('https://www.juliescards.com.au/wp-content/uploads/2023/02/product-options-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 165px;
	padding: 10%;
}
.single-product .product-options-border
{
	background-image: url('https://www.juliescards.com.au/wp-content/uploads/2023/05/Group-1-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
    margin-top: 25px;
}
.single-product .gift-card-section .wapf-swatch--text
{
	background-color: #e6ede8;
}
.single-product .gift-card-section .wapf-swatch--text.wapf-checked
{
	border-color: #353c4e;
    background: #353c4e;
    color: #fff;
}

.single-product form.cart .wapf-field-number.js_qty
{
	display: none !important;
}

.woocommerce-products-header .term-description .term-thumbnail
{
	text-align: center;
}
.shop-page-description
{
	margin-bottom: 10px;
}

