/*
Theme Name: Baspan Shoes
Author: AstrusDigital
Author URI: https://www.astrus.digital/
Version: 1.0
Text Domain: astrusdigital
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #000000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000000;
	color: #fff;
	text-shadow: none;
}

/*
 * CLEARFIX
 */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
.clear{
	clear: both;
}