/*!
Theme Name: Tapir
Theme URI: https://www.plaimanas.com/
Author: Plaimanas Industries CO., LTD.
Author URI: https://www.plaimanas.com/
Description: Prapatsorn Theppabut - Frontend developer , Pornthip Triempetch - Wordpress developer
Version: 1.0.0
Text Domain: tapir
Tags: plaimanas,coding agency, digital, branding
*/
#user-registration {
	background: transparent;
	box-shadow: none;
}
.brand-container.type-grid {
	display: block;
}
.brand-container.type-grid .brand,
.brand-container.type-grid .grid-sizer {
  width: calc(25% - 15px);
  margin-bottom: var(--spacing-sm);
}

.brand-container.type-grid .gutter-sizer {
	width: var(--spacing-sm);
}
.project-container.type-grid .project,
.project-container.type-grid .grid-sizer {
	width: calc(50% - 35px);
	margin-bottom: var(--spacing-lg);
}

.project-container.type-grid .gutter-sizer {
	width: var(--spacing-lg);
}
.woof_submit_search_form_container,
.woof_radio_term_reset {
	display: none !important;
}

@media (max-width: 991px) {
	.brand-container.type-grid .brand,
	.brand-container.type-grid .grid-sizer {
	  width: calc(50% - 10px);
	  margin-bottom: var(--spacing-sm);
	}
	.project-container.type-grid .project,
	.project-container.type-grid .grid-sizer {
	  width: 100%;
	  margin-bottom: var(--spacing-md);
	}
}
.woocommerce .page-title,
.woocommerce .term-description,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .woof_products_top_panel {
	display: none !important;
}
#product-image .object-fit.removethumb:before{
	display: none;
}
#product-image .object-fit.removethumb,
#product-image .object-fit.removethumb img {
	height: 0 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%;
}

.woo-variation-items-wrapper .select.select2-parent {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.woocommerce form.cart .single_variation_wrap{
	display:none !important;
}