
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	line-height: normal;
}

.LoggedOut .ShellHeader .LoggedOut, .LoggedOut .ShellSideBar, .LoggedOut #Brand, .LoggedOut #Category {
	display: none;
}

.LoggedOut #Brand, .LoggedOut #Category {
	opacity: 0;
	visibility: hidden;
}

.LoggedIn .ShellHeader .LoggedIn {
	display: none;
}

.CartItemCount {
	display: none;
}

.ShellMainContent > .Center {
	max-width: 1220px;
	margin: 0 auto;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 500px;
}

.Content{
float: left;
width: 80%;
}

.Content.col-sm-12.col-md-6.col-lg-9.row {
	margin-right: 0;
	margin-left: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul li {
		list-style: none;
		display: inline-block;
	}

.Center {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
	clear: both;
	width: 100%;
}

div#sp-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*Header*/
.HeaderTop {
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-bottom: 2px solid #ccc;
}

.header_position {
	display: flex;
	justify-content: center;
}

/* Header Logo img */
.header_logo-width {
	max-width: 380px;
}

.navbar_align {
	display: flex;
	justify-content: flex-end;
}


ul.TopLeft {
	float: left;
}

	ul.TopLeft li a {
		color: #FFF;
	}

.searchandicons {
	margin: 20px 0;
	text-align: center;
}

	.searchandicons ul li {
		margin: 0 10px;
	}

		.searchandicons ul li img {
			margin: 0 5px;
			max-width: 20px;
		}

.ShellSearch {
	float: left;
}

.SearchControls {
	max-width: 375px;
	width: 100%;
	float: left;
}

.ShellSearch input.SearchTextBox {
	float: left;
	height: 40px;
	clear: right;
	width: 100%;
	margin-right: 0;
	border: none;
	display: inline-block;
	color: #000;
	border: solid 1px #CCC
}

input#HeaderSearchButton, span.CartItemCount {
	display: none !important;
}

.SearchControls .SearchButton {
	height: 30px;
	min-width: 20px;
	max-width: 40px;
	float: right;
	clear: right;
	display: table;
	width: 40px;
	color: #CCC;
	margin: -36px 0px 0;
}

	.SearchControls .SearchButton:hover {
		cursor: pointer;
		opacity: .6
	}

.SearchControls .SearchTextBox {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
}

	.SearchControls .SearchTextBox::placeholder {
		text-transform: unset !important;
		font-size: 16px;
		font-style: unset !important;
	}

.SearchControls .SearchButton img {
	width: 100%;
	max-width: 20px
}

ul.TopRight {
	clear: right;
	float: right;
	margin-right: 40px;
}

	ul.TopRight li {
		margin: 0 10px;
		padding: 2px 0px;
		margin-top: -5px;
	}

		ul.TopRight li.TopCart {
			border-right: none;
		}

		ul.TopRight li a {
			color: #FFF;
			text-align: center;
			display: block;
		}

			ul.TopRight li a:hover {
				text-decoration: none;
				opacity: 0.6;
			}

		ul.TopRight li a {
			color: #000;
		}

			ul.TopRight li a span {
				display: block;
			}

		ul.TopRight li img {
			float: none;
			clear: both;
			max-width: 27px;
			margin: 1px;
		}

.Logo {
	float: left;
	max-width: 250px;
	width: 100%;
}

	.Logo img {
		width: 100%;
	}

.text-right ul li a {
	padding: 25px 5px;
	font-size: 14px;
	display: block;
}

.text-right ul li img {
	max-width: 20px;
	margin-top: -5px;
}
/*Footer*/
.ShellFooter {
	color: #FFF;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
}

.FooterContent ul li {
	display: table;
	padding: 5px 0;
}

	.FooterContent ul li a {
		color: #FFF;
		text-transform: uppercase;
		font-weight: 200;
	}

	.FooterContent ul li img {
		max-width: 25px;
	}

	.FooterContent ul li small {
		margin-left: 30px;
	}

