/*theme settings*/
/*theme name: ram-default-styles*/
/*theme author: ram*/
/*theme version: 1.0*/
/*theme description: default styles for ram theme*/


/*theme variables*/

:root {
	color-scheme: light !important;
	--theme-color: #4CAF50; /* Green */
    --theme-color-light: #81C784; /* Light Green */
    --theme-color-dark: #388E3C; /* Dark Green */
    --theme-color-accent: #FF4081; /* Pink */
    --theme-color-background: #F5F5F5; /* Light Gray */
    --theme-color-text: #212121; /* Dark Gray */
    --theme-color-text-light: #757575; /* Light Gray */
    --theme-color-text-dark: #000000; /* Black */
    --theme-color-border: #E0E0E0; /* Light Gray */
    --theme-color-border-dark: #BDBDBD; /* Dark Gray */
    --theme-color-border-light: #FFFFFF; /* White */
    --theme-color-shadow: rgba(0, 0, 0, 0.2); /* Shadow Color */
    --theme-color-shadow-dark: rgba(0, 0, 0, 0.4); /* Dark Shadow Color */
    --theme-color-shadow-light: rgba(0, 0, 0, 0.1); /* Light Shadow Color */
    --theme-color-primary: #034d81; /* Blue */
    --theme-color-secondary: #FF9800; /* Orange */
    --theme-color-success: #4CAF50; /* Green */
    --theme-color-danger: #F44336; /* Red */
    --theme-color-warning: #FFEB3B; /* Yellow */
    --theme-color-info: #2196F3; /* Blue */
    --theme-color-light: #E0E0E0; /* Light Gray */
    --theme-color-dark: #424242; /* Dark Gray */
    --theme-color-muted: #BDBDBD; /* Muted Gray */
    --theme-color-white: #FFFFFF; /* White */
    --theme-color-black: #000000; /* Black */
    --theme-color-transparent: rgba(0, 0, 0, 0); /* Transparent */
	--ram-red: #DA0000; /* from nav */
	--ram-blue: #00AFDA; /* from nav */
	--ram-yellow: #DA9A00; /* from nav */
	--ram-green: #64C846; /* from nav */
	--ram-drkblue: #002845; /* reverse state */
    
}

@custom-selector: --enter :hover, :focus, :active;

a, a:visited, a:hover {
	color: inherit;
	text-decoration: none;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: var(--theme-color-background);
}

button {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.backgradient {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 500px;
    min-width: 100%;
    background: linear-gradient(#000000 0%, #024D81 50%, #f5f5f5 100%);
}
#backpattern {
	display: flex;
	position: fixed;
	top: 0;
	justify-content: space-between;
	width: 100%;
	max-width: none;
	height: 100%;
	z-index: -1;
}
#backpattern span {
	display: inline-block;
	position: sticky;
	top: 0;
	width: 33%;
	background: linear-gradient(90deg, transparent 10%, #f5f5f5 100%);
	opacity: 1;
}
#backpattern span:first-child {
	transform: rotatey(180deg);
}
#backpattern div {
	display: block;
	min-height: 100%;
	min-width: 100%;
	background-image: url(../images/sidebar_pattern.svg);
	background-size: cover;
	opacity: 1;
}
#backpattern span:nth-child(2) {
	min-width: 1412px;
	max-width: 1412px;
	background-image: none !important;
}

/* announcement-notice */

.announcement-notice {
	display: block;
    position: relative;
    background: var(--theme-color-border-dark);
    color: var(--ram-drkblue);
    font-size: 1.5rem;
    text-align: center;
    max-height: fit-content;
	
	p {
		line-height: 2.5rem;
		font-weight: 600;
		max-width: 1400px;
		margin: 0 auto;
		
		span {
			color: var(--ram-red);
		}
		
		a {
			font-weight: 900;
		}
	}
}
/* header bar */

