/*
 Theme Name: Twenty Sixteen Child
 Description: The custom theme Twenty Sixteen Child using the parent theme Twenty Sixteen.
 Author: Kartik Gahlaut
 Author URI: wcproducttable.com
 Template: twentysixteen
 Version: 1
 */

h1.woocommerce-products-header__title {
  margin-bottom: 1.5em;
}

/* Sidebar */

.sidebar {
  position: sticky ;
  top: 30px;
}

/* Sidebar widgets */

.widget .widget-title {
  text-transform: capitalize;
}

@media (max-width: 910px){
  .entry-header, .post-thumbnail, 
  .entry-content, .entry-summary, .entry-footer, 
  .comments-area, .image-navigation, 
  .post-navigation, .page-header, 
  .page-content, .content-bottom-widgets {
    margin: 20px !important;
  }  
}

/* Archive */

.archive header {
  padding-bottom: 50px;
}

.archive header.woocommerce-products-header {
  padding-bottom: 0;
}

/* Archive notes */

.archive-note {
  padding: 20px 30px;
  margin: 0 0 40px;
  background: #FFEE58;
}

.tax-product_cat.term-hoodies .archive-note {
  background: #DCE775;
}

.archive-note p:last-child{
  margin-bottom: 0;
}

.archive-note p {
  color: rgba(0, 0, 0, 0.5);
}

.archive-note p u {
  color: rgba(0, 0, 0);
}