.FooterContent h1 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.footerBottom {
	float: left;
	clear: both;
	color: #FFF;
	width: 100%;
	padding: 10px 0;
	background-color: #b7b5ae;
	font-size: 17px;
	font-weight: bold;
}

	.footerBottom .Left {
		float: left;
	}

	.footerBottom .Right {
		clear: right;
		float: right;
	}

		.footerBottom .Right ul li {
			padding: 0 2px;
			margin: 0;
			padding-right: 4px;
		}
/*Responsive*/
.DropDown.Small .MenuButton {
	float: right;
	margin: 10px;
	font-size: 25px;
	color: #b6302b;
}

.DropDown.Small ul.topnav {
	margin-top: 5px;
}

	.DropDown.Small ul.topnav li > a {
		color: #000;
		padding: 8px 5px;
		text-align: right;
	}

.subnav.CLONED {
	width: 100% !important;
	left: 0 !important;
}
/*.DropDown.Small ul.topnav li > a:hover {
        background-color:#FFF;
        color:#000;
    }*/
@media (max-width: 1200px) {
	.HeaderTop .ShellSearch .SearchControls {
		width: 250px;
	}
}

@media (max-width: 1011px) {

	.ShellSideBar {
		display: none;
	}

	.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
		float: left;
		width: 100% !important;
	}
}

@media (max-width: 991px) {
	.DropDown.Small .sp-menu-item a {
		color: #303030 !important;
	}

	.DropDown.Small div.icon-menu {
		color: #303030;
		display: block !important;
		font-size: 20px;
		padding-top: 10px;
	}

	.DropDown.Small .sp-megamenu-parent > li.sp-has-child > a:after {
		display: none;
	}

	.DropDown.Small .Links.MultiLevel > ul > li > ul > li > a {
		padding: 5px;
		padding-left: 20px;
	}

	.right-nav {
		text-align: center !important;
	}
}

.search-mobile {
	display: none;
}

@media (max-width: 767px) {
	.search-mobile {
		display: inline-block;
	}

	div#sp-topsearch {
		width: 100%;
	}

	.SearchControls {
		float: left;
		width: calc(100% - 60px);
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
	}

	.HeaderTop {
		padding: 8px 0px;
	}


	ul.TopRight {
		float: none;
		clear: both;
		margin-right: 0px;
		margin: 5px;
	}

	ul.TopLeft, ul.TopRight {
		width: 100%;
		float: none;
		text-align: center;
	}

	ul.TopRight {
		max-width: 350px;
		margin: 0 auto;
	}

	#sp-logo {
		width: 100%;
		text-align: center;
	}

		#sp-logo img {
			max-width: 150px;
			margin: 0 auto;
		}

	ul.TopRight li a span {
		display: none;
	}

	.HeaderTop .ShellSearch input.SearchTextBox {
		height: 30px;
	}

	.HeaderTop .SearchControls .SearchButton {
		margin: -30px 0px 0;
	}
}





select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

	select:focus,
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
		border-color: #b6302b;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	}









input {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

	input:focus {
		box-shadow: none !important;
	}



#sp-top-bar .sp-module {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}





.search input#mod-search-searchword {
	width: 100%;
	border-radius: 4px;
}

	.search input#mod-search-searchword:focus {
		box-shadow: none;
	}

.search button[name="Search"] {
	position: absolute;
	right: -19px;
	border-radius: 0 4px 4px 0;
	line-height: 1;
	width: 42px;
	height: 34px;
	padding-left: 5px;
	padding-right: 4px;
}





footer {
	margin-top: auto;
}

#sp-footer {
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

	#sp-footer a {
		color: rgba(255,255,255,0.9);
	}

		#sp-footer a:hover {
			color: #fff;
		}

#sp-footer-wrapper ul {
	display: inline-block;
}

	#sp-footer-wrapper ul.nav {
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0 5px;
	}

		#sp-footer-wrapper ul.nav li {
			display: inline-block;
			margin: 0 5px;
		}

			#sp-footer-wrapper ul.nav li a {
				display: block;
			}

				#sp-footer-wrapper ul.nav li a:hover {
					background: none;
				}

