/* Newsletter PopUp */

.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: #000000 none repeat scroll 0 0;
  color: #fff;
}
.newsletter-btn:hover{
  background: #666666 none repeat scroll 0 0;
  color: #fff;
}
.popup_off{
  color: #999999;
}
.newsletter_popup_inner:before {
  background: #000;
  opacity: 0;
}
/* Breadcurmb Banner */
.breadcrumb-area {
  background: #f6f6f6 url("../../../files/breadcrumb-bgea73.jpg?v=1537511178") no-repeat scroll center center / cover !important;
    }
.overlay-bg::before {
  background: #f6f6f6 none repeat scroll 0 0;
  opacity: 0.6;
}
.breadcrumb-title {
  color: #383838;
}
.breadcrumb-list > li > a {
  color: #191919;
}
.breadcrumb-list > li::before {
  color: #191919;
}
.breadcrumb-list > li span{
  color: #e97730;
}
/* Top Bar Noticfication */

.top-notification-bar {
  background: #ff0000;
  background: -moz-linear-gradient(left, #ff0000 0%, #008000 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff0000), color-stop(100%, #008000));
  background: -webkit-linear-gradient(left, #ff0000 0%, #008000 100%);
  background: -o-linear-gradient(left, #ff0000 0%, #008000 100%);
  background: -ms-linear-gradient(left, #ff0000 0%, #008000 100%);
  background: linear-gradient(to right, #ff0000 0%, #008000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#008000', GradientType=1 );
    }

.notification-entry p a {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.notification-entry p a:hover {
  background-color: #666666;
  border: 1px solid #999999;
  color: #fff;
}
.notification-close-btn {
  background-color: ;
  border: 1px solid #fff;
  color: #fff;
}
.notification-close-btn:hover{
  background-color: #666666;
  border: 1px solid #999999;
  color: #ffffff;
}

.notification-entry p {
  color: #fff;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0.6);
}
/* Typography */




@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?&amp;hmac=b59fde63ef4778517ca8e872395c570039764aca6853b730acbc758c376d9202") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?&amp;hmac=b6cef1bb12cdc3d77c249b06c507efafbf638d8f03ecf504ea0cef6a2e187c1b") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?&amp;hmac=b59fde63ef4778517ca8e872395c570039764aca6853b730acbc758c376d9202") format("woff2"),
       url("https://fonts.shopifycdn.com/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?&amp;hmac=b6cef1bb12cdc3d77c249b06c507efafbf638d8f03ecf504ea0cef6a2e187c1b") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?&amp;hmac=b6802c8274c3cd18da36cfd2c72f894815128651c45261ab566956ebfb89900b") format("woff2"),
       url("https://fonts.shopifycdn.com/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?&amp;hmac=0491ad48cbcdd4bad3dd718c7ee0163d865d552bdd2420b93b0e844f84f80b7e") format("woff");
}


html, body, input, textarea, button, select, .btn{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
p, .product-content .price-box, .testimonial-inner .test-author p{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* End Typography */
/* 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;
  }
}
/* End Custom Page */