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

/* Related products TEKLİF AL buton ortalama */
.related-products .ywctm-custom-button-container{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
}

/* Butonun kendi hizası */
.related-products .ywctm-custom-button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:10px 22px;
    min-width:140px;
}

/* İçindeki gereksiz div merkezleme override */
.related-products .ywctm-inquiry-title div{
    text-align:center !important;
    width:100%;
}



