/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.2
Text Domain: uncode
*/

.cs-info-sticky {
  z-index: 10000;
}

.font-weight-500, .font-weight-500 *:not(strong):not(b).brand-name a,
body.woocommerce .t-entry-text .brand-name {
  font-weight: 400 !important;
  font-size: 15px;
}

.overlay-search-wrapper {
  border-top: 1px solid #eaeaea;;
}

.ajax-filter-sidebar-wrapper[class*=col-lg-].main-container {
  z-index: 700000002;
}

body.ajax-filter-sidebar-overlay:not(.ajax-hide-filters) .mcforms-wrapper {
  display: none !important;
}

/* Klarna checkout: Move the iframe a bit up */
body.woocommerce-checkout #kco-iframe {
  margin-top: -50px;
}