/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
select[id=pa_options]{
    display: inherit !important;
}

.screen-reader-show{
    display: block !important;
}

.screen-reader-visible{
    visibility: visible !important;
}

.handheld-navigation{
    display: none !important;
    visibility: hidden;
}

@media only screen and (max-width: 1200px){
    .handheld-navigation{
        display: inherit !important;
        visibility: visible;
    } 
}

.crust-up-custom-screen-reader-input,
.crust-up-custom-screen-reader-select,
.crust-up-custom-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

select.yith_wccl_custom {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

div.product-inner > span.price{
	z-index: 1;
}
