@charset "utf-8";

/**********************************
	LOGIN PAGE STRUCTURE
***********************************/



/**********************************
	ALL PRODUCTS PAGE STRUCTURE
***********************************/

.sparPageLeftWrapper {
	display:none;
}
@media (min-width:1280px){
	
	.allProductsPageContainer,
	.contentPageContainer{
		width:100%;
	}
	
	.sparPageRightWrapper{
		display:table-cell;
		width:25%;/*320/1280*/
		max-width:320px;
	}

	.sparPageLeftWrapper{
		width:25%;/*320/1280*/
		display: table-cell;
		border-left:1px solid #d9d9d9;
		border-right:1px solid #d9d9d9;
	}
	
	.sparPageContentWrapper{
		width: 75%;
		min-width:960px;
		border: 0;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		display: table-cell;
	}
	
	.sparPageRightWrapper{
		border-left:1px solid #d9d9d9;
		border-right:1px solid #d9d9d9;
		background:#f3f3f3;
	}
	
	.sparPageMiddleWrapper{
		display:table-cell;
		/* width:50%;
		max-width:640px; */
	}
	
	
	.template-pages-layout-contentLayout1Page .breadcrumb,
	.template-pages-account-accountLayoutPage .breadcrumb{
		border-width:0 1px 0 1px;
		border-style:solid;
		border-color:#cccccc;
	}
	
	.template-pages-layout-contentLayout1Page .sparPageLeftWrapper{
		border-width:1px 1px 0 1px;
		border-style:solid;
		border-color:#cccccc;
	}

	.one-column-layout__wrapper {
		display: flex;
	}

	.one-column-layout__wrapper .one-column-layout__aside {
		width: 250px;
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: #ccc;
	}

	.one-column-layout__wrapper .one-column-layout__content {
		width: calc(100% - 250px);
		border-right:1px solid #ccc;
	}
}

/**********************************
		HOMEPAGE STRUCTURE
***********************************/

.homePageContainer{
	width: 100%;
}

.homePageContainer .homePageContent{
	width: 100%;
}

.homePageContainer,
.page-listing{
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.homePageContainer.not-visible,
.page-listing.not-visible{
	min-height:1000px;
}