/*
Theme Name: Acclarity
Author: Corsiva Lab Team (Bryan)
Description: Acclarity
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Acclarity 
*/
.woocommerce .item-product .wrap-content .cats{
	display:none
}
.StockdioWidget_WatermarkBottom{
	display:none !important
}
.wrap-chart .price-boxes-wrap{
	background:#040282;
}
div.price-head-wrap select.currency-select{
	border:0;
}
.section-findus .wrap-image .image iframe{
	width:100%;
	height:60rem;
	object-fit:cover
}
.section-aboutushome .video{
	width:100%;
	height:60rem;
}
.section-aboutushome .video iframe{
	width:100%;
	height:100%;
	object-fit:cover;
}
@media (max-width:991px){
	.section-findus .wrap-image .image iframe{
	height:45rem;
}
	.section-aboutushome .video{
	width:70%;
	height:auto;
}
	.section-aboutushome .video iframe{
	width:100%;
	height:40rem;
	object-fit:cover;
}
}
@media (max-width:575px){
	.section-aboutushome .video{
	width:100%;
}
}