.header.content {
	display: block;
	position: absolute;
	top: 0;
	margin: 0 auto;
	padding: 5px 0 0 25px!important;
	width: 100%!important;
	max-width: 1440px!important;
	height: 44px;
	z-index: 0;
	
	h1 {
		text-decoration: none;
		display: inline-block;
		font-size: 2em;
		line-height: 1em;
		font-variant: all-petite-caps;
		vertical-align: middle;
		margin: 0 4px;
		font-weight: 600;
		letter-spacing: 2px;
		color: var(--theme-color-background);
	}
}

.panel.header {
	max-width: 1440px!important;
	display: flex!important;
	justify-content: flex-end;
	
	.switcher-dropdown {
		color: var(--ram-red);
	}
	
	.view-ram_view, .view-ram_view:hover {
		padding-left: 25px!important;
        background: url(../images/icon_us_flag.svg) no-repeat;
        background-size: 20px;
        background-position: 0 2px;	
	}
	.view-ram_store_canada_view {
		padding-left: 25px!important;
        background: url(../images/icon_ca_flag.svg) no-repeat;
        background-size: 20px;
        background-position: 0 2px;		
	}
	li.view-ram_view, li.view-ram_store_canada_view {
		background-position: 8px 11px;
		background-color: var(--theme-color-background);
	}
	li.view-ram_view:hover {
		background: url(../images/icon_us_flag.svg) no-repeat 8px!important;
        background-size: 20px!important;
	}
	li.view-ram_store_canada_view:hover {
		background: url(../images/icon_ca_flag.svg) no-repeat 8px!important;
        background-size: 20px!important;
	}
}
.header-nav-links {
	display: flex;
	align-items: center;
	z-index: 1;
	
	.block-search {
		width: 375px;
		height: 26px;
		margin-top: -6px;
		
		.control {
			padding: 0;
			
			input {
				font-family: 'Roboto';
				text-align: right;
				background: inherit;
				border: navajowhite;
				color: inherit;
				height: 28px;
			}
			input:focus {
				background: rgb(0 10 16 / 80%);
			}
		}
	}
	@media screen and (min-width: 769px) {
		ul.header.links {
			display: flex!important;
			list-style: none;
			padding: 0;
			margin: 0;

			li {
				margin: 0;
				padding: 0 1.5rem 0 0;
				color: #c8c8c8;
				transition: all .25s ease-out;
			}
			li:hover {
				color: #FFF;
			}
		}
	}
	
	.minicart-wrapper {
		margin: -8px 0;
		padding: 0 1rem 0 0;
		height: 30px;
		
		.counter.qty {
			background: var(--ram-blue)!important;
		}
		
		.block-minicart {
			color: var(--ram-drkblue);
		}
		
		.action.showcart:hover:before {
			color: #FFF;
		}
	}
	.greet, .compare {
		display: none;
	}
}

.minicart-items .product-item-details .details-qty {
  float:left;
}
.minicart-wrapper .product .actions {
  float: none!important;
}

@media (min-width: 768px) {
    .mst-searchautocomplete__autocomplete._active {
        left: -148px!important;
    }
}

.action.primary {
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:400;
}

.action.primary:hover {
  background-color: var(--theme-color-primary);
  color: var(--theme-color-white);
  
  
  
}

 .page-layout-2columns-left .main {
	    padding-left: 0px!important;
}

.page-header {
	
	.panel.wrapper {
            border-bottom: 1px solid #e8e8e8;
            background: rgb(0 10 16 / 80%);
            height: 42px;
        }
	
	color: #fff;
	position: sticky;
    top: 0;
    z-index: 10;
}

.message.success {
	background: #FFF;
	color: #000;
}
.nav-toggle {
    top: 1px;
    left: calc(100% - 28px);
}

/*navigation*/ 

.breadcrumbs {
	max-width: 1440px!important;
	margin: 5px auto;
	min-height: 1.2rem;
	
	.items, a:hover, a:visited:hover {
		color: #fff;
		text-decoration: none;
	}
	
	a, a:visited {
    color: #b1b1b1;
	}
}

@media screen and (min-width: 1024px){
	
	.navigation .submenu{
		max-height: calc(100vh - 150px);
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}
}

