<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Kapee
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts team
Author URI: https://presslayouts.com/
Description: Kapee is ThemeForest WordPress Premium Theme.
Version: 1.6.17
License: Themeforest Commercial Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: kapee
Tags: woocommerce, corporate, ecommerce, responsive, one-column, two-columns, right-sidebar, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready

 DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 To add your own CSS, use a child theme kapee-child
 
 CSS file is in "assets/css"
*/


button.minus {
    display: none;
}

html, body {
  margin: 0 !important;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0) !important;
  background-color: #fff !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: env(safe-area-inset-top) !important;
  width: 100% !important;
  background: #000 !important; /* à¸«à¸£à¸·à¸­à¸ªà¸µà¸—à¸µà¹ˆà¸„à¸¸à¸“à¸•à¹‰à¸­à¸‡à¸à¸²à¸£à¹ƒà¸«à¹‰à¸à¸¥à¸·à¸™à¸à¸±à¸š status bar */
  z-index: 9999 !important;
}

div#wp-bottom-menu {
  padding-bottom: env(safe-area-inset-bottom) !important;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

@media screen and (max-width: 768px) {
 div#wcfm_products_simple_submit {
    margin-bottom: 7% !important;
}
footer#footer {
    display: none;
}
}

.product-labels span.new {
    background-color: #FB641B !important;
}


.kapee-minicart-slide.opened {
    z-index: 99999 !important;
}
        
@media (max-width: 991px) {
.kapee-minicart-slide.opened {
    z-index: 99999 !important;
}
footer#footer {
    display: none;
}
}</pre></body></html>