/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2023 | 05:03:15 */
.woocommerce-variation-add-to-cart {
    display: inherit;
}
.za-select-your-breed label {
    display: block !important;
    text-align: left;
}
.za-select-your-breed label + br {
    display: none;
}
.za-select-your-breed select {
width: 100% !important;
    border: 1px solid #c9c9c9;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 0;
}
#main_text_input_prev {
	visibility: visible
}
body.za-vertical #main_text_input_prev {
    text-orientation: upright;
    writing-mode: vertical-rl;
    visibility: visible;
    top: 10% !important;
/*     font-size: 2vw !important; */
    height: max-content;
    letter-spacing: -12px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a,
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a span {
	    border-radius: 0;
}
body.single-product span#product_popup_show {
    display: none;
    width: 100%;
}
.mfn-vr-select, input#main_text_input, input#main_text_input_bottom {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
div#main_text_input_prev_bottom {
    position: absolute;
    height: 50px;
	    left: 0;
    right: 0;
    margin: 0 auto;
	    position: absolute;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: transparent;
    color: white;
    white-space: nowrap;
    font-size: 50px;
    border: none;
    text-transform: uppercase;
    font-family: stardos_stencilbold, Helvetica, Arial, sans-serif;
    pointer-events: none;
    height: 50px;
}
body.single-product .woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 15px 0;
}
body.single-product .single_add_to_cart_button {
	background-color: #dd3333;
	    display: block;
	margin-top: 30px;
    width: 100%;
	text-transform: uppercase
}

@media only screen and (max-width: 600px) {
	body.mobile-row-2-products .products_wrapper ul.products li.product {
		width: 100%;
	}
/* 	#main_text_input_prev,
	div#main_text_input_prev_bottom {
		font-size: 32px !important;
	} */
}