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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(94,94,94);
	--wd-text-font-size: 16px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", 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: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", 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: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(240,68,56);
	--wd-alternative-color: rgb(251,188,52);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(244,165,28);
	--btn-accented-bgcolor-hover: rgb(222,150,26);
	--wd-form-brd-width: 1px;
	--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: rgb(255,255,255);
	background-image: url(https://bilteknik.com.tr/wp-content/uploads/2021/08/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,0,0);
	background-image: url(https://bilteknik.com.tr/wp-content/uploads/2025/07/shattered.png);
	background-repeat: repeat;
	background-size: contain;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.whb-top-bar .wd-nav.wd-nav-secondary > li > a {
	color: rgb(255,255,255);
}
.whb-top-bar .wd-nav.wd-nav-secondary > li:hover > a, .whb-top-bar .wd-nav.wd-nav-secondary > li.current-menu-item > a {
	color: rgb(240,68,56);
}
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-focus: rgb(240,68,56);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 8px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


time.woocommerce-review__published-date {
    display: none !important;
}


.feature-boxes {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.feature-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 40px 25px;
  text-align: center;
  flex: 1 1 300px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.04);
}

.feature-box i {
    font-size: 100px;
    color: #3f51b5;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.feature-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.feature-box p {
  font-size: 15px;
    color: #555;
    line-height: 2.2;
    margin: 0;
}

.feature-box:hover {
  background: #3f51b5;
  color: #fff;
  transform: translateY(-6px);
}

.feature-box:hover i,
.feature-box:hover h4,
.feature-box:hover p {
  color: #fff;
}

.wd-nav-vertical.wd-design-with-bg {
    background-color: rgb(63 81 181) !important;
}

/* Belirli ikonlara mavi renk uygula */
span.wd-nav-icon.fa.fa-fas.fa-home,
span.wd-nav-icon.fa.fa-fas.fa-lightbulb,
span.wd-nav-icon.fa.fa-fas.fa-cart-plus,
span.wd-nav-icon.fa.fa-fas.fa-clock,
span.wd-nav-icon.fa.fa-fas.fa-fire {
    color: #3f51b5;
}


.wd-post-meta {
    display: none !important;
}

.entry-meta.wd-entry-meta {
    display: none !important;
}

/* WhatsApp ile sipariş butonuna WhatsApp ikonu ekle */
.wd-buy-now-btn::before {
    content: "\f175";
    font-family: "woodmart-font";
    margin-right: 1px;
    font-weight: normal;
    font-size: 19px;
}

a.wd-buy-now-btn.button.alt {
    background: #25d366;
    transition: background 0.3s ease;
}

a.wd-buy-now-btn.button.alt:hover {
    background: #075e54;
	
    transition: background 0.3s ease;
}

.linem {
line-height:34px;
}

.btn-shine {
   background: linear-gradient(to right, #FFF 0, #ECCF00 10%, #FFF 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
  }
  @-moz-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @-o-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }@media (max-width: 576px) {
	button.single_add_to_cart_button.button.alt {
    width: -webkit-fill-available;
}

a.wd-buy-now-btn.button.alt {
    width: -webkit-fill-available;
}
}

