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

:root {
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--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-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(253,190,2);
	--wd-alternative-color: rgb(242,124,50);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(253,190,2);
	--btn-accented-bgcolor-hover: rgb(234,70,68);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(0,0,0);
	--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: contain;
	background-position: left center;
	--wd-popup-width: 700px;
	--wd-popup-padding: 10px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://modison.co.uk/wp-content/uploads/2025/07/Google_AI_Studio_2025-07-26T10_44_35.061Z.webp);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(253,190,2);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

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

}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--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: 0px;
}

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


.menu-label {
  animation: blink 1s infinite;
}

/* Blink animation */
@keyframes blink {
  0%, 100% {
    color: #fff; /* White */
    text-shadow: 0 0 10px #ff0, 0 0 20px #ff0;
  }
  50% {
    color: #888; /* Dim */
    text-shadow: none;
  }
}

/* Hover par animation rok do */
.menu-label:hover {
  animation-play-state: paused;
}


.categories-accordion-on .widget_product_categories .product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-accordion-on .widget_product_categories .product-categories li,
.categories-accordion-on .widget_product_categories .widget_layered_nav ul li {
  border: 1px solid #ccc;
  margin: 5px 0;
  border-radius: 5px;
}

.categories-accordion-on .widget_product_categories .product-categories li a,
.categories-accordion-on .widget_product_categories .widget_layered_nav ul li a {
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: inherit; /* uses site's base text color */
}

.summary-inner>.wd-action-btn{ margin-top:20px;}

#wps_wpr_copy code{ background: black;}
.wlwl_field_input::placeholder {
  color: black;}
.brand-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.wd-brand-item{
  width: 150px;
  height: 150px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wd-brand-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wd-brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* widgt of brand image */

.widget_brand_thumbnails .brand-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  padding: 20px;
  
  justify-items: center;
  align-items: center;
}

.widget_brand_thumbnails .brand-thumbnails img {
  width: 100%;
  max-width: 160px;
  height: 120px;
  object-fit: contain; /* Keeps aspect ratio, no crop */
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.widget_brand_thumbnails .brand-thumbnails img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
}

.btn2 {
  display: inline-block;
  padding: 10px 20px;
  background: #3498db;
  color: white;
  border-radius: 5px;
  position: relative;
  
  /* Animation settings */
  animation: moveLeftRight 1s infinite alternate ease-in-out;
}

/* Hover pe animation pause */
.btn2:hover {
  animation-play-state: paused;
}

/* Keyframes for left-right movement */
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}

@media (max-width: 576px) {
	.floating-account-icon{
margin-bottom:45px;
}

.floating_button:before{margin-bottom:65px;}
}

