/*=== START RESET ===*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.clear{clear:both}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}
/*=== END RESET ===*/

/*=== START CUSTOM GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.left-icon{margin-right:10px}.right-icon{margin-left:10px}.clickable{cursor:pointer}.mobile-only{display:none!important}.max-width{max-width: 1920px;width: 95%;margin: 0 auto;}
/*=== END CUSTOM GLOBAL ===*/

/*=== ELEMENTS ===*/
::-moz-selection {
    background: #1262a1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #1262a1;
    color: #fff;
    text-shadow: none;
}
hr {border: 1px solid #F2F2F2;width:100%}
img {max-width: 100%;}
body {
	font-family: 'roboto', sans-serif;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: apotek-comp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {font-size: 58px;line-height: 56px;}
h2 {font-size: 32px;line-height: 30px;}
h3 {font-size: 35px;line-height: 37px;}
h4 {font-size: 24px;line-height: 36px;}
h5 {font-size: 24px;line-height: 36px;}
.button-group {
	display: flex;
	gap: 10px 20px;
	padding-top: 25px;
}
button.primary-button {
	font-size: 18px;
    min-width: max-content;
    transition: all ease .3s;
    padding: 7px 20px 7px 17px;
    color: #ffffff;
	background-color: #1262A1;
	border-left: 3px solid #000000;
}
button.primary-button:hover {
	background-color: #000000;
	color: #ffffff;
}
button.secondary-button {
	font-size: 18px;
    min-width: max-content;
    transition: all ease .3s;
    padding: 7px 20px 7px 17px;
    color: #ffffff;
	background-color: #000000;
	border-left: 3px solid #1262A1;
}
button.secondary-button:hover {
	background-color: #1262A1;
	color: #000000;
	color: #ffffff;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
ul.breadcrumbs {
	padding: 15px 0 0;
	list-style: none;
	align-self: flex-end;
}
ul.breadcrumbs li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
}
ul.breadcrumbs li+li:before {
	padding: 8px;
	color: #1262A1;
	content: "/\00a0";
}
ul.breadcrumbs li a {
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	width: 100%;
	max-width: 375px;
	height: 100%;
    object-fit: contain;
    object-position: center;
	-webkit-filter: drop-shadow(1px 1px 0 #ffffff)
		drop-shadow(-1px 1px 0 #ffffff)
		drop-shadow(1px -1px 0 #ffffff)
		drop-shadow(-1px -1px 0 #ffffff);
	filter: drop-shadow(1px 1px 0 #ffffff)
		drop-shadow(-1px 1px 0 #ffffff)
		drop-shadow(1px -1px 0 #ffffff)
		drop-shadow(-1px -1px 0 #ffffff);
		position: relative;
		z-index: 1;
}
a.logo-container {
	line-height: 0;
}

.accent-color {
	color: #1262A1;
	background-color: #ffffff;
	padding: 0 5px;
}
.text-banner {
	background-color: #000000;
	padding: 25px 0;
	text-align: center;
	color: #ffffff;
	font-size: 38px;
	line-height: 44px;
}
.cursive-text {
	font-family: "lumios-brush", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.sub-page {
	padding: clamp(75px ,5vw, 100px) 0;
	background-image: url("/siteart/btruck-ghost-logo.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 200px;
}
.sub-page .sub-heading {
    margin-bottom: 35px;
}
.detail-info {
    margin: 35px 0 clamp(75px ,5vw, 100px);
}



/*=== HEADER ===*/
header.site-header .top-navigation {
	background-color: #1262A1;
	color: #ffffff;
	padding: 5px 0;
	font-size: 14px;
}
header.site-header .inventory-search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
header.site-header .inventory-search form {
	padding-top: 0;
	gap: unset;
}
header.site-header .inventory-search form * {
	gap: unset;
}
header.site-header .inventory-search button#close-inventory-search {
	background-color: #e4e4e4;
	color: #000000;
	padding: 15px 20px;
	border: 0;
	font-size: 16px;
}
header.site-header .inventory-search button#search-inventory-button {
	background-color: #1262A1;
	color: #ffffff;
	padding: 15px 20px;
	border: 0;
	font-size: 16px;
}
header.site-header .inventory-search input#keywords {
	padding: 51px 15px;
	height: auto;
	outline: 0;
	border-radius: 0;
	line-height: 25px;
	border: 0;
	font-size: 16px;
}
header.site-header .top-header {
	background-color: #ffffff;
	padding: 10px 0;
	color: #000000;
	width: 100%;
	font-size: 18px;
	box-shadow: rgba(24, 53, 88, 0.1) 1px 2px;
}
header.site-header .contact-header-group {
	gap: 5px;
}

.header-phone {display: flex; width: 100%; gap: 25px; justify-content: flex-end;}
.header-phone > div {text-align: center;}
.header-phone a {font-weight: bold; font-size: 16px;}
.header-phone p {font-size: 25px;}

/*=== FOOTER ===*/
footer.site-footer {
	background-color: #000000;
	color: #ffffff;
	padding: 5vw 0 20px;
	font-size: 14px;
	font-family: 'roboto', sans-serif;
	line-height: 22px;
}
footer.site-footer > .flex-container {
	gap: 15px;
}
footer.site-footer .footer-heading {
	font-size: 18px;
	font-weight: 800;
}
footer.site-footer .bottom-footer {
	color: #ffffff;
	padding-top: 25px;
}
footer.site-footer .bottom-footer .logo-container .logo {
	width: 100%;
	max-width: 275px;
}
footer.site-footer .bottom-footer .copyright-container {
	text-align: center;
}

/*=== PAGE STYLES ===*/

/*=== DEFAULT-PAGE ===*/
.default-page {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.default-page .hero-section {
	background-image: url("/siteart/western-star-storefront-bw.jpg");
	background-position: center;
	background-size: cover;
	padding: 10vw 0;
	color: #ffffff;
}
.default-page .hero-section .logo {
	-webkit-filter: drop-shadow(1px 1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff) drop-shadow(-1px -1px 0 #ffffff);
    filter: drop-shadow(1px 1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff) drop-shadow(-1px -1px 0 #ffffff);
	max-width: 500px;
	width: 100%;
	padding-bottom: 10px;
}
.default-page .hero-section .cursive-text {
	line-height: 38px;
	text-shadow: 0px 0px 20px #000000;
}
.default-page .hero-section .cursive-text .accent-color {
	text-shadow: none;
}
.default-page .hero-section h1 {
	text-shadow: 0px 0px 20px #000000;
	line-height: 72px;
}
.default-page .quick-actions-hero a div {
	align-items: center;
	padding: 10px;
	text-align: center;
}
.default-page .quick-actions-hero a:nth-child(1) {
	background-color: #F2F2F2;
	transition: .3s all ease;
}
.default-page .quick-actions-hero a:nth-child(1):hover {
	background-color: #EAEAEA;
}
.default-page .quick-actions-hero a:nth-child(2) {
	background-color: #EAEAEA;
	transition: .3s all ease;
}
.default-page .quick-actions-hero a:nth-child(2):hover {
	background-color: #E0E0E0;
}
.default-page .quick-actions-hero a:nth-child(3) {
	background-color: #E0E0E0;
	transition: .3s all ease;
}
.default-page .quick-actions-hero a:nth-child(3):hover {
	background-color: #c7c7c7;
}
.default-page .quick-actions-hero img, .default-page .quick-actions-hero i {
	max-height: 32px;
	font-size: 32px;
}
.default-page .welcome-home {
	padding: clamp(75px ,5vw, 100px) 0 0;
}
.default-page .welcome-home .welcome-home-image-container {
	position: relative;
	line-height: 0;
	height: 100%;
	width: calc(50% - 20px);
}
.default-page .welcome-home .welcome-home-image-container img {
	width: 100%;
	height: 100%;
	max-height: 325px;
}
.default-page .welcome-home .welcome-home-image-container .welcome-home-image {
	position: relative;
	z-index: 100;
	object-fit: cover;
}
.default-page .welcome-home .welcome-home-image-container .top-right {
	background-color: #000000;
	width: 60%;
	height: 25%;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 4;
}
.default-page .welcome-home .welcome-home-image-container .bottom-left {
	background-color: #000000;
	width: 60%;
	height: 25%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 4;
}
.default-page .welcome-home .welcome-text {
	padding: 0 0 0 40px;
}
.default-page .quick-access-grid {
	gap: 40px;
	padding: clamp(75px ,5vw, 100px) 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.default-page .quick-access-grid > div {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	padding: 15px 20px;
	height: auto;
	text-align: center;
}
.default-page .quick-access-grid > div img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	padding-top: 25px;
}
.default-page .quick-access-grid .custom-quick-access-img-container {
	background-color: #1262A1;
	margin-bottom: 25px;
	line-height: 0;
}
.default-page .quick-access-grid .custom-quick-access-img-container img {
	object-fit: scale-down;
	padding: 0 20px;
}
.default-page .quick-access-grid > div a,.default-page .quick-access-grid > div a button {
	width: 100%;
}
.default-page .brand {
	background-color: #EAEAEA;
	overflow: hidden;
	padding-top: 30px;
}
.default-page .brand-slider {
	gap: 0px 25px;
}
.default-page .brand-slider a {
	filter: grayscale(1);
}
.default-page .brand-slider a:hover {
	filter: grayscale(0);
}
.default-page .brand-slider a img {
	max-height: 125px;
	width: auto;
	margin: auto;
}

.default-page .review-section {
	padding: clamp(75px ,5vw, 100px) 0;
}
.default-page .review-container {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	padding: 15px 20px;
}
.default-page .review-container .review-name {
	font-weight: 800;
	font-size: 18px;
}
.default-page .review-container .rating-container {
	color: #1262A1;
}
.default-page .review-container .review-text {
	padding: 10px 0;
}
.default-page .review-container .review-link {
	font-size: 14px;
	font-style: italic;
}
.default-page .review-container .google-icon {
	height: 25px;
    width: 25px;
    object-fit: contain;
}
.default-page .about-info {
	padding: clamp(75px ,5vw, 100px);
	background-color: #F2F2F2;
}
.default-page .about-info hr {
	border: 1px solid #000000;
}
.default-page .about-info .about-info-text {
	padding: clamp(75px ,5vw, 100px) 0;
}

/*=== DELIVERY-AND-PICKUP-PAGE ===*/
.delivery-and-pickup-page textarea {
	min-height: 168px!important;
}

/*=== FINANCING.HTM ===*/
.financing-page .currency-logo {
	max-width: 250px;
	aspect-ratio: 3/1;
    padding-right: 30px;
    object-fit: contain;
}

/*=== CONTACT-PAGE ===*/
.contact-list {
	gap: 25px;
}
.contact-list .contact-card {
	background-color: #ffffff;
	box-shadow: 0 0 14px #a2a2a2;
    padding: 10px 20px;
	transition: all .3s ease;
}
.contact-list .contact-card:hover {
	background-color: #000000;
	color: #ffffff;
}
.contact-page .map {
	line-height: 0;
	padding-top:50px;
}
@media only screen and (max-width: 1550px) {
	.logo-container .logo {width: 300px;}
}
@media only screen and (max-width: 1415px) {
	.header-phone {display: none;}
}
@media only screen and (max-width: 1400px) {
	.logo-container .logo {width: 375px;}
}
@media screen and (max-width: 875px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex!important;
	}
	.flex-horizontal {
		flex-direction: column
	}
	
	header.site-header .desktop-only {
		display: inline-flex;
	}
	header.site-header .mobile-only {
		display: none!important;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .welcome-home .welcome-home-image-container {
		width: 100%;
		max-height: 350px;
	}
	.default-page .welcome-home .welcome-text {
		padding: 40px 0 0;
	}
	.default-page .map iframe {
		height: 350px;
	}
	.default-page .quick-access-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	/*=== FINANCING.HTM ===*/
	.financing-page .currency-logo {
		padding-right: 0;
		padding-bottom: 20px;
	}

	/*=== CONTACT.HTM ===*/
	.contact-list {
		text-align: center;
	}
}

@media screen and (max-width: 725px)  {
	/*=== HEADER.HTM ===*/
	header.site-header .top-header .contact-group {
		display: none;
	}
	header.site-header .top-header .logo-container {
		width: 65%;
	}

	/*=== FOOTER.HTM ===*/
	.site-footer .justify-evenly {
		justify-content: space-between;
	}
	.site-footer .bottom-footer > .flex-container {
		flex-direction: column;
		align-items: center;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .welcome-home {
		flex-direction: column;
	}
}
@media only screen and (max-width: 650px) {
	.logo-container .logo {width: 100%;}
}
@media screen and (max-width: 550px) {
	.button-group {
		flex-direction: column;
	}
	.button-group button {
		width: 100%;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .quick-actions-hero {
		flex-direction: column;
	}
}

@media screen and (max-width: 400px) {
	header.site-header .desktop-only {
		display: none;
	}
	header.site-header .mobile-only {
		display: flex!important;
	}
}

@media screen and (max-width: 325px) {
	.button-group {
		flex-direction: column;
	}
	.button-group button {
		width: 100%;
	}
}