/**
* Theme Name: Printec Child
* Description: This is a child theme of Printec, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: printec
* Version: 1.1.2
*/


.header-add p {
	margin-bottom:0;
}

.select-design {
	display:flex;
}


.select-design >div {
	width: 35%;
	margin-top: 20px;
	border: 1px solid #da9d01;
	padding:10px;
	border-radius: 30px;
    text-align: center;
}
.select-design >div:first-child {
	margin-right:5%;
}
.select-design >div.select {
	border: 4px solid #997001;
}


.select-design input {
	visibility:hidden;
}

.single-product div.product .inventory_status {
	color: #da9d01;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background-color: #da9d01;
	
}

.upload_container_button h4 {
	font-size:20px;
}

.upload_container_button {
	    word-break: break-word;	
}

#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button, #wc-stripe-payment-request-button-separator {
	display:none !important;
}

.wc-dnd-file-upload {
	width:100%;
	order:2;
}

.menuflex .elementor-tabs {
	display:flex;
	
}

.categories-bottom .product-cat-caption .cat-total {
	display:none;
}

@media screen and (min-width: 768px) {
   .archive.term-goodies ul.products.columns-3 li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


