/*
Theme Name: Woodmart Child
Description: Child theme for Woodmart
Author: Xtemos
Template: woodmart
Version: 1.0.0
*/
.wd-gift-message{
    margin:16px 0;
}

.wd-gift-message label {
	color: var(--wd-primary-color);
	font-size: 18px;
	font-weight: 700;
}

.wd-gift-message textarea{
    width:100%;
	max-width: 540px;
    min-height:90px;
    border-radius:8px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-hide-title .wd-entities-title {
	display: none;
}

.custom-carousel-arrow .promo-banner:hover img {
    transform: scale(1.05);
    transition: 0.7s;
}
@media (min-width: 1600px) {
	.container,
	.container-fluid {
		max-width: 1600px;
	}
	.min-w-1600-hide-element {
		display: block !important;
	}
	.max-w-1600-hide-element {
		display: none !important;
	}
}

.min-w-1600-hide-element {
	display: none;
}
.max-w-1600-hide-element {
	display: block;
}

.wd-nav-header>li>a {
	font-weight: 700 !important;
}

.wd-style-icon a,
.wd-wishlist-icon a,
.wd-social-icons a {
	text-decoration: none;
}

.wd-product-cats {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wd-product-cats a {
    text-decoration: none;   
}
.wd-product-cats a:hover {
    text-decoration: underline;   
}
/* Wishlist butonu container */
.wd-wishlist-btn .wd-action-icon {
    background: #fff;
	border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

/* Wishlist text gizle */
.wd-wishlist-btn .wd-action-icon + .wd-action-text {
    display: none;
}

/* Linkin tamamı hover alanı olsun */
.wd-wishlist-btn a {
    display: inline-flex;
    text-decoration: none !important;
}

/* Icon default rengi */
.wd-wishlist-btn .wd-action-icon:before,
.wd-wishlist-btn .wd-action-icon svg,
.wd-wishlist-btn .wd-action-icon i {
    color: #000;
    fill: #000;
	font-size: 22px;
}

/* Hover efekti (kutunun tamamı hover olur) */
.wd-wishlist-btn:hover .wd-action-icon {
    transform: scale(1.05);
}

/* Hover’da ikon siyah kalır */
.wd-wishlist-btn:hover .wd-action-icon:before,
.wd-action-btn>a:hover .wd-action-icon:before,
.wd-wishlist-btn:hover svg,
.wd-wishlist-btn:hover i {
    color: var(--btn-accented-bgcolor-hover);
    fill: var(--btn-accented-bgcolor-hover);
	font-size: 20px;
}

/* Hover olduğunda wishlist icon rengi */
.wd-product:hover .wd-wishlist-btn .wd-action-icon:before{
    color: var(--btn-accented-bgcolor-hover);
}

.wd-product-thumb .wd-wishlist-btn .wd-action-icon {
	width: 39px;
	margin-top: 6px;
}

form.cart>.wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon {
	display: inline-flex;
	flex: auto;
}
form.cart + .wd-wishlist-btn {
	display: none !important;
}
p.stock.wd-style-bordered span:before {
	margin-top: -1px;
}
p.stock.in-stock span {
    border: 1px solid #85B951;
    color: #85B951;
}
p.stock.low-stock span {
    border: 1px solid #E0B252;
    color: #E0B252;
}
p.stock.out-of-stock span {
    border: 1px solid #E22D2D;
    color: #E22D2D;
}
p.stock.wd-style-bordered.low-stock span:before {
	background-color: #E0B252;
}
.wd-social-icons.wd-size-small {
	--wd-social-icon-size: 18px !important;
}
.product-label.wd-shape-round.out-of-stock {
	font-size: 14px !important;
	white-space: pre-line;
}
.stars {
	margin-left: -1px;
}
.stars a {
	width: 30px !important;
}
.stars a:before {
	font-size: 30px !important;
}
.comment-respond .comment-reply-title {
	font-size: 20px;
}
label#comment-form-rating-label{
	display: none;
}
a:where(:not(.wp-element-button)){
	text-decoration: none !important;
}
.wd-loop-builder-off .wd-product .wd-entities-title{
	font-size: 18px !important;
}
.product-element-bottom .price .amount {
	font-size: 16px;
}
.wd-content-layout {
	padding-block: 28px !important;
}

.mobile-nav .close-side-widget .wd-action-text,
.wd-post-meta .wd-post-author,
.wd-wishlist-head .wd-social-icons,
.wd-popup .product_meta,
.wd-popup .wd-social-icons {
	display: none;
}
.copyright-payments-img {
	height: 24px;
	margin-top: -1px;
}
@media (max-width:1024px){
	.custom-carousel-arrow + .wd-nav-arrows .wd-btn-arrow {
		background: rgba(245,245,245,0.6);
		border:1px solid rgba(220,220,220,0.7);
		border-radius:9999px;
		box-shadow:0 2px 6px rgba(0,0,0,.08);
		backdrop-filter: blur(4px);
	}
	
	.wd-buttons .wd-wishlist-btn>a {
        width: 50px !important;
        height: 45px !important;
    }
	
	.wd-logo img {
		margin-top: -1px !important;
	}
	
	.wd-content-layout {
		padding-block: 0 !important;
	}
}
.cursor-pointer,
.cursor-pointer a {
    cursor: pointer !important;
}