/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.product-images .wd-carousel-container:nth-child(1) .wd-carousel-wrap img {
	display:block;
	margin:auto;
	width:auto;
	max-height:500px;
}

.product-images .wd-carousel-wrap {
	max-height:500px;
}

.product-wrapper img {
	width: auto !important;
    max-height: 250px;
}

.widget-product-wrap img {
	width: auto !important;
	max-height: 60px;
}

.elementor-widget-container .product-wrapper img {
	max-height: 165px;
}


/*ürün carousel sağ ust fav, sepete ekle butonlar*/
.wd-buttons {
    background: #ffffff96 !important;
    border-radius: 10px !important;
    }
.wd-buttons .wd-action-btn>a  {height: 35px !important;}
.wd-action-btn.wd-style-icon>a {width: 35px !important;}
.wd-action-btn.wd-style-icon {--wd-action-icon-size: 17px !important;}

@media (max-width: 1024px) {
    .wd-buttons .wd-action-btn>a {
		width: 30px !important;
        height: 30px !important;
	}}