header{
	background: #FFFFFF;
}
.container, .container-lg, .container-md, .container-xl {
    max-width: 1200px; /* was disable by bookstore*/
    /*max-width: 100%; changed in order to center the blocks*//*EU: this change is making everything to expand to the entire screen which is making some pages and forms to lose their layouts. I will revert it back to fixed max-width for now and will discuss with Pete */
}
section.arrow--top-bar {
/*	display: none !important;*/
}
section#ecommerce_bar {
	position: relative;
	padding: 30px 0;
}
section#ecommerce_bar .site-logo img {
	vertical-align: middle;
	width: auto;
	max-height: 80px;
	margin:0;
	display: block;
}
section#ecommerce_bar .site-logo {
	top: auto;
}
.navbar-nav .nav-link:hover i {
        color: #000; /* Change the icon color to white on hover */
}
.navbar-nav .nav-link:hover span {
        color: #000; /* Change the cart quantity text color to white on hover */
    }
.alert-bar a {
	color: #FFD400;
}

.basket_sidebar_link_basket .btn-primary{
	background-color: #ffd400;
	border: 2px solid #ffd400;
	color: #000;
}
.basket_sidebar_link_basket .btn-primary:hover{
	background-color: #242424;
	border: 2px solid #242424;
	color: #fff;
}
.basket_sidebar_link_checkout .btn-primary{
	background-color: #ffd400;
	border: 2px solid #ffd400;
	color: #000;
}
.basket_sidebar_link_checkout .btn-primary:hover{
	background-color: #242424;
	border: 2px solid #242424;
	color: #fff;
}
.esolution-view {
	width: 1200px;           
	margin: 0 auto;          
	box-sizing: border-box;  
}
.arrow-view-container .row .card {
	border: none !important; /* Removes any default border */
        box-shadow: none !important; /* Removes any shadow effect */
}
.bxslider {
	list-style: none;
	padding: 0px; 
	margin-top: -25px; /* to position the slider at the top*/
}

@media screen and (min-width: 1200px){
	.esolution-view {
		width: 1200px;           
		margin: 0 auto;          
		box-sizing: border-box;  
	}
}
/* keeping this here in case we decide to use max-width of 100% on container */
/*@media screen and (min-width: 1440px){
	.search-product-form {
		position: relative;
		max-width: 1200px;
		margin-left: 350px;
	}
}*/

/* Dalhousie University Logo Styling */
.d-none.d-lg-block img {
	max-width: 100px;
	height: auto;
	margin-right: 30px;
}
.main-header .d-lg-block {
	margin-left: -172px;
}
/* Ensure horizontal spacing and alignment for the top nav */
#topnav_info .nav {
	display: block; 
	list-style-type: none; /* Remove bullets from the list */
	margin-left: 25px;
	padding: 0;
}
#topnav_info .nav li {
	display: inline; /* Ensure list items display inline */
}

#topnav_info .nav a {
	color: #6c757d; /* Adjust this color based on your design */
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

