/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.iletisim-tel,
.iletisim-whatsapp {
	font-weight: bold;
	display: block;
	padding: 6px 15px;
	border-radius: 6px;
}
.iletisim-tel:before,
.iletisim-whatsapp:before {
    display: inline-block;
    font-family: "woodmart-font";
    padding-right: 10px;
}
.iletisim-tel {
	background-color: #6bcfc2;
}
.iletisim-tel:before {
    content: '\f124';
}
.iletisim-whatsapp {
	background-color: #075E54;
	color: #fff;
}
.iletisim-whatsapp:before {
    content: '\f175';
}
a:is(.iletisim-tel, .iletisim-whatsapp):hover {
	background: #666;
	color: #fff;
}

.hidden-fields-container {
	display: none;
}

.indirimsiz-fiyat,
.normal-fiyat,
:is(.indirimsiz-fiyat, .normal-fiyat) .amount {
    color: #000000;
    font-weight: unset;
}

.color-scheme-light .indirimsiz-fiyat,
.color-scheme-light .normal-fiyat,
.color-scheme-light :is(.indirimsiz-fiyat, .normal-fiyat) .amount {
    color: #ffffff;
}

.indirimsiz-fiyat {
	line-height: 26px;
    font-size: 20px;
	font-family: var(--wd-title-font);
}

.normal-fiyat {
	line-height: 50px;
    font-size: 38px;
	font-weight: bold;
	font-family: var(--wd-title-font);
}


/*****
b l o g
*****/
.single-post .woodmart-html-block {
    background: rgba(255, 249, 210, 1);
    padding: 0 10px;
	border: 1px solid var(--wd-primary-color);
    border-radius: 10px;
}
.wd-post-cat.wd-style-with-bg a {
	color: #333;
}
.wd-post-cat.wd-style-with-bg a:hover {
	color: #000;
}

/* Kategori menüsü */
.wd-widget .cat-item a {
    position: relative;
    padding-left: 25px;
}
.wd-widget .cat-item a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
	text-align: center;
	width: 20px;
}
.wd-widget .cat-item-1 a::before {
    content: "\f06b";
}
.wd-widget .cat-item-229 a::before {
    content: "\f0eb";
}


/****
sepet
****/
.shop_table:has(.cart-discount) .cart-subtotal :is(th,td),
tr.cart-discount :is(th, td) {
	border: 0;
}
tr.cart-discount {
	background: #f9f9f9;
    border: 2px dashed #666 !important;
}
tr.cart-discount th,
tr.cart-discount td {
	color: #000;
    padding: 10px !important;
}
tr.cart-discount th {
	font-family: 'Courier New', Courier, monospace !important;
}
tr.cart-discount td .amount {
	color: #000;
}


/*****
f o o t e r
*****/

.footer-modeller ul {
	margin-bottom: 5px;
}
.footer-modeller > ul > li > a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background-color: var(--wd-primary-color);
	color: #000;
	text-decoration: none;
	padding: 1px 10px;
	margin-bottom: 0;
	border-radius: 6px;
	transition: all ease 0.3s;
}
.footer-modeller > ul > li > a:hover {
	background: #fff;
}
.footer-modeller ul {
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding: 0;
	list-style: none;
} 

.footer-modeller ul ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
footer .sub-sub-menu a:hover,
.footer-modeller ul ul li a:hover {
	text-decoration: underline;
}
footer .wd-sub-menu li > a {
	font-weight: bold;
}
