body {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #302519;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-color: #fffaf3;
}

header.main-header {
    z-index: 9999;
    position: relative;
}

.cta {
    background-color: #302519;
}

.cta .cta-area {
    color: #fef9f1;
    padding-right: 30px;
    font-size: 13px;
}

.cta .soscial-media {
    color: #af947e;
}

.cta .soscial-media a {
    margin-right: 15px;
    color: #af947e;
}

.cta .soscial-media a:last-child {
    margin-right: 0;
}

.cta p {
    margin: 0;
    padding: 5px 0;
}

.solgar-main-menu {
    width: 100%;
    z-index: 11;
    background-color: #fffaf3;
    border-bottom: 1px solid #d3b595;
    transition: background-color .15s ease-in-out;
}

.sticky-top {
    position: sticky;
    top: -1px;
    z-index: 1020;
}

.mobile-menu-container {
    display: block;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1002;
}

.mobile-menu-container .mobile-fixed-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff6e8;
    box-shadow: 0 5px 10px #0000001a;
    max-height: 80px;
    position: relative;
    z-index: 1;
    border: #D9C6AA 1px solid;
    margin-top: 1px;
}

.mobile-menu-container .brand-container {
    width: auto;
}

.mobile-menu-container .brand-container img {
    max-height: 54px;
    max-width: 90px;
    padding: 6px 0;
}

.title {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.title h1 {
    font-weight: 700;
    color: #302519;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 0;
}

.prd-price {
    font-size: 16px;
    padding: 0;
    font-weight: 600;
}

.prd-image {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.price-box .p-title {
    display: block;
}

footer {
    background-color: #302519;
    color: #75624c;
}

.price-box .price {
    font-size: 24px;
    display: block;
}

footer section {
    padding: 40px 0;
}

footer h4 {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.17px;
    font-weight: 600;
    color: #c7a566;
}

@media (max-width: 575.98px) {
    .solgar-main-menu {
        border-bottom: none;
    }
    .mobile-menu-container .mobile-fixed-buttons {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .mobile-menu-container .mobile-fixed-buttons {
        top: 0px!important;
        box-shadow: none;
        border: none;
    }
}