#sp-footer-wrapper .helix-framework {
	display: inline-block;
}

#sp-footer-wrapper .copyright {
	display: block;
}





#sp-logo .sp-default-logo,
#sp-logo .sp-retina-logo {
	max-width: 150px;
	width: auto;
}

a.logo .sp-retina-logo {
	display: none;
}

#sp-header .logo {
	margin: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
}






@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5),only screen and (min-resolution: 192dpi) {
	a.logo .sp-retina-logo {
		display: block;
		width: auto;
	}
}



.loader_footer,
.grid_footer,
#dc-load-more {
	position: relative;
	clear: both;
	overflow: hidden;
	opacity: 1;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
	margin: 15px auto 0;
	width: 100%;
	height: 44px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

	.loader_footer .load-more-ajax,
	.grid_footer .load-more-ajax,
	#dc-load-more .load-more-ajax {
		margin: 0 auto;
		height: 44px;
	}

	.loader_footer.done,
	.grid_footer.done,
	#dc-load-more.done {
		opacity: 0;
		visibility: hidden;
		height: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

@-webkit-keyframes simpleFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes simple-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.simple-fade {
	-webkit-animation-name: simple-fade;
	animation-name: simple-fade;
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-up {
	-webkit-animation-name: fade-in-up;
	animation-name: fade-in-up;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-50px,0);
		transform: translate3d(0,-50px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-50px,0);
		transform: translate3d(0,-50px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-down {
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes appear-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
		transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
	}

	45% {
		opacity: 0.4;
		-webkit-transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
		transform: translate3d(0,20%x,0) scale(1.05) perspective(600px) rotateX(-15deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
	}
}

@keyframes appear-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-10px,0) scale(0.7) perspective(1200px) rotateX(-60deg);
		transform: translate3d(0,-10px,0) scale(0.5) perspective(1200px) rotateX(-60deg);
	}

	45% {
		opacity: 0.4;
		-webkit-transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
		transform: translate3d(0,20%,0) scale(1.05) perspective(600px) rotateX(-15deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
	}
}

.appear-in {
	-webkit-animation-name: appear-in;
	animation-name: appear-in;
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.flippin-effect {
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
	-moz-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
	-ms-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
	-o-animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
	animation: flippin .85s cubic-bezier(0.400,0,0.350,1.100) forwards;
}

@-webkit-keyframes flippin {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-moz-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-ms-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-o-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-moz-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-ms-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-o-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
	}
}

@keyframes flippin {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-moz-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-ms-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		-o-transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
		transform: translate3d(0,20%,0) scale(0.9) perspective(1300px) rotateX(-70deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-moz-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-ms-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		-o-transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(1000px) rotateX(0deg);
	}
}

@-webkit-keyframes intro-zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(0) scale(0.5);
		transform: translateZ(0) scale(0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(120px) scale(1);
		transform: translateZ(120px) scale(1);
	}
}

@keyframes intro-zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(0) scale(0.5);
		transform: translateZ(0) scale(0.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(120px) scale(1);
		transform: translateZ(120px) scale(1);
	}
}

