/*
 * 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; }
}


 /* ============================================================
   BURKALIFA — Improved Mobile Menu
   Replaces / overrides the existing mobile menu styles
   ============================================================ */

@media (max-width: 991px) {

  /* -- Root tokens -- */
  :root {
    --mm-bg:          #0e0e0e;
    --mm-surface:     #161616;
    --mm-surface-2:   #1c1c1c;
    --mm-border:      rgba(255,255,255,0.07);
    --mm-gold:        #d6b98c;
    --mm-gold-dim:    rgba(214,185,140,0.15);
    --mm-gold-dim2:   rgba(214,185,140,0.08);
    --mm-text:        #f0ebe3;
    --mm-text-muted:  #8a8178;
    --mm-radius-pill: 999px;
    --mm-radius-card: 18px;
    --mm-ease:        cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* -- Wrapper -- */
  body #mobile_top_menu_wrapper {
    margin: 0;
    padding: 0;
    background: var(--mm-bg);
    border-top: 1px solid var(--mm-border);
  }

  /* -- Top bar (user icon + search) -- */
  body #mobile_top_menu_wrapper .wrapper-modules {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: var(--mm-bg);
    border-bottom: 1px solid var(--mm-border);
  }

  /* -- User icon button -- */
  body #_mobile_user_info { flex: 0 0 auto; }

  body #_mobile_user_info .header_user_info__toggle-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(214,185,140,0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mm-surface);
    box-shadow: 0 0 0 0 rgba(214,185,140,0);
    cursor: pointer;
    transition: border-color 0.2s var(--mm-ease),
                box-shadow 0.2s var(--mm-ease),
                background 0.2s var(--mm-ease);
  }

  body #_mobile_user_info .header_user_info__toggle-btn:hover,
  body #_mobile_user_info .header_user_info__toggle-btn:focus {
    background: var(--mm-surface-2);
    border-color: var(--mm-gold);
    box-shadow: 0 0 0 3px var(--mm-gold-dim);
    outline: none;
  }

  body #_mobile_user_info .header_user_info__toggle-btn,
  body #_mobile_user_info .header_user_info__toggle-btn i,
  body #_mobile_user_info .header_user_info__toggle-btn::before {
    color: var(--mm-gold);
  }

  /* user dropdown */
  body #_mobile_user_info .header_user_info__list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 50;
    min-width: 210px;
    background: var(--mm-surface-2);
    border: 1px solid var(--mm-border);
    border-radius: var(--mm-radius-card);
    padding: 6px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5),
                0 0 0 1px rgba(255,255,255,0.04) inset;
    animation: mm-dropdown 0.22s var(--mm-ease);
    transform-origin: top left;
  }

  @keyframes mm-dropdown {
    from { opacity: 0; transform: scale(0.95) translateY(-6px); }
    to   { opacity: 1; transform: scale(1)    translateY(0); }
  }

  body #_mobile_user_info .header_user_info__list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    color: var(--mm-text);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    transition: background 0.15s ease, color 0.15s ease;
  }

  body #_mobile_user_info .header_user_info__list a:hover {
    background: var(--mm-gold-dim);
    color: var(--mm-gold);
  }

  body #_mobile_user_info .header_user_info__list a i {
    font-size: 18px;
    color: var(--mm-gold);
    opacity: 0.8;
  }

  /* -- Search bar -- */
  body #_mobile_search_bar {
    flex: 1 1 auto;
    min-width: 0;
  }

  body #_mobile_search_bar .search-bar {
    display: block !important;
    width: 100%;
    margin: 0;
  }

  body #_mobile_search_bar .search-bar__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: var(--mm-radius-pill);
    background: var(--mm-surface);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  body #_mobile_search_bar .search-bar__wrap:focus-within {
    border-color: rgba(214,185,140,0.45);
    box-shadow: 0 0 0 3px var(--mm-gold-dim);
  }

  body #_mobile_search_bar .search-bar__text {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0 14px;
    font-size: 14px;
    color: var(--mm-text);
    outline: none;
    letter-spacing: 0.01em;
  }

  body #_mobile_search_bar .search-bar__text::placeholder {
    color: var(--mm-text-muted);
    opacity: 1;
  }

  body #_mobile_search_bar .search-bar__btn {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    cursor: pointer;
    color: var(--mm-gold);
    transition: color 0.15s ease;
  }

  body #_mobile_search_bar .search-bar__btn:hover { color: #fff; }

  /* -- Main menu list -- */
  body #_mobile_top_menu { background: var(--mm-bg); padding: 0; }

  body #_mobile_top_menu .top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--mm-bg);
  }

  body #_mobile_top_menu .top-menu > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid var(--mm-border);
    background: var(--mm-bg);
  }

  body #_mobile_top_menu .top-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 16px 54px 16px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--mm-text);
    text-decoration: none;
    background: var(--mm-bg);
    transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
  }

  body #_mobile_top_menu .top-menu > li > a:not(.dropdown-item) {
    padding-right: 18px;
  }

  body #_mobile_top_menu .top-menu > li > a:hover,
  body #_mobile_top_menu .top-menu > li > a:focus {
    background: var(--mm-gold-dim2);
    color: var(--mm-gold);
    padding-left: 22px;
    outline: none;
  }

  /* gold left-border accent on hover */
  body #_mobile_top_menu .top-menu > li > a::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 60%;
    background: var(--mm-gold);
    border-radius: 0 3px 3px 0;
    transition: transform 0.22s var(--mm-ease);
  }

  body #_mobile_top_menu .top-menu > li > a:hover::before,
  body #_mobile_top_menu .top-menu > li > a:focus::before {
    transform: translateY(-50%) scaleY(1);
  }

  /* -- Toggler (chevron) -- */
  body #_mobile_top_menu .input-toggler { display: none; }

  body #_mobile_top_menu .navbar-toggler {
    position: absolute;
    top: 50%; right: 14px;
    transform: translateY(-50%);
    width: 30px; height: 30px;
    margin: 0; padding: 0; border: 0;
    display: flex;
    align-items: center; justify-content: center;
    cursor: pointer; z-index: 3;
    background: var(--mm-gold-dim2);
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  body #_mobile_top_menu .navbar-toggler .material-icons {
    display: block;
    font-family: 'Material Icons' !important;
    font-style: normal; font-weight: normal;
    font-size: 20px; line-height: 1;
    letter-spacing: normal; text-transform: none;
    white-space: nowrap;
    color: var(--mm-gold);
    pointer-events: none;
    transition: transform 0.3s var(--mm-ease);
  }

  body #_mobile_top_menu .navbar-toggler .remove { display: none; }

  /* toggler open state */
  body #_mobile_top_menu .input-toggler:checked ~ a .navbar-toggler {
    background: var(--mm-gold-dim);
  }

  body #_mobile_top_menu .input-toggler:checked ~ a .navbar-toggler .material-icons {
    transform: rotate(180deg);
  }

  body #_mobile_top_menu .input-toggler:checked ~ a .navbar-toggler .add  { display: none; }
  body #_mobile_top_menu .input-toggler:checked ~ a .navbar-toggler .remove { display: block; }

  /* active row highlight */
  body #_mobile_top_menu .top-menu > li > .input-toggler:checked ~ a {
    background: var(--mm-gold-dim2);
    color: var(--mm-gold);
    border-bottom: 1px solid rgba(214,185,140,0.2) !important;
  }

  body #_mobile_top_menu .top-menu > li > .input-toggler:checked ~ a::before {
    transform: translateY(-50%) scaleY(1);
  }

  /* -- Sub-menu -- */
  body #_mobile_top_menu .sub-menu {
    display: none;
    position: static;
    width: 100%;
    margin: 0; padding: 0;
    background: var(--mm-surface);
    border: 0; box-shadow: none;
  }

  body #_mobile_top_menu .input-toggler:checked + .sub-menu { display: block; }
  body #_mobile_top_menu .top-menu > li > .input-toggler:checked ~ .sub-menu { border-top: 0; }

  body #_mobile_top_menu .sub-menu .inner-wrapper { margin: 0; padding: 4px 0; }

  body #_mobile_top_menu .sub-menu .top-menu {
    margin: 0; padding: 0;
    background: var(--mm-surface);
  }

  body #_mobile_top_menu .sub-menu .top-menu li {
    margin: 0;
    border-top: 1px solid var(--mm-border);
    background: var(--mm-surface);
  }

  body #_mobile_top_menu .sub-menu .top-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px 13px 28px;
    font-size: 13px; line-height: 1.4; font-weight: 400;
    color: var(--mm-text-muted);
    text-decoration: none;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  }

  body #_mobile_top_menu .sub-menu .top-menu li a::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--mm-gold);
    opacity: 0.5;
    flex-shrink: 0;
    margin-right: 4px;
  }

  body #_mobile_top_menu .sub-menu .top-menu li a:hover,
  body #_mobile_top_menu .sub-menu .top-menu li a:focus {
    background: var(--mm-gold-dim2);
    color: var(--mm-gold);
    padding-left: 32px;
    outline: none;
  }

  /* -- Site nav (secondary links) -- */
  body #_mobile_site_navigation {
    margin: 0;
    padding: 8px 0 0;
    background: var(--mm-bg);
    border-top: 6px solid var(--mm-surface);
  }

  body #_mobile_site_navigation .site-navigation {
    list-style: none; margin: 0; padding: 0;
    background: var(--mm-bg);
  }

  body #_mobile_site_navigation .site-navigation li {
    margin: 0;
    border-bottom: 1px solid var(--mm-border);
  }

  body #_mobile_site_navigation .site-navigation li a {
    display: block;
    padding: 13px 18px;
    font-size: 13px; line-height: 1.35;
    color: var(--mm-text-muted);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }

  body #_mobile_site_navigation .site-navigation li a:hover,
  body #_mobile_site_navigation .site-navigation li a:focus {
    background: var(--mm-gold-dim2);
    color: var(--mm-gold);
    outline: none;
  }

  /* -- Contact block -- */
  body #_mobile_contact {
    padding: 14px;
    background: var(--mm-bg);
    border-top: 6px solid var(--mm-surface);
  }

  body #_mobile_contact .contact-header {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: inherit;
    background: var(--mm-surface);
    border: 1px solid rgba(214,185,140,0.18);
    border-radius: var(--mm-radius-card);
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  body #_mobile_contact .contact-header:hover {
    border-color: rgba(214,185,140,0.45);
    box-shadow: 0 4px 24px rgba(0,0,0,0.35), 0 0 0 3px var(--mm-gold-dim);
    background: var(--mm-surface-2);
  }

  body #_mobile_contact .contact-header-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  body #_mobile_contact .contact-header-details__phone {
    display: block;
    font-size: 15px; font-weight: 700;
    line-height: 1.2;
    color: var(--mm-gold);
    letter-spacing: 0.01em;
  }

  body #_mobile_contact .contact-header-details__work-time {
    display: block;
    margin-top: 3px;
    font-size: 12px; line-height: 1.3;
    color: var(--mm-text-muted);
  }

  /* -- Coupon image -- */
  

  /* -- Global transitions -- */
  body #_mobile_top_menu .top-menu > li > a,
  body #_mobile_top_menu .sub-menu .top-menu li a,
  body #_mobile_site_navigation .site-navigation li a,
  body #_mobile_user_info .header_user_info__list a,
  body #_mobile_contact .contact-header,
  body #_mobile_search_bar .search-bar__wrap {
    transition: all 0.2s var(--mm-ease);
  }
}


.coupon-img-brk {
    display: inline-block;
    position: absolute;
    left: 6rem;
    width: 40px;
    height: 35px;
    max-width: 100%;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .coupon-img-brk {
          width: 40px;
    height: 35px;
        left: 1rem;
    }
}