.logo a img {
    width: 100px;
}

.widget-logo a img {
    width: 100%;
}

.head-kayo-title a {
    color: #a47329 !important;
    font-weight: 600;
}

.title-devider {
    width: 160px;
}

h3.about-sub-title.brand-color {
    font-family: 'Charm', serif;
    letter-spacing: .5px;
    font-size: 30px;
}

.newsletter-wrapper .widget-title-text {
    font-family: 'Charm', serif;
    letter-spacing: 1px;
    font-size: 22px;
}

.mobile-logo a img {
    width: 50px;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #a47329;
}

::selection {
    color: rgb(255, 255, 255);
    background: #a47329;
}

@media only screen and (min-width: 768px) {
    .pl-lg-5 {
        padding-left: 50px;
    }

    .pr-lg-5 {
        padding-right: 50px;
    }

    .product-details-des {
        padding-left: 20px;
    }
}

.but-now-btn {
    margin-left: 15px;
}

.golden {
    color: #a47329;
}

.fw-600 {
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}