.intro-zoom-in {
	-webkit-animation-name: intro-zoom-in;
	animation-name: intro-zoom-in;
	-webkit-backface-visibility: hidden;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.loader_footer .load-more-ajax {
	outline: 0;
}

	.loader_footer .load-more-ajax.focus,
	.loader_footer .load-more-ajax:focus,
	.loader_footer .load-more-ajax:active,
	.loader_footer .load-more-ajax.active {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-align: center;
	}

	.loader_footer .load-more-ajax .spinner {
		outline: 0;
		text-align: center;
		line-height: 13px;
	}

		.loader_footer .load-more-ajax .spinner > div {
			width: 14px;
			height: 14px;
			line-height: 13px;
			text-align: center;
			margin: 0 -2px 0 2px;
			vertical-align: middle;
			border-radius: 100%;
			display: inline-block;
			-webkit-animation: dc-load-more-bouncedelay 1.2s infinite ease-in-out both;
			animation: dc-load-more-bouncedelay 1.2s infinite ease-in-out both;
		}

		.loader_footer .load-more-ajax .spinner .bounce1 {
			-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s;
		}

		.loader_footer .load-more-ajax .spinner .bounce2 {
			-webkit-animation-delay: -0.25s;
			animation-delay: -0.25s;
		}

@-webkit-keyframes dc-load-more-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.2);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes dc-load-more-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0;
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@media (max-width: 480px) {
	.ajax-posts .ajax-post .intro-left > div,
	.ajax-posts .ajax-post .intro-right > div {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

		.ajax-posts .ajax-post .intro-left > div .aga_heading,
		.ajax-posts .ajax-post .intro-right > div .aga_heading {
			margin-top: 25px !important;
		}
}

.sp-sticky-logo {
	display: none;
}

.sticky__wrapper {
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
}

.sticky .sticky__wrapper {
	position: fixed;
	z-index: 111;
	-webkit-animation-name: fade-in-down;
	animation-name: fade-in-down;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgba(39,39,39,0.75);
}

	.sticky .sticky__wrapper .sp-sticky-logo {
		display: block;
		position: absolute;
		top: 0;
		max-height: 100%;
		padding: 5px 0;
		width: auto;
	}

	.sticky .sticky__wrapper .has-sticky-logo {
		display: none;
	}

.sticky .transparent-wrapper {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sticky #cd-lateral-nav {
	min-height: 100vh;
}

.sticky.white .sticky__wrapper,
.sticky.onepage .sticky__wrapper {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.sticky.transparent .sticky__wrapper {
	background: rgba(40,40,40,0.8);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

@-webkit-keyframes header-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
		transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
	}
}

@keyframes header-in {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
		transform: translate3d(0,-20px,0) scale(0.9) perspective(1200px) rotateX(-60deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
		transform: translate3d(0,0,0) scale(1) perspective(800px) rotateX(0deg);
	}
}

.header-in {
	-webkit-animation-name: header-in;
	animation-name: header-in;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.sp-column.navigation {
	background-color: #f5f3f3;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}











.slick-carousel-963 .slick-slide {
	margin: 0 25px;
}

.slick-carousel-963 .slick-list {
	margin: 0 -25px;
}

.slick-carousel-963 .slick-prev, .slick-carousel-963 .slick-next {
	margin-top: -20px;
}

	.slick-carousel-963 .slick-prev i.pe, .slick-carousel-963 .slick-next i.pe {
		font-size: 44px;
		color:
	}

.sp-page-builder .page-content #section-id-1481572482 {
	padding-top: 20px;
	padding-bottom: 40px;
}

#column-id-1481572483 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sppb-addon-1524574115026 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524574115026 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524574115026 {
		margin-bottom: 10px;
	}
}

#column-id-1481572485 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sppb-addon-1524574297763 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524574297763 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524574297763 {
		margin-bottom: 10px;
	}
}

#column-id-1481572487 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sppb-addon-1524574209938 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524574209938 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524574209938 {
		margin-bottom: 10px;
	}
}

.sp-page-builder .page-content #section-id-1481572511 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	background-color: #f2f2f2;
}

#sppb-addon-1542051606099 {
	box-shadow: 0 0 0 0 #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1542051606099 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1542051606099 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1542051606099 h2.sppb-addon-title {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1542051606099 h2.sppb-addon-title {
		margin:;
		padding:;
	}
}

@media (max-width:767px) {
	#sppb-addon-1542051606099 h2.sppb-addon-title {
		margin:;
		padding:;
	}
}

#sppb-addon-1542051606111 {
	box-shadow: 0 0 0 0 #ffffff;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1542051606111 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1542051606111 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1542050560776 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1542050560776 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1542050560776 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1481572513 {
	margin: 10px;
}

#sppb-addon-1481572526 .sppb-empty-space {
	padding-bottom: 30px;
}

.sp-page-builder .page-content #section-id-1481572539 {
	padding: 40px 20px 60px;
	margin: 0px;
	background-image: url(/images/svg/background-white-85.svg);
}

