/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 09:56:56 */
.tm-extra-product-options .tm-extra-product-options-fields{
border: 1px solid #e3e3e3 !important;
padding: 20px !important;
background: #FAFAFA !important;
}
.tm-extra-product-options .tc-label-inner{
    color: #FB7283 !important;
    font-size: 30px !important;
    font-weight: 100 !important;
    margin-top: -10px;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio{
width:30px;
height:30px;
}
.tm-quantity input[type=number], .woocommerce .quantity .qty{
	display:none!important;
}
.quantity{
display:none!important;
}
/* ////////////  MINI WINKELWAGEN ///////////////// */
.widget_shopping_cart .woocommerce-mini-cart .cart-info dd, .widget_shopping_cart .woocommerce-mini-cart .cart-info dt{
display:none!important;
}
.widget_shopping_cart .woocommerce-mini-cart .cart-info dt.variation-Aantal, .widget_shopping_cart .woocommerce-mini-cart .cart-info dd.variation-Aantal{
//display:block!important;
}
.product_list_widget>li .wd-entities-title{font-size: 16px !important;}
/* //////////// EINDE MINI WINKELWAGEN ///////////////// */
/* ////////////  WINKELWAGEN ///////////////// */
.cpf-data-on-cart:last-of-type, .cpf-img-on-cart:last-of-type{
margin-top:15px;
}
.product-name .tc-epo-metadata.variation dt {
    float: left !important;
margin-bottom: 5px!important;
}
.product-name .tc-epo-metadata.variation dd {
    float:none !important;
margin-bottom: 5px!important;
}
.product-name span.woocommerce-Price-currencySymbol{
float:none!important;
}
dd.tc-value.variation-Aantal {
    border-bottom: 1px solid #d1d1d1;
}
.cart_item td.product-thumbnail img {
    min-width: 300px;
    max-width: 300px;
}
/* //////////// EINDE WINKELWAGEN ///////////////// */

/* /////////// RESPONSIVE //////////////////////// */
@media screen and (max-width: 775px) {
.cart_item td.product-thumbnail img{
	min-width: 75px!important;
    max-width: 75px!important;
	}
	.shop_table_responsive td{
		display:block;
	}
 }

