/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1024px) {
  .mkdf-content .mkdf-sidebar-holder.mkdf-grid-col-3 {
    position: absolute !important;
    right: 0 !important;
    top: 15px !important;
  }
  .widget.woocommerce.widget_product_categories, .widget.mkdf-social-icons-group-widget{
    display: none;
  }
  .archive .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner{
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 768px) {
  .archive .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner{
    padding-top: 50px !important;
  }
}