/*
 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%;
}

/* HER ŞEYİ KAPAT */
.only-tr,
.only-en {
    display: none !important;
}

/* TR */
body.lang-tr .only-tr {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* EN */
body.lang-en .only-en {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}


