.marquee_slider .product_content h5 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: 'Cormorant Garamond', sans-serif;
}
.footer_widget li{
    display: inline-block;
    margin-right:25px;
}
.footer_widget li:last-child {
    margin-right: 0px;
}
.footer_widget {
    max-width: 450px;
}

.footer_newsletter {
    margin-top: 15px;
    width: 90%;
}

.footer_newsletter .footer_form {
    position: relative;
}

.footer_newsletter .footer_form .newsLetter_input {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 30px;
    margin: 0;
    padding: 10px;
    padding-left: 66px;
    padding-right: 120px;
}

.theme_button {
    border: none;
    background: #222;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.5s;
    border: 1px solid #222;
}

.footer_newsletter .footer_form .theme_button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 20px;
}

.footer_newsletter .footer_form i {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

.theme_button:hover {
    background: none;
    border-color: #222;
    color: #222;
}
input:focus{
    outline:none;
}

p.terms_policy {
    font-size: 12px;
    width: 72%;
    padding-top: 15px;
}

p.terms_policy a {
    font-weight: 500;
    text-decoration: underline;
}

.instagram_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.instagram_grid .instagrame_item {
    width: 100%;
    height: 100%;
}

.instagram_grid .instagrame_item img {
    object-fit: cover;
    transition: 0.5s;
    aspect-ratio: 3/4;
}

.instagram_grid .instagrame_item:hover img {
    filter: opacity(0.8);
}

.insta_id {
    text-align: center;
    padding: 10px;
    padding-bottom: 25px;
}

.insta_id h5 {
    margin-bottom: 0px;
}

.header-top .header-left {
    padding: 5px 0px;
}
.footer-copyright a {
    font-weight: 500;
}