/*
Theme Name: Bazz Child
Theme URI: http://bazz.select-themes.com
Description: A child theme of Bazz
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: bazz
Template: bazz
*/
.woocommerce-Price-amount amount, .woocommerce-Price-currencySymbol, .price {
	display: none !important;
	opacity: 0 !important;
}

#tab-title-additional_information, #tab-title-reviews {
	display: none !important;
}
.add_to_cart_button,.variations .label {
	display: none !important;
}
.qodef-woo-pl-info-below-image ul.products > .product:hover .qodef-pl-text-wrapper .price {
	opacity: 0 !important;
}
.cart, .single_variation_wrap,  .yith-wcwl-add-to-wishlist {
	display: none !important;
}.qodef-shopping-cart-holder {
	display: none !important;
}
.qodef-single-product-summary .price {
	display: none !important;
	opacity: 0 !important;
}
.variations, .variations tr, .variations th,.variations td {
	border: none !important;
}
.variations_form.cart {
	display: block !important;
}
.variations_form.cart.wvs-loaded {
	margin: 0px !important;
}
.qodef-quick-shop-opener {
	display: none !important;
}
.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images .woocommerce-product-gallery__wrapper {
	width: 100%;
	margin: 0;
}
.qodef-woo-single-page .qodef-single-product-content .images .woocommerce-product-gallery__wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 -10px;
}
.qodef-single-product-content {
	display: none !important;
}
				.type-product .qodef-single-product-content {
	display: block !important;
}
@media screen and (min-width:700px) and (max-width:1200px){
	.type-product .qodef-single-product-content {
		display: flex !important;
	}
	.qodef-single-product-title {
		font-size: 20px;
		margin: 0px !important;
	}
	.qodef-single-product-summary {
		margin-top: 0px !important;
		margin-left: 10px !important;
	}
	.qodef-single-product-summary {
		width: 38% !important;
	}
	.woocommerce-product-details__short-description p {
		font-size: 14px;
		line-height: normal;
	}
	.qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
		width: 80px;
	}
}
.type-product .related.products {
	display: none !important;
}
.wpcf7-validates-as-email {
	text-transform: lowercase !important;
}
@media screen and (max-width:480px){
.qodef-woo-single-page .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
		float: left;
		padding-top: 20px;
		height: 120px !important;
	}
	.qodef-single-product-title {
		font-size: 20px;
		margin: 0px !important;
	}
}