#topnav_info .nav a:hover {
	color: #000; /* Change color on hover */
}
li.nav-item a {
	color: #242424;
}
ul.nav-item a {
	color: #242424;
}
div.dropdown-menu li ul li 
{
	list-style: none;
}
li.nav-item > a.nav-link {
    color: #242424;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Public Sans,Roboto,Arial",sans-serif;
}
.navbar-nav .nav-link:hover {
    /*background: #575655!important;*/
    /*color: #fff!important;*/
    /*outline: none!important; */
    
    /* Changes made by Bookstore (Prashanth) */
    text-decoration: underline;
    background: #fff4b2 !important;
    color: #000 !important; 
}
.arrow--site-footer > .nav-link:hover {
    color: #ffffff!important;
    outline: none!important;
}
li.nav-item.active > a.nav-link {
    color: #242424;
}
li.nav-item a.dropdown-item {
	color: #242424;
	font-weight: 400;
}
li.nav-item a.dropdown-item:hover {
	background-color: #ffd400 !important;
	color: #242424!important;
}
ul.nav-item a.dropdown-item {
	color: #242424;
}
ul.nav-item {
	font-size: 15px !important;
	padding-left: 0px;
}
.arrow--site-footer li.nav-item > a.nav-link{
	font-weight: 400!important;
	padding-left: 0px!important; 
} 
.arrow--site-footer li.nav-item a {
	color: #ffffff !important;
}
.lower-footer li.nav-item a {
	color: #242424 !important;
}
.lower-footer .lower-footer-section li.nav-item a {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.lower-footer .lower-footer-section li.nav-item a:hover {
	color: #ffd400 !important;
}
.lower-footer .nav-item {
	padding: 10px 0px !important;

}
li.nav-item a:hover {
	color: #ffcc05 !important; /* ### */
}
ul.nav-item a:hover {
	color: #ffcc05 !important;
}
li.nav-item a {
	text-transform: capitalize;
	font-weight: 500;
}
ul.nav-item a {
	text-transform: capitalize;
	font-weight: 500;
}
/* Basic styling for the link */
.nav-link-footer {
	position: relative;
	text-decoration: underline;
	color: black;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
  
.nav-link-footer:hover {
	color: #242424;
	text-decoration: none !important;
}

/* Create the underline effect with ::after pseudo-element */
.nav-link-footer::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
	top: 18px;
        left: 0;
        background-color: #ffd400; /* Set the underline color */
        visibility: hidden;
        /*transition: all 0.3s ease-in-out;*/
}

/* On hover, reveal the yellow underline */
.nav-link-footer:hover::after {
        visibility: visible;
        width: 100%; /* Full underline */
    }
.btn-brand, .top-search-button,.fab,.arrow--btn-brand {
	background: #5773A3 !important;
	border-color: #5773A3 !important;
}
.btn-brand:hover, .top-search-button:hover,.fab:hover,.arrow--btn-brand:hover { /* 0.8 brightness */
	background: #465c82 !important;
	border-color: #465c82 !important;
}
.alert-primary {
	background-color: #FFFFFF !important;
}
footer.arrow--site-footer {
	background-color: #575655!important;
}
footer.lower-footer {
	background-color: #eaebec;
	
}
footer a.footer-link {
	color: #ffffff !important;
}
.upper-footer {
    padding: 20px 0; /* Padding around the upper section */
}

.lower-footer-section {
	background-color: #242424; /* Dark background for the lower section */ 
	padding: 15px 0;
	width: 100%;
	position: relative;
}
.lower-footer-section .container {
	color: #fff;
}
.footer-links {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li {
    display: inline;
    margin-right: 15px;
}

.footer-links a {
    color: #ffd400; /* Yellow color for the lower section links */
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline; /* Optional hover effect */
}

.text-right {
    text-align: right; /* Right-align the links in the lower section */
}
.btn-link:hover {
	border-color: #5773A3 !important;
	background-color: #5773A3 !important;
}
section.primary-navigation {
	background-color: #ffd400;
	border-bottom: 2px solid #000;
	margin-bottom: -2px;
}
.no-image {
	background: #eeeeee;
	padding: 4rem;
	color: rgba(0,0,0,0.8) !important;
}
.no-image:hover {
	text-decoration: none !important;
}
.item-content {
	padding-left: 1rem;
}
.item-buy-new-form button[type="submit"] {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 21.2%;
}
.item-buy-new-form button[type="submit"]:hover {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}
button.navbar-toggler {
	color: #000000 !important;
	border: none !important;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: Public Sans,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

body.reg-light-background {
	background-color: #f4f5fa;
	background-color: #ffffff;
	color: #242424;
	font-family: "Public Sans,Roboto,Arial", sans-serif;
	line-height: 1.71;
	font-weight: 400;
	font-size: 16px;
	font-feature-settings: 'kern' 1;
	text-rendering: optimizeLegibility;
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
}
.esolution-view.esolution-view-container.arrow-view-container .row .columns .card {
	min-height: 400px !important;
}

.nospace-row .card {
	margin-top: 2rem;
	margin-right: 2.2rem!important;
	margin-left: 2rem!important;
}
h5.footer-title {
    color: #ffffff;
    border-color: #ffffff;
    border-width:0;
    border-style: none;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    text-transform: capitalize;
    position: relative;
    line-height: normal;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Public Sans,Roboto,Arial', sans-serif;
}
h5.footer-title::after {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    opacity: 0;
    border-width: 0;
    position: inherit; 
    border-style: none;
}
@media screen and (max-width: 450px) {
	.no-image {
		padding: 1rem;
		height: 100%;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.no-image h4 {
		font-size: 20px !important;
		word-wrap: break-word;
	}
	.item-buy-new-form button[type="submit"] {
		position: inherit !important;
		width: 100% !important;
		display: block;
	}
}
select[name="order_by"] {
	padding: .375rem .75rem;
	border-radius: .25rem;
	background: white;
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.5;
}
form[name="sort"] input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
}
.arrow--tablelike-grid, .highlight {
	background-color: rgba(221, 221, 221, 0.41) !important;
}
.cart-item input[type=number] {
/*PWO this is too small	width: 10px !important;*/
	line-height: 1.3rem !important;
}
@media screen and (min-width: 1024px) {
	input.search-input {
		margin-top: 10px !important;
		padding: 23px !important;
	}
	button.top-search-button {
		margin-top: 10px !important;
	}
}
/** Overrides for catalogue-in-container pages */
.arrow-view-catalogue img {
	max-width: 100%;
}
.arrow-view-catalogue ul.colors {
	list-style: none;
	margin: 0 0 19px;
	padding: 0;
}
.arrow-view-catalogue ul.colors li {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px 0 0;
}
.arrow-view-catalogue ul.colors li a {
	display: block;
	background: #ccc;
	padding: 0 1rem;
	min-width: 57px;
	height: 57px;
}
.alert-primary-enforce-policy {
	background-color: rgba(53, 55, 69, 0.8) !important;
	border-radius:0px !important;
}
.card-body-alt-on-hover:hover {
	box-shadow:none; 
	/*transition: all 0.3s;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 20px;
	margin-right: 20px;*/
}
.card {
	transition: all 0.3s;
	border-radius: 0rem !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	margin-top: -15px !important;
}
.esolution-view-catalogue .card.card-shadow.mb-5:hover {
	box-shadow: none; 
}
.theme-arrow-view .card {
	margin-top: 2rem;
	margin-right: 0.55rem;
	margin-left: 0.55rem;
}
.dropdown-toggle::after
{
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 0.787402rem;
    font-weight: 900;
    margin-left: 0.5rem;
    border-top: none;
    transition: transform 0.25s ease-in-out 0s;
}
.dropdown.active .dropdown-toggle::after {
    transform: rotate(180deg); /* Rotate the icon */
}

@media screen and (min-width: 427px) and (max-width: 457px) {
	.arrow--main-content .jumbotron {
		margin-bottom: -5rem !important;
		position: unset !important;
	}
	nav.navbar.navbar-expand-lg {
		text-align: center; /* ### */
	}
}
nav.navbar.navbar-expand-lg div.dropdown-menu.show {
	border-radius: 0;
}
@media screen and (max-width: 425px) {
	.arrow--main-content .jumbotron {
		margin-top: -182px !important;
		margin-bottom:-5rem !important;
		position: unset !important;
	}
	.alert-primary-enforce-policy {
		border-radius:0px !important;
		margin-top:2.1rem !important;
		bottom: unset !important;
		opacity: 1;
		background-color: rgba(121,142,138,1) !important;
	}
	nav.navbar.navbar-expand-lg {
		text-align: center; /* ### */
	}
	section.primary-navigation div.container {
		padding: 0;
		margin: 0;
	}
	section.primary-navigation nav.navbar.navbar-expand-lg {
		padding: 0; /* ### */
		margin: 0; /* ### */
	}
	section.primary-navigation nav.navbar.navbar-expand-lg div.dropdown-menu.show {
		margin: 0;
		padding: 0;
		border-radius: 0;
	}
}
@media screen and (min-width: 1024px) {
/*	.arrow--main-content > .container > .pt-4.pb-4 {
		margin-top:-3rem!important;
	}*/
}
.dropdown-menu.show {
	background-color: #eaebec;
}
.dropdown-item:hover {
	background: #eaebec !important;
	display: block;
}
div.dropdown-menu.show {
	overflow-y: scroll;
	max-height: fit-content;
	touch-action: manipulation;
}
@media screen and (max-width: 425px) {
	div.dropdown-menu.show {
		max-height: 755px !important; /* ### */
	}
}

.fa-brands, .fa-linkedin, .fa-twitter, .fa-snapchat, .fa-rss, .fa-instagram, .fa-youtube, .fa-threads, .fa-x-twitter {
	background: #242424;
	border-radius: 45%;
	font-size: 23px !important;
	color: #fff;
	padding: 8px;
	width: 40px !important;
	text-align: center !important;
}
.fa-facebook{
	content:"\f09a";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
hr.white-hr {
	border-color: rgba(255,255,255,0.1);
}
div.footer-logo {
	margin: 0 0 30px 0;
	text-align: right;
}
div.footer-logo img {
	width: 175px !important;
	vertical-align: middle;
	border: 0;
}
div.footer-sm {
	margin: 0 0 3px 0;
	text-align: right;
	vertical-align: middle;
/*	margin-top: -25px; */
}
.contact-details {
	color: rgba(153, 153, 153, 1) !important;
	font-size: 14px;
}
.white-link {
	color: #fff;
}

.title-is-blue {
	color: rgba(92, 214, 255, 1) !important;
	font-size: 20px !important;
}
.title-is-green {
	color: rgba(138, 230, 46, 1) !important;
	font-size: 20px !important;
}
.title-is-red {
	color: rgba(255, 0, 0, 1) !important;
	font-size: 20px !important;
}
.title-is-orange {
	color: rgba(255, 145, 71, 1) !important;
	font-size: 20px !important;
}
.list-group-item.active {
	background-color: #BB3821;
	border-color: #BB3821;
}
.card .btn-primary:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	
}
.logo-placedown {
	width: 45%;
}
/* Make the dropdown menu full width */
.navbar .dropdown-menu {
	position: absolute;
	top: 100%; /* Position below the navbar */
	left: 50%;
	transform: translateX(-50%); /* Center the dropdown relative to the viewport */
	width: 100vw; /* Full width of the viewport */
	background-color: #eaebec;
	z-index: 1000;
	padding: 20px 0;
}

.viewCart {
	margin-top: 10px!important;
}
/* Center the content inside the dropdown */
.navbar .dropdown-menu .container {
	max-width: 1488px; /* aligns the mega sections content with the menus */
	margin: 0 auto;
}

/* Optional: Ensure that the dropdown aligns properly */
.navbar .nav-item {
	position: static;
}
@media screen and (max-width: 768px) {
	.android-only { display:none; }
	.ios-only { display: none; }
	
	.arrow-stickybar {
		margin-top: 0;
	}
	/* Android-specific styles */ 
	/*html.android .arrow-stickybar.scrolled {*/
	/*	margin-top: 35px;*/
	/*} disabled by bookstore*/
	/* iOS-specific styles */
	html.ios .arrow-stickybar {
		margin-top: 0!important;
	}
	#search-form .navbar-toggler {
		padding-left: 3rem;
	}
	.dropdown-menu {
		font-size: 0.8rem;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu {
    		position: relative!important;
	}
	.logo-placedown {
		width: 45% !important;
		margin-left: -15px !important;
		max-height: 100px;
	}
	.alert-primary-enforce-policy {
		margin-top: -120px !important;
	}
	.jumbotron {
		padding-bottom: 4rem !important;
	}
	.esolution-view {
		width: auto;
	}
}
@media screen and (max-width: 960px) {
	.jumbotron {
		padding-bottom: 7rem !important;
	}
}
.jumbotron-style {
	background-color:transparent !important;
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size:100% auto !important;
	border-radius:0px !important;
	margin-top:-50px !important;
	margin-bottom: 10px !important;
	position:relative !important;
	padding-top:13rem !important;
	padding-bottom:15rem !important;
}
/* for mobile view, we want position to be relative to avoid section overlapping issues */
@media screen and (max-width: 768px) {
	.arrow-hero-banner{
		position: relative !important;
		margin-bottom: 0px !important;
		border-color: transparent !important;
		bottom: 0px !important;
		right: 0px !important;
		left: 0px !important;
		text-align: center !important;
		padding-left: 5px !important;
		width: 115% !important;
		margin-bottom: -120px !important;
		margin-left: -20px !important;
	}
	.jumbotron-style {
		background-color:transparent !important;
		background-repeat:no-repeat !important;
		background-position:center top !important;
		background-size:355% auto !important;
		border-radius: 0px !important;
		margin-top: -50px !important;
		/* PWO: Oct 2021 - This was causing the jumbotron to be VERY small on mobile
			display: table-cell !important; */
		padding-top:13rem !important;
		padding-bottom:15rem !important;
	}
	div.container > div.pt-4.pb-4 {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
	}
	.arrow--main-content{
		padding-bottom: 15px !important;
	}
	.arrow-view-container {
		/*padding-top: 30px !important;*/
	}
	.dropdown-menu {
        	top: 0;
        	overflow-y: auto;
        	position: fixed;
		left: 46%;
		width: 100%;
		overflow-x: hidden;
		z-index: 9999;		
	}
	.lower-footer-section {
    		background-color: #242424;
    		padding: 15px 0;
    		width: 100%;
    		text-align: center;
    		display: inline-block;
    		position: relative;
	}
	.footer-links {
    		text-align: center;
	}
	header.arrow-sticky {
		position: relative !important;
	}
	
	.navbar .dropdown-menu{
		width: auto !important;
	}
	.arrow-stickybar,
	.arrow-sticky {
    		border-bottom: 3px solid #000; /* Border style added on the sticky top bar */
	}   

	.sticky-hidden {
    		border-bottom: none; /* Hide the blue border when not at the top to avoid overlapping*/ 
	}
	section#ecommerce_bar .navbar {
    		padding-top: 0;
    		padding-bottom: 0;
		left:10%!important; /* changed by bookstore*/
	}
	#subscribe form#form_subscribe {
		width: fit-content;
	
	} 
	/*div#basket_sidebar.active {*/
	/*	right: 15px!important;*/
	/*} disabled by bookstore*/
	h5.footer-title {
		padding-top: 20px;
	}
	.arrow--site-footer {
		padding-top: 1px!important;
	}


 
}
/*@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:768px){
	.sticky-bar {
		margin-top:10px;
	}
}*/
@media screen and (max-width: 790px) {
	.d-sm-none {
		display: none;
	}
}
.btn-position {
/*
	position: absolute;
*/
}
button.btn, a.btn, span.btn {
	border-radius: .25rem;
}
.btn-width-hover {
	width: fit-content !important;
	color: white !important;
}
.dropdown-menu-style {
	padding: 15px !important; /* ### */
	overflow-y: auto !important;
}

.highlight-basket {
	padding: 6px 0px 20px 0px !important;
	margin-top: 15px;
}
.course_button_inCart {
	background-color: #22cc22!important;
}

.discount-price + .regular-price, .regular-price  {
	text-decoration: line-through;
}

.discount-price {
	font-weight: bolder;
	font-size: 100%;
	color: #B22222;
}

button.cti_button_unavailable {
	pointer-events: none !important;
}

a.button:hover {
	color: #fff;
}



/* display price discount et al */

.arrow_price_line_through {
	text-decoration: line-through;
}

.arrow_price_discount {
	font-weight: bolder;
	font-size: 150%;
	color: #B22222;
}

.arrow_price_regular {
	font-size: 150%;
}

.arrow_price_line_through_button {
	text-decoration: line-through;
}

.arrow_price_discount_button {
	font-weight: bolder;
}

.arrow_price_regular_button {
	/*font-weight: bolder;*/
}



/* carousel */

.carousel-control-prev, .carousel-control-next, .carousel-control-prev:hover, .carousel-control-next:hover {
	opacity: 1;
	color: black;
	text-decoration: none;
}
.carousel-control-prev, .carousel-control-next{
	text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
	cursor: pointer;
}
.carousel-control-prev {
	width: auto;
	left: 50px; /* Changed by bookstore */
	top: 20px; /* matches padding-top of div.esolution-view-catalogue div.row */
}
.carousel-control-next {
	width: auto;
	right: 50px; /* Changed by bookstore */
	top: 20px; /* matches padding-top of div.esolution-view-catalogue div.row */
}
#featuredImg, .carousel-thumbnail {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.carousel-control-prev {
		width: auto;
		left: 10px;
		/*left: -14px; disabled by bookstore*/
	}
	.carousel-control-next {
		width: auto;
		right: 10px;
		/*right: -14px; disbaled by bookstore*/
	}
	.carousel-thumbnail {
		cursor: default;
	}
	.carousel-item {
		padding: 0;
	}
	.upper-footer {
        	/*padding-left: 25px; disabled by bookstore*/ 
	}
	.navbar-expand .navbar-nav {
        	padding-left: 10px;
	}
}



