/*
Conn's Cameras
powered by NitroSell
*/

/*
#01. fonts & Variables
#02. general styles
#03. header
#04. homepage 
#05. product listing
#06. single product
#07. content pages
#08. checkout and basket
#09. alerts and popups
#10. footer

*/

/* fonts & variables */

@import url("https://use.typekit.net/xdi2zge.css");

::selection {
	text-shadow: none;
	background: #E10308;
	color: #fff;
}

html {
	font-size: 14px;
}

:root {
	--gap: 10px;
	--gtb: grid;
	--text: #000;
	--bg: #fff;
	--red: #E10308;
	--blue: #3E72A9;
	--gray: #CCCCCC;
	--blueOpacity: rgba(62,114,169,0.2);
	--grayShadow: 0 10px 20px rgba(0,0,0, 0.1);
	--blueShadow: 0 10px 20px rgba(62,114,169,0.1);
	--redShadow: 0 10px 20px rgba(225, 3, 8,0.1);
}

*, body, h1, h2, h3, h4, h5, h6 {
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family: interstate, sans-serif;
}

i.fa {
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family: 'FontAwesome';
}

/* general styles */

body {
	background: #fff;
	color: #000;
}

a {
	color: #3E72A9;
	text-decoration: none !important;
}

a.active, a:active, a:focus, a:hover {
	color: #3E72A9;
}

img {
	max-width: 100%;
	height: auto;
}

.flex {
	display: flex;
}

.va {
	align-items: center;
}

.container {
	max-width: 1430px;
	width: 100%;
}

.main {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.label {
	color: inherit;
}

.bttn.red {
	background: #E10308;
	color: #fff;
	box-shadow: var(--redShadow);
}

.price .bttn, .bttn, .accessory .add-to-cart, .btn.btn-primary, .btn.btn-default, input.submit {
	font-size: 12px;
	letter-spacing: -0.05em;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	background: #fff;
	color: #3E72A9;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	padding: 5px 10px;
	border-radius: 30px;
	transition: all 0.3s;
	white-space: nowrap;
	font-family: inherit;
}

input.btn {
	font-size: 12px;
	letter-spacing: -0.05em;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	background: #fff;
	color: #E10308;
	box-shadow: var(--redShadow);
	padding: 5px 10px;
	border-radius: 30px;
	transition: all 0.3s;
	white-space: nowrap;
	font-family: inherit;	
}

.bttn.blue, .accessory .btn.add-to-cart, input.submit {
	background: #3E72A9;
	font-weight: bold;
	color: #fff;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
}

#contactform input.submit {
	margin: 10px 0 10px auto;
	display: block;
	width: 120px;
}

.bttn:hover {
	text-decoration: none;
	transform: translateY(-5px);
}

.bttn.red:hover {
	box-shadow: var(--redShadow), var(--redShadow);
}

.btn-primary:hover {
	background: #3E72A9;
	color: #fff;
	box-shadow: 0 10px 20px rgba(62,114,169,0.2);
}

/* tool tip */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #E10308;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* header */

#top-bar {
	padding: 0px 0;
}

#top-bar .contact-info {
	margin-left: auto;
	color: #3E72A9;
}

#top-bar .menu .label {
	color: #000;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}

#top-bar .menu li {
	margin-right: 10px;
}

.contact-info i, .contact-info svg {
	margin-left: 1em;
}

.contact-info a {
	color: inherit;
	font-weight: bold;
	margin-left: 5px;
}

header {
	clear: both;
	background: #fff;
	box-shadow: 0 0 40px rgba(62,114,169,0.1);
	padding-top: 10px;
}

header > .flex {
	margin-bottom: 10px;
}

#search {
	flex-grow: 2;
	margin: 0 40px 0 20px;
	position: relative;
}

#quick_find_submit {
	left: 20px;
	font-size: 25px;
	color: #3E72A9;
	line-height: 70px;	
	height: 70px;
	opacity: 0;
}

.findPanel {
	color: #000;
}

.findPanel:after {
	left: 25px;
	top: 0;
	pointer-events: none;
	right: auto;
	font-size: 35px;
	color: #3E72A9;
	line-height: 70px;	
}

#headersearchbox {
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	border-radius: 35px;
	border: 0;
	height: 70px;
	color: #3E72A9;
	text-indent: 60px;
}

.suggestion-image {
	max-width: 50px;
	margin-right: 20px;
}

.icon-box {
	position: relative;
	display: flex;
	align-items: center;
	color: #000;
	text-align: left;
	margin-left: 10px;
}

.icon-box h4 {
	margin: 0;
}

.icon-box .icon {
	width: 70px;
	height: 70px;
	font-size: 25px;
	text-align: center;
	line-height: 70px;
	color: #3E72A9;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	border-radius: 35px;
	margin-right: 10px;
}

.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

#cartButton .dropdown {
	position: static;
}

#cartOptions a {
	padding: 10px 5px;
}

#nsc_cart_container .dropdown > ul {
	top: 60px;
	border-radius: 10px;
	border: 1px solid #eee;
}

#Store_Navigation {
	border-top: 5px solid #E10308;
	margin: 0;
	padding: 0;
}

#main-nav {
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
}

.menu {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

header .menu {
	position: relative;
}

.menu li {
	line-height: 1em;
	margin-right: 18px;
	font-size: 14px;
	color: #000;
}

.menu li.depth-1 {
	padding: 20px 0;
	cursor: pointer;
}

.menu li.depth-1:hover > span {
	color: #666;
}

.menu li.depth-1 ul a:hover span {
	text-decoration: underline !important;
}

.menu li.depth-4 {
	padding: 0px 20px;
	cursor: pointer;
}

.menu li.depth-4:hover > span {
	color: #666;
}

.menu li.depth-4 ul a:hover span {
	text-decoration: underline !important;
}

.menu a {
	color: #000;
}

.menu .depth-1 > a {
	text-transform: uppercase;
}

.menu .depth-4 > a {
	font-style: italic;
}

header .menu .label {
	font-size: 1em;
	line-height: 18px;
	display: inline-block;
	text-align: left;
	color: inherit;
	font-weight: bold;
	white-space: normal;
	padding: 0;
}

.menu .label .second-line {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	white-space: nowrap;
	text-align: left;
}

.level_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .menu .DEPARTMENT_4 .label {
	white-space: nowrap;
}

@media screen and (min-width: 1101px) {

	.sub-menu {
		position: absolute;
		padding-left: 0;
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s;
		background: #fff;
		top: 100%;
		left: 0;
		box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
		margin-top: -20px;
		padding: 20px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	li:hover .sub-menu {
		opacity: 1;
		pointer-events: visible;
		max-height: 90vh;
		overflow: auto;
	}

}

#menu .sub-menu li {
	flex: 0 0 20%;
	position: relative;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.5em;
}

.sub-menu .depth-2 {
	padding-bottom: 20px;
	margin-right: 0;
}

.sub-menu .sub-menu li .label {
	font-weight: normal;
	text-transform: none;
}

.sub-menu .sub-menu {
	position: static;
	box-shadow: none;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* homepage */

section {
	padding: 0px 0;
	overflow: hidden;
	max-width: 100%;
}

#key-info {
	max-width: 1500px;
	padding: 0px 50px;
	margin: 0 auto;
}

.slide-caption {
	padding: 1em;
	position: relative;
	z-index: 4;
	color: #000;
}

.slide-caption h3 {
	margin: 0;
	font-size: 1.5em;
	text-transform: none;
}

.grid .owl-wrapper {
	padding-bottom: 50px;
	max-width: 100%;
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 150px 100px 100px 100px 100px;
	grid-gap: 10px;
}

.grid .owl-wrapper .owl-item {
	min-width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 0 20px 40px rgba(62,114,169,0.2);
	width: unset !important;
}

.grid .slide-caption {
	position: absolute;
	bottom: 0;
	width: 60%;
	left: 0;
	font-size: calc(16px + .6vw);
}

.grid .overlay-link {
	z-index: 5;
}

.image-carousel .grid .slide:before {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 0%);
	z-index: 3;
	transition: all 0.3s;
}

