/* Newsletter PopUp */

.newsletter_popup_inner {
    background: url("../img/newsletter-bg_7875737d-1390-4ab9-93cb-d4efe616c5e9_1024x1024.jpg") no-repeat scroll center center / cover;
}

.subscribe_area>h2 {
    color: #000000;
}

.subscribe_area>p {
    color: #666666;
}

.grid__item h1 {
    color: ;
}

.subscribe-form {
    border: 1px solid #999999;
    color: #999999;
}

.subscribe-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999 !important;
}

.subscribe-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999 !important;
}

.subscribe-form:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999 !important;
}

.subscribe-form:placeholder {
    /* Firefox 18- */
    color: #999999 !important;
}

.newsletter-btn {
    background: #b88b5f none repeat scroll 0 0;
    color: #ffffff;
}

.newsletter-btn:hover {
    background: #232323 none repeat scroll 0 0;
    color: #fff;
}

.popup_off {
    color: #ffffff;
}

.newsletter_popup_inner:before {
    background: #000;
    opacity: 0;
}


/* Breadcurmb Banner */


.overlay-bg::before {
    background: #f6f6f6 none repeat scroll 0 0;
    opacity: 0;
}

.breadcrumb-title {
    color: #383838;
}

.breadcrumb-list>li>a {
    color: #232323;
}

.breadcrumb-list>li::before {
    color: #232323;
}

.breadcrumb-list>li span {
    color: #000000;
}


/* Top Bar Noticfication */

.top-notification-bar {
    background: #101010;
}

.notification-entry p a {
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.notification-entry p a:hover {
    background-color: #cd553f;
    border: 1px solid #cd553f;
    color: #fff;
}

.notification-close-btn {
    background-color: ;
    border: 1px solid #fff;
    color: #fff;
}

.notification-close-btn:hover {
    background-color: #cd553f;
    border: 1px solid #cd553f;
    color: #ffffff;
}

.notification-entry p {
    color: #fff;
}

.top-notification-bar::before {
    background: rgba(0, 0, 0, 0.6);
}


/* Typography */


/* Typography */

@font-face {
    font-family: "Poppins";
    font-weight: 400;
    src: url("../fonts/Poppins.eot");
    src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins.svg#Poppins") format("svg");
}

html,
body,
input,
textarea,
button,
select,
.btn {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p,
.product-content .price-box,
.testimonial-inner .test-author p {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Custom Page */

.create-page,
.theme-default-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {

    .create-page,
    .theme-default-margin {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

.featured-branding__branding {
    text-align: left;
    padding: 20px 0 20px 0px;
    margin-bottom: 30px;
    width: 100%;
}

.breadcrumbs ul li {
    list-style-type: none;
    display: inline;
}

.featured-branding__branding .breadcrumbs a {
    color: #232323;
}

.breadcrumbs a {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 5px 0 5px;
    color: #232323;
    font-size: 11px;
}

.branding__title {
    font-size: 25px;
    margin: 50px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}


/* End Custom Page */