@media screen and (min-width: 769px){
	
	.navigation .level0:hover:after {
		height: 100%!important;
	}
	.nav-sections {
		background: none;
		margin-bottom: 0!important;
		position: sticky;
		top: 43px;
		z-index: 4;
	}
	    
}

.navigation {
	max-width: 1440px!important;
}

.navigation > ul > li > .submenu {
	width: 100%;
	box-sizing: border-box;
/*	max-height: calc(100vh - 150px);*/
} 
.navigation * {
	transition: all 0.2s;
}
.navigation ul {
	padding: 0!important;
}

@media screen and (min-width:769px) {
	
	.category-item.level-top {
		margin: 0!important;
		height: 44px;
		border-bottom: solid 4px;
		width: 25%;
		text-align: center;
	}

	.category-item.level-top > a.level-top{
		line-height: 44px;
		padding: 0 !important;
		width: 100%;
		background: #fff;
		border-bottom-width: 4px!important;
		border-color: inherit !important;
	}
}

.category-item.level-top > a.level-top {
    font-size: 2.4rem;
    font-weight: 300;
    text-transform: none;
}

.category-item.level-top > a.level-top:hover, .category-item.level-top > a.level-top:active, .category-item.level-top > a.level-top:focus{
	background: var(--ram-drkblue);
	color: #fff;
}

.level-top span.ui-menu-icon {
	display: none!important;
}

.nav-4 {
	border-color: var(--ram-red)!important;
}
.nav-1 {
	border-color: var(--ram-blue)!important;
}
.nav-2 {
	border-color: var(--ram-yellow)!important;
}
.nav-3 {
	border-color: var(--ram-green)!important;
}

@media screen and (min-width:769px) {
	
	.nav-1.category-item.level-top > a.level-top {
		padding-left: 63px!important;
	}
}

.nav-4 a.level-top > span::before {
	color: var(--ram-red);
}
.nav-1 a.level-top > span::before {
	color: var(--ram-blue);
}
.nav-2 a.level-top > span::before {
	color: var(--ram-yellow);
}
.nav-3 a.level-top > span::before
{
	color: var(--ram-green);
}
.category-item.level-top > a.level-top > span::before {
	display: inline-block;
    content: "\203A";
    position: relative;
    font-size: 200%;
    font-weight: 600;
    line-height: 50%;
    left: -20px;
    top: 3px;
}
.navigation .submenu, .navigation .submenu li {
	text-align: left;
	border-color: inherit!important;
	
	a {
		border-color: inherit!important;
	}
}

#la, #allentown, #dallas, #chicago, #phoenix, #orlando, #atlanta, #detroit, #seattle, #denver {
  scroll-margin-top: 100px;
}

#* {
	scroll-margin-top: 102px;
}
/* sitewide */

.message.info {
	color: var(--ram-drkblue);
    background: var(--theme-color-background);
}
.message.info > *:first-child:before {
    color: var(--ram-red);
}
.page-main {
    background-color: transparent;
    max-width: 1440px !important;
}
.page-title {
    color: #FFF;
	margin-top: 12px;
    margin-bottom: 24px;
}

/* footer */
.footer.content{
	max-width:100%!important;
	width:100%;
	border:none!important;
	padding:0!important;
	margin:0!important;
}
footer.modal-footer {
	box-sizing: border-box;
}

footer * {
	transition: all 100ms linear;
}

