@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//fatbikes.ma/wp-content/themes/woodmart/fonts/woodmart-font-3-700.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Hind", 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;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(203,17,6);
	--wd-alternative-color: rgb(5,107,20);
	--wd-link-color: rgb(2,48,71);
	--wd-link-color-hover: rgba(2,48,71,0.82);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(203,17,6);
	--btn-accented-bgcolor-hover: rgb(5,107,20);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(221,51,51);
	background-image: none;
}
.page-title-default {
	background-color: rgb(2,48,71);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(2,48,71);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1450px;
--wd-form-brd-radius: 35px;
--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: 12px;
}

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

@media (min-width: 1450px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Set the cart widget background to white */
.cart-widget-side {
    background-color: white;
    color: black;
}
.cart-widget-side .wd-heading .title,
.cart-widget-side .wd-heading .wd-action-btn,
.cart-widget-side .cart-info .wd-entities-title,
.cart-widget-side .quantity,
.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .woocommerce-mini-cart__buttons .button {
    color: black;
}
.cart-widget-side a span {
    color: black;
}
.cart-widget-side a:hover {
    color: darkgray; 
}
.cart-widget-side .remove {
    color: red;
}
.cart-widget-side .button {
    background-color: white;
    border: 1px solid black;
    color: black;
}
.cart-widget-side .button:hover {
    background-color: black;
    color: white;
}

/* Set the sidebar background to white and text to black */
.mobile-nav {
    background-color: white;
    color: black;
}

/* Style the search input and button */
.mobile-nav .wd-search-form .s {
    background-color: white;
    border: 1px solid black;
    color: black;
}

.mobile-nav .wd-search-form .searchsubmit {
    background-color: black;
    color: white;
    border: none;
}

.mobile-nav .wd-search-form .searchsubmit:hover {
    background-color: darkgray;
}

/* Ensure all links in the menu are styled */
.mobile-nav a,
.mobile-nav .woodmart-nav-link {
    color: black;
}

.mobile-nav a:hover,
.mobile-nav .woodmart-nav-link:hover {
    color: darkgray;
}

/* Style the submenu items */
.mobile-nav .wd-sub-menu {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.mobile-nav .wd-sub-menu a {
    color: black;
}

.mobile-nav .wd-sub-menu a:hover {
    color: darkgray;
}

/* Ensure the wishlist and account icons have consistent colors */
.mobile-nav .menu-item-wishlist .woodmart-nav-link,
.mobile-nav .menu-item-account .woodmart-nav-link {
    color: black;
}

.mobile-nav .menu-item-wishlist .woodmart-nav-link:hover,
.mobile-nav .menu-item-account .woodmart-nav-link:hover {
    color: darkgray;
}

/* Style the nav opener for better visibility */
.mobile-nav .wd-nav-opener {
    color: black;
}

/* Adjust dashboard and account links */
.mobile-nav .woocommerce-MyAccount-navigation-link {
    color: black;
}

.mobile-nav .woocommerce-MyAccount-navigation-link a {
    color: black;
}

.mobile-nav .woocommerce-MyAccount-navigation-link a:hover {
    color: darkgray;
}
/* Add border-radius to the GTranslate popup */
.gt_white_content {
    border-radius: 10px; /* Adjust the radius as needed */
    padding: 20px; /* Add padding to make it look nicer */
    background-color: white; /* Optional: ensure the background color is white */
}

/* Change the language name text color to black */
.gt_languages a span {
    color: black !important; 
	  margin-left: 10px !important;
}

/* Optional: Make sure the flag images have rounded corners */
.gt_languages a img {
    border-radius: 5px; 
	  margin-right: 5px !important;
}


/* PopUp Button */

/* Apply the same style as the other buttons */
.gtranslate_wrapper .gt_switcher-popup {
  display: inline-flex;
  align-items: center;
  background-color: white; 
  color: #023047;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Change background color on hover */
.gtranslate_wrapper .gt_switcher-popup:hover {
  background-color: #2d5575;  /* Adjust to your hover color */
  transform: scale(1.05);
}

/* Style the flag images */
.gtranslate_wrapper .gt_switcher-popup img {
  margin-right: 8px;
}

/* Style the dropdown arrow */
.gtranslate_wrapper .gt_switcher-popup span:last-child {
  font-size: 12px;
  font-weight: bold;
  color: #888;
}

.gt_switcher-popup glink nturl notranslate img{
  border-radius:5px !important;
}
/* Add custom font style if needed */
.gtranslate_wrapper .gt_switcher-popup {
  font-family: 'Arial', sans-serif;  /* Adjust to your desired font */
}

a.gt_switcher-popup img {
    border-radius: 5px !important; 
}
.close-side-widget {
    background-color: transparent; /* No background */
    color: black; /* Set the text color to black */
    padding: 0; /* Remove any unnecessary padding */
    text-align: center; /* Center-align the text */
}

.close-side-widget a {
    color: black; /* Ensure the link text color is black */
    text-decoration: none; /* Remove underline from the link */
    font-weight: bold; /* Optional: Make the text bold */
}

.close-side-widget a:hover {
    text-decoration: underline; /* Optional: Add underline on hover */
}

/* Target the entire header menu */
.wd-header-nav {
    font-size: 14px; /* Adjust the font size to make it larger */
}

/* Optional: Ensure the link text is styled consistently */
.wd-header-nav .woodmart-nav-link {
    font-size: inherit; /* Inherit font size from the parent */
    font-weight: bold; /* Optional: Make the text bold */
    color: black; /* Optional: Set text color */
    text-transform: uppercase; /* Optional: Make the text uppercase */
}


