/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/*Product Page - Before Block Style */

 .woocommerce_before_single_product {
    margin-top: 10px !important;
}

.wp-block-affiliatewp-affiliate-content.has-block .accordion-inner {
    padding: 1em 1.5em;
}


textarea {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.custom-input-wrap {
	margin-bottom: 20px;
}

.custom-input {
	width: 380px;
	max-width: 100%;
	position: relative;
	display: flex;
	background: #fff;
	border-radius: 4px;
}
.custom-coupon-input {
	width: 200px;
}
.custom-input input,
.custom-input textarea {
	border: none;
	border-radius: 4px 0 0 4px;
	background: #fff;
	margin: 0;
	pointer-events: auto;
}


 .custom-input textarea { 
	min-height: 100px;
}


.single-product #path_field, .single-product #domain_field {
    min-height: 120px
}

.page-id-28983 #custom_textarea {
    min-height: 125px
}

.page-id-28983 #path_field, .page-id-28983 #domain_field {
    min-height: 65px
}

.single-product #custom_textarea {
    min-height: 225px;
}

.wp-block-affiliatewp-affiliate-content.has-block .description {
    color: #ffffff;
}

.qr-code-wrap .description {
    margin-bottom: 5px;
}

.custom-input .copy-button {
	margin: 0;
	border: none;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: currentcolor;
	border-left: 1px solid #ddd;
	color: #222;
	font-size: 12px;
	background: url(https://staging.stonerplus.com/wp-content/uploads/2023/11/copy-icon.svg) no-repeat;
    background-position: 8px center;
	background-size: 16px;
    padding: 2px 8px 2px 30px;
	font-weight: 400;
}

.custom-input .success-message {
	display: block;
	position: absolute;
	right: 0;
	color: #1efa58 ;
	top: -25px;
	font-weight: 500;
	font-size: .9em;
}
.custom-coupon-input .success-message {
	top: 10px;
	right: -55px;
}
.qr-code-wrap a:after {
    content: "Download";
    color: #222;
    padding: 6px 12px 6px 28px;
    margin-left: 10px;
    border-radius: 4px;
    background: url(https://staging.stonerplus.com/wp-content/uploads/2023/11/download-icon.svg) #fff no-repeat;
    background-size: 16px;
    background-position: 8px center;
}
/* .single-product .wp-block-affiliatewp-affiliate-content {
	display: none;
}
.single-product .wp-block-affiliatewp-affiliate-content.has-block {
	display: block;
} */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.custom-coupon-input {
	    width: 150px;		
	}
	

}