footer {
	display: inline-block;
    position: sticky;
    width: 100%;
    top: 100vh;
    margin: 0;
    background-color: var(--ram-drkblue);
    color: #FFF;
	
	img {
		width: 35px;
		padding: 5px;
		max-width: 100%;
	}
	
	article {
		width: 96%;
		max-width: 1440px;
		margin: 20px auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		list-style: none;
		
		ul {
			list-style: none;
			padding: 0;
			margin: 0;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: flex-start;
			justify-content: space-between;
			
			li {
				display: inline-block;
    			flex-basis: fit-content;
    			min-width: 200px;
				max-width: 25%;
				
				p {
					display: inline-block;
					font-size: 1.2rem;
					line-height: 2.2rem;
					padding-right: 20px;
					margin: 1rem 0;
					vertical-align: middle;
					
					a:hover {
						text-decoration: underline;
					}
					
					img {
						vertical-align: bottom;
						padding: 0 5px;
						max-width: 100%;
					}
				}
				p:first-child {
					display: block;
					width: 100%;
					border-bottom: solid 1px #FFF;
					font-size: 2rem;
					padding: 0;
					margin-bottom: 0;
				}
				p.social {
					font-size: 2.5rem;
    				font-weight: 200;
				}
				
				.social img {
					width: 33px;
					height: 33px;
					font-size: 1rem;
				}
				
				.social img:hover {
					transform: scale(1.2);
				}
			}
			li:first-child {
				max-width: 30%;
			}
		}
	}
	
	.contact {
		font-size: 1.25em;
		display: block;
	}
}


/*cookie notice*/

#CookieNotice {
    display: block;
    width: 100%;
    bottom: 0px;
    position: fixed;
    text-align: center;
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
    z-index: 100;
    background: rgba(0, 10, 16, 0.9);
    padding: 12px 0px;
    border-top: 1px solid rgb(255, 255, 255);
 	
	.cookie-breaker {
    	display: inline-block;
	}

	.noticetxt {
    	display: inline-block;
	}

	.cookielink {
    	color: rgb(255, 255, 255);
    	margin: 0px 12px;
	}

	.acceptcookies {
    	margin: 0 12px;
    	cursor: pointer;
    	border: solid 1px;
    	border-radius: 0;
   	 	padding: 4px 12px;
	}
	
	.acceptcookies:hover {
		background: inherit;
		color: inherit;
		border-color: inherit;
	}
	
 }




/* responsive */

@media screen and ( max-width: 1700px) {
	#backpattern {
		display: none;
	}
}

@media screen and ( max-width: 1024px) {
	
		
	.page-header {
		position: relative;
		
		.panel.wrapper {
			height: auto;
		}
	}
	
	@media screen and (min-width:769px) {
		
		.panel.header {
			padding-top: 40px!important;
		}
		.nav-sections {
			position: relative;
			top: 0;
		}
		.nav-1.category-item.level-top > a.level-top {
			padding-left: 12px !important;
		}
	}
	
	footer {
		article {
			
			ul {
				flex-wrap: wrap;
				
				li {
					min-width: 48%;
				}
			}
		}
	}
}

@media screen and (max-width: 768px) {
	
	.nav-sections-item-title {
        font-family: "Roboto Slab";
    }
	
	.nav-sections .header.links li > a {
        font-size: 2.4rem;
        font-weight: 300;
        text-transform: none;
		padding: 8px 40px 8px 34px!important;
    }
	
	.nav-sections .header.links li > a:before {
		display: inline-block;
		content: "\203A";
		position: relative;
		font-size: 200%;
		font-weight: 600;
		line-height: 50%;
		left: -20px;
		top: 3px;
	}
	
	.header.content {
		padding: 0 !important;
		position: relative;
		z-index: 10;
		
		.logo {
			margin: 4px;
		}
		
		h1 {
			display: none;
		}
		
		.nav-toggle:before {
			color: var(--theme-color-background);
		}
	}
	
	.block-search {
        width: 52px!important;
		
		.control {
			display: block;
			position: fixed;
			width: 80%;
			left: 20%;
			top: 44px;
			background: var(--theme-color-background);
			border-top: none;
			color: var(--ram-drkblue);
			box-sizing: border-box;
			padding: 0;
			
			input:focus {
				background: inherit!important;
			}
		}

    }
	
	.category-item.level-top {
		box-sizing: border-box;
	}
	
	.category-item.level-top > a.level-top {
		border-color: var(--theme-color-background) !important;
		padding: 8px 40px 8px 34px;

	}
	
	.navigation .submenu:not(:first-child) .active > a {
        border-color: inherit;
	}
}

@media screen and ( max-width: 425px) {
	
	footer {
		article {
			
			ul {
				
				li {
					min-width: 100%;
				}
			}
		}
	}
}