@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//getfully.ae/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(7,9,80);
	--wd-alternative-color: rgb(239,230,221);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(7,9,80);
	--btn-default-bgcolor-hover: rgb(6,0,48);
	--btn-accented-bgcolor: rgb(7,9,80);
	--btn-accented-bgcolor-hover: rgb(2,0,33);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://getfully.ae/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(7,9,77);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.whb-header.whb-sticked .whb-color-light:not(.whb-with-bg) {
    background-color: #ffffff;
}
.whb-header.whb-sticked .whb-color-light .wd-nav[class*="wd-style-"]>li>a{
	color:#000000;
}

.whb-header.whb-sticked .whb-color-light .wd-tools-element>a {
    color: #000000;
}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {
    object-fit: cover !important;
    height: 400px !important;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: var(--e-global-color-accent) !important;
}.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    background-color: #ffffff !important;
}
.whb-sticky-shadow.whb-sticked .current-menu-item .nav-link-text {
    color: #000000;
    font-weight: bold;
}
.whb-sticky-shadow.whb-sticked .wd-nav[class*="wd-style-"]>li>a {
    color: #000000;
}
.whb-sticky-shadow.whb-sticked .whb-color-light .wd-tools-element {
    --wd-header-el-color: #000000;
    --wd-header-el-color-hover: #000000;
}
.woocommerce-product-gallery img {
    height: 350px !important;
    object-fit: cover !important;
}
.call-icon.wal.whatsapp_contact_cart_page, .call-icon.wal.whatsapp_contact {
    min-height: 42px; 
	
}
.single-product .whatsapp_link{
	flex: 0 0 auto;
}
.woocommerce-cart #whatsapp_link_cart_page {
    width: 100%;
	margin-right:0 !important;
}
#apartment-type-radio-group {
    margin-top: 8px;
	display:block;
}
table.variations .value {
    display: none;
}
table.variations {
    margin-bottom: 2px !important;
}



/* CUSTOM RADIO BUTTON STYLE */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: border-color 0.2s ease;
}

input[type="radio"]:hover {
  border-color: #999;
}

input[type="radio"]:checked {
  border-color: #0073aa;
}

input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #07094d;
  border-radius: 50%;
}

/* CUSTOM CHECKBOX STYLE */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: border-color 0.2s ease;
  margin-right: 5px;
}

input[type="checkbox"]:hover {
  border-color: #999;
}

input[type="checkbox"]:checked {
  border-color: #0073aa;
  background-color: #07094d;
}

input[type="checkbox"]:checked::after {
  content: '\2714'; /* Unicode checkmark */
  color: #fff;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 16px;
}

/* LABEL STYLING (optional) */
label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

#apartment-type-radio-group {
  margin-top: 10px;
}

#apartment-type-radio-group a#clear-apt-type {
  font-size: 13px;
  color: #0073aa;
  text-decoration: none;
  margin-top: 5px;
  display: inline-block;
}

#apartment-type-radio-group a#clear-apt-type:hover {
  text-decoration: underline;
}


.addon-info {
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    margin-left: 2px;
    background-color: #db9234;
    border: 1px solid #ffffff;
    border-radius: 38px;
    padding: 0px 8px;
}


.single-product .wc-pao-addon-wrap > div{
	margin-bottom:12px;
}
.single-product #apartment-type-radio-group > label{
	margin-bottom:8px;
}
#apartment-type-radio-group label:after {
    content: none;
}

.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.custom-lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 90%;
    max-height: 90%;
}

.custom-lightbox img {
    max-width: 100%;
    max-height: 80vh;
    margin-bottom: 10px;
}


.close-lightbox {
    color: #ffffff;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    font-size: 16px;
    font-weight: 400;
    background: black;
    border-radius: 20px;
    min-height: auto;
    padding: 4px 10px;
    text-transform: none;
}

    .scrollToTop {
        right: 0px !important;
        left: 12px !important;

    }
@media (min-width: 1024px) {
	.wa__btn_popup {
    bottom: 20px !important;
    right: 12px !important;

}
}
@media (max-width: 780px) {
    .whatsapp_contact {
        margin-left: 0px !important;
			    padding-left: 17px !important;
    padding-right: 18px !important;
    }
	
}
button.mfp-close {
    top: 0 !important;
    right: 0px !important;
    color: #000000 !important;
}
button.mfp-close:hover {
    color: #000000 !important;
}
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

.elementor-widget-wrap>.elementor-element.h-100, .h-100 .elementor-widget-container, .h-100 .info-box-wrapper, .h-100 .info-box-wrapper .wd-info-box {
    height: 100%;
}
.h-100 .info-box-wrapper {
    height: 100%;
}

.wd-nav[class*="wd-style-"]> li > a{
    color: var(--nav-color);
    font-weight: 400 !important;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: var(--nav-color);
    font-weight: 900 !important;
}

.fma_options{
    margin-bottom: 10px !important;
}
.fma_options > label > input {
    margin-right: 4px !important;
    margin-bottom: 4px !important;
}
	.fme_close_btn .button {
    min-width: 120px;
}
.apartment-note {
	font-size: 1em;
  color: #555;
  margin-top: 10px;
	margin-bottom: 5px;
}
.product-wrapper br {
    display: none;
}
li.rank-math-html-sitemap__item {
    font-size: 18px;
}

#cmplz-manage-consent {
    display: none;
}
#cmplz-document p {
    font-size: 18px;
}
#cmplz-document h2 {
    font-size: 22px;
    font-weight: 500;
    color: #07094d;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
@media (max-width: 780px) {
    .sticky-toolbar-on .scrollToTop {
        bottom: 100px !important;
    }
	.wa__btn_popup{
		  bottom: 95px !important;
	}
}

.wpml-ls-menu-item .wpml-ls-flag {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px !important;
}

#wc-stripe-express-checkout-element-googlePay, #wc-stripe-express-checkout-element-link, #wc-stripe-express-checkout-element-googlePay, #wc-stripe-express-checkout-element-link, #wc-stripe-express-checkout-element-applePay {
    width: 100% !important;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 18px;
}
#wc-stripe-new-payment-method{
	min-width: 20px !important;
}

.grecaptcha-badge {
	visibility: hidden !important;
	pointer-events: none !important;
}

#contact-form [id^="popup-"] input::placeholder,
#contact-form [id^="popup-"] textarea::placeholder,
#contact-form #first-name input::placeholder,
#contact-form #email input::placeholder,
#contact-form #phone input::placeholder,
#contact-form #message textarea::placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}

.wpcf7-spinner {
	position: relative !important;
	right: 50px !important;
}

input[type="checkbox"]:checked::after {
    color: #fff !important;
}

input[type="checkbox"]:checked {
    color: #fff !important;

}

div.wpcf7 .wpcf7-spinner:before {
	left: 31px !important;
	border-left-color: #ffffff !important;
}

#submit-btn > input {
	width: 120px !important;
}