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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", 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: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 4px;
	--wd-primary-color: rgb(201,48,108);
	--wd-alternative-color: rgb(160,38,86);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Jost", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(201,48,108);
	--btn-accented-bgcolor-hover: rgb(160,38,86);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(223,240,216);
	--notices-success-color: rgb(70,136,71);
	--notices-warning-bg: rgb(160,38,86);
	--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: url(https://coolove.shop/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 24px;
}
.wd-nav-vertical>li>a {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: rgb(73,73,73);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-offset-h: 66px;
}
.product-labels .product-label.new {
	background-color: rgb(130,36,227);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(240,42,43);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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;
}

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


.product-labels .out-of-stock  {
    background-color: #f02a2b!important;
    color: #ffffff!important;
    font-size: 9px!important;
}

.wd-product.wd-hover-fw-button .wd-add-btn>a {
    background-color: #000000!important;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
    height: 42px;
    border-radius: 5px!important;
}

.wd-entities-title {
    text-transform: capitalize;
}

.kdv-haric {
    font-size: 0.9em;
    color: #000;
}
/* Varsayılan (mobil) */
.wd-product :is(.product-image-link, .hover-img) img {
    width: 100%;
    height: 262px;
    object-fit: scale-down;
}

/* Masaüstü için (min-width 768px veya 992px’e göre ayarlanabilir) */
@media (min-width: 992px) {
    .wd-product :is(.product-image-link, .hover-img) img {
        height: 379px;
    }
}

.wd-quantity-overlap div.quantity input[type] {
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color)!important;
}
.wd-product.wd-hover-fw-button .wd-add-btn>a {
    background-color: #494748 !important;
}
.btn-size-extra-large {
    padding: 5px 40px;
    min-height: 53px;
    font-size: 16px;
}

.wd-header-cats.wd-style-1 .menu-opener {
    border-radius: 0px!important;
}