/* Responsiveness */
@media screen and (max-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.hidden-tablet {
		display: none;
	}
}

@media screen and (min-width: 991px) {
	.hidden-desktop {
		display: none;
	}
}

/* Top Trading Hours */
#sp-top3 {
	text-align: center;
	letter-spacing: 4px;
	word-spacing: 2px;
}

/* Logo */
#sp-header .logo {
	margin: 0px auto;
}

@media screen and (max-width: 575px) {
	#sp-header .logo {
		height: 110px;
	}
	
	.offcanvas-menu .logo-image {
		height: 60px;
	}
	
}

/* Menu */
#sp-menu {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#offcanvas-toggler {
		height: 110px;
		line-height: 110px;
	}
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.offcanvas-menu .logo {
	padding-top: 50px;
}

/* home page */

p:has(.arrow-link) {
	margin-bottom: 0px !important;
}

.arrow-link {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    text-decoration: none;
    color: black; /* Adjust color to match the design */
    font-weight: 500;
}

.arrow-link::after {
    content: '\2192'; /* Unicode for right arrow */
    font-size: 1.5rem;
    margin-left: 10px;
    transition: margin-left 0.3s;
}

.arrow-link:hover::after {
    margin-left: 40px;
}

/* Mini Menu Header */
.icon-l img, .icon-l .sppb-addon-header a h5 {
	transition: all 0.5s;
}

.icon-l:hover img, .icon-l:hover .sppb-addon-header a h5 {
	color: rgba(4,22,28,1) !important;
	filter: opacity(100%) !important;
	transition: all 0.5s;
}

/* Contact page */
#column-id-1726570734402 {
	border-radius: 20px !important;
	overflow: hidden !important;
}

.formControls input {
	padding: 24px 20px !important;
	border-radius: 255px;
}

.formControls textarea {
	padding: 15px 20px !important;
	border-radius: 20px;
}

.formControls #Submit {
	padding: 10px 40px 10px 40px;
	border-radius: 255px;
	background: #000;
	letter-spacing: 2px;
	font-size: 18px;
	border-color: #000 !important;
}

/* trading page */
#trading-search-section {
	z-index: 9 !important;
}

/* custom stores accordian */

.accordion {
	color: #fff;
	cursor: pointer;
	padding: 18px 24px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	text-transform: uppercase !important;
	transition: 0.4s;
}

#main-holder .accordion {
	background-color: #000;
	border-radius: 255px;
}


.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	transition: max-height 0.5s ease-out;
}

.panel > .stores.row:nth-child(even) {
	background: #fafafa !important;
}

.panel .stores.row, .panel .stores-header.row  {
	padding: 10px 0px;
	font-size: 18px;
}

.panel .stores.row:last-child {
	border-bottom: 0px solid #ccc;
}

.panel > .stores-header:first-child {
	display: flex !important;
	background: #888;
	margin-top: 10px;
	color: #fff;
}

.panel > .stores-header:not(:first-child) {
	display: none;
}

.stores-header  {
	padding-top: 20px;
	font-weight: bold !important;
}

.store-name {
	text-align: left; 
	width: 35%;
}

.telephone-number {
	text-align: left; 
	width: 30%;
}

.trading-hours {
	width: 35%;
}

.is_ajaxsearch .form-inline input {
	margin-left: 0px !important;
}



@media screen and (max-width: 767px) {
	
	.panel {
		padding: 0px;
	}
	
	.panel .stores div {
		width: 100% !important;
	}
	
	.panel .stores .store-information {
		text-align: left !important;
	}
	
	.panel > .stores-header, .panel > .stores-header:first-child {
		display: none !important;
	}
	
	.store-name {
		text-align: left; 
	}

	.store-number {
		text-align: left; 
	}

	.telephone-number {
		text-align: left; 
	}
	
	.store-name:before {
		content: "STORE: "; 
	}

	.telephone-number:before {
		content: "CONTACT NO: ";  
	}
	
	.trading-hours:before {
		content: "TRADING HOURS: ";
		display: block;
	}
	
}

/* Ajax Search */

#search-bar {
z-index: 9 !important;
}

#is_ajaxsearch_result {
    width: 100%;
    right: 0px;
}

#is_ajaxsearch_result .result-products span {
	text-align: center !important;
}

#is_ajaxsearch_result .result-element {
	width: 25% !important;
	float: left !important;
	border-top: none !important;
	min-height: 168px !important;
}

.is_ajaxsearch .form-inline input {
	max-width: 500px;
	margin: auto !important;
	border-radius: 255px !important;
	padding: 20px !important;
	border-color: #aaa !important;
	color: #aaa;
}

@media screen and (max-width: 767px) {
	#is_ajaxsearch_result {
		width: 100% !important;
		right: 0px;
	}

	#is_ajaxsearch_result .result-element {
		width: 50% !important;
		float: left !important;
		border-top: none !important;
	}
	
	#is_ajaxsearch_result .result_box .result_img {
		width: 100% !important;
	}
}

.pagination_wrap {
	display: none !important;
}

.result_content {
	width: 100% !important;
}

#is_ajaxsearch_result .result-element img {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	padding: 0px !important;
	max-height: 200px;
	width: auto;
}

#is_ajaxsearch_result .result-element {
	border-bottom: none !important;
}

#is_ajaxsearch_result .result_box .result_img {
	width: 100%;
}

[id^="mod-ajaxsearch-searchword_"] {
	margin: 0 !important;
	height: 46px !important;
	border-radius: 0px !important;
}

.is_ajaxsearch .btn-toolbar input.clearable.x {
	background-position: 98%;
}

.is_ajaxsearch .btn-toolbar input.clearable {
	background: #fff url("/images/trading/search.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 97%;
	cursor: pointer;
	position: relative;
}


/* */


[id^="sppb-addon-wrapper-"]:has(.bottom-bk-grey) {
	background: #efefef !important;
	background-clip: border-box;
	border-radius: 0px 0px 20px 20px !important;
}

#section-id-1723457044958 {
	z-index: -1 !important;
}

@media screen and (max-width: 575px) {
	[id^="sppb-addon-"]:has(.sppb-addon-single-image.img-btm) {
		width: 720px;
		margin-left: -25%;
	}
}












































