
//_Version: 1.0.113


/* ---------------------- General Style */
:root 
{
	--fg-Color: #fff;
	--bg-color: #000;
}

[data-theme="light"] {
	--fg-color: #000;
	--bg-color: #fff; 
}

html
{
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
	
body 
{ 
	width:100%;
	scroll-behavior: smooth;
	margin: 0;
	background-color: #eee;
	//background-image: linear-gradient( rgb(0,10,20),rgb(120,140,160) );
	font-size:16px;
}
@media (any-pointer: coarse)
{
	:root
	{
		touch-action: pan-x pan-y;
		height: 100%;
	}
	.MaxTextW
	{
		max-width:100% !important;
	}

}
body:after
{
	opacity(0.5);	
}


.ShowOnDesktop
{
}
@media (any-pointer: coarse)
{
	.ShowOnDesktop
	{
		display:none;
	}
}

.p-title
{
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.Warning 
{
	color: #f80;
}

.Success 
{
	color: #44911e;
}


.Upper { text-transform: uppercase }

.TopCanvas
{
	z-index: 2 !important;
}
.OverTopCanvas
{
	z-index: 3 !important;
}

div.DefaultForm
{
	display:flex; 
	flex-direction:column;	
}
.FormFullScreen
{
	margin:40px 25% 40px 25%;
}
@media (any-pointer: coarse)
{
	.FormFullScreen
	{
		margin:40px 7% 40px 7%;
	}
}

div.Curtain
{
	position:fixed; top:0; left:0;
	width:100%; height:100%;
	background-color: rgba(0,0,0,0.75)
}

h1
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin: 30px 0 30px 0;
}
h2
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
}
h3
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}
p { text-align:justify; line-height: normal;}

@media (any-pointer: coarse)
{
	h2.YourAccount
	{
		font-size: 16px;
	}	
}

