﻿/* These Items should be in the default theme!!!! */

/* Border colors */

.border {
    border: 1px solid #dee2e6 !important;
}

.border-primary{border-color: #007bff !important;}
.border-secondary{border-color: #6c757d !important;}
.border-success{border-color: #28a745 !important;}
.border-danger{border-color: #dc3545 !important;}
.border-warning{border-color: #ffc107 !important;}
.border-info{border-color: #17a2b8 !important;}
.border-light{border-color: #f8f9fa !important;}
.border-dark{border-color: #343a40 !important;}
.border-white{border-color: #fff !important;}

.rounded-circle, .round {
    border-radius: 10rem;
}

/* Faceted Navigation */


.facetControlList  {
    padding-left: 0;
    list-style: none;
}


/* Product list */

/* Stacked table */

@media ( max-width:767px ) {
	.tablesaw-stack td{
		display:block;
		width:100%;
	}
}

@media ( min-width:768px ) {
	.tablesaw-cell-label{
		display:none;
	}
}

/* Faceted Navigation */

@media ( min-width:768px ) {
	.facetNavPanel ,.catListPanel{
		display: inline-block !important;

	}
}

/* Fix paddig on storesfinder map */
.storefinder-results {
	padding-right:15px;
	padding-left: 15px;
}

