.noscroll {
	overflow-y: hidden;
}

.cart-totals {
	float: none;
}

.ege-preload {
	position: fixed;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5)!important;
	z-index: 999999;
	cursor: wait;
}

.ege-preload .spinner-outside {
	margin: auto auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@keyframes spinner-inside {
	0% { transform: rotate(0) }
	100% { transform: rotate(360deg) }
}
.spinner-inside div { box-sizing: border-box!important }
.spinner-inside > div {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 30px;
	left: 30px;
	border-radius: 50%;
	border: 16px solid #000;
	border-color: #72a499 transparent #72a499 transparent;
	animation: spinner-inside 1.6666666666666665s linear infinite;
}

.spinner-inside > div:nth-child(2), .spinner-inside > div:nth-child(4) {
	width: 104px;
	height: 104px;
	top: 48px;
	left: 48px;
	animation: spinner-inside 1.6666666666666665s linear infinite reverse;
}
.spinner-inside > div:nth-child(2) {
	border-color: transparent #c61932 transparent #c61932
}
.spinner-inside > div:nth-child(3) { border-color: transparent }
.spinner-inside > div:nth-child(3) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}
.spinner-inside > div:nth-child(3) div:before, .spinner-inside > div:nth-child(3) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -16px;
	left: 46px;
	background: #72a499;
	border-radius: 50%;
	box-shadow: 0 124px 0 0 #72a499;
}
.spinner-inside > div:nth-child(3) div:after {
	left: -16px;
	top: 46px;
	box-shadow: 124px 0 0 0 #72a499;
}

.spinner-inside > div:nth-child(4) { border-color: transparent; }
.spinner-inside > div:nth-child(4) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}
.spinner-inside > div:nth-child(4) div:before, .spinner-inside > div:nth-child(4) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -16px;
	left: 28px;
	background: #c61932;
	border-radius: 50%;
	box-shadow: 0 88px 0 0 #c61932;
}
.spinner-inside > div:nth-child(4) div:after {
	left: -16px;
	top: 28px;
	box-shadow: 88px 0 0 0 #c61932;
}
.spinner-outside {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background: none;
}
.spinner-inside {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
}
.spinner-inside div { box-sizing: content-box; }


@media only screen and (max-width: 767px) {
	.cart-wishlist-table tbody tr td.remove {
		z-index: 9;
		top: 0;
		right: 0;
		width: auto !important;
	}
	
	.cart-wishlist-table tbody tr td.price, .cart-wishlist-table tbody tr td.quantity, .cart-wishlist-table tbody tr td.subtotal {
		display: inline-block;
		width: 33%!important;
	}
	
	.my-wishlist-page .cart-wishlist-table tbody tr td.price, .my-wishlist-page .cart-wishlist-table tbody tr td.name {
		width: 50%!important;
		display: inline-block;
	}
	
	.cart-totals {
		width: 100%!important;
	}
	
	.my-refund-page .cart-wishlist-table tbody tr td.price, .my-refund-page .cart-wishlist-table tbody tr td.quantity, .my-refund-page .cart-wishlist-table tbody tr td.subtotal {
		margin-bottom: 5px!important;
	}
	
	.my-refund-page .cart-wishlist-table tbody tr td.remove {
		height: 25px!important;
	}
	
	.my-refund-page .cart-wishlist-table thead {
		display: inline-block;
		width: 100%!important;
		border-bottom: 1px solid #ededed;
	}
	
	.my-refund-page .cart-wishlist-table thead tr {
		width: 100%!important;
	}
	
	.my-refund-page .cart-wishlist-table thead tr th {
		border-bottom: none;
	}
	
	.product-buttons .btn {
		padding: 5px 15px!important;
		font-size: 12px;
	}
}



#cookie-bar {
	background: rgba(0, 0, 0, 0.85);
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 15px 0;
	font-size: 1rem;
	font-weight: 400;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 2px 10px;
	margin-left: 8px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	#cookie-bar a {
		display: inline-block;
		max-width: 150px;
		margin-bottom: 5px;
	}
	
	#cookie-bar p {
		width: 100%!important;
	}
}
#cookie-bar .cb-enable {
	background: #18a899;
}
#cookie-bar .cb-enable:hover {
	background: #fff;
	color: #18a899;
}
#cookie-bar .cb-disable {
	background: #990000;
}
#cookie-bar .cb-disable:hover {
	background: #bb0000;
}
#cookie-bar .cb-policy {
	background: #f8796c;
}
#cookie-bar .cb-policy:hover {
	background: #fff;
	color: #f8796c;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
@media (max-width: 767px) {
	#cookie-bar {
		padding: 5px 0;
	}
}

.single-blog .desc img {
	object-fit: contain;
	height: auto;
}