@charset "utf-8";
/* CSS Document */

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}



.divTable{
	display: table;
	width: 100%;
}
.divTable_MainContent{
	display: table;
	width: 65%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableCell_30{
	border: 0px solid #999999;
	display: table-cell;
	padding: 0px 0px;
	width: 30%;
	vertical-align: top;
}
.divTableCell_40{
	border: 0px solid #999999;
	display: table-cell;
	padding: 0px 0px;
	width: 40%;
	vertical-align: top;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
p.categoryimage{
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 0rem;
	margin-bottom: 1.5rem;
}
h3.catpageh3 {
	font-size:1.25em;
	margin-top:0.1em;
}
.buybutton {
	float: left;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}
.product-action2 {
	display:flex;align-items:left;flex-wrap:wrap;justify-content:left;color:#333;
	margin-bottom: 0.5em;
}
p.indexsidebar {
	margin-left:0em;
	margin-right:0em;
}
p.indexsidebar_toplinks {
	margin-left:0em;
	margin-right:0em;
	margin-top:0em;
	margin-bottom:0em;
}
.catpage_table_row_index {
	margin: 0px;
}
.col-6-mobi{
	max-width: 100%;
	min-width: 100%;
}
h2.indexh2{
	font-size: 1.5rem;
}
.menu>li+li{
	margin-left: 1rem;
}
.menu sf-arrows{
	padding:0px;
}