/* slider on home page */

.carousel[data-slidername=home_slider] .carousel-item .btn {
	padding: 0;
}



/* item view to look like catalogue view */

div#item_image_wrapper {
	border: none;
}

div#itemDescrip {
	border: none !important;
}

.arrow_radio_buttons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrow_radio_buttons::after{
	display: block;
	clear:both;
	content:""}

.arrow_radio_buttons li {
	float: left;
	margin: 0 7px 0px 0;
}
.arrow_radio_buttons label,
.arrow_radio_buttons input {
}

.arrow_radio_buttons input[type="radio"] {
	display: none;
}

.arrow_radio_buttons input[type="radio"]:checked + label {
	border: 3px solid #002145;
}

.arrow_radio_buttons input[type="radio"]:disabled + label {
	background: linear-gradient(to bottom right, #e2e2e2, #e2e2e2 48%, #002145 49%, #002145 51%, #e2e2e2 52%, #e2e2e2);
}

.arrow_radio_buttons label {
	display: block;
	cursor: pointer;
	z-index: 90;
	background-color: #e2e2e2;
	font-size: 16px;
	font-weight: bold;
	color: #002145;
	margin: 0;
	line-height: 57px;
	text-align: center;
	padding: 0 1rem;
	min-width: 63px;
	height: 63px;
	border: 3px solid white;
}

.arrow_radio_buttons label:hover {
	background: #DDD;
}

.arrow_radio_buttons input[id^='radio_'] + label {
}

.arrow_radio_buttons input[id^='radio_'][disabled] + label {
	cursor: not-allowed;
}

.arrow_stack {
	margin-top: 0;
	margin-bottom: 10px;
}

td {
	vertical-align: top;
}

.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus, .form-control:focus { /* ? use... button:focus, input:focus */
	box-shadow: none !important;
	outline: none !important;
}

select {
	-webkit-appearance: menulist;
}


/* arrow nav mega navbar*/

.primary-navigation .navbar {
padding: 0;
}

.primary-navigation .navbar .navbar-toggler {
	color: white !important; /* customer theme ### */
}
.primary-navigation .navbar .navbar-toggler:focus {
	outline: none;
}
.primary-navigation .navbar .dropdown .dropdown-menu {
	margin-top: 0px;
	overflow-y: auto;
	position: absolute;
}
.primary-navigation .navbar .dropdown .dropdown-menu ul {
	list-style: none;
	padding-left: 0;
	padding-right: 20px;
}
/* megamenu>megasection */
.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item>span {
	display: inline-block;
	font-weight: bolder;
}
.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item>a.nav-link {
}

@media screen and (min-width: 992px) { /* lg and more */

	.primary-navigation .navbar .dropdown .dropdown-menu {
		padding: 1rem;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu li.nav-item>span  {
	}
	.primary-navigation .navbar .dropdown .dropdown-menu li.nav-item>a.nav-link {
		padding: 0;
		white-space: nowrap;
	}
	/* megamenu>megasection */
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div {
		flex: 1; /* equal widths */
		padding: 0 0.5rem;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div:first-child {
		padding-left: 0;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div:last-child {
		padding-right: 0;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item>span {
		padding: 0.5rem 0;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item:first-child>span {
		padding-top: 0;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item>a.nav-link{
		white-space: normal;
	}
	.megasection-style {
		margin-left: 320px;
	}
}

@media screen and (max-width: 991px) { /* less than lg */

	.primary-navigation .navbar .dropdown .dropdown-menu {
		padding: 0;
		max-height: none !important;
	}
	.primary-navigation .navbar ul.nav>li.nav-item>span {
	}
	.primary-navigation .navbar ul.nav>li.nav-item>a.nav-link {
		padding: 0.5rem;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu li.nav-item  {
		/*border-bottom: 1px solid #353745;*/ /* customer theme ### */
	}
	.primary-navigation .navbar .dropdown .dropdown-menu li.nav-item>span  {
		padding: 0.5rem;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu li.nav-item>a.nav-link {
		padding: 0.5rem;
		white-space: normal;
	}
	/* megamenu>megasection */
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div {
		padding: 0;
	}
	.primary-navigation .navbar .dropdown .dropdown-menu .d-flex>div li.nav-item.arrow_nav_block {
		display: none;
	}
}



/* basket sidebar and toggle */

.basket_sidebar_toggle {
	text-decoration: none !important;
}

#basket_sidebar #basket_sidebar_top {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	height: 3rem;
}



/* cart quantity indicator */

.cart_qty_indicator {
	text-decoration: none !important;
}
.cart_qty_indicator>span { /* quantity */
	position: relative;
	top: -0.5rem;
}



/* alert bar */

aside.alert_bar {
	background-color: #ffc107;
	color: #212529;
	font-weight: 500;
}

#alert_top_bar {
	margin-bottom: 0;
}

#alert_top_bar > p {
	margin: 0;
}

button.close {
	opacity: 1;
	text-shadow: none;
	color: #212529;
}

button.close:hover {
	opacity: 0.5 !important;
}

button.close:focus, button.close:focus-visible {
	outline: none;
}
/* EU:commented out by CTI to enable the new style in theme-cti file  */
/*.esolution-accordion.collapsible.card-header:after {
        content: '+'; 
        font-size: 25px;
	font-weight: bold;
        color: #575655;
        float: right;
        margin-left: 5px;
        margin-top:-40px
}

.esolution-accordion.collapsible.card-header.active:after {
        content: "-"; 
        font-size: 35px;
	font-weight: bold;
        color: #575655;
        float: right;
        margin-left: 5px;
        margin-top:-50px
}*/
.arrow--main-content {
    background: #f4f5fa;
    background-color: #ffffff;
   /* margin-top: 30px EU: removed this padding for now. will re-add if necessary;*/
      margin-top: 30px /* re-added this as the content was quite close in in mobile */
}

footer a.footer-link {
	color: #ffffff !important;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:-10px;
}
/* More specific selector to override the external styles */
.custom-icons .fa-facebook,
.custom-icons .fa-twitter,
.custom-icons .fa-linkedin,
.custom-icons .fa-instagram,
.custom-icons .fa-youtube {
	background: none !important;
	border-radius: 0 !important; 
	font-size: 30px !important;
	color: inherit !important; /* Use the inherited color from the parent */
	padding: 0 !important; 
	width: auto !important;
	text-align: inherit !important; /* Reset text alignment to inherit */
}
/* style for the Bookstore Buzz form */
.arrow--site-footer .form-control {
	height: 50px;
	border-radius: initial;
	margin: 10px;
}
#btnSection {
	width: 50%;
}
.catalogue_item h3 {
	color: #3599CC;
}
.grid-parent ul{
	list-style: none; /* Remove bullet points */
}

/* Changes made by Bookstore (Prashanth) */
.cti_error {
    color: red;
}

.btn {
    color: #000000;
    background-color: #ffd400;
    border-color: #ffd400;
    font-weight: 700 !important;
}

.btn:hover {
    text-decoration: underline; 
    background-color: #ffd400 !important; 
    color: black !important; 
    border-color: #ffd400 !important;
}

.view-cart-button a, .viewCart a{
    display: inline-block;
    background-color: #ffd400; 
    color: #000; 
    padding: 6px 12px;
    border-radius: 20px; 
    font-weight: bold;
    font-size: 14px; 
    text-decoration: none;s
    transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}

/* Scale Effect on Hover */
.view-cart-button a:hover, .viewCart a:hover {
    transform: scale(1.05); 
    background-color: #ffcc00;
}
.cti_buy_button {
    transition: transform 0.2s ease-in-out; 
}

/* Apply Scale Effect ONLY on Hover */
.cti_buy_button:hover {
    transform: scale(1.05); 
}

.add-link.btn-primary {
    transition: transform 0.2s ease-in-out; 
}

/* Apply Scale Effect ONLY on Hover */
.add-link.btn-primary:hover {
    transform: scale(1.05); 
}

.ci-c-form-row {
    padding-right: 30px !important;
}

.arrow--site-footer{
    padding-bottom: 0px;
}

#search_bar_desktop{
    background-color: #fff;
    border-bottom: 2px solid #000;
}

#search_bar_desktop input, #search_bar_mobile input {
    border: none;
    border: 2px solid #000;
}

/* Made the change specific to certain elements as it was changing other elements which were properly intact */
.container.upper-footer .row, .arrow-view-basket .row{ 
    margin-right: 0px;
    margin-left: 0px;
}

/* Default dropdown styles */
#storeinfoNav  {
    position: relative;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Dropdown button */
#storeinfoNav::before {
    content: "Select an option ▼";
    display: block;
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s, border 0.3s;
    content: attr(data-selected);
}

/* Dropdown list (hidden by default) */
#storeinfoNav ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 1000;
    display: none;
}

/* Style the store info buttons Nav */
.storeinfoNav {
	list-style: none; 
	padding: 0;
	margin: 0;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	gap: 10px; 
	margin-bottom: 25px;
}
/* Style each list item */
.storeinfoNav li {
    margin: 0; 
    text-align: center;
    list-style: none;
}
.storeinfoNav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    height: 45px;
    background-color: #3098cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    width: 200px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    white-space: normal; 
    transition: background-color 0.3s ease-in-out; 
}

