/**
* Theme Name: Supgor Child
* Description: This is a child theme of Supgor, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: supgor
* Version: 1.0.6
*/
/* Center the main navigation */
.header-type5 .header-main .primary-menu {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-type5 .header-main .primary-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Fix left column so it only holds logo now */
.header-type5 .header-main .site-brand {
    flex-shrink: 0;
}
.product-detail-column .product-header{
	text-align:left!important;
}

/* Shrink the header search bar row (below the main nav) */
.header-type5 .header-nav.border-full {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.header-type5 .header-nav .site-search-form .search-form {
    height: 40px !important;
    display: flex;
    align-items: center;
}
.header-type5 .header-nav .search-input.size-lg {
    height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
}
.header-type5 .header-nav .search-icon svg,
.header-type5 .header-nav button.style-none svg {
    width: 18px !important;
    height: 18px !important;
}

/* "My Account" text link in the desktop header (replaces the small
   person-icon button) -- match the primary nav menu's look so it reads
   as part of the same header, not a mismatched add-on. */
.header-type5 .site-action-buttons .action-account .supgor-account-text-link {
    width: auto;
    height: 42px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
}
.header-type5 .site-action-buttons .action-account .supgor-account-text {
    font-family: "TikTok Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: currentColor;
    white-space: nowrap;
}
.header-type5 .site-action-buttons .action-account .supgor-account-text-link:hover .supgor-account-text {
    color: var(--theme-color, #d0021b);
}