/* ---- if product page and wcdp-product ---- */

body.wcdp-product #product-quantity {
	display: none;
}

/* ---- if product loop and wcdp-product ---- */

/*.product.wcdp-product a.product_type_customizable {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
	text-transform: var( --e-global-typography-accent-text-transform );
	line-height: var( --e-global-typography-accent-line-height );
	letter-spacing: var( --e-global-typography-accent-letter-spacing );
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	padding: 19px 63px 19px 63px;
	color: var( --e-global-color-1be27ac6 );
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
	transition: all 0.2s;
}*/

/* ---- disable editor images tab ---- */
body:not(.wp-admin) #wcdp-btn-images,
body:not(.wp-admin) #wcdp-images-panel{
	display: none;
}

/* ---- tab icon z depth ---- */
#wcdp-tabs-icons > span.vtab-selected {
	z-index:5;
}

/* ---- custom classes ---- */
.href_white a, .href_white a:hover, .href_white a:active, .href_white a:visited {
	color:#FFFFFF;
}

/* ---- custom download icons ---- */
.product-downloads-files {
	display: block;
	position: relative;
	margin-bottom: 1em !important;
}
.product-downloads-files_title {
	display: block;
	position: relative;
}
.product-downloads-files_icon {
	display: inline-block;
	position: relative;
	width: 20px;
	background-color: #ece7e7;
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin-right: 0.5em;
}
.product-downloads-files_content {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
}
.product-downloads-files_icon_zip .product-downloads-files_content {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icons/zip-outline.svg');
}
.product-downloads-files_icon_pdf .product-downloads-files_content {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icons/pdf-outline.svg');
}
.product-downloads-files_icon_jpg .product-downloads-files_content {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icons/jpg-outline.svg');
}
.product-downloads-files_icon_png .product-downloads-files_content {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icons/png-outline.svg');
}
.product-downloads-files_icon_svg .product-downloads-files_content {
	background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icons/svg-outline.svg');
}
.product-downloads-files.loop .product-downloads-files_icon {
	width: 30px;
}

/* ---- product page customize button ---- */
.button.product_type_customizable {
	margin-left: 0 !important;
}

/* ---- woocommerce order table ---- */
.woocommerce table.shop_table {
	border-collapse: collapse;
}

/* ---- footer payment methods ---- */
#footer-paymentmethods {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	list-style: none;
	padding:0;
	margin:0;
}

#footer-paymentmethods li {
	display: inline-block;
	position: relative;
	margin-bottom:5px;
	margin-right:5px;
}


#footer-paymentmethods li img {
	display: block;
	position: relative;
	width: auto;
	height: 20px;
}

/* ---- cookie compliance ---- */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #AC9B9B;
	border-color: #AC9B9B;
}

/* ---- ontwerpbevestiging ---- */
#wcdp-confirm-design label.dp-approved {
    color: #221B19 !important; 
}

#wcdp-confirm-design label {
    color: #a7224d !important;
}