.image-carousel .grid .slide:hover:before {
	transform: scale(2);
}

.grid .owl-wrapper .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}

#customcontent .grid .owl-wrapper .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
}

.grid .owl-wrapper .owl-item:nth-child(1) .slide-caption, .grid .owl-wrapper .owl-item:nth-child(2) .slide-caption,  .grid .owl-wrapper .owl-item:nth-child(3) .slide-caption {
	top: 0;
	bottom: auto;
}

.grid .owl-wrapper .owl-item:nth-child(1) {
	FONT-WEIGHT: 100;
	grid-row: 1 / 4;
	grid-column: 1;
}

.grid .owl-wrapper .owl-item:nth-child(2) {
	grid-row: 1 / 4;
	grid-column: 2 / 4;
}

.grid .owl-wrapper .owl-item:nth-child(3) {
	grid-row: 1 / 4;
	grid-column: 4 / 5;
}

.grid .owl-wrapper .owl-item:nth-child(4) {
	grid-row: 4 / 6;
	grid-column: 1 / 2;
}

.grid .owl-wrapper .owl-item:nth-child(5) {
	grid-row: 4 / 6;
	grid-column: 2 / 3;
}

.grid .owl-wrapper .owl-item:nth-child(6) {
	grid-row: 4 / 6;
	grid-column: 3;
}

.grid .owl-wrapper .owl-item:nth-child(7) {
	grid-row: 4 / 6;
	grid-column: 4;
}



.insta-grid .owl-wrapper {
	padding-bottom: 20px;
	max-width: 100%;
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-gap: 10px;
}

.insta-grid .owl-wrapper .owl-item {
	min-height: 300px;
	min-width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(62,114,169,0.2);
	width: unset !important;
}

.insta-grid .slide-caption {
	position: absolute;
	bottom: 0;
	width: 60%;
	left: 0;
	font-size: calc(16px + .6vw);
}

.insta-grid .overlay-link {
	z-index: 5;
}

.image-carousel .insta-grid .slide:before {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 0%);
	z-index: 3;
	transition: all 0.3s;
}

.image-carousel .insta-grid .slide:hover:before {
	transform: scale(2);
}

.insta-grid .owl-wrapper .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	position: absolute;
}

#customcontent .insta-grid .owl-wrapper .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	position: absolute;
}

.insta-grid .owl-wrapper .owl-item:nth-child(1) .slide-caption, .insta-grid .owl-wrapper .owl-item:nth-child(2) .slide-caption,  .insta-grid .owl-wrapper .owl-item:nth-child(3) .slide-caption {
	top: 0;
	bottom: auto;
}


#key-info .image-carousel {
	overflow: visible;
}

.specialoffer {
	border: 0;
}

.specialoffer h2 {
	margin-top: 0;
}

.specialoffer[data-brand="Nikon"] {
	background: #000;
	color: #FFDE00;
	padding: 0;
	padding-bottom: 2em;
}

.specialoffer[data-brand="Canon"] h2 {
	color: #BF161B;
}

.specialoffer a.bttn {
	padding: 10px 20px;
	display: inline-block;
}

.specialoffer[data-brand="Canon"] a.bttn {
	background: #BF161B;
}

.banner-image {
	display: block;
	margin-bottom: 10px;
}

.banner-image img {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.specialoffer .caption {
	display: flex;
	max-width: 1400px;
}

.specialoffer .description {
	padding-bottom: 2em;
}

.claim-details {
	text-transform: none;
	border-color: #444;
	margin-top: auto;
	text-align: left;
	font-weight: normal;
}

.offer-info {
	flex: 0 0 40%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
}

.specialoffer[data-brand="Nikon"] .claim-details {
	color: #fff;
}

.offer-carousel {
	display: var(--gtb);
	flex-grow: 2;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

.offerpage-carousel {
    display: var(--gtb);
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	align-items: flex-start;
}

.red.add-to-cart {
	padding: 10px 15px;
	font-size: 15px;
}

/* product listing */

.breadcrumb-wrapper {
	font-size: 13px;
	padding: 1em 0;
}

.breadcrumb-wrapper i {
	margin: 0 10px;
	color: var(--gray);
}

.breadcrumb-wrapper a {
	color: #aaa;
}

.department-header + .category-pictures {
	display: none;
}

.product-list {
	position: relative;
	z-index: 2;
}

.intro-content {
	padding: 0px 40px;
}

.product-list #customcontent {
	margin-left: 0;
}

.product-list > .main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

#collapsePFS {
	box-shadow: none;
}

.pfs-group {
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
	z-index: 4;
}

.pfs-group h5 {
	font-size: 1.8em;
	display: flex;
	justify-content: space-between;
	border: 0;
}

#page-category main .pagebody-wrapper > .main,
#page-department main .pagebody-wrapper > .main,
#page-filtered main .pagebody-wrapper > .main {
	display: var(--gtb);
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	align-items: flex-start;
}

#page-checkoutstep2 .main > form {
	display: block;
}

.department-header {
	order: 1;
	grid-column: 1 / 5;
	grid-row: 1;
}

#sidebar ~ form {
	display: none;
}

#page-department main .main #sidebar {
	grid-column: 1;
	order: 0;	
}

#page-filtered main .main #sidebar {
	grid-column: 1;
	order: 1;
}

#page-filtered main .main .active-filters, #SearchResults {
	grid-column: 2 / 5;
	grid-row: 2;	
}

#page-filtered.search-page main .main .active-filters {
	grid-row: 1;
}

#page-filtered.search-page main .main #sidebar ~ .product-list {
	grid-row: 2;
}

#page-filtered main .main .heading-main {
	grid-column: 2 / 5;
	margin: 0;
	grid-row: 1;
}

#page-category main .main #sidebar
 {
	order: 0;
	grid-column: 1;
}

#page-filtered main .main .product-list {
	grid-row: 3;
}

#page-category main .main .product-list, #page-department main .main .product-list, #page-filtered main .main .product-list {
	grid-column: 1 / 5;
}

#page-department main .main #sidebar ~ .product-list {
	grid-row: 2;
}

#page-department main .main #sidebar ~ .product-list .category-pictures-panel {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

#page-category main .main #sidebar ~ .product-list, #page-department main .main #sidebar ~ .product-list {
	order: 3;
	grid-column: 2 / 5;
	grid-row: 2;
}

#page-filtered main .main #sidebar ~ .product-list, .product-list-none {
	grid-row: 3;
	order: 3;
	grid-column: 2 / 5;
}

