/* css/plugin-core.css -- generated by pinogy_app/static_bundles.py. Do not edit; edit the sources named below. */

/* ---- common_plugins/static/css/custom-header.css ---- */
.page-header-top {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.page-header-center {
    flex-grow: 1;
    text-align: center;
    align-self: center;
}

ul.page-header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.page-header-menu li a {
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}

/* Header Menu Wrapping */
@media (max-width: 1200px){
    ul.page-header-menu li a {
        padding: 5px;
        font-size: 18px;
    }
}

ul.page-header-menu li a:hover {
    text-decoration: underline;
}
.only-stroke{
fill: var(--global-primary-color) !important;;
}

ul.page-header-menu li {
    display: inline-block;
}

.page-header-left {
    flex-shrink: 0;
    align-self: center;
}

.page-header-right {
    flex-shrink: 0;
    align-self: center;
    display: flex;
    gap: 20px;
}

.page-header-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
}
.page-header-contact a{
    display: flex;
    gap: inherit;
    font-size: 20px !important;
}

.page-header-social {}

ul.page-header-top-social {
    list-style: none;
    display: flex;
    max-width: 28px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 2px;
}

ul.page-header-top-social li {
    line-height: 10px;
    display: inline-block;
}

ul.page-header-top-social li a img {
    max-width: 12px;
}

ul.page-header-top-social li a:hover {
    opacity: 0.8;
}

/* .page-header-bottom.style-1 {
    background: #efefef;
} */

.page-header-bottom-inner {
    display: flex;
    padding: 5px 0;
    align-items: center;
}

ul.page-header-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-self: center;
}

ul.page-header-bottom-menu li > a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--global-primary-color);
    text-decoration: none;
}

li.has-sub-menu{
    list-style: none;
}

li.has-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    z-index: 999;
}

.page-header-menu li.has-sub-menu ul {
    left: 0px;
}
.page-header-menu li.has-sub-menu ul li a{
    text-decoration: none;
}

li.has-sub-menu.menu-right ul {
    right: 0;
    left: auto;
}
.page-header-menu li.has-sub-menu.menu-right ul {
    right: 0;
    left: auto;
}
li.has-sub-menu {
    position: relative;
}

li.has-sub-menu ul li a,
.store-change-outer
{
    font-family: var(--heading-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--global-primary-color);
    padding: 10px;
    /* background: #efefef; */
    display: inline-block;
    white-space: nowrap;
}

.store-change-outer{
    padding: 0;
}

ul.page-header-bottom-social {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

ul.page-header-bottom-social li a:hover {
    opacity: 0.8;
}

ul.page-header-bottom-social lia {
    display: inline-block;
}


.page-header-bottom.style-2 {
    background: var(--global-primary-color);
}

.page-header-bottom.style-2 ul.page-header-bottom-menu li a {
    color: #fff;
}

.page-header-bottom.style-2 ul.page-header-bottom-menu li.has-sub-menu ul li >  a {
    color: var(--global-primary-color);
}

.page-header-bottom-search {
    position: relative;
}

.page-header-bottom-search button {
    position: absolute;
    right: 4px;
    top: 5px;
    background: transparent;
    border: 0;
}

.page-header-bottom-search input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: start;
    color: var(--global-primary-color);
    padding-right: 40px;
    border-radius: var(--border-radius);
}

.page-header-bottom-right {
    display: flex;
    align-content: center;
    gap: 20px;
}

.page-header-bottom-left {
    align-self: center;
}

/* ---- common_plugins/static/css/custom-footer.css ---- */
.footer-top {
    padding: 60px 0;
}

.footer-social ul {
    list-style: none;
    margin: 1;
    padding: 0;
}

.footer-social ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-social {
    margin-top: 35px;
}
@media (max-width: 575px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 18px;
    }
}
@media (min-width: 576px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 14px;
    }
}
@media (min-width: 1400px) {
    .footer-links ul li, .footer-links ul li a{
        font-size: 17px;
    }
}
.footer-links ul li {
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #FFFFFF;
    padding: 10px 0;
}

.footer-links ul li a {
    word-break: break-word;
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-links ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 28px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
/* identical to box height */


/* White */
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-bottom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-links ul li a {
    font-family: var(--general-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom-links ul {
    display: flex;
    flex-flow: row;
    gap: 20px;
}

.footer-links.store-hours-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links.store-hours-links li {
    display: grid;
    grid-template-columns: 9ch auto;
    gap: 1rem;
    align-items: baseline;
    padding: 2px 0;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

@supports not (display: grid) {
    .footer-links.store-hours-links li {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}
