/*
Theme Name: Advanced Allergists
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.nyp-input{
	color:#000;
}

.single_add_to_cart_button, .checkout-button, .return-to-shop .button ,#place_order{
		font-size: 16px !important;
    color: #fff !important;
    font-weight: 600 !important;
    background: #2268cd !important;
    /*width: 154px;
    height: 46px;*/
    line-height: 46px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
	padding:15px 10px !important;
	border-radius:0 !important;
	margin-top:10px !important;
}

.product_meta .posted_in{
	display:none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}

.woocommerce form .form-row{
    display: block;
}

@media only screen and (max-width: 768px) {
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100%;
    }
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        max-width: 100%;
    }
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }
}

.woocommerce-product-gallery__trigger{
    display:none;
}

.woocommerce-product-gallery__image{
    height: auto;
    width: 300px;
    margin-top: 20px;
}

.quantity, .product-quantity, .woocommerce-form-coupon-toggle, .coupon, .product-subtotal, .cart-subtotal, .woocommerce-message{
	display:none;
}