#products.listing {
	display: var(--gtb);
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	clear: both;
}

.active-filters .filterfields {
	padding: 10px;
	margin: 0;
	border: 0;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
}

.active-filters .filterfields legend {
	display: none;
}

.clearfilters a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A8A8A8;
	background: #eee;
	padding: 5px 10px;
	border-radius: 4px;
}

.department-24 #products.list {
	padding-top: 1px;
	clear: both;
}

#page-category main .main #sidebar ~ .product-list #products.listing, 
#page-department main .main #sidebar ~ .product-list #products.listing,
#page-filtered main .main #sidebar ~ .product-list #products.listing {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

main .main #sidebar {
	grid-row: span 3;
}

.category-header {
	grid-column: 1 / 5;
	grid-row: 1;
}

.category-pictures-panel {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	padding-bottom: 10px;
}

.category-landing-pictures-panel {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	padding-bottom: 10px;
}

.category-box, .category-box-sml {
	position: relative;
	border-radius: 20px;
	padding: 10px;
	transition: all 0.3s;
	background: #fff;
}

.category-box:hover, .category-box-sml:hover {
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
}


.category-box img, .category-box-sml img {
	height: 250px;
	object-fit: contain;
	object-position: center center;
}


.category-pictures-panel a.overlay-link, .category-landing-pictures-panel a.overlay-link {
	position: absolute;
	height: 100%;
}

.category-pictures-panel h5, .category-landing-pictures-panel h5, .category-landing-pictures-panel h3 {
	position: relative;
	text-align: center;
    display: block;
    bottom: 0;
    width: 100%;
}

.col-sm-12 {
	padding-left: 0;
}

.pagination a {
	border: 0;
}

#searchresult span {
	font-weight: bold;
}

.so:empty {
	display: none;
}

.extra span {
	background-color: #dee7f0;
	color: #3E72A9;
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;	
}

.so {
	background: #FCE5E5;
	color: #E10308;
	padding: 5px;
	font-size: 10px;
	border-radius: 5px;
}

.so p {
	display: inline;
	font-size: inherit;
}

.so p + p:before {
	content: " | ";
}

.product-list.listing .owl-wrapper, .product-carousel-recentlyvieweditems.product-list .owl-wrapper {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 70px;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	z-index: 3;
	padding-bottom: 50px;
}

.product-list.listing .owl-wrapper .owl-item,
.product-carousel-recentlyvieweditems.product-list .owl-wrapper .owl-item,
#products.listing article {
	width: 100% !important;
	display: flex;
}

.headline {
	padding-top: 0px;
	position: relative;
	text-align: left;
}

.department-header {
	left: 0;
}

.headline a {
	color: #000;
}

.headline a:hover {
	text-decoration: none;
}

.headline .ghost a {
	color: #e09fa0;
}

.headline h3, .headline h1 {
	font-size: 3em;
	padding-bottom: 1em;
	text-align: left;
	padding-bottom: 10px;
}

.headline .ghost {
	font-size: 15vw;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	color: #e09fa0;
	opacity: 0.1;
	left: -23%;
	top: 0;
	line-height: 1em;
	pointer-events: none;
	display:none;
}

.product, .accessory {
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	padding: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	color: #000;
	width: 100%;
	transition: all 0.3s;
}

.product:hover, .accessory:hover {
	box-shadow: var(--redShadow);
}

.list-item {
	display: flex;
	color: #000;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	padding: 20px;
	background: #fff;
	align-items: center;
	margin-top: 10px;
}

.list-item .product-name {
	flex-grow: 2;
}

.list-item .product-name h3 {
	font-size: 1.3em;
	margin-top: 0;
}

.list-item .product-name h3 a {
	color: inherit;
}

.list-item .text-price {
	font-size: 2em;
	margin-right: 1em;
	font-weight: bold;
	color: #3E72A9;
}

.list-item .price {
	margin-top: 0;
	padding-top: 0;
	margin-right: 2em;
}

.list-item .item-code {
	margin-bottom: 0;
}

.product .product-thumbnail-image {
	flex: 0 0 200px;
}

.product-caption h3 {
	font-size: 1.5em;
}

.product-caption h3 a {
	color: #000;
	word-break: break-word;
}

.price {
	padding-top: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.price a:not(.bttn) {
	color: #000;
	font-size: 2em;
}

.price p {
	margin-bottom: 0;
}

#productlist-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0;
}

#pagination {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top: 10px;
}

#pagination table {
	width: unset !important;
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
}

/* single product */

#product-info, .product-info {
	display: var(--gtb);
	grid-template-columns: 30% 45% 1fr;
	grid-gap: 10px;
	align-items: flex-start;
	z-index: 3;
	position: relative;
	margin-bottom: 10px;
	float: none;
}

.product-info > div {
	width: 100%;
}

#product-info .product-image > a {
	display: block;
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
}

#product-info .product-image .thumbnail {
	margin-bottom: 0;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

#product-info .product-image .thumbnail.yt {
	position: relative;
}

#product-info .product-image .thumbnail.yt:before {
	padding-top: 50%;
	content: "";
	display: block;
}

#product-info .product-image .thumbnail.yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

aside .product-image .row {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
}

#product-info .zoomWrapper {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

#product-info .product-image > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

#product-info .product-data {
	position: relative;
}

.product-info h2 {
	font-size: 3em;
	margin-bottom: 1em;
}

.product-data .pricingDetails, .product-info .pricingDetails {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 0;
	color: #3E72A9;
}

.item-code {
	color: #707070;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

#discount-table td {
	text-align: center;
}

div#matrixselector > div > div > div {
	padding: 5px;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	margin-right: 20px;
}

div#matrixselector > div > div > div.selected {
	border: 1px solid #3E72A9;
	border-radius: 3px;
}

div#matrixselector > div > div > div[alt*="Out of Stock"] {
	opacity: 0.3;
}

.text-only div#matrixselector .matriximage, .text-only div#matrixselector .selected {
	box-shadow: none;
	width: unset;
	height: unset;
	font-size: 0px;
	background: #eee;
	padding: 5px 10px;
	position: relative;
	border-radius: 5px;
}

.text-only div#matrixselector .selected {
	background: #dee7f0;
	color: #3E72A9;
}

.text-only .matriximage:before, .text-only .selected:before {
	content: attr(title);
	font-size: 12px;
}

.text-only .matriximage img, .text-only .selected img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	opacity: 0;
}

#matrixselector {
	padding: 10px 0;
}

#matrixselector > div + div {
	margin-top: 10px;
}

#matrixselector > div:nth-child(2n) {
	margin-bottom: 2em;
}

div#matrixselector div > span {
	margin-bottom: 1em;
	display: inline;
}

div#matrixselector div > span[id*="selecteddimension"] {
	font-weight: normal;
	padding-left: 4px;
}

#offers, #offers .owl-item {
	max-width: calc(1400px * 0.45);
	min-width: calc(1400px * 0.45);
	margin-bottom: 5px;
	position: relative;
}

#offers.owl-theme .owl-controls {
	position: absolute;
	right: 0;
	top: -34px;
	margin-top: 0;
}

#offers.owl-theme .owl-controls .owl-page span {
	padding-right: 0;
	margin-right: 0;
}

