HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/scientificreligi/public_html/wp-content/themes/scientific-religion/assets/less/header.less
@import "base/header";

.customize-search > a,
.shopping-cart-icon .icon a,
.gf-toggle-icon {
	display: inline-block;
	font-size: 18px;
	.transition(0.3s);
	text-align: center;
}

/**
* Shopping Cart
* ----------------------------------------------------------------------------
*/
.shopping-cart-icon {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
	.subtotal-info-wrapper {
		display: none;
	}
	> .icon {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		a {
			.gsf-link;
			.transition(all 0.3s);
			padding-right: 15px;
		}
		i {
			font-size: 18px;
		}
		span {
			position: absolute;
			margin: auto;
			top: -8px;
			right: 3px;
			text-align: center;
			font-size: 12px;
			width: 16px;
			height: 16px;
			.border-radius(50%);
			background-color: @accent_color !important;
			color: @foreground_accent_color !important;
			line-height: 16px;
			padding-right: 1px;
		}
	}
}

.shopping-cart-list {
	font-size: 16px;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 50px;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	padding: 20px 20px 40px;
	width: 320px;
	line-height: 1.6;
	.transition(all 0.3s);
	-webkit-transition-timing-function: cubic-bezier(.71,.75,.12,.18);
	-moz-transition-timing-function: cubic-bezier(.71,.75,.12,.18);
	-ms-transition-timing-function: cubic-bezier(.71,.75,.12,.18);
	-o-transition-timing-function: cubic-bezier(.71,.75,.12,.18);
	transition-timing-function: cubic-bezier(.71,.75,.12,.18);
	transition-delay: 0.2s;
	ul.product_list_widget {
		position: relative;
		list-style: none;
		padding: 0;
		margin: 0;
		max-height: 384px;
		margin-right: -20px;
		padding-right: 20px;
		white-space: normal;
	}
	ul.product_list_widget li {
		padding-bottom: 20px;
		padding-top: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid;
		&:last-of-type {
			margin-bottom: 0;
			border-bottom: none;
		}
	}
	ul.product_list_widget li img {
		width: 80px;
		float: left;
		margin-left: 0;
		margin-right: 20px;
	}
	ul.product_list_widget li, p.total {
		position: relative;
	}
	ul.product_list_widget .product-item-name {
		display: block;
		font-family: @primary_font;
		font-size: 14px;
		padding-right: 25px;
		font-weight: 700;
		color: @heading_color;
		.transition(all 0.3s);
		margin-bottom: 10px;
	}
	ul.product_list_widget li.empty {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		padding-top: 20px;
		text-align: center;
	}
	li.mini_cart_item a.remove {
		position: absolute;
		right: 0;
		top: 0;
		width: 18px;
		height: 25px;
		line-height: 25px;
		border: none;
		color: @heading_color;
	}
	span.quantity {
		margin-top: 4px;
		display: block;
		font-size: 13px;
		color: @heading_color;
		font-weight: 700;
		.amount {
			color: @primary_color;
		}
	}
	p.total {
		padding-top: 15px;
		border-top: 1px solid;
		margin-bottom: 17px;
		color: @heading_color;
		.amount {
			float: right;
			font-size: 18px;
			font-weight: 700;
		}
	}
	p.buttons {
		text-align: center;
		border-top: solid 1px;
		padding-top: 15px;
		margin-bottom: 0;
		width: 100%;
		.display-flex();
		.justify-content(space-between);
		.wc-forward {
			font-size: 12px;
			padding-left: 25px;
			padding-right: 25px;
			min-width: unset;
			&:hover {
				color: #fff;
			}
		}
		a.wc-forward + a.wc-forward {
			margin-left: 16px;
		}
	}
}

.widget_shopping_cart_content {
	position: relative;
	text-align: left;
}
.widget_shopping_cart_content:hover .shopping-cart-list,
.item-shopping-cart.show-cart .shopping-cart-list {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}


// header customize
.customize-social-networks {
	.gf-social-icon {
		> li {
			margin-bottom: 0;
			&:extend(.disable-color);
			margin-right: 30px;
			a {
				display: block;
				&:hover {
					&:extend(.heading-color);
					.transform(scale(1.15));
				}
			}
		}
	}
}
.customize-custom-html {
	a {
		.transition(all 0.3s);
		.gsf-link;
		font-size: 14px;
	}
}

@media (max-width: 1439px) {
	.customize-search {
		.search-form {
			width: 150px;
		}
	}
}
@media screen and (min-width: (@header_responsive_breakpoint + 1px)) {
	.header-customize-separator {
		width: 1px;
		height: 18px;
	}
}

.top-bar {
	 .wpb_content_element {
		 margin-bottom: 0;
	 }
	 .widget + .widget {
		 margin-top: 0;
		 margin-left: 83px;
	 }
 }
@media (max-width: 1199px) {
	.top-bar {
		.widget + .widget {
			margin-left: 30px;
		}
	}
}