
//_Version: 1.0.57

/* ------------------------------- Header Style ------------------------------- */

.main-header
{
	gap: 15px;
	padding: 15px;
}
.header-container
{
	position: fixed;
	width: 100%;
	z-index: 999;
}
.main-header-item-logo
{
	flex-grow: 1;
}
.main-header-item-searchbar
{
	flex-grow: 12;
	position: relative;
}
.main-header-item-links
{
	flex-grow: 2;
}
.shop-header-item
{
	padding: 10px;
	height: 37px;
}
input.header-search
{
	width: 100%;
	height: 40px;
	border: 0;
	padding: 10px 24px;
	border-radius: 4px 0px 0px 4px;
	margin-bottom: 0;
}
.btn-search
{
	border: none;
	border-radius: 0px 4px 4px 0px;
	padding: 0px 10px;
}
.autocomplete-container
{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #fff;
	border: none;
	color: #000000;
	overflow-y: auto;
	z-index: 1002 !important;
	border-radius: 0px 0px 4px 4px;
	max-height: 80vh;
	display: none;
	border: 1px solid #000;
}

@media (max-width: 767px)
{
	.main-header
	{
		padding: 20px 10px 20px 0px;
		gap: 0;
	}
	.main-header-item-searchbar
	{
		padding: 20px;
		background-color: #fff;
	}
	.header-note-container
	{
		padding: 5px;
	}
	input.header-search
	{
		width: 85%;
		padding: 0px 10px 0px 10px;
		border: 1px solid #00000029;
	}
	.btn-search
	{
		height: 40px;
	}
}



.subcategory-container
{
	background-color:#fff;
	position:absolute;
	top:0;
	left:15%;
	display:none;
}
.category,
.subcategory
{
	list-style: none;
	padding: 10px;
	line-height: 28px;
}

#YourAccountDropdownContent
{
	width: 200%;
	left: -100%;
	top: 125%;
	padding: 10px;
}

.logo-header
{
	width: 325px;
	margin: 16px;
}
@media (max-width: 767px)
{
	.logo-header
	{
		width: 230px;
		margin: 0;
	}
	#YourAccountDropdownContent
	{
		width: 500%;
		left: -200%;
		padding: 5px;
	}
}

/* ------------------------------- Hero Section Style ------------------------------- */
.hero-rotativebanner
{
	width: 75%;
}
.hero-shopbycategory
{
	width: 22%;
	background-color: #fff;
}
.hero-partsfinder
{
	padding: 20px 10px;
	background-color: #fff;
	
	animation: fade-in linear forwards;
	animation-timeline: scroll-fade;
}
img.hero-slogan-image
{
	width: 100%;
	height: 106px;
}
.buttons-image-card-split-view-container
{
	height: 528px;
	background-color: #1C2B3F;
}
.buttons-image-card-split-view-container.button-space
{
	height: 611px;
}
@media (max-width: 767px)
{
	.hero-rotativebanner
	{
		width: 100%;
	}
	img.hero-slogan-image
	{
		height: 126px;
	}
}