.offer-banner {
	overflow: hidden;
	border-radius: 5px;
}

#add-ons {
	display: block;
	flex: 0 0 25%;
}

#add-ons h3 {
	margin: 0 0 1.5rem;
	text-align: left;
}

#add-ons .add-on {
	margin: 0 0 1.5rem;
	border-radius: 15px;
	width: 100%;
}

#add-ons > .add-on:first-of-type {
	background: #FCE5E5;
	padding: 1rem;
	margin: 0 -1rem 1.5rem;
	width: calc(100% + 1rem);
}

#add-ons .price-details {
	margin-bottom: 0;
	clear: both;
	padding-top: 1rem;
	font-size: 1.3em;
}

.add-on .out-of-stock {
	margin-top: 0;
	font-size: 9px;
	padding: 0px 5px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.add-ons-list {
	max-height: 450px;
/*	overflow: auto;   */
	padding: 0 20px;
	margin: 0 -20px;
}

.add-on .red.add-to-cart {
	padding: 5px 10px;
	font-size: 12px;
}

.add-on-thumbnail {
	box-shadow: var(--redShadow);
	border-radius: 5px;
	background: #fff;
	border: 0;
	width: 80px;
	height: 80px;
	font-size: 4px;
	margin-right: 1rem;
}

.add-on-thumbnail img {
	width: 70px;
	height: 70px;
	margin: 5px;
	object-fit: contain;
	object-position: center center;
	display: block;
}

.product-image {
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}

.img-thumbnail {
	padding: 0;
	border: 0;
}

.add-on-title {
	margin-top: 0;
	line-height: 1.2em;
}

.add-on-title a {
	color: #000;
}

#has_enlarged_images {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	pointer-events: none;
	color: #3E72A9;
}

#has_enlarged_images:hover {
	color: #3E72A9;
}

#tabs .tab-pane {
	padding: 10px;
	pointer-events: none;
}

#tabs .tab-pane.active {
	pointer-events: visible;
}

#tabs .contenttab-offers {
	background-color: red;
	color: white;
}

.zoomContainer {
	z-index: 5;
}

.zoomWindowContainer > div {
	border-width: 0 !important;
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	border-radius: 20px;
}

#accessory {
	display: none;
}

#accessory.active {
	display: flex;
	flex-wrap: wrap;
}

#acc-departments {
	border: 0;
	display: block;
}

#acc-departments li {
	background: #F9F9F9;
	border: 0;
	border-radius: 4px;
	padding: 0px 2px;
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
	color: #000;
	border-radius: 5px !important;
}

#acc-departments li.active {
	color: #fff;
	background: #E10308;
}

#acc-categories li.active {
	background: #fff;
	color: #E10308;
}

#acc-categories li.active a {
	color: #E10308;
}

#acc-departments li a:hover, #acc-departments li a {
	text-decoration: none;
	color: inherit;
}

.tab-pane .store-navigation {
	flex: 0 0 25%;
}

.tab-pane .store-navigation ul {
	border: 0;
}

.tab-pane .store-navigation ul li a {
	padding-left: 0;
	font-size: 1.2em;
	color: #000;
}

.tab-pane .store-navigation li~li {
	border: 0;
}

#accessories {
	align-self: flex-start;
	display: var(--gtb);
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

#accessories .text-related, #accessories .pagination, #accessories h4 {
	grid-column: span 4;
	margin: 0;
}

#accessories .accessory {
	margin-left: 0;
}

#specialoffers br {
	display: none;
}

.accessory-details {
	display: flex;
	flex-grow: 2;
	flex-direction: column;
	padding-bottom: 0px;
	justify-content: space-between;
}

.accessory-details .add-to-cart {
	width: 120px;
	left: 20px;
	bottom: -10px;
	text-align: center;
}

#accessories .accessory-details h4 {
	margin-bottom: 1em;
}

#socialFooter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 10px;
}

#socialFooter h6 {
	color: #707070;
	font-size: 1em;
	text-transform: uppercase;
	padding-right: 5px;
}

#socialFooter a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	margin-left: 10px;
	font-size: 20px;
	position: relative;
	color: #fff;
	transition: all 0.3s;
}

#socialFooter a:hover {
	transform: translateY(-10px);
}

#socialFooter a:hover:before {
	top: 10px;
}

#socialFooter a:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: inherit;
	border-radius: 25px;
	filter: blur(5px);
	opacity: 0.2;
	z-index: -1;
	transition: all 0.3s;
}

.shareTweet {
	background: #1da1f2;
}

.shareFB {
	background: #3b5998;
}

.sharePin {
	background: #bd081c;
}

.shareMail {
	background: #B3463B;
}

#socialFooter svg {
	color: #fff !important;
}

#wishlist {
	text-align: right;
	padding-top: 10px;
}

.offer-description {
	border: 0;
	background: #FCE5E5;
	color: #E10308;
	text-align: center;
	font-weight: bold;
}

.offer-description p {
	font-size: 18px;
	display: inline;
}

.offer-description p + p:before {
	content: " | ";
}

div#modal-quickview .product-image img {
	display: block;
	margin: 0 auto;
}

#InStock {
	color: green;
	font-weight: bold;
	
	background-color: #ECFFE3;
	padding: 5px;
	border: 1px solid green;
	border-radius: 5px;	
}

#AwaitingStock {
	color:orange;
	font-weight: bold;
	
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid orange;
	border-radius: 5px;	
}

#OutOfStock {
	color:red;
	font-weight: bold;
	
	background-color: #FCE5E5;
	padding: 5px;
	border: 1px solid red;
	border-radius: 5px;	
}

.product-availability label {
	font-weight: normal;
	color: #707070;
}


/* content pages */

.image-align-right {
	float: right;
	margin: 0 0 1em 1em;
}

.image-align-left {
	float: left;
	margin: 0 1em 1em 0;
}

.row-m {
	max-width: 1100px;
	margin: 0 auto;	
}

#customcontent, #description, div[id*="contenttab-"] > *  {
	max-width: 1440px;
	margin: 0 auto;
}

#page-nsc .row > h1:first-child {
	text-align: center;
}

div[id*="contenttab-"] > * {
	margin-bottom: 1em;
}

div[id*="contenttab-"] > * ~ h3 {
	margin-top: 2em;
}

dt {
	margin-bottom: 5px;
	font-size: 120%;
}

dd {
	margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 12px;
	padding-bottom: 12px;
    border-bottom: 3px double lightgrey;
}


}

.DescTitle {
	padding-top: 1em;
}

#page-contact .panel {
	border: 0;
}

#addresstext {
	margin-top: 0;
}

#page-contact #table-navigation + .row {
	max-width: 1100px;
	margin: 0 auto;
}

#page-contact .textbox, #page-contact textarea {
	margin-bottom: 1em;
	border: 1px solid #eee;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	font-family: inherit;
	color: #3E72A9;
	transition: all 0.3s;
}

#page-contact .textbox:focus, #page-contact textarea:focus {
	box-shadow: var(--redShadow);
}

#gdpr-panel {
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	float: none;
}

#gdpr-panel div {
	height: unset !important;
}

#contactform {
	padding-bottom: 1px;
}

#privacy-fields {
	padding-left: 0;
}

#privacy-fields + br {
	display: none;
}

