/*
Theme Name: Konta
Theme URI: https://themeholy.com/wordpress/konta
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Konta - Construction & Real Estate Company WordPress Theme  
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: konta
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/ Header sub-menu icon /
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}

.add-request-quote-button.button {
    display: block;                 /* ortalamak için blok */
    margin: -20px auto 25px;        /* biraz yukarı al + altta boşluk bırak */
    min-width: 260px;               /* minimum genişlik */
    text-align: center;

	background-color: #f97316;      /* marka turuncusu */
    color: #fff;                    /* yazı rengi */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border: none;
    cursor: pointer;

    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transition: all 0.25s ease;
}

------------------------------------------------------------------------------

/* Ürün sayfasında (0 customer review) linkini gizle */
.single-product .woocommerce-review-link { 
  display: none !important; 
}

/* İstersen tamamını (yıldız + link) gizle */
.single-product .woocommerce-product-rating { 
  display: none !important; 
}



