/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2024 | 22:32:15 */
/* ADMIN */
.page-title-action, .tablenav .tablenav-pages a:focus, .tablenav .tablenav-pages a:hover, .wrap .add-new-h2:hover, .wrap .page-title-action:hover {
  border-color: #ff5c00 !important;
  background: #ff5c00 !important;
  color: white !important;
}
.user-admin-color-wrap, .user-rich-editing-wrap, .user-comment-shortcuts-wrap, .show-admin-bar.user-admin-bar-front-wrap, #radio-control-wc-payment-method-options-cheque__label, .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block {
  display: none;
}
/* LOGIN */
#login h1 a, .login h1 a {
  max-width: 200px !important;
}
.wp-core-ui .button-primary {
  background: #ff5c00;
  border-color: #ff5c00;
}
form#loginform {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0px 15px rgba(0,0,0,.1);
}
#backtoblog {
display: none;
}
/* NAV */
.header-cart-is-empty-true + .header-cart-inner-wrap {
    display: none;
}
.header-cart-button .header-cart-total {
    background: #ff5c00;
    color: white;
    width: 15px;
    height: 15px;
    margin-left: -5px;
    margin-top: -15px;
}
/* CART */
.entry-content-wrap {
    padding: 70px;
}
/* CHECKOUT */
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #ff5c00 !important;
    color: white !important;
}