#privacy_consent, .checkbox label, .radio label {
	padding-left: 3px;
}

#privacy-fields input.checkbox, .checkbox, .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]  {
	display: inline-block;
	margin-left: 0;
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
}

#table-navigation .heading-main, #customcontent > h1:first-child {
	text-align: center;
	padding-bottom: 1em;
}

#customcontent table, .offer-header table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#customcontent table td, table th, #tabs table td, .offer-header table th, .offer-header table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

#customcontent table tr:nth-child(odd), .offer-header table tr:nth-child(odd) {
	background: #f2f2f2;
}

#customcontent table th, .offer-header table th {
	background: #eee;
}

div.checkout-panel li div input.textbox, div.checkout-panel li div select,
div.checkout-panel input.textbox, div.checkout-panel select {
	width: 100% !important;
	margin-bottom: 10px;
}

div#checkout-first-column ~ div.checkout-panel input.textbox:last-of-type,
div#checkout-first-column ~ div.checkout-panel select:last-of-type {
	margin-bottom: 0;
}

div#table-checkout-parent ul {
	box-shadow: 0px 5px 20px 5px rgba(0,0,0, 0.1);
	padding:0 10px 5px;
	margin-bottom:10px;
	margin-left:15px;
}

h4.formBox {
	margin: 2em 0 1em;
	padding: 0;
}

.cashback-brands {
	text-align: center;
	padding-left: 0;
}

.cashback-brands li {
	display: inline-block;
	padding: 5px 10px;
	list-style-type: none;
}

.specialoffers h2 {
	margin-bottom: 2em;
	font-size: 2.5em;
	text-align: center;
}

.offer-items {
	column-count: 2;
	column-gap: 10px;
	padding: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	margin-bottom: 10px;
}

.offer-header {
	margin-bottom: 10px;
}

.offer-header ~ .offer-header {
	margin-top: 100px;
}

.offer-header table {
	widows: 100%;
}

.offer-header img {
	height: auto;
	width: 100%;
	display: block;
}

.offer-items div {
	flex: 1 1 50%;
	break-inside: avoid;
	padding-bottom: 10px;
}

.offer-items ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 0.9em;
}

.offer-items ul li {
	margin-bottom: 5px;
}

/* checkout and basket */

.basket-product-customization {
	background: #fff;
	padding: 10px 0 0;
}

.product-customization-action {
	display: flex;
	align-items: center;
}

.product-customization-price {
	margin: 10px 0 0 20px;
}

.page-basket .productImage {
	margin: 0 auto;
}

#shippingform {
	max-width: 1100px;
	margin: 0 auto;
}

#shippingform > .row:first-child {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

#shippingform > .row h1 {
	margin: 0;
}

#checkout-panels {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}

#checkout-panels > div {
	margin: 0;
}

div.checkout-panel {
	float: none;
	width: unset;
	margin: 0;
}

div.checkout-panel {
	padding: 0;
}

div.checkout-panel ~ div.checkout-panel {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

#make-payment {
	margin-top: 10px;
	background: #3E72A9;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}

#creditcardcontainer li input {
	margin-bottom: 10px !important;
}

#creditcardcontainer li div {
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

#checkout-panels {
	display: var(--gtb);
	grid-template-columns: 400px 1fr;
	grid-gap: 10px;
}

#checkout-first-column {
	grid-row: 1 / 8;
	background: #fafafa;
	border-radius: 10px;
	padding: 10px;
}

#label_checkout_pluginid_64 {
	color:#F16321;
}

#label_checkout_pluginid_64 label::after {
  content:url('/themes/images/humm_flexifi_logo.png'); 
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-50px;
  top:10px;
}

div.checkout-panel #checkout_webcoupon {
	margin-left: 0;
}

h4.formBox:first-child {
	margin-top: 0;
}

div.checkoutbuttonsDiv {
	overflow: auto;
}

#mini-basket td {
	padding: 10px 15px;
	border: 1px solid #ddd;
}

#mini-basket .out-of-stock {
	margin-top: 0;
	margin-left: 5px;
	font-size: 11px;
}

#additionalBasketButtons a {
	padding: 1em;
}

#additionalBasketButtons a.btn-primary, #cart-checkout {
	background: #3E72A9;
	color: #fff;
}

ul.dropdown-cart li .item-left img {
	mix-blend-mode: darken;
}

ul.dropdown-cart li .item-left span.item-info span {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
}

ul.dropdown-cart li .item-left span.item-info span + span {
	font-weight: normal;
	padding-top: 5px;
}

.text-shopping-link {
	color: #000;
}

ul.dropdown-cart li .item-left {
	display: flex;
}

.basket-product-tagalong {
	margin-bottom: 2em;
}

.item-left a {
	display: inline-block;
}

.productDetailsBasket .btn.btn-default {
	background: #E10308;
	color: #fff;
	font-size: 0.9em;
	padding: 1em 2em;
	margin-top: 10px;
}

#basketPricing {
	margin: 0;
}

#basketPricing > div {
	padding-right: 0;
}

#frmMain .row {
	margin: 0;
}

.productDetailsBasket h5 {
	margin-top: 0;
}

.productDetailsBasket > p {
	color: #707070;
	font-size: 12px;
	margin-bottom: 0;
}

.out-of-stock {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background: #f2f2f2;
	font-weight: bold;
	text-transform: uppercase;
	color: #707070;
	border-radius: 4px;
}

.productImageOuter {
	padding: 0;
}

.well div {
	padding: 0;
}

.basket-product-tagalong {
	margin-bottom: 10px;
}

.page-basket .productPriceBasket, .page-basket .productPriceTotalBasket, .page-basket .productQtyBasket {
	padding: 0 5px;
}

/* alerts and popups */

.modal-dialog .modal-content {
	border: 0;
	border-radius: 35px;
	padding: 10px;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
}

.modal-dialog .modal-content h3 {
	margin-bottom: 1em;
}

.new-customer {
	text-align: center;
}

.new-customer img {
	margin: 0 auto;
	max-width: 100px;
	display: block;
}

.forgot-password a {
	color: #3E72A9;
	font-size: 12px;
	margin-top: 10px;
	display: block;
}

.notice-wrap {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 250px;
	z-index: 9999;
	font-family: 'interstate';
}

.notice-item, .notice-item-success, .notice-item-error, .notice-item-loading {
 background: #333;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 color: #eee;
 padding:12px;
 font-family: inherit;
 font-size: 13px;
 display: block;
 position: relative;
 margin: 0 0 5px 0;
}

.notice-wrap p {
	color: #111;
	padding-right: 3px;
}

.notice-item-success {
	color: #93d469;
	background: #fff;
	box-shadow: 0 15px 40px -20px #40a100;
}

.notice-item-error {
	color: #ff7575;
	background: #fff;
	box-shadow: 0 15px 40px -20px #800000;
}

.notice-item-loading {
	color: #fdc68a;
	background: #fff;
	box-shadow: 0 15px 40px -20px #f7977a;
}

.notice-item-close {
	position: absolute;
	color: #111;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.notice-wrap h4 {
	color: inherit;
	font-family: inherit;
}

.notice-wrap p, .notice-wrap li {
	font-family: inherit;
	color: #000;
	line-height: 1.3em;
	font-size: 14px;
}

