.max-height-content {
    height: max-content;
}

.navbar-brand-center {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#navbar-header {
    height: 113px;
}

.navbar-brand-center img {
    height: 53px;
}

.navbar-nav .nav-link {
    text-align: center;
}

.footer-logo {
    height: 54px;
}

.ymp-front-page-hero {
    height: auto;
}

.ymp-owl-carousel .owl-stage-outer {
    max-height: 690px;
}

.ymp-owl-carousel .owl-stage-outer img {
    max-height: 670px;
}

.thumb-menu.thumb-height-auto img {
    height: auto;
}

.thumb-menu.location-chooser-img-anchor {
    display: block;
}

.thumb-menu.location-chooser-img-anchor img {
    height: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

.thumb-menu.location-chooser-img-anchor img:hover {
    transform: scale(1.08);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ymp-loading-center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
}

.ymp-loading-wave {
    width: 3px;
    height: 75px;
    background: linear-gradient(45deg, #f4ede5, #000);
    margin: 10px;
    animation: the-ymp-loading-wave 1s linear infinite;
    border-radius: 20px;
}

.ymp-loading-wave:nth-child(2) {
    animation-delay: 0.1s;
}

.ymp-loading-wave:nth-child(3) {
    animation-delay: 0.2s;
}

.ymp-loading-wave:nth-child(4) {
    animation-delay: 0.3s;
}

.ymp-loading-wave:nth-child(5) {
    animation-delay: 0.4s;
}

.ymp-loading-wave:nth-child(6) {
    animation-delay: 0.5s;
}

.ymp-loading-wave:nth-child(7) {
    animation-delay: 0.6s;
}

.ymp-loading-wave:nth-child(8) {
    animation-delay: 0.7s;
}

.ymp-loading-wave:nth-child(9) {
    animation-delay: 0.8s;
}

.ymp-loading-wave:nth-child(10) {
    animation-delay: 0.9s;
}

#side-search .form-control {
    color: #ffffff;
}

.fstores-site-item-parent {
    position: relative;
}

.fstores-site-item-parent .site-item-sash {
    position: absolute;
    min-width: 160px;
    /* height: 54px; */
    padding: 2px 0 3px 0;
    top: -4px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-align: center;
    border-bottom-left-radius: 20px;
    background-color: #fada61;
}

.fstores-site-item {
    background-color: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    padding: 12px 12px 0 12px;
}

.fstores-site-item.strong-border-y {
    border-top: 36px solid #f1f1f1;
    border-bottom: 12px solid #fada61;
}

.fstores-site-item .img-container {
    overflow: hidden;
    display: flex;
    background-color: #f1f1f1;
}

.fstores-site-item .img-container img {
    width: 100%;
    margin: auto;
    display: block;
}

.fstores-site-item .stores-item-details {
    padding: 12px 12px 10px;
}

.row.pagination-loop-container .title-heading {
    height: fit-content;
}

.fstores-site-item .stores-item-details .title-heading a {
    color: #000;
    height: 100%;
    display: block;
}

.fstores-site-item .stores-item-details .title-heading a:hover {
    color: #b77717;
}

.fstores-site-item .stores-item-details .prices-box {
    min-height: 39px;
    display: inline-grid;
}

.fstores-site-item .stores-item-details .prices-box .price-heading{
    /* color: #c0843a; */
    color: #222;
    font-weight: bold;
    margin: 0;
    align-self: flex-end;
    line-height: normal;
}

.fstores-site-item .stores-item-details .prices-box .price-heading.striked{
    color: #cc4444;
    font-weight: 400;
    text-decoration: line-through;
}

.fstores-site-item .stores-item-details .prices-box .price-heading.major-price-heading {
    font-size: 22px;
}

.styled-heading-bar-colors {
    background-color: #fea116;
    /* color: #1a1a40; */
    color: #fdf6e3;
    /* color: #4a4a4a;
    color: #2c2c2c; */
    /* background: linear-gradient(90deg, #fea116, #ee0979); */
    background: linear-gradient(90deg, #fea116, #ff7f50);
}

.styled-heading-bar {
    padding: 6px 16px 2px;
}

.styled-heading-bar img {
    width: 45px;
    margin-bottom: 3px;
}

.styled-heading-bar h3 {
    margin-bottom: 0;
}

.styled-info-container {
    position: relative;
    max-width: 600px;
    width: 90%;
    margin: 60px auto;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    color: #444;
}

.styled-info-box {
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f9f9f9, #fff);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.styled-info-icon {
    width: 120px;
    margin-bottom: 20px;
}

.styled-info-title {
    font-size: 26px;
    margin-bottom: 12px;
}

.styled-info-message {
    font-size: 16px;
    margin-bottom: 24px;
}

.styled-info-button {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(90deg, #ff6a00, #fea116);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.styled-info-button:hover {
    color: #fff;
    background: linear-gradient(90deg, #ee0979, #ff6a00);
}



@keyframes the-ymp-loading-wave {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@media (min-width: 1024px) {
    #navbar-header .navbar-nav {
        width: 67%;
    }
}

@media (max-width: 575px) {
    /*.container {
        background-color: #ff5500;
    }*/

    .img-2 {
        height: auto;
    }

    .img-2.shop-front-image {
        height: 390px;
    }
}

@media (min-width: 992px) {
    /* .container {
        background-color: #0037ff;
    } */

    .boxed-page .section-padding {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (max-width: 991px) {
    /* .container {
        background-color: #ff5500;
    } */

    .boxed-page .mastfoot.section-padding {
        padding-top: 0;
    }

    #navbar-header .navbar-nav {
        padding: 0 20px;
    }
}