/* Hover effect */
.storeinfoNav li a:hover {
    background-color: #12C1E7; 
}

/* Second line text using title attribute */
.storeinfoNav li a::after {
    content: attr(title); 
    display: block; 
    font-size: 14px; 
    margin-top: 5px; 
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    transition: top 0.3s ease-in-out;
}

/* Show dropdown on hover (Desktop only) */
@media (min-width: 768px) {
    #storeinfoNav:hover ul,
    #storeinfoNav .active ul {
        display: block;
        opacity: 1;
        transform: scaleY(1);
    }

    #storeinfoNav  li:hover {
        background: #f0f0f0;
    }

    #storeinfoNav a:hover {
        color: #000;
        text-decoration: underline;
    }
}

/* Show dropdown on click (Mobile + Desktop) */
#storeinfoNav .active ul {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

/* Ensure the dropdown box and menu are connected */
#storeinfoNav  ul {
    margin: 0;
    padding: 0;
    border-top: none;
}

/* Style dropdown items */
#storeinfoNav  li {
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

/* Remove bottom border from last item */
#storeinfoNav li:last-child {
    border-bottom: none;
}

/* Make links fully clickable */
#storeinfoNav li a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
}

/* Full-width dropdown on mobile */
@media screen and (max-width: 768px) {
    #storeinfoNav  {
        width: 100%;
    }

    #storeinfoNav ul {
        width: 100%;
    }
}