.notice-wrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.notice-wrap h4 span {
	margin-right: 10px;
}

input#checkout_shipdate {
	width: 80%!important;
    float: right;

}

.ui-datepicker-trigger {
	position: relative;
	top: -1px;
	left: 10px;
	cursor: pointer;
}

div.checkout-panel p {
	clear: both;
}

/* new  account pages */

#page-account .pagebody-wrapper p, #table-navigation {
	text-align: center;
}

#account-options {
	display: grid;
	grid-template-columns: 120px 120px 120px;
	grid-gap: 30px;
	justify-content: center;
	margin: 50px 0;
}

.option {
	border-radius: 3px;
	text-align: center;
	transition: all 0.3s;
	font-size: 0.8em;
	box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
	text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
	text-decoration: none;
	color: #000;
}

.option:hover i {
	color: #3E72A9;
	transform: translateY(-5px);
}

.option i {
	font-size: 4em;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.history-page {
	margin-top: 30px;
}

/* footer */

.product-carousel-recentlyvieweditems.product-list .owl-wrapper .owl-item:nth-child(n+5) {
	display: none;
}

#brands {
	background: #FAFAFA;
	padding: 50px 0;
}

#Brands {
	max-width: 1400px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Brands a {
	opacity: 0.5;
	transition: all 0.4s;
	filter: grayscale(1);
}

#Brands a:hover {
	opacity: 1;
	filter: grayscale(0);
}

#Departments {
	padding: 50px 0;
	display: var(--gtb);
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

#Departments .department {
	padding: 1em;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0, 0.1);
	display: flex;
	flex-direction: column;
}

#Departments .department-cover {
	height: 200px;
	text-align: center;
	display: block;
}

#Departments .department-cover img {
	display: block;
	padding: 20px;
	margin: 0 auto;
	height: inherit;
	object-fit: contain;
	object-position: center center;
}

.department .subcategories a {
	color: #aaa;
}

.department .subcategories a + a:before {
	content: " / ";
	opacity: 0.4;
}

#widgets {
	padding-top: 100px;
}

#widgets .main {
	text-align: left;
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 0;
}

#widgets h3 {
	color: #E10308;
}

#widgets .social {
	text-align: left;
	position: relative;
	flex: 0 0 25%;
}

#widgets .social a {
	font-size: 2em;
	margin-right: 10px;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	display: inline-block;
}

#widgets .social a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#widgets .social a:after {
	content: "";
	width: 6px;
	height: 4px;
	background: #ccc;
	filter: blur(3px);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -3px;
	opacity: 0;
	transition: all 0.3s;
}

#widgets .social a:hover:after {
	opacity: 1;
	bottom: 0;
	width: 20px;
	margin-left: -10px;
}

#widgets .social a:hover .fab {
	transform: translateY(-10px);
}

#widgets .social a .fab {
	transition: all 0.4s;
}

#widgets .social p {
	max-width: 250px;
}

#widgets .social:before {
	content: "";
	background: #fafafa;
	width: 50vw;
	height: 150%;
	top: -25%;
	right: -100px;
	border-radius: 0 50px 0 0;
	z-index: -1;
	position: absolute;
}

i.fa[class*="fa-cc"] {
	font-family: 'Font Awesome 5 Brands';
}

.fa-facebook {
	color: #3b5998;
}

.fa-twitter {
	color: #1da1f2;
}

.shareTweet .fa-twitter {
	color: inherit;
}

.fa-instagram {
	color: #833ab4;
}

.fa-youtube {
	color: #ff0000;
}

#map {
	margin: 0 50px;
}

#map iframe {
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(62,114,169,0.1);
	border-radius: 20px;
	max-width: 100%;
}

footer .tablinks, .pagebody-wrapper {
	background: none;
	padding-top: 0px; 
}

ul#Footer_menu {
	flex-wrap: wrap;
	justify-content: center;
}

#footer {
	background: #3E72A9;
	color: #fff;
	padding: 10px;
}

#footer a {
	color: inherit;
	font-weight: bold;
}

#footer li a {
	font-weight: normal;
	font-size: 0.9em;
}

.col-xs-12 {
}

footer .main {
	display: flex;
	justify-content: space-between;
}

footer .main .widget {
	flex: 0 0 33%;
}

footer .label {
	padding: 0;
	color: #fff;
}

ul#Footer_menu > li > a:hover {
	background: none;
}

ul#Footer_menu > li > a:hover span {
	text-decoration: underline;
}

.zoomContainer {
	pointer-events: none;
}

/* */

@media screen and (min-width: 1100px) {

	.image-align-right {
		margin-right: -3rem;
	}

	.image-align-left {
		margin-left: -3rem;
	}

	#menu-button {
		display: none;
	}

	#main-nav {
		display: block !important;
	}

	div[style*="width: 900px"] {
		display: flex;
		height: unset !important;
		align-items: flex-start;
	}

	#leftColumn {
		padding-right: 10px;
		margin-left: 0 !important;
	}

	#tabs p {
		max-width: 100%;
	}

	#tabs div[id*="contenttab-"] > p {
		max-width: 750px;
		margin: 0 auto;
	}

	#menu .NONLINKTITLE .sub-menu li {
		flex: 0 0 16.6%;
	}

}

@media screen and (max-width: 1430px) {
	.main {
		width: 96%;
	}

	.main .main {
		width: 100%;
	}

	.menu li {
		font-size: 11px;
		margin-right: 10px;
	}

	#menu .sub-menu li {
		font-size: 12px;
	}

	#top-bar .menu li {
		font-size: 16px;
		margin-right: 20px;
	}

	header .menu .label {
		line-height: 13px;
	}

	.menu li.depth-1 {
		padding: 10px 0;
	}

	.sub-menu {
		margin-top: -10px;
	}

	#Departments {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	#page-department main .main #sidebar ~ .product-list .category-pictures-panel,
	#page-category main .main #sidebar ~ .product-list #products.listing,
	#page-department main .main #sidebar ~ .product-list #products.listing,
	#page-filtered main .main #sidebar ~ .product-list #products.listing {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.product-caption h3 {
		font-size: 1.2em;
	}	

	#logo {
		width: 200px;
	}

	#offers, #offers .owl-item {
		max-width: calc(94vw * 0.45);
		min-width: calc(94vw * 0.45);
	}

}

