@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//otticoeyecare.co.ke/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=7.2.4") format("woff2");
	font-display:swap;
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", 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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--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;
}
:root{
--wd-primary-color:rgb(221,51,51);
}
:root{
--wd-alternative-color:rgb(255,255,255);
}
:root{
--wd-link-color:rgb(221,51,51);
--wd-link-color-hover:rgb(255,255,255);
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(221,51,51);
}
:root{
--btn-accented-bgcolor-hover:rgb(221,51,51);
}
:root{
--notices-success-bg:rgb(221,51,51);
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.onsale{
	background-color:rgb(221,51,51);
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
							--btn-default-brd-radius: 35px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
			
					
					
			
							--btn-accented-brd-radius: 35px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
			
					
							
					--wd-brd-radius: 8px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
			:root {
			--wd-header-banner-h: 40px;
		}
		@media (max-width: 1024px) {
			:root {
				--wd-header-banner-h: 40px;
			}
		}
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* ============================= */
/* GLOBAL RESET                  */
/* ============================= */
*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #222;
  background-color: #ffffff;
  line-height: 1.6;
}

/* ============================= */
/* HEADER                        */
/* ============================= */
header,
.site-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-logo,
.custom-logo img,
.site-logo img {
  filter: none !important;
  box-shadow: none !important;
}

/* ============================= */
/* NAVIGATION                    */
/* ============================= */
.main-navigation a {
  color: #222;
  font-weight: 500;
  padding: 10px 14px;
}

.main-navigation a:hover {
  color: #c90d0d;
}

/* ============================= */
/* CTA BUTTONS                   */
/* ============================= */
button,
.wp-block-button__link,
.elementor-button,
.menu-cta a {
  background-color: #c90d0d !important;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

button:hover,
.wp-block-button__link:hover,
.elementor-button:hover,
.menu-cta a:hover {
  background-color: #a50b0b !important;
  transform: translateY(-1px);
}

/* ============================= */
/* HERO                          */
/* ============================= */
.hero,
.elementor-section:first-of-type {
  padding: 60px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}

.hero p {
  font-size: 1.1rem;
  color: #555;
}

/* ============================= */
/* TRUST BAR                     */
/* ============================= */
.trust-bar {
  display: flex;
  justify-content: space-around;
  padding: 15px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

/* ============================= */
/* SERVICES GRID                 */
/* ============================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service-box {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}

.service-box:hover {
  border-color: #c90d0d;
}

/* ============================= */
/* SECTION SPACING               */
/* ============================= */
section {
  padding: 60px 20px;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* ============================= */
/* TESTIMONIALS                  */
/* ============================= */
.testimonial {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  font-style: italic;
  background: #fff;
}

/* ============================= */
/* FOOTER                        */
/* ============================= */
footer {
  background: #111;
  color: #fff;
  padding: 40px 20px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #c90d0d;
}

/* ============================= */
/* WHATSAPP FLOAT                */
/* ============================= */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  padding: 14px 16px;
  border-radius: 50px;
  font-weight: 700;
  z-index: 1000;
}

/* ============================= */
/* ELEMENTOR CLEANUP             */
/* ============================= */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}

/* ============================= */
/* MOBILE                        */
/* ============================= */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8rem;
  }

  .trust-bar {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  button,
  .elementor-button {
    width: 100%;
  }
}
/* ============================= */
/* CALL BUTTON (HEADER CTA)      */
/* ============================= */
.call-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c90d0d;
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Phone icon */
.call-cta a::before {
  content: "📞";
  font-size: 16px;
  line-height: 1;
}

/* Hover */
.call-cta a:hover {
  background-color: #a50b0b;
  transform: translateY(-1px);
}

/* ============================= */
/* MOBILE                        */
/* ============================= */
@media (max-width: 768px) {
  .call-cta a {
    width: 100%;
    justify-content: center;
  }
}@media (max-width: 576px) {
	/* HTML: <div class="loader"></div> */
.loader {
  display: inline-flex;
  gap: 10px;
}
.loader:before,
.loader:after {
  content: "";
  height: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(#222 0 0) top/100% 40% no-repeat,
    radial-gradient(farthest-side,#000 95%,#0000) 50%/8px 8px no-repeat
    #fff;
  animation: l7 1.5s infinite alternate ease-in;
}
@keyframes l7 {
  0%,
  70% {background-size:100% 40%,8px 8px}
  85% {background-size:100% 120%,8px 8px}
  100% {background-size:100% 40%,8px 8px}
}
}