/* Hide header */
#storeinfoNav h1 {
    display: none;
}

#subscribe iframe{
    margin-left: -30px;
    margin-top: -15px;
}

/* Commented this change because it was interfering with the design we created */

/*.card.card-shadow.h-100 .card-body {*/
/*    border: 1px solid #ddd; */
/*    padding: 10px;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
/*    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;*/
/*}*/

/*.card.card-shadow.h-100 .card-body:hover {*/
/*    transform: scale(1.03);*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);*/
/*}*/

.card.card-shadow.h-100 .catalogue2_folder_image {
    background-size: 100% !important; /* Ensures full image fits */
}

.hidden-nav {
    top: -60px !important; /* Adjust based on your navbar height */
}

body {
	margin-top: 60px;
}

/* Additional changes added by Bookstore, which is either created from scratch or overriding previous styles*/
.alert-danger {
    margin-bottom: 30px;
}

.catalog_search_info_image{
    overflow: hidden;
    position: relative;
}

.catalog_search_info_image img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain !important;
}

.cti_button_unavailable {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

label[for="qty"] {
    color: #000 !important; /* black */
}

#itemDescrip .price, .arrow_price_discount, .arrow_price_regular {
    color: #4A4A4A;        
    font-size: 1.6rem;     
    font-weight: bold;
}