#column-id-1481572540 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sppb-addon-1481572541 .sppb-addon-title {
	margin-top: 10px;
	margin-bottom: 30px;
}

.sp-page-builder .page-content #section-id-1481572568 {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-top: 0px;
	background-color: #e3e3e3;
}

#sppb-addon-1528817629007 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629007 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629007 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1528817629007 h3.sppb-addon-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629007 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629007 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

#sppb-addon-1524589023788 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524589023788 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524589023788 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1528817629025 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629025 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629025 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1528817629025 h3.sppb-addon-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629025 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629025 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

#sppb-addon-1524589023803 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524589023803 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524589023803 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1528817629022 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629022 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629022 {
		margin-bottom: 10px;
	}
}

#sppb-addon-1528817629022 h3.sppb-addon-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1528817629022 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

@media (max-width:767px) {
	#sppb-addon-1528817629022 h3.sppb-addon-title {
		margin:;
		padding:;
	}
}

#sppb-addon-1524589023806 {
	box-shadow: 0 0 0 0 #ffffff;
	margin: 0 0 30px 0;
}

@media (min-width:768px) and (max-width:991px) {
	#sppb-addon-1524589023806 {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	#sppb-addon-1524589023806 {
		margin-bottom: 10px;
	}
}

body.site {
	background-color: #ffffff;
}

body {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
}

h1 {
	font-family: Open Sans, sans-serif;
	font-weight: 800;
}

h2 {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
}

h3 {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
}

h4 {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
}

h5 {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
}

h6 {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
}

#sp-top-bar {
	background-color: #3d3d3d;
	color: #d4d4d4;
	padding-top: 10px;
}

	#sp-top-bar a {
		color: #b3b3b3;
	}

		#sp-top-bar a:hover {
			color: #d1d1d1;
		}




#sp-footer {
	background-color: #d4d4d4;
	color: #707070;
	border-top: 1px solid #000;
}

	#sp-footer .sp-column ul li {
		clear: both;
		display: block;
		padding: 3px;
	}

	#sp-footer a {
		color: #337ab7;
	}

		#sp-footer a:hover {
			color: #f0f0f0;
		}
/*sidebar*/
.ShellSideBar {
	display: none !important;
}



/*Store changes*/
/*.ShellDetail .ShellImages.SingleImage a img {
    max-width: 400px !important;
    width: 100% !important;*/
/*  max-height: 400px;
    height: 100vh;*/
/*}*/

/*
    .ShellDetail .ShellImages.SingleImage a {
        padding-bottom: 0px !important;
        margin-bottom: 15px;
    }

        .ShellDetail .ShellImages.SingleImage a div, .ShellDetail .ShellImages .ExpandText {
            display: none;
        }

.PhotoGallery .container {
    padding: 0 !important;
}

.ShellDetail .ShellImages .PhotoGallery {
    padding-top: 0 !important;
}

.PhotoGallery div.rg-image-wrapper {
    margin-top: 0px !important;
}*/
/*Folder Changes*/
/*.ShellTemplate > a article, .ShellTemplate > article {
    padding: 0;
    border: none;
}

.ShellTemplateImage .TemplateImage {
    height: unset !important;
}
.WelcomeMessage.Text.text-right{
    padding-top: 20px;

}

.CartTotals .Total {
    visibility: hidden;
}

    .CartTotals .Total .ContrastColor:before {
        content: "Order Estimate: ";
        visibility: initial !important;
    }

    .CartTotals .Total span.ContrastColor {
        visibility: initial;
    }

.confirmation .Total:after {
    content: "This total is an estimate only. Your final total will be verified on the order acknowledgement.";
    visibility: initial;
    float: left;
    font-size: 14px;
    clear: left;
    font-weight: normal;
    margin-top: 10px;
    width: 100%;
}*/

header {
	box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}

.DropDown.Large {
	clear: right;
	float: right;
}

	.DropDown.Large nav ul li a {
		padding: 10px;
		color: #707681;
		font-size: 16px;
	}

		.DropDown.Large nav ul li a:hover {
			background-color: #b6302b;
			color: #FFF;
		}
