/* 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: #ffffff;
}
.newsletter_popup_inner:before {
  background: #000;
  opacity: 0;
}
/* Breadcurmb Banner */
.breadcrumbs {
  background: #f4f4f4 ;
    padding-top: 50px;
    padding-bottom: 50px;
    }


@media (max-width: 991px) { 
  .breadcrumbs {
    background: #f4f4f4 ;
      padding-top: 50px;
      padding-bottom: 50px;
      }


}




.overlay-bg::before {
  background: #000000 none repeat scroll 0 0;
  opacity: 0;
}
.breadcrumbs-title {
  color: #666666;
}
.breadcrumb-list > li > a {
  color: #666666;
}
.breadcrumb-list > li::before {
  color: #666666;
}
.breadcrumb-list > li {
  color: #0072b0;
}
/* Top Bar Noticfication */

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

.notification-entry p a {
  background-color: #f6f6f6;
  border: 1px solid rgba(0,0,0,0);
  color: #ffffff;
}

.notification-entry a {
  color: #ffffff;
}


.notification-entry p a:hover  {
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #fff;
}

.notification-entry a:hover {   color: #fff;
}


.notification-close-btn {
  background-color: ;
  border: 1px solid rgba(0,0,0,0);
  color: #ffffff;
}
.notification-close-btn:hover{
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #ffffff;
}

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

/* End Typography */
/* Custom and Customer Page */
.theme-default-margin, .shopify-challenge__container {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 767px) {
  .theme-default-margin, .shopify-challenge__container{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.create-custom-page{
  padding-top: 90px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .create-custom-page{
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }
}
/* End Custom Page */
/* QuickView */

/* End Quickview */