.basket_sidebar_subtotal_amount{
    font-weight: bold;
}

.basket_sidebar_item_price span span::before {
  content: "$";
}

.basket_sidebar_item_title a{
    color: #000;
}

footer.lower-footer {
	background-color: #ffffff;
}

.catalogue_item h3, .card-link, .catalogue_banner .title{
    font-size: 1em;
    color: #242424;
    text-transform: uppercase;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.2em;
    /*min-height: 2rem;*/
}

.col-lg-12.col-md-12.col-sm-12.col-12.mb-3 a{
    font-size: 1em;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.esolution-view-search a.btn.btn-brand{
      display: none;
}

.regular-price + br {
  display: none;
}


.price-out-of-stock {
  color: #d9534f; 
  font-weight: bold;
}

/* Product Catalogue Card */
.card.card-shadow.h-100:not(:has(.card-pricing)) {
    aspect-ratio: 1 / 1;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.card.card-shadow.h-100:not(:has(.card-pricing))::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body .row {
    height: 100% !important;
    padding-top: 0 !important;
    margin: 0 !important;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body .col-12 {
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) a.catalogue2_folder_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) a.catalogue2_folder_image > span.catalogue2_folder_image {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body > div:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    text-align: center;
}

.card.card-shadow.h-100:not(:has(.card-pricing)) .card-body p a {
    color: #fff !important;
    font-size: 1.8em !important;
    font-weight: bold;
    text-decoration: none;
}


/* Fully override previous store-info styles */
#storeinfoNav,
#storeinfoNav::before,
#storeinfoNav ul,
#storeinfoNav li,
#storeinfoNav li a,
#storeinfoNav h1,
.storeinfoNav,
.storeinfoNav::before,
.storeinfoNav li,
.storeinfoNav li a {
    all: unset;
    box-sizing: border-box;
}

/* Apply new styles */
.storeinfoNav {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-family: Arial, sans-serif;
    border-radius: 20px;
    overflow: hidden;
}

.storeinfoNav::before {
    content: attr(data-label);
    display: block;
    background: #ffd400;
    color: black;
    padding: 14px 20px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1rem;
    transition: background 0.3s ease;
    width: 300px;
    box-sizing: border-box;
}

.storeinfoNav li {
    display: none;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    width: 300px;
}

.storeinfoNav li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.storeinfoNav li a {
    display: block;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 1rem;
    width: 100%;
}

.storeinfoNav li a:hover {
    background-color: #ffd400;
    color: black;
}

/* Desktop View */
@media (min-width: 769px) {
    .storeinfoNav:hover li {
        display: block;
    }

    .storeinfoNav {
        width: auto;
    }

    .storeinfoNav li {
        width: 300px;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .storeinfoNav::before {
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
    }

    .storeinfoNav li {
        display: none;
        width: 100%;
    }

    .storeinfoNav.storeinfo-open li {
        display: block;
    }

    .storeinfoNav li a {
        font-size: 1rem;
        padding: 14px;
        border-top: 1px solid #ddd;
    }

    .storeinfoNav li:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.nav-item > span,
.nav-item > a.nav-link.dropdown-item {
  white-space: nowrap !important;
}

.feedback-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #ffd400;
  color: #000000;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
  font-family: inherit;
}

.catalogue_item {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0px !important;
}

@media screen and (min-width: 992px) {
	.megasection-style {
		margin-left: 50px;
		gap: 1rem;
	}
}

section#ecommerce_bar .navbar-toggler, section#ecommerce_bar .navbar {
      transform: none !important;
}

#topnav_info .nav {
	margin-left: 0;
}

#ecommerce_bar .container {
  max-width: 1400px;
}

.basket_sidebar_item_figure img, #cti-cart-form img {
    max-height: 100px;
}

.catalogue_banner div{
    text-align: center;
}

.catalogue_banner a.catalogue_banner_thumbnail_title > div:has(.catalogue_banner_thumbnail) {
    aspect-ratio: 8/9;
}

.catalogue_banner_thumbnail{
    max-height: 275px;
}


li.row .panel a img {
  max-width: none !important;
  max-height: none !important;
}

li.nav-item.arrow_nav_block img{
    max-width: none;
}