/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-post-find{
	background: #007daa;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	outline: none;
	position: relative;
	line-height: 1.25;
	cursor: pointer;
	white-space: normal;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding: 10px;
	position: relative;
	top: -40px;
	right: 4px;
	margin-bottom:-40px;
}

.glogin{text-align:center}

.btn-post-find:hover{
	color:#ffffff !important;
}

.payment-option__logo {
	display: inline-block !important;
	vertical-align: middle;
}

.currency-selector span {
	display: inline !important;
}

.currency-selector a {
	display: inline !important;
}

iframe {
    min-width: 200px !important;
}

iframe table {
    width: 200px !important;
}

.discount-time {
	display: flex;
	justify-content: center;
	font-size: 14px;
	background-size: 25px;
	padding: 5px;
	color: #e44444;
	backdrop-filter: blur(10px);
	margin-bottom: -10px;
}

@media (max-width: 430px)
{
	.discount-time {
		font-size: 10px;
	}
}

#discountCountDown {
	font-weight: 600;
}

.htmlcontent.displayHtmlContent5 {
    width: 100%;
    margin-bottom: 50px;
}

.page-index #page #wrapper {
	padding-top: 0;
}

.htmlcontent.displayHtmlContent5 .benefits-item--professional-support i {
    background-image: url(https://burkalifa.eu/themes/cosmetics/assets/css/eb98cb64992228e0c17a2ba18034df50.png);
    background-position: -123px -72px;
    width: 26px;
    height: 29px ;
}

.htmlcontent.displayHtmlContent5 {
	width: 100%;
	margin-bottom: 50px;
}

.page-index #page #wrapper {
	padding-top: 0;
}

.htmlcontent.displayHtmlContent5 .benefits-item--professional-support i {
	background-image: url(https://burkalifa.eu/themes/cosmetics/assets/css/eb98cb64992228e0c17a2ba18034df50.png);
	background-position: -123px -72px;
	width: 26px;
	height: 29px ;
}

.carrier-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.checkout-carrier-logo {
	margin: 0 !important;
}

.delivery-option {
	cursor: pointer;
	border-radius: 5px;
	transition: 100ms ease-in-out;
}

.delivery-option label {
	cursor: pointer !important;
}

.delivery-option:hover {
	background: #e7e7e7;
}

@media screen and (max-width: 575px) {
    .checkout-carrier-logo {
		max-width: 100px;
    	margin: 20px !important;
	}
}

/* ETS social login */

#authentication .ets_solo_social_wrapper.lgp {
	border: none;
}

.ets_solo_social_btn{
	max-width: 7rem;
	position: relative;
}

.ets_solo_social_btn.medium {
	line-height: 30px;
	padding-left: 30px;
	padding-right: 0;
}

.ets_solo_social_btn i {
	position: absolute;
	height: 34px;
	left: 0;
	margin: 0;
	line-height: 35px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ets_solo_social {
	justify-content: center;
}

.ets_solo_social_item {
	width: initial;
}

.ets_solo_social_btn.medium i{
	font-size: 18px;
}

.ets_solo_social_title {
	text-align: center;
}

.ets_solo_social_wrapper {
	margin-bottom: 2rem;
}


@media screen and (max-width: 575px) {
	.checkout-carrier-logo {
		max-width: 100px;
		margin: 20px !important;
	}
}
@media (min-width: 992px) {
	.header-top {
		position: relative;
		background: #313e47 !important;
		color: #c9cccf;
	}
}

@media (max-width: 1199.98px) {
	.header_user_info__list {
		background: #313e47;
	}

	.header_user_info__list a {
		color: #c9cccf;
	}
}

.help-block {
    color: red; 
    font-size: 14px;
    margin: 10px auto; 
    background-color: #ffe6e6;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffcccc; 
    text-align: center; 
    display: block; 
    max-width: 400px; 
}
.out_of_stock {
    color: #fff; /* Elegant red */
    font-weight: bold;
    font-size: 16px;
    background: red; /* Stylish gradient */
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: blink 1.5s infinite alternate;
}

/* Optional blinking effect */
@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}



