/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.add-order-fee, .add-order-shipping, .refund-items, #woocommerce-order-actions #actions, #woocommerce-order-actions #delete-action, td.actions.order_actions a.button.tips.complete, td.actions.order_actions .wf_pklist_print_document {
    display: none !important;
}
div#postcustom, #woocommerce-order-downloads, #woocommerce-order-notes {
    display: none;
}
table.wc-order-totals:nth-child(1) {
    display: none;
}
table.wc-order-totals:nth-child(4) {
    display: none;
}

span.amount.amount_installment {
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
}
span.amount.amount_whole {
    font-size: 24px;
}


.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--coupons, .woocommerce-MyAccount-navigation-link--products, .woocommerce-MyAccount-navigation-link--reports {
    display: none !important;
}

.remove-order-items-pop {
  background-color: #fcfcfc;
  position: absolute;
  width: 80%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.remove-order-items-pop {
    top: 0%;
    z-index: 9999;
    left: 20%;
    right: 20%;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.modal-head {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
	float: left;
	width: 100%;
}
.remove-item-pop{
	position: absolute;
	display: block;
	right: 10px;
	top:10px;
}
.model-boday {
    float: left;
	width: 100%;
}
.model-footer {
    float: right;
	width: 100%;
}
.remove-item-pop{
	cursor: pointer;
}
button.button.update-order-now {
    float: right;
}
.remove-order-items-pop-cover{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 999;
	display: none;
}

	