
/* /////////////////////////////////////////////////////////// */
/*                                                             */
/*                          Store search                       */
/*                                                             */
/* /////////////////////////////////////////////////////////// */

.storeModuleWrapper {
	background-color: #f3f3f3;
}

/* ////////////////////////////////// */
/*            STORE RESULTS           */
/* ////////////////////////////////// */
#storeResults {
    margin: 0 auto;
	max-width: 1550px;
	width: 100%;
	display: table;
}

#storeResults > div {
	display: table-row;
}

#storeResults > div > div {
	display: table-cell;
}

.storeResultsCell {
	width: 100%;
}

.storeWrapper {
    margin: 0 auto;
    padding: 2em 0;
    text-align:center;
	width:100%;
}

@media screen and (max-width: 959px) {
	#storeResults {
		display: block;
	}

	#storeResults > div {
		display: block;
	}

	#storeResults > div > div {
		display: block;
	}
}


/* ////////////////////////////////// */
/*         STORE SEARCH TOOLS         */
/* ////////////////////////////////// */

/* STANDALONE BUTTONS */
.standaloneSearchToolButtonHolder {
    margin: auto;
    text-align: center;
    padding: 1em;
}

.standaloneSearchToolButtonHolder > form {
    display: block;
}

.standaloneSearchToolButton {
    border: none;
    width: 125px;
    text-decoration: none;
    display:inline-block;
    padding: 5px 0;
    cursor: pointer;
    cursor: hand;
    white-space: normal;
    text-align: center;
    font-size: 0.8em;
}

/* TOOLBAR */
.storeSearchTools {
    padding: 1.5em;
    border-top: solid 1px #C7C7C7;
    width: 18em;
    float: left;
    padding-top: 2em;
    background: #FFFFFF;
    padding-left: 3em;
	-webkit-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, 0.25);
}

.storeSearchTools .fa-angle-down,
.storeSearchTools .fa-angle-up {
    font-weight: 900;
}

.searchToolSection {
	margin-bottom: 1em;
	overflow-x: auto;
}

.searchToolTitle {
    font-weight: bold;
	margin-bottom: 0.3em;
}

.storeSearchTools_ItemHolder {
	border: none;
}

.storeSearchTools_ItemHolder .storeSearchTools_ItemHolder {
	display: none;
}

a.storeSearchTools_ItemButton {
    padding: 0.3em;
    color: #000000;
	border-bottom: 1px solid rgb(199, 199, 199);
}

.storeSearchTools_ItemButtonText {
    padding-right: 0.2em;
}

/* MOBILE ONLY */
@media screen and (max-width: 1070px) {
	.storeSearchTools {
		padding-left: 1.5em;
		width: 16.5em;
	}
}

@media screen and (max-width: 959px) {
	.storeSearchTools {
		width: 100%;
		float: none;
	}

	.storeSearchToolsWrapper {
		padding-top: 1em;
	}

	.searchToolTitle {
		padding-bottom: 0.5em;
		border-bottom: 1px solid;
	}

	a.storeSearchTools_ItemButton {
		padding: 0.8em 0.3em;
		border-bottom: 1px solid #E4E4E4;
    }
}

.soloStoreSearch {
	font-size: 0.8em;
}

.soloStoreSearch .md-button.md-accent.md-raised.unisyn-store-search-icon-button md-icon {
    color: inherit;
}

.unisyn-store-search-icon-button {
    display: none; /* this is only until we move the search to angular and make this button the new default */
}

.productSearchBoxRow {
	display: table-row;
}

.productSearchBoxRow > div {
	display: table-cell;
}

.productSearchBoxRow > div:first-child {
	width: 100%;
    padding-right: 0.2em;
}

.productSearchBoxRow > div:first-child > input {
	width: 100%;
    height: 2em;
    font-size: 1em;
	border: solid 1px #616161;
}

.productSearchBoxRow > div:nth-child(2) > input {
    padding: 0px 15px;
}

.productSearchBoxRow > div:nth-child(2) > .storeSearchButton {
    height: 2em;
    font-size: 1em;
	line-height: 1em;
}

.storeNavCart > ul > li > a > div:first-child {
    display: table-cell;
    text-align: left;
    min-width: 200px;
	max-width: 200px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
}

.storeNavCart > ul > li > a > div:nth-child(2) {
    display: table-cell;
    text-align: right;
}

.storeNavCart > ul > li:last-child {
    text-align: center;
}

.storeTitle {
    color: #989898;
    font-size: 3.75em;
    letter-spacing: -5px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.storeHeader {
    position: relative;
    left: 50%;
    display: inline;
    width: 200px;
    margin-left: -100px;
    margin-bottom: -15px;
    text-align: center;
    padding: 10px 50px;
}

.storeModuleWrapper .storeSearch {
    background-color: white;
    margin: auto;
    padding-top: 20px;
}

.storeSearch > div {
    max-width: 1200px;
    margin: auto;
}

.storeSearchBar {
    padding: 10px 0;
}

.storeSearchBar .marginWrapper {
    margin: 0 5px;
}

.storeSearch input[type="text"] {
    width: 100%;
    height: 26px;
    text-indent: 10px;
}

.storeSearchButton {
    float: right;
    padding: 7px 15px;
}



/* MOBILE ONLY */
@media screen and (max-width: 959px) {
    .storeSearchBar {
        float: none;
        width: 90%;
    }
}

@media screen and (max-width: 796px) {
    .storeHeader {
        left: 0;
		display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-top: -15px;
        padding: 10px 0;
    }

    .storeSearch input[type="text"] {
        width: 100%;
    }

	.storeNavCart > ul > li:last-child > a > span {
		padding: 20px 0;
	}
}


a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url("up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

