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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", 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: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(21,79,126);
	--wd-alternative-color: rgb(251,188,51);
	--wd-link-color: rgb(21,79,126);
	--wd-link-color-hover: rgb(251,188,51);
	--btn-default-bgcolor: rgb(21,79,126);
	--btn-default-bgcolor-hover: rgb(227,162,5);
	--btn-accented-bgcolor: rgb(21,79,126);
	--btn-accented-bgcolor-hover: rgb(227,162,5);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(245,188,52);
	background-image: none;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: url(https://riphahlab.com/wp-content/uploads/2024/10/image.webp);
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: right top;
}
.footer-container {
	background-color: rgb(21,79,126);
	background-image: none;
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-family: "Yantramanav", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: rgb(0,0,0);
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
	color: rgb(244,181,34);
}
.page .main-page-wrapper {
	background-color: rgb(249,249,249);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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: 0px;
}

@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;
}
}


.wd-title-style-bordered .liner-continer {
    display: flex;
    align-items: center;
    border-color: rgb(227, 162, 5) !important;
    flex-direction: row;
}
<style>
  .footer-links {
    font-size: 8px !important; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Set the font family */
    color: #fff; /* Set the text color */
    text-align: center; /* Center the text */
  }

  .footer-links a {
    color: #ffff; /* Set link color */
    text-decoration: none; /* Remove underline from links */
    padding: 0 10px; /* Add some spacing between links */
  }

  .footer-links a:hover {
    color: #e3a205; /* Change color on hover */
  }
/* Scroll to Top Button Background Color */
.scrollToTop {
    background-color: #e3a205 !important; /* Change this to your desired background color */
	color:#ffff !important;
}

.scrollToTop:hover {
    background-color: #154f7e !important; /* Change this to your desired hover background color */
	color:#ffff !important;
}

/* Change copyright footer background color */
.site-footer .copyrights {
    background-color: #154f7e; /* Desired footer background color */
    color: #ffffff; /* Text color for contrast */
}

/* Ensure text and links have correct color */
.site-footer .copyrights p, 
.site-footer .copyrights a {
    color: #ffffff; /* Adjust text and link color */
}
@media (max-width: 576px) {
	.wd-title-style-bordered .liner-continer {
    display: flex;
    align-items: center;
    border-color: rgb(227, 162, 5) !important;
    flex-direction: row;
}
}