@media screen and (max-width: 1100px) {
	#account .text, #main-nav {
		display: none;
		transition: none;
	}

	#logo {
		flex: 0 0 200px;
	}

	header {
		padding-bottom: 1px;
	}

	#search {
		margin-right: 0;
	}

	#Store_Navigation {
		display: block;
		max-height: 100vh;
		overflow: auto;
	}

	#headersearchbox {
		height: 40px;
		text-indent: 30px;
	}

	.findPanel:after {
		line-height: 40px;
		font-size: 20px;
		left: 10px;
	}

	.icon-box .icon {
		width: 40px;
		height: 40px;
		font-size: 15px;
		line-height: 40px;
	}

	.icon-box .text {
		font-size: 12px;
	}

	.modal-dialog .modal-content {
		padding: 0;
	}

	#cartButton .icon-box > ul {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	#Store_Navigation.menu .depth-1 > * > .label {
		font-size: 18px;
		line-height: 20px;
	}

	#main-nav .menu li.depth-1 + li {
		border-top: 1px solid #ddd;
	}

	.depth-1 span {
		display: block;
	}

	.sub-menu {
		display: none;
		position: static;
		margin-top: 20px;
		padding-left: 0;
		column-count: 4;
	}

	.sub-menu .sub-menu {
		column-count: 1;
		margin-top: 10px;
	}

	.sub-menu .depth-2 {
		break-inside: avoid;
	}

	.menu .label .second-line {
		display: inline-block;
		font-size: 1;
	}

	.category-box img, .category-box-sml img {
		height: 150px;
		object-fit: contain;
	}

	.category-pictures-panel {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.category-landing-pictures-panel {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#page-department main .main #sidebar ~ .product-list .category-pictures-panel,
	#page-category main .main #sidebar ~ .product-list #products.listing,
	#page-department main .main #sidebar ~ .product-list #products.listing,
	#page-filtered main .main #sidebar ~ .product-list #products.listing {
			grid-template-columns: 1fr 1fr;
	}

	#socialFooter a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		color: #fff;
		line-height: 30px;
	}

	.product-list.listing .owl-wrapper, .product-carousel-recentlyvieweditems.product-list .owl-wrapper {
		grid-gap: 10px;
	}

	.product .product-thumbnail-image {
		flex: 0 1 120px;
	}

	.headline h3, .headline h1 {
		font-size: 3em;
		padding-bottom: 0px;
	}

	.headline .ghost {
		font-size: 11vw;
	}

	.list .productnameTitle {
		font-size: 1em;
	}

	.list-item {
		position: relative;
	}

	.list-item .price {
		margin: 0 0 0 10px;
	}

	.list-item .text-price {
		font-size: 1.2em;
	}

	.list-item .flair {
		position: absolute;
		top: -20px;
	}

	.list-item .flair h4 {
		margin-bottom: 0;
		display: inline-block;
		background: #eee;
		color: #aaa;
		font-size: 12px;
		text-transform: uppercase;
		padding: 5px 10px;
		border-radius: 5px;
	}

	.headline {
		padding-top: 20px;
	}

	header .menu .DEPARTMENT_4 .label {
		white-space: normal;
	}

	.pfs-group h5 {
		font-size: 1.4em;
	}

	#Footer_menu {
		flex-wrap: wrap;
		justify-content: center;
	}

	ul#Footer_menu>li>a {
		padding: 0 1em;
		display: block;
	}

	ul#Footer_menu>li {
		margin-right: 0;
	}

	#nsc_cart_container .dropdown > ul {
		right: 0px;
		left: unset;
		top: 40px;		
	}

}

@media screen and (max-width: 767px) and (min-width: 500px) {

	.product-image {
		display: flex;
	}

	#product-info .product-image > a {
		padding-top: 50%;
		flex: 0 0 50%;
		margin-right: 5%;
	}

	.product-image .bottombuffer {
		padding: 5px;
		margin-bottom: 0;
	}

	.category-pictures-panel {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.category-landing-pictures-panel {
		grid-template-columns: 1fr 1fr;
	}

}

@media screen and (max-width: 767px) {
	:root {
		--gap: 10px;
		--gtb: block;
		--grayShadow: 0 5px 10px rgba(0,0,0, 0.1);
		--blueShadow: 0 5px 10px rgba(62,114,169,0.1);
		--redShadow: 0 5px 10px rgba(225, 3, 8,0.1);
	}

	.flex, #widgets .main {
		display: block;
	}

	#offers, #offers .owl-item {
		max-width: unset;
		min-width: unset;
	}

	#add-ons > .add-on:first-of-type {
		margin: 0 0 1.5rem;
		width: 100%;
	}

	#page-basket .main {
		padding: 0 10px;
	}

	header .flex {
		display: flex;
		flex-wrap: wrap;
	}

	.breadcrumb .fa-angle-right:last-of-type, .breadcrumb .active {
		display: none;
	}

	#widgets .main, .category-header, .active-filters, .heading-main, #table-navigation + p, .department-header, #productbody {
		width: 100%;
		padding: 0 10px;
	}

	#widgets .social:before {
		right: 20px;
		width: 100vw;
	}

	#widgets .social {
		padding-bottom: 10px;
	}

	#map {
		margin: 0;
	}

	#logo, #search {
		order: 1;
	}

	#account, #cartButton {
		order: 3;
	}

	#menu-button {
		order: 2;
		margin-right: auto;
		margin-left: 0;
	}

	.h3, h3 {
		font-size: 1.4em;
	}

	.viewed .owl-wrapper-outer {
		overflow: auto;
	}

	.product + .product {
		margin-top: 20px;
	}

	.productAdd .form-inline {
		display: flex;
		align-items: center;
	}

	.product-carousel-recentlyvieweditems.product-list .owl-wrapper {
		grid-template-columns: 200px 200px 200px 200px 200px 200px 200px 200px;
	}

	select#quantity {
		margin-right: 20px;
	}

	#Departments {
		padding: 20px;
		display: flex;
		overflow: auto;
	}

	#Departments .department {
		margin-right: 20px;
		flex: 0 0 250px;
	}

	.grid .owl-wrapper {
		grid-gap: 20px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 120px 120px 120px 120px 120px 120px 120px;
	}

	.grid .owl-wrapper .owl-item {
		grid-row: unset !important;
		grid-column: span 2 !important;
		border-radius: 10px;
		min-height: 120px;
		margin-bottom: 10px;
	}

	.image-carousel .grid .slide:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.grid .slide-caption {
		font-size: 1.2em;
		width: 80%;
	}

	#key-info {
		padding: 20px;
	}

	#search {
		margin: 0 0 0 auto;
		flex: 0 0 calc(100% - 200px);
	}

	#checkout-panels {
		grid-template-columns: 320px; 1fr;
		align-items: flex-start;
	}

	.icon-box h4 {
		font-size: 15px;
	}

	#account {
		margin-left: auto;
	}

	.specialoffer {
		padding: 10px;
	}

	.specialoffer .caption {
		display: block;
	}

	.offer-carousel {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		padding-bottom: 20px;
	}

	.offer-carousel > .product {
		flex: 0 0 200px;
		margin-right: 20px;
	}

	#Brands {
		flex-direction: column;
	}

	#Brands a + a {
		margin-top: 20px;
	}

	.headline h3, .headline h1 {
		font-size: 2em;
	}

	.headline {
		padding-top: 0px;
		overflow: hidden;
	}

	#searchresult {
		padding: 0;
		margin: 20px 0;
	}

	#productlist-header .button-small {
		display: none;
	}

	#productlist-header .button-small.next,
	#productlist-header .button-small.prev,
	#productlist-header .button-small.button-on {
		display: table-cell;
	}
	#product-info .product-image > a img {
		pointer-events: none;
	}
	table.pagination {
		margin-bottom: 0;
		display: block;
	}

	.main {
		width: 100%;
	}

	.product-list {
		padding: 0 10px;
	}

	.list-item {
		display: block;
		padding: 50px 10px 10px;
		position: relative;
		border-radius: 10px;
		margin-top: 20px;
	}

	.list-item .price {
		margin-right: 0;
		padding-top: 20px;
	}

	.list-item .text-price {
		font-size: 1.2em;
	}

	.list-item .flair {
		position: absolute;
		top: 0px;
	}

	.list-item .flair h4 {
		margin-bottom: 0;
		display: inline-block;
		background: #eee;
		color: #aaa;
		font-size: 12px;
		text-transform: uppercase;
		padding: 5px 10px;
		border-radius: 5px;
	}

	div#panel-filteredsearch {
		box-shadow: none;
	}

	#togglePFS:before {
		content: "\f13a";
		display: inline-block;
		transition: all 0.4s;
		font-family: FontAwesome;
	}

	#togglePFS.collapsed:before {
		transform: rotate(-90deg);
		content: "\f13a";
	}

	#footer {
		padding:  20px;
	}

	.footerCredits a {
		display: inline-block;
	}

	.smallprint {
		padding-bottom: 0;
	}

	.modal-dialog {
		height: 100vh;
		display: flex;
		align-items: center;
	}

	.modal-body {
		padding: 0;
	}

	.modal-dialog .modal-content {
		border-radius: 10px;
	}

	.modal-body .container-fluid {
		padding: 20px;
	}

	.modal-body .container-fluid > div {
		padding: 0;
	}

	.btn-default, .btn {
		box-shadow: 0 10px 20px rgba(62,114,169,0.1);
		border: 0;
	}

	#Store_Navigation {
		padding: 10px;
	}

	.sub-menu {
		column-count: 3;
	}

	#widgets {
		padding-top: 30px;
	}

	footer .main {
		display: block;
	}

	#shippingform > .row:first-child {
		display: block;
	}

	#shippingform {
		padding: 10px;
	}

	.container .product-list {
		padding: 0;
	}

	.offer-items {
		column-count: 1;
	}

	.table-wrapper {
		width: 100%;
		overflow: auto;
	}

	.product-customization-action {
		display: block;
	}

	.productQtyBasket {
		margin-top: 10px;
	}

	.productQtyBasket > h5 .hidden-xs {
		display: block !important;
	}

	.productQtyBasket > h5 {
		display: inline-block;
		margin-right: 5px;
	}

	.zoomContainer {
		display: none !important;
	}

	#product-info .zoomWrapper {
		pointer-events: none;
	}

}

@media screen and (max-width: 500px) {
	#search {
		margin: 20px 0;
		flex: 0 0 100%;
	}

	.sub-menu {
		column-count: 2;
	}

	.page-basket .productPriceBasket, .page-basket .productPriceTotalBasket, .page-basket .productQtyBasket {
		padding: 0 15px;
	}

	.page-basket .productImage img {
		max-width: 100%;
	}

	.product-list.listing .owl-wrapper .owl-item, .product-carousel-recentlyvieweditems.product-list .owl-wrapper .owl-item, #products.listing article {
		display: block;
	}

	.product-caption h3 {
		flex: 1 1 50%;
		margin-top: 0;
		font-size: 1.1em;
	}

	.product .product-thumbnail-image {
		width: 80px;
		float: left;
		margin-right: 20px;
		flex: 0 0 100%;
	}

	.owl-item .product .product-thumbnail-image {
		width: 100%;
		margin-right: 0;
	}

	.product, .accessory {
		padding: 10px;
		position: relative;
		min-height: 100px;
	}

	.price {
		padding-top: 0;
	}

	.price p {
		font-size: 12px;
	}

	.listing .so, .listing .price {
		margin-left: 100px;
	}

	.price .bttn, .bttn, .accessory .add-to-cart, .btn.btn-primary, .btn.btn-default, input.submit {
		font-size: 11px;
	}

	.so p {
		margin-bottom: 0;
	}

	.so p:before {
		opacity: 1;
		background: #F9CDCE;
	}

	#acc-departments li {
		margin-bottom: 8px;
	}

	#acc-departments li a {
		padding: 5px;
	}

	.tab-pane .store-navigation {
		flex: 1 1 100%;
		margin: 0 0 2em;
	}

	#acc-categories {
		display: flex;
		flex-wrap: wrap;
	}

	#acc-categories li {
		flex: 0 0 50%;
	}

	.nav-tabs>li>a {
		font-size: 12px;
		padding: 5px;
	}

	.tab-pane .store-navigation ul li a {
		padding: 5px 20px 5px 5px;
		margin-bottom: 2px;
		font-size: 12px;
		border-left: 4px solid;
	}

	.product-data .pricingDetails, .product-info .pricingDetails {
		margin-top: 20px;
		font-size: 1.5em;
	}

	.product-image .bottombuffer {
		padding: 5px;
		margin-bottom: 0;
	}

	.nav-tabs {
		display: flex;
		overflow: auto;
		white-space: nowrap;
	}

	.specialoffer a.bttn {
		margin-bottom: 15px;
	}

	.claim-details {
		border-color: #ddd;
	}

	.category-pictures-panel {
		grid-template-columns: 1fr 1fr;
	}

	.category-landing-pictures-panel {
		grid-template-columns: 1fr;
	}

	.offer-carousel .product .product-thumbnail-image {
		width: 150px;
		flex: 0 0 40%;
		margin: 0 auto;
	}

	.offer-carousel .product h5 {
		margin-bottom: auto;
		padding-bottom: 1em;
	}

	.offer-carousel .so {
		position: static;
	}

	.offer-carousel .product + .product {
		margin-top: 0;
	}

	.zoomContainer {
		display: none !important;
	}

	#account-options {
		display: grid;
		grid-template-columns: 120px 120px;
		justify-content: center;
		margin: 50px 0;
	}

}

/* IE Fixes */

.ie .offer-carousel {
	display: flex;
}

.ie .offer-carousel .product {
	flex: 1 1 30%;
}

.ie .product > .product-thumbnail-image {
	height: 200px;
	display: block;
	margin-bottom: 40px;
}

.ie #Departments, .ie .category-pictures-panel {
	display: flex;
	flex-wrap: wrap;
}

.ie #Departments .department, .ie .category-box, .ie .category-box-sml {
	flex: 0 1 23%;
}

.ie #sidebar {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.ie .listing#products {
	display: flex;
	flex-wrap: wrap;	
}

.ie #sidebar ~ .product-list .listing#products {
	width: calc(100% - 310px);
	clear: none;
}

.ie #sidebar ~ .product-list .main {
	width: auto;
}

.ie .product-list.listing .owl-wrapper .owl-item, 
.ie .product-carousel-recentlyvieweditems.product-list .owl-wrapper .owl-item, 
.ie .listing#products article {
	flex: 1 1 21%;
	margin: 10px;
}

.ie #checkout-panels {
	display: block;
}

.ie #checkout-first-column {
	float: left;
	width: 400px;
	margin-right: 10px;
}

.ie div.checkout-panel {
	width: 100%;
	max-width: calc(100% - 410px);
	float: left;
}

.ie #checkout-first-column .checkout-panel {
	max-width: 100%;
}


.ie #product-info,
.ie .product-info {
	display: flex;
}

.ie .product-aside {
	flex: 0 0 35%;
}

.ie #product-info .product-data {
	flex: 0 0 45%;
	padding: 0 10px;
}

.ie .carousel-inner > .item > a > img,
.ie .carousel-inner > .item > img, 
.ie .img-responsive, .thumbnail a > img,
.ie .thumbnail > img {
	width: 100%;
}