/* ------------------------------- Card Style ------------------------------- */
.card-container
{
	white-space: nowrap;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
.card
{
	//width: 197px;
	height: 360px;
	min-width: 205px;
	flex-shrink: 0;
	padding:10px;
}
.card:hover
{
	background-color: #1C2B3F;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
}
.card:hover div button
{
	background-color: #1C2B3F;
	color: #fff;
	border: 1px solid #fff;
}
.card div button:hover
{
	background-color:#fff;
	color: #000;
}


.simple-card
{
	border: 1px solid #00000029;
	height: 255px;
	max-width: 154px;
	min-width: 154px;
	flex-shrink: 0;
}
.simple-card:hover
{
	border: 1px solid #000;
	cursor: pointer;
}
.card-info
{
	height: 267px;
}

img.card-image
{
	width: 120px;
	border-radius: 8px;
}


img.aside-left-image
{
	float: left;
	width: 450px;
	height: 100%;
	border-radius: 8px 0px 0px 8px;
}
img.aside-right-image
{
	float: right;
	width: 450px;
	height: 100%;
	border-radius: 0px 8px 8px 0px;
}

div.aside-image-highlight-box
{
	position: absolute;
	bottom: 0;
	width: 315px;
	height: 466px;
	border-radius: 8px 8px 0px 0px;
	background-color: rgba(161, 136, 92, 0.8);
	padding: 30px;
}

div.aside-image-highlight-box.position-left
{
	left: 67px;
}
div.aside-image-highlight-box.position-right
{
	right: 67px;
}



@media (max-width: 767px)
{
	.card
	{
		min-width: 170px;
		max-width: 170px;
	}
}

/* ------------------------------- Boxes Style ------------------------------- */
.box
{
	width: 200px;
	min-width: 200px;
	height: 200px;
}
.box:hover
{
	cursor: pointer;
	border: 1px solid #A1885C;
}
.filter-box-large
{
	width: 253px;
	padding: 10px 0px 10px 10px;
}
.filter-box-medium
{
	width: 253px;
	max-height: 412px;
	padding: 10px 0px 10px 10px;
}
.filter-box-small
{
	width: 253px;
	max-height: 242px;
	padding: 10px 0px 10px 10px;
}
@media (max-width: 767px)
{
	.box
	{
		width: 170px;
		min-width: 170px;
		height: 170px;
	}
	.filter-box-medium
	{
		width: 160px;
		height: 412px;
		margin-left: 10px;
	}
	.filter-box-small
	{
		width: 160px;
		height: 242px;
		margin-left: 10px;
	}
}

/* ------------------------------- Mkt Block Style ------------------------------- */
.mkt-block
{
	width: 50%;
	padding: 10px 0px;
}
.mkt-block-image
{
	width: 90%;
	margin-top: 20px;
}

/* ------------------------------- AboutUs Style ------------------------------- */
.aboutus-container
{
	padding: 30px;
}
.card-info-aboutus
{
	width: 75%;
	height: 108px;
}

/* ------------------------------- Product Page Style ------------------------------- */

table.product-info
{
	height: 100%;
	max-height: 320px;
}

table.product-info td
{
	text-align: right;
}

table.product-info td,
table.product-info th
{
	padding: 10px;
}

.main-product-photo
{
	height: 480px;
	width: 643px;
	background-color: #fff;
}
.thumbnail
{
	height: 80px;
	width: 80px;
}

.qty-selector-container
{
	margin: 10px 10px 20px;
}
.qty-selector
{
	height: 36px;
	width: 108px;
}

.PNCD-button
{
	margin: 10px 2px 10px 10px;
	border-radius: 4px;
	border: 1px solid #525252;
	background-color: #eff4f9;
}
.PNCD-button:hover
{
	background-color: #525252;
	color: #fff;
}
.PNCD-button-selected
{
	background-color: #525252;
	color: #fff;
	pointer-events: none;
}


/* ------------------------------- Dialog Cart Style ------------------------------- */

dialog#dialog-cart
{
	margin: 0;
	left: auto;
	width: 25%;
	height: 100%;
	border-radius: 0;
	padding: 1rem;
}
dialog#dialog-cart::backdrop
{
	background-color: rgba(0,0,0,0.4);
	backdrop-filter: none;
}

@media (max-width: 767px)
{
	dialog#dialog-cart
	{
		width: 90%;
	}
}

/* ------------------------------- Cart Style ------------------------------- */
.compact-card
{
	padding: 20px 0;
}
.qty-selectors
{
	color: #2A2D34;
}
.qty-selectors:hover
{
	background-color: #F2F5F9;
	text-decoration: none;
}

/* ------------------------------- Checkout Style ------------------------------- */
.btn-payment
{
	color: #fff;
	background-color: #635BFF;
	border: 1px solid;
	border-color: #635BFF;
}
.btn-payment:hover
{
	background-color: #524aff;
	border-color: #524aff;
}
.checkout-box-container,
.order-summary-container
{
	padding:20px;
	width:80%;
}

.icon-title
{
	font-size: 28px;
	color: #A1885C;
}
@media (max-width: 767px)
{
	.checkout-box-container
	{
		width:100%;
	}
}

/* ------------------------------- Shop By Style ------------------------------- */

.list-label
{
	background-color: #1C2B3F;
	margin: 10px;
	border-radius: 8px;
	color: #fff;
}



















