/* Enter Your Custom CSS Here */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff;
}

@media all and (min-width: 768px){
	.post-type-archive-product #main{
		width: 100%;
	}
	ul.products li.product .price{
		float: left;
	}
}


@media all and (max-width: 560px){
	.video_wrapper{
		position: relative;
		width: 100%;
		overflow: hidden;
		padding-top: 56.25%;
	}
	.video_wrapper > iframe{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
}