.Border { border:1px solid #888; }
.BorderNoTop { border:1px solid #888; border-top:0; }

.TopBGColor { background-color:rgba(30,43,60,0.95) !important; }
.BGColor { background-color:#fff !important; }
.SecondBGColor { background-color:#263447 !important; }
.SecondFGColor { color:#fff !important; }

.TranslucidBG { background-color:rgba(1,1,1,0.85) !important; border: 1px solid rgba(1,1,1,0.5) } 

.Padding { padding:20px !important; }

.NoPadding { padding:0 !important; }
.NoPaddingContainer { padding:0 !important; }

.TopMargin { margin-top:20px !important; } 
.BottomMargin { margin-bottom:20px !important; } 

.SpacedLine { line-height:25px; }

.Double { width:45%;}
.Min {min-width:350px;} 

.BoxShadow
{
	box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}


:focus
{
	outline: 0;
	outline: none;
}
::-webkit-scrollbar 
{
	width: 8px; height:8px;
}
::-webkit-scrollbar-track 
{
	border:1px solid #222; border-radius:3px;
}
::-webkit-scrollbar-thumb 
{
	border:1px solid #333; border-radius:3px;
	background-color: #333;
}

::-webkit-input-placeholder {   color: #333; }
::-moz-placeholder { color: #333; }
:-ms-input-placeholder { color: #333; }
:-moz-placeholder { color: #333; }
::-webkit-scrollbar-corner {
	background: rgba(0,0,0,0);
}
	
.W80p { width:80% !important }
.W100p { width:100% !important }

hr 
{ 	
	height: 1px; 
	border: 0px; 
	background-color: #888; 
	width:100%;
}
		
a
{ 
	text-decoration: none;
	color: #a1885c;
}
a:hover
{ 
	text-decoration: none;
	color: #fff; 
}
a.Reverse
{ 
	text-decoration: none;
	color: #fff;
}
a.Reverse:hover
{ 
	text-decoration: none;
	color: #a1885c; 
}
a.None
{ 
	color: #000;
	text-decoration: none;
}
a.None:Hover
{ 
	text-decoration: none;
}
a.Basic
{
	color: #a1885c;
}
a.Basic:hover
{ 
	text-decoration: underline;
}
a.dark
{
	color: #a1885c;
	text-decoration: underline;
}
a.dark:hover
{
	color: #000;
	text-decoration: underline;
}



a.GridRefreshButton
{
	margin-right:5px;
}



button.Stripe
{
	background-color:#675dff;
	align-items:center;
	display:flex;
	justify-content:center;
	width:50%;
}
button.Stripe:hover
{
	background-color:#675dff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
button.PayPal
{
	background-color:#2C2E2F;
	align-items:center;
	display:flex;
	justify-content:center;
	width:50%;
}
button.PayPal:hover
{
	background-color:#2C2E2F;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

button.PayPalLogin
{
	background-color: #0551b5;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 0px 20px;
	cursor: pointer;
	align-items: center;
}

button.PayPalLogin:hover
{
	background-color: #0551b5cc;
	color: white;
}


button.Primary
{
	background-color: #ba9d6a;
	border: 2px solid #ba9d6a;
	border-radius: 30px;
}
button.Primary:hover
{
	background-color: #a1885c;
	border: 2px solid #a1885c;
}
button.SecondaryButton
{
	background-color: unset;
	color: #ba9d6a;
	border: none;
}
button.SecondaryButton:hover
{
	text-decoration: underline;
	background-color: unset;
}



.ViewMaxW { max-width:1500px !important; }


.T
{
	transition-delay:0.5s; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease;
}

.Hidden { display: none }

.BigFontSize { font-size:36px; }
@media (any-pointer: coarse) { .BigFontSize { font-size: 68px !important;  } }

.Shadow 
{
	-moz-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.75); -webkit-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.75); box-shadow:0px 0px 10px 10px rgba(0,0,0,0.75);
}

.OverCenter 
{
	width:unset !important ;height:unset !important; max-height:95vh; overflow-y: auto;
	position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);	
	-moz-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.25); -webkit-box-shadow:0px 0px 10px 10px rgba(0,0,0,0.25); box-shadow:0px 0px 10px 10px rgba(0,0,0,0.25);
}

.CanvasAbsolute
{
	position: absolute;
}
@media (any-pointer: coarse)
{
	.OverCenter 
	{
		width: 100% !important;
		height:100% !important;
	}
}


// tooltip
.tooltip
{
	position: relative;
	display: inline-block;
}

.tooltiptext
{
	visibility: hidden;
	width: 120px;
	background-color: #222;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext
{
	visibility: visible;
}



.OverLeft
{
	width:unset !important ;height:unset !important;
	position: fixed;top: 50%;left: 0;transform: translate(0, -50%);	
}
.OverRight
{
	width:unset !important ;height:unset !important;
	position: fixed;top: 50%;right: 0;transform: translate(0, -50%);
	max-height:100%; overflow:auto;
}
.OverTop
{
	width:unset !important ;height:unset !important;
	position: fixed;top: 0;left: 50%;transform: translate(-50%,0);	
}
.OverBottom
{
	width:unset !important ;height:unset !important;
	position: fixed;bottom: 0;left: 50%;transform: translate(-50%,0);	
}

.OverTopLeft
{
	width:unset !important ;height:unset !important;
	position: fixed;top: 0;left:0; 	
}

.OverTopRight
{
	width:unset !important ;height:unset !important;
	position: fixed;top: 0;right:0; 	
}

.OverBottomLeft
{
	width:unset !important ;height:unset !important;
	position: fixed;bottom: 0;left:0; 	
}

.VerticalTopContainer { vertical-align:top !important; }

.LeftContainer { text-align:left !important; }
.RightContainer { text-align:right !important; }

.Rounded 
{
	border-radius: 4px;
}

.TopBorder { border-top: 5px solid #eee }

input,select,radio
{
	width:100%;
	background-color:#fff;
	color:#000;
	border: 1px solid #aaa;
	outline: 0;
}
@media (any-pointer: coarse)
{
	input
	{
		height: 60px;
	}
}

input:disabled 
{
	background-color: rgba(255,255,255,0); border: 1px solid rgba(0,0,0,0);
}

input[type="radio"] { width: 18px; height: 18px; }
input[type="checkbox"] { width: 18px; height: 18px; }

@media (any-pointer: coarse)
{
	input[type="radio"] { width: 30px; height: 30px; }
	input[type="checkbox"] { width: 20px; height: 20px; }
	input[type="number"] { font-size:12px; padding:0; height:20px; max-width:50px; }
}



.ReallyShortField { max-width:50px; }
.ShortField { min-width:110px; }
.MiddleField { min-width:200px; }
.LongField { min-width:250px; width:90%; }
.VeryLongField { min-width:500px; width:90%; }



::placeholder
{
	color: #aaa;
}

button
{
	cursor:hand; cursor:pointer;
	height: 40px;
	min-width:130px;
	color: #fff;
	background-color: #ba9d6a;
	letter-spacing: 0.2px;
	font-size: 16px;
	xpadding: 10px;
	text-decoration: none;
	border:0px; -moz-border-radius:4px; -webkit-border-radius:4px;
	text-align: center;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin:5px;
}
button:hover 
{ 
	background-color: #a1885c;
	transition-delay:0.4s; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; -ms-transition:all 0.4s ease;
}
button:disabled
{
	background-color: #ba9d6a;
	opacity: 0.40;
	cursor:unset;
	color: #fff;
}

button[disabled]:hover
{
	//border: 0;
	//color: #fff;
	//border: 2px solid;
}


button.Secondary
{
	color: #ba9d6a;
	background-color: #fff;
	border: 2px solid;
}
button.Secondary:hover
{
	color: #a1885c;
}
button.Secondary:disabled
{
	background-color: #ba9d6a;
	opacity: 0.40;
	cursor:unset;
	color: #fff;
}


button.Selected
{
	background-color: #fff;
	color: #000;
	border: 2px solid #ba9d6a;
	box-shadow: 1px 1px 4px 1px #ba9d6a;
}
button.NotSelected
{
	background-color: #fff;
	color: #000;
	border: 2px solid #bebebe;
}



button.OptionNotSelected
{
	min-width: auto;
	height: auto;
	color: #9e9e9e;
	background-color: #eee;
}
button.OptionSelected
{
	min-width: auto;
	height: auto;
}


.TabButtonNotSelected
{
	background-color: #263447;
	border-radius: 0;
}
.TabButtonNotSelected:hover
{
	background-color: #263447;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.TabButtonSelected
{
	background-color: #263447;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	cursor: not-allowed;
	pointer: none;
}
.TabButtonSelected:hover
{
	background-color: #263447;
}



button.LargeButton
{
	width:20%;
	min-width:200px;
	max-widh:400px;
}

button.RFQ
{
	height: 24px;
	min-width: 65px;
	font-size:14px;
}
@media (any-pointer: coarse)
{
	button.RFQ
	{
		height: 24px;
		min-width: 35px;
		font-size:10px;
		font-weight:bold;
	}
}

tbody.GridRows
{
	overflow-y: scroll;
	overflow-x: hidden;
}

table, th, td
{
	border: 1px solid #d8d8d8;
	padding:4px;
}

table.Grid
{
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	font-size: 16px;
	-webkit-overflow-scrolling: touch;
	font-family:Verdana,Arial;
	overflow-y: auto;
}
tr:nth-child(even){background-color: #f2f2f2}

@media (any-pointer: coarse)
{ 
	table.Grid
	{
		font-size: 11px;
	}
}

table.Grid thead
{
	position: sticky;
	top: -1;
}

table.Grid thead th
{
	background-color:#222;
	font-weight:normal;
	color:#bebebe;
	text-align:left;
}




/* glitch at search result -  caused by rowspan 
tbody tr:nth-child(odd)
{
	background-color: #eee;
}
*/

table.Grid tr:hover
{
	background-color: #bebebe;
}

/*
table.Grid tr
{
	//background-color: transparent;
	background-color: #545454;
}
table.Grid tr:hover
{
	background-image: url("_image/GridBG.png");
	background-repeat: repeat;
}

table.Grid thead th
{
	margin:0; padding: 5px;
	top: 0px;
	z-index: 1;
	background-color:#222;
	border-bottom: 1px solid #444;
	font-weight:normal;
	color:#888;
	text-align:left;
}

table.ExpandedGrid thead th
{
	top: 0px !important;
}
table.Grid th
{
	position: sticky;
	top:0px;
}
table.Grid td
{
	color: #fff;
	//background-color:transparent;
	border:0px;
	padding: 2px; 
	padding-left:4px; padding-right:4px; 
	font-weight: 100;
}
@media (any-pointer: coarse)
{
	table.Grid thead th,
	table.Grid td
	{
		font-size: 46px;
		padding:30px;
	}
}

tbody.GridRows tr:nth-child(odd)
{
	background-color:#1a1a1a;
}

table.GridWithExpandedRows tr:nth-child(4n+1)
{
	background-color:#181818;
}
*/


div.Main
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; font-family: Verdana;
	text-align:center !important;
}

div.Over
{
	position:fixed;
	width:100%; height:100%;
	font-family: Verdana;
}


div.Canvas
{
	-webkit-overflow-scrolling: touch;   
	vertical-align: top;
	background-color: #eee;
}

label
{
	display: inline-block;
	width: 100%;
	text-align: left; font-size:16px; color:#888; margin-top:8px;
}


.Label { font-size:16px; color:#444; }

div { -webkit-overflow-scrolling: touch; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:inline-block;}

div.CanvasTitle
{
	font-size:14px; background-color:rgba(128,128,128,0.25); padding:6px 20px 6px 15px; display:inline-block; color:#222;
	border-radius: 2px 2px 6px 6px; letter-spacing:1px; 
}
@media (any-pointer: coarse)
{
	div.CanvasTitle
	{
		font-size: 38px;
		//border-radius: 2px 0 55px 0;
		padding-right: 50px;
	}
}

div.CanvasExtendedTitle
{
	
}

div.CanvasContainer
{
	padding:20px; width:100%; text-align:center;
}
@media (any-pointer: coarse)
{
	div.CanvasContainer { padding-left:5px; padding-right:5px; }
}

.GridContainer
{
	overflow-y:auto;
	overflow-x:auto;
	text-align:center;
	//background-color:#444;
	//border: 1px solid #555;
	width: 100%;
	max-height: 600px;
}

.FormContainer
{
	width:100%; text-align:left;
}

@media (any-pointer: coarse)
{
	form label
	{
		font-size: 16px;
	}
	form input
	{
		height: 30px;
	}
}

.Img-LandingPage
{
	width: 120px;
}

@media (any-pointer: coarse)
{
	.Img-LandingPage
	{
		width: 80px;
	}
	.Img-LandingPage-Large
	{
		width: 280px;
	}
}


.Icon
{
	font-size: 24px;
}


.WishlistIcon,
.DeleteIcon,
.UpdateIcon
{
	padding: 5px;
	color: #d2d2d2;
}
.WishlistIcon:hover,
.DeleteIcon:hover,
.UpdateIcon:hover
{
	color: #ebebeb;
}

.Greeting
{
	color:#bebebe;
	font-size:12px;
}


.ShopBy-Items
{
	border: 1px solid #fff;
	width: 150px;
}
.ShopBy-Items:hover
{
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	cursor:hand; cursor:pointer;
}
@media (any-pointer: coarse)
{
	.ShopBy-Items
	{
		border: 1px solid #fff;
		width: 100px;
	}
}


.MultilineContainer
{
	display: flex;
	flex-direction: column;
	padding: 16px;
}
.Multiline-Items
{
	align-self: end;
	padding: 20px;
}
.Multiline-Textarea
{
	width: 300px;
	height: 700px;
	color: #fff;
	background-color: #222;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
textarea::-webkit-input-placeholder
{
	color: #a2a2a2;
	font-size: 16px;
}
@media (any-pointer: coarse)
{
	.Multiline-Textarea
	{
		width: 160px;
		height: 360px;
	}
}

.FormTextarea
{
	height: 100px;
	width: 100%;
	border: 1px solid #aaa;
}


.MenuContainer
{
	display: flex;
	flex-direction: column;
	padding: 16px;
}
.Menu-Links
{
	padding: 10px;
}



/* ---------------------- NavigationBar Style */
.NavBarContainer
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.MenuSession
{
	display: flex;
	order: 1;
	flex-grow: 1;
}
.SignInSession
{
	display: flex;
	order: 3;
	flex-grow: 1;
	justify-content: end;
}
.SearchBarSession
{
	display: flex;
	flex-direction: column;
	order: 2;
	flex-grow: 4;
	align-items: center;
}
.NavBar-Item
{
	align-self: center;
	padding: 15px;
}
.LogoSCA
{
	width: 250px;
}
.NavBar-SearchBarInput
{
	width: 100%;
	height: 34px;
	border: 1px solid #fff;
	border-left: 1px solid #888;
	border-radius: 4px 4px 4px 0px;
	margin-right: 12px;
}
@media (any-pointer: coarse)
{
	.NavBarContainer
	{
		flex-wrap: wrap;
	}
	.MenuSession
	{
		align-items: center;
		order: 1;
	}
	.SignInSession
	{
		order: 2;
	}
	.SearchBarSession
	{
		order: 3;
	}
	.NavBar-Item
	{
		padding: 8px;
	}
	.LogoSCA
	{
		width: 190px;
	}
	.NavBar-Item-Wishlist
	{
		display: none;
	}
	.NavBar-Item-Cart
	{
		padding: 15px 15px 0px 0px;
	}
	#TopCanvasContainer
	{
		padding-top: 0;
	}
	
}
@media (any-pointer: coarse) and (min-device-width: 644px) and (max-device-width:1440px)
{
	.MenuSession
	{
		align-items: center;
		order: 1;
	}
	.SignInSession
	{
		order: 3;
	}
	.SearchBarSession
	{
		order: 2;
	}	
}

/* ---------------------- index Special Div Style */
.SpecialContainer
{
	display: flex;
	flex-direction: column;
	background-color: #263447;
}
.Special-ButtonsContainer
{
	display: flex;
	margin: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.Special-ItemsContainer
{
	margin: 20px;
}

.Special-Items
{
	padding: 15px;
	background-color: #fff;
	margin: 20px;
	border: 3px solid #fff;
}
.Special-Items:hover
{
	border: 3px solid #ba9d6a;
	cursor:hand; cursor:pointer;
}
@media (any-pointer: coarse)
{
	.Special-ItemsContainer,
	.Special-ButtonsContainer
	{
		margin: 40 0 40 0;
	}
	.Special-Items
	{
		margin: 2px;
		padding: 2px;
		width: 160px;
	}
}


/* ---------------------- index Sign in Style */
.SignInOrRegisterContainer
{
	display: flex;
	flex-direction: column;
}
.SignInOrRegister-Items
{
	display: flex;
	justify-content: center;
}
.SignInOrRegister-Heading
{
	padding: 20px;
}
.SignInOrRegister-SignIn,
.SignInOrRegister-Register
{
	padding-bottom: 20px;
}

/* ---------------------- index ShopBy Style */
.ShopByContainer
{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #fff;
}
.ShopBy-Content
{
	display: flex;
	justify-content: space-around;
}
.ShopBy-LeftContainer,
.ShopBy-RightContainer
{
	display: flex;
	justify-content: space-around;
	width: 50%;
}
.ShopBy-ContainerDivision
{
	flex-direction: column;
}
.ShopBy-ContainerDivision-Items
{
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 5px;
}
.ShopBy-Heading
{
	padding: 20px;
}
.ShopBy-CTA
{
	display: flex;
	padding: 20px;
	justify-content: right;
}
@media (any-pointer: coarse)
{
	.ShopByContainer
	{
		align-items:center;
		row-gap:30px;
	}
	.ShopBy-Content
	{
		flex-direction: column;
		align-items:center;
		row-gap:20px;
		width:80%;
	}
	.ShopBy-LeftContainer,
	.ShopBy-RightContainer
	{
		width: 100%;
		column-gap:10px;
	}
	.ShopBy-LeftContainer div,
	.ShopBy-RightContainer div,
	.ShopBy-LeftContainer a,
	.ShopBy-RightContainer a
	{
		width: 100%;
	}
	.ShopBy-ContainerDivision-Items
	{
		margin: 0;
	}
}


/*------------------------ Index Footer Style New Version */
.Footer
{
	font-family: 'Montserrat', sans-serif;
	//max-width: 1366px;
	width:100%
	margin: 0 auto;
}

.FooterHeader
{
	display: block;
	margin-bottom: 10px;
}

.FooterBody
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.FooterItem
{
	text-align:left;
}

.FooterItem>ul
{
	list-style:none;
}

.FooterIcons li
{
	display: inline-block;
	padding: 5px 20px 0px 0px;
}

.Footer-Links
{
	font-size: 16px;
	line-height: 2;
}

.Footer-Copyright-Text
{
	font-size: 14px
}
.Footer-Copyright
{
	padding: 5px;
}


@media (max-width: 768px)
{
	.FooterBody
	{
		grid-template-columns: repeat(2, 1fr);
		
	}
}

@media (max-width: 480px) 
{
	.FooterBody
	{
		grid-template-columns: 1fr; 
	}
}



/* ---------------------- links Footer Style */
.FooterLinksCanvasContainer
{
	max-height: 700px;
	overflow: auto;
	display: flex;
	flex-flow: column;
}
.FooterLinksCanvas-Items
{
	color: #fff;
	padding: 30px;
	line-height: 70px;
}
.FooterLinksCanvas-Heading
{
	text-align: center;
}


/* ---------------------- PN and Cart index Style */
.PNindexContainer,
.CartindexContainer,
.WishlistindexContainer,
.OrdersindexContainer
{
	font-family: 'Montserrat', sans-serif;
	display: flex;
	flex-direction: column;
}
.PNindex-Items,
.Cartindex-Items,
.Wishlistindex-Items,
.Ordersindex-Items
{
	padding: 30px;
}
.PNindex-Items-CTAs,
.Cartindex-Items-CTAs,
.Wishlistindex-Items-CTAs
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.PNindex-Items-PNFrame
{
	border: 1px solid #eee;
	padding: 40px;
}

.SearchedPNContainer
{
	display: flex;
	flex-direction: column;
	border: 1px solid #aaa;
	padding:20px;
	margin-bottom: 20px;
}

.SearchedPNContainer:hover
{
	//box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.44) 0px 1px 2px;
	//box-shadow: 1px 1px 4px 2px #a1885c;
}


.PhotoContainer
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.SearchedPNContent
{
	display: flex;
	justify-content: space-around;
}
.inputqty
{
	width: 20% !important;
	max-width:100px;
	font-size:16px;
}

.thumbnail
{
	border: 1px solid #888;
	margin: 5px;
}
.thumbnail:hover
{
	transform: scale(1.04); 
}

.SearchedPNContent-InStock
{
	text-align:		left;
	color:			green;
	padding-left:	10px;
}

@media (any-pointer: coarse)
{
	.PNindex-Items,
	.Cartindex-Items,
	.Wishlistindex-Items,
	.Ordersindex-Items
	{
		padding: 2px;
	}
	.SearchedPNContent
	{
		flex-direction: column;
	}
	.SearchedPNContent-Price,
	.SearchedPNContent-Qty,
	.SearchedPNContent-Button,
	.SearchedPNContent-InStock
	{
		display: flex;
		justify-content:center;
	}
	.inputqty
	{
		width: 100% !important;
	}
}

/* ---------------------- More PN Info Style */
.GetMoreInfoPNContainer
{
	max-height: 700px;
	overflow: auto;
}
.MoreInfoPN-Items
{
	color: #fff;
	padding: 30px;
}


/* ---------------------- Autocomplete Style */
.AutoCompleteContainer
{
	display: flex;
	flex-direction: column;
	max-height: 700px;
	overflow: auto;
	width: 100%;
	font-size: 14px;
	padding-top: 0 !important;
	padding-left: 1px !important;
	padding-right: 20px !important;	
	padding-bottom: 5px !important;	
}
.AutoComplete-Items
{
	color: #fff;
	//padding: 30px;
}
.AutoComplete-PNTitle
{
	margin-bottom: 0px;
	font-weight: bold;
}
.AutoComplete-PNDescription
{
	margin-top: 0px;
	font-size: 12px;
	color: #bebebe;
}

.AutoComplete-Border
{
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

.AutoComplete-Inside-Container
{
	display: flex;
	justify-content: space-around;
	padding: 10px;
}

@media (any-pointer: coarse)
{
	.AutoCompleteContainer
	{
		max-height: 200px;
	}
	.AutoComplete-Inside-Container
	{
		flex-direction: column;
	}
}


/* ---------------------- Alternates Style */
.IncludeAlternatesContainer
{
	display: flex;
	justify-content: center;
	padding: 15px;
}
label.IncludeAlternatesLabel
{
	margin-top: 0px;
	font-size: 16px;
	width: 130px;
	padding-left:5px;
	align-self: center;
}
@media (any-pointer: coarse)
{
	label.IncludeAlternatesLabel
	{
		margin-top: 0px;
		font-size: 38px;
		width: 320px;
	}
}


/* ---------------------- Shop By Brands Style */
.PNShopByBrandsContainer
{
	display: flex;
	flex-direction: column;
}
.PNShopByBrands-Items
{
	padding: 30px;
}
.PNShopByBrands-Items-Frames-Container
{
	/*
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
	margin: 0px 70px 70px 70px;
	*/
	
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-gap: 20px;
	padding: 40px;
}
.PNShopByBrands-Items-Frames-List
{
	padding: 40px 0px 40px 40px;
	text-align:left;
}
.PNShopByBrands-Items-Frames-Items
{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.Img-PNShopByBrands
{
	width: 80px;
}
.Img-PNShopByBrands:hover
{
	/*
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	*/
	cursor:hand; cursor:pointer;
}
.PNShopByBrands-Content-Container
{
	display: flex;
	text-align: left;
	margin-top: 20px;
}
.PNShopByBrands-Content-Info
{
	display: flex;
	flex-direction: column;
	width: 40%;
}
.PNShopByBrands-Content-PNs
{
	display: flex;
	flex-direction: column;
	width: 60%;
	margin: 0px 20px 20px 20px;
}
.PNShopByBrands-PNs
{
	display: flex;
	justify-content: space-around;
}
.PNShopByBrands-Title
{
	padding: 30 0 30 20;
}
.PNShopByBrands-SubTitle
{
	padding: 10 0 0 20;
	border-top: 1px solid #ccc;
}
.PNShopBy-All
{
	padding: 30 0 0 20;
}
@media (any-pointer: coarse)
{
	.PNShopByBrands-Content-Container
	{
		flex-direction: column;
	}
	.PNShopByBrands-Content-Info
	{
		width: 100%;
	}
	.PNShopByBrands-Content-PNs
	{
		width: 95%;
	}
	.PNShopByBrands-PNs
	{
		flex-wrap: wrap;
	}
	.PNShopByBrands-Items-Frames-Container
	{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
		padding: 20px;
	}
	.PNShopByBrands-Items-Frames-List
	{
		display: none;
	}
}


/* ---------------------- Shop By Category Style */
.PNShopByCategoryContainer
{
	display: flex;
	flex-direction: column;
}
.CategoryGroup
{
	padding: 20px;
	text-align: left;
}
.PNShopByCategory-Items
{
	padding: 30px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.CategoryGroupHeading
{
	font-weight: bold;
}
.CategoryGroupSubCategory
{
	padding-left: 30px;
}
.PNShopByCategory-Content-Container
{
	display: flex;
	text-align: left;
	margin-top: 20px;
}
.PNShopByCategory-Content-Info
{
	display: flex;
	flex-direction: column;
	width: 20%;
	padding-left: 35px;
}
.PNShopByCategory-Content-PNs
{
	display: flex;
	flex-direction: column;
	width: 80%;
	border: 1px solid #eee;
	margin: 0 10px 10px 0;
}
.PNShopByCategory-PNs
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.TextBannerCategory
{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.Img-PNContainerShopBy
{
	margin: 20px;
	width: 80px;
}
.PNShopByCategory-Content-Pagination
{
	display: flex;
	justify-content: center;
	padding: 20px;
}
.PNShopByCategory-Items-Container
{
	float:left; 
	text-align:center; 
	box-sizing:border-box; 
	padding-top:0; 
	display:flex; 
	padding:unset;
	
}
.PNShopByCategory-Items-Array
{
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding-top:0; 
	flex:1; 
	width:25%; 
	padding-left:2%;
	padding-right:2%;
}
@media (any-pointer: coarse)
{
	.CategoryGroup
	{
		width: 100%;
	}
	.CategoryGroupSubCategory
	{
		padding-left: 60px;
	}
	.PNShopByCategory-Content-Container
	{
		flex-direction: column;
	}
	.PNShopByCategory-Content-Info
	{
		width: 100%;
	}
	.PNShopByCategory-Content-PNs
	{
		width: 100%;
		border: none;
	}
	.PNShopByCategory-PNs
	{
		justify-content: center;
	}
	.PNShopByCategory-Items-Container
	{
		flex-direction:column;
	}
	.PNShopByCategory-Items-Array
	{
		width:100%; 
	}
}


/* ---------------------- Checkout Style */
.CheckoutindexContainer
{
	display: flex;
	flex-direction: column;
}
.Checkoutindex-Items
{
	padding: 30px;
}

.Checkoutindex-Items-Icons
{
	display: flex;
	justify-content: center;
	padding: 0 20px 10px;
}
.Checkoutindex-Items-Labels
{
	display: flex;
	justify-content: space-between;
}
.Address-Container
{
	display: flex;
	flex-direction: column;
	border: 1px solid #bebebe;
	text-align: left;
	border-radius: 5px;
	padding: 10px;
}
.Address-Items
{
	padding: 10px;
}

@media (any-pointer: coarse)
{
	.Checkoutindex-Items
{
	padding: 5px;
}
}


/* ---------------------- Shop By Style */
.ShopForContainer
{
	display: flex;
	flex-direction: column;
}
.ShopForImg
{
	width:100%;
}
.ShopFor-items
{
	padding: 40px;
}
.ShopForImgSize
{
	width: 30%
}
.CollinsAerospace-PNList
{
	display:flex;
	justify-content: space-around;
	padding: 20px;
}
.PNList
{
	display:flex;
	justify-content: space-around;
	padding:20px;
	text-align:left;
	line-height:30px;
	column-gap: 40px;
}
.ExicetersList,
.LightingList,
.BatteriesList,
.CaravanLighting,
.CaravanChampion,
.CaravanMcFarlane
{
	display:flex;
	justify-content: space-around;
	padding:20px;
	line-height:30px;
	column-gap: 40px;
}
.MultipleItemsList
{
	display: flex;
	justify-content: space-around;
	line-height:20px;
}
div.Gray
{
	background-color: #e0e0e0;
	color:#222;
}
div.Blue
{
	background-color: #263447;
	color: #fff;
}

.CaravanImggridContainer
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 10px;
	gap:50px;
	margin: 0 10rem;
}
.Grow:hover
{
	top:-50px;
	left:-35px; 
	display:block; 
	z-index:999; 
	cursor: pointer; 
	-webkit-transition-property: all; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease;
}
.Grow:hover
{ 
	transform: scale(1.04); 
}
@media (any-pointer: coarse)
{
	.ShopFor-items
	{
		padding: 40px 0;
		font-size:10px;
	}
	.ShopForImg
	{
		width: 100%
	}
	.ShopForImgSize
	{
		width: 30%
	}
	.CollinsAerospace-PNList
	{
		flex-direction: column;
	}
	.PNList
	{
		padding: 50px;
		line-height: 100px;
		column-gap: 10px;
	}
	.ExicetersList
	{
		flex-direction: column;
		padding: 20px;
		line-height: 80px;
		row-gap:10rem;
	}
	.LightingList,
	.BatteriesList,
	.CaravanLighting,
	.CaravanMcFarlane
	{	 
		flex-direction: column;
		padding: 50px 5px;
		line-height: 50px;
		column-gap: 0px
	}
	.BatteriesList
	{
		line-height: 20px;
		
	}
	.MultipleItemsList,	
	.CaravanChampion
	{
		flex-direction: column;
		line-height: 20px;
	}
	div.MobileGray
	{
		background-color:#e0e0e0;
		color:#222;
	}
	div.MobileBlue
	{
		background-color:#263447;
		color:#fff;
	}
	.CaravanImggridContainer
	{
		grid-template-columns: 1fr 1fr;
		padding: 10px;
		gap:100px;
		margin:0 60px;
	}
}

/* ---------------------- IconCartButton NavBar Style */
.CartIconButton
{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.CartIconButtonNotification
{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 30px;
	height: 30px;
	background-color: #ba9d6a;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
}

/* ---------------------- Add To Cart */
.AddToCart
{
	display:flex;
	flex-direction:column;
	row-gap:10px;
	align-content:center;
	justify-content:center;
}

.AddToCartBtn
{
	height: 30px;
	width: 130px;
	min-width: 50px;
	font-size:12px;
}

/* ---------------------- Checkout Style */
.TitleCheckoutContainer
{
	display: flex;
	justify-content: end;
	padding-right: 5%;
	margin-top: 10px;
}
@media (any-pointer: coarse)
{
	.ShippingAddress
	{
		width:51px;
		height:51px;
	}
	.ShippingMethod,
	.PaymentMethod
	{
		width:145px;
		height:51px;
	}
	h2.TitleCheckout
	{
		font-size: 13px;
	}
	.TitleCheckoutContainer
	{
		padding-right: 0;		
	}
	/* ---------------------- SummaryGrid */
	#SummaryGrid
	{
		font-size:8px;
	}
}



/* ---------------------- Catalog Style */


.CatalogContainer
{
	display:flex;
	flex-direction: column;
	margin-top:20px;
}
.CatalogLinksContainer
{
	border-bottom:2px solid #888;
	padding-bottom:20px
}
.CatalogTextBackgroundColor
{
	background-color:#add8e6;
}
.CatalogContent
{
	display:flex;
	flex-direction: column;
	padding: 0 74.5px;
}
.CatalogDashedLine
{
	width:100%;
	border-top:1px dashed #ddd;
}
.CatalogLinks
{
	display:flex; 
	margin-top:40px;
	column-gap:25px;
}


/* ---------------------- Info Pages Style */
.DoubleContainer
{
	display:flex;
	justify-content:space-evenly;
}
#WarehousesPhotos
{
	display:flex;
	justify-content:space-between;
}

@media (any-pointer: coarse)
{
	.DoubleContainer
	{
		flex-wrap: wrap;
	}
	#WarehousesPhotos
	{
		flex-direction:column;
		justify-content:center;
	}
}



/* ---------------------- From app5Style project b2b (MCS2) */
.progressBar
{
	//counter-reset: step;
}
.progressBar li
{
	list-style-type: none;
	float: left;
	width: 11.0%;
	position: relative;
	text-align: center;
	z-index: 1 !important;
}
.progressBar li:before
{
	content: '✓';
	//counter-increment: step;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #adadad;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #fff;
}
.progressBar li:after
{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #adadad;
	top: 15px;
	left: var(--left-value-var);
	z-index: -1;
}

.progressBar li:first-child:after
{
	content: none;
}
.progressBar li.active
{
	color: #22446b;
	z-index: 1 !important;
}
.progressBar li.active:before
{
	border-color: #22446b;
	background-color: #22446b;
	color: #fff;
}
.progressBar li.active + li:after
{
	background-color: #22446b;
}

div.resp  
{ 
	font-family: 'Montserrat', sans-serif;
	float: left;
	width:100%; max-width:1500px;
	text-align: center;
	box-sizing: border-box;
	padding-left:20px; padding-right:20px; padding-top:0px;
}

.highlight-row 
{
	background-color: red;
}


.Alert
{
	padding: 15px 10px; 
	border-radius: 3px; 
	font-size: 0.95rem;
}

.AlertFail
{
	background-color: rgb(255, 204, 214); 
	color: rgb(128, 0, 25); 
}


.AlertSuccess
{
	background-color: rgb(216, 243, 231); 
	color: rgb(16, 51, 35); 
}


.HolidayMessage
{
	display:block;
	background-color:#ffffff;
	padding:20px;
	position:absolute;
	z-index:999;
	text-align:left;
	top:83px;
	left:0px;
	right:0;
	margin-inline:auto;
	width:fit-content;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.div-center
{
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (any-pointer: coarse)
{
	.div-center
	{
		width: 90vw;
	}
}


.FilteredListFilter
{
	width: 80px;
}



