/*  Small screens */
@media only screen {} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}

#middle-row .align-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.logocol.columns{
	padding-bottom: 0;
}

.phonecol.columns{
	padding-top: 0;
}

#middle-row .phone_number{
	margin-left: 0;
	margin: 0 10px;
}

#middle-row .the_phone_number {
    padding-left: 0;
}

.address-inner {
    padding: 20px;
    height: 100%;
    text-align: center;	
}

.fas.fa-phone-flip:before {
	display: none;
}

.phone_number_label{
	display: block;
}

#global-content-3 .button{
	display: block;
	margin: 10px 0;
}

.tagline{
	padding: 25px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.tagline h1{
	font-size: 1.7rem;
}

.tagline p {
    font-size: 1.125rem;
}

.logo img{
	max-height: 175px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.t1,.t4{
	font-size: 2.5rem;
}

.t3{
	font-size: 2rem;
}


.drkbg .column-block{
	padding: 8px;margin-bottom: 0;
}

.white-text.lg-text{
	font-size: 3rem;
}
.wrapper{padding: 1rem 0;}
.shadow .wrapper{padding-bottom: 0}
.extra-row-padding{
	padding: 0;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: 90%;
}

.extra-row-padding{
	text-align: center;
}

.woofood-products .woofood-product-loop{
	width: 100%;
	float: none;
	display: block;
}

.woofood-products .woofood-product-loop .product-image img{
	max-width: 100%;
	margin: 20px 0;
}

.woofood-product-loop .product-title, .woofood-product-loop .product-title .product-short-descr{
	text-align: center;
}

.woofood-product-loop .product-title .product-short-descr{
	margin-bottom: 20px;
}
.woofood-product-loop .product-title .product-short-descr,
.woofood-product-loop .product-title,
.woofood-product-loop .product-price,
.woofood-product-loop .product-button{
	float: none;
	width: 100%;
	display: block;
	max-width: 100%;
	margin-left: 0;
	text-align: center;
}



.woocommerce-product-details__short-description span{

 	font-size: 13px;
}

.wf_product_view .single_add_to_cart_button{
	margin-bottom: 0;
}
.column-50-wf,
.woocommerce-product-details__short-description,
.modal__content .price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	text-align: center;
}

.woofood-product-loop .product-button .button{
	display: block;
	float: none;
	line-height: 30px;
	margin-top: 20px;
}

.extra-options-accordion{
	margin-left: 0;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a{
	margin-right: 0;
	display: block;
	margin-bottom: 10px;
}

.innermap{
	padding: 1rem;
}

#global-content-3 .t3{
	font-size: 2rem;
}


} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
#global-content-3 .t3{
	font-size: 2rem;
}

.drkbg .column-block{
	padding: 8px;margin-bottom: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 62px;
    height: 62px;
}

.tagline{
	padding: 25px;
	bottom: 30px;
	left: 10px;
	right: 10px;
}

.tagline h1{
	font-size: 2.8rem;
}

.logo img{
	max-height: 200px;
    width: auto;
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0.9375rem;
}

#order-locations .responsive-embed {
    margin-bottom: 0;
    padding-bottom: 95%;
}

.extra-row-padding{
	text-align: center;
}



.column-50-wf{
	max-width: 100%;
}
.column-50-wf .column-50-wf  {
    display: block;
    max-width: 48%;
    width: 100%;
    position: relative;
    float: left;
    padding: 0 20px;
}

} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.logo img{
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0.9375rem;
}

.column-50-wf {
    display: block;
    max-width: 100%;
    position: relative;
}

.column-50-wf .column-50-wf  {
    display: block;
    max-width: 48%;
    width: 100%;
    position: relative;
    float: left;
    padding: 0 20px;
}

.column-50-wf .column-50-wf.image-column{
	padding: 0;
}

.modal__content table{
	width: 100%;
}


} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}

.address-inner {
    padding: 25px;
    height: 100%;
}

#order-locations .responsive-embed {
    margin-bottom: 0;
    padding-bottom: 115%;
}

#order-locations .t3{
	font-size: 2rem;
	margin-bottom: 15px;
}

.t3{
	font-size: 2rem;
}

.t1{font-size: 2.8rem}

} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 73.188em) and (max-width: 90em) {
#order-locations .responsive-embed {
    margin-bottom: 0;
    padding-bottom: 100%;
}

}/* min-width 1170px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */