/*
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
*/

.woocommerce-checkout-review-order .cart_item .product-image {
	display: none;
}

.woocommerce-checkout-review-order .cart_item .product-info {
	width: 100%;
}

.woocommerce-checkout-review-order .cart_item .product-info .product-quantity {
	display: none;
}

.kboard-default-poweredby {
	display: none;
}
.kboard-list-header .select2 {
	width: 120px !important;
}
.kboard-search .select2 {
	width: 120px !important;
}
.kboard-search .fancy-select-wrap {
	display: inline-block;
}
#kboard-default-list .kboard-search input {
	padding: 6px !important;
}
body[data-form-submit="regular"] .container-wrap button[type=submit].kboard-default-button-small {
	box-shadow: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform: none;
	background-color: rgb(234, 234, 234) !important;
	border-radius: 0;
	padding: 6px 12px !important;
	font-size: 14px;
	font-weight: normal;
	border-radius: 0 !important;
}
.shoplic-register .field-label {
	font-weight: 700 !important;
}
.gdt-solution .vc_column-inner {
	justify-content: start !important;
}

.consulting-service {
    padding: 0 0 30px !important;
}
.consulting-service .vc_column-inner {
	justify-content: start !important;
}
.consulting-service .number {
  background-color: #1ABC9C;
  color: #fff;
  width: 80px;
  border-radius: 40px;
  line-height: 60px;
  border: 10px solid #A3E4D7;
}

.consulting-service.border-bottom {
    border-bottom: 3px solid #1ABC9C;
    margin-bottom: 2px;
    position: relative;
}
.consulting-service.border-bottom::after, .consulting-service.border-bottom::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.consulting-service.border-bottom::before {
    border-top-color: #1ABC9C;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}
.consulting-service.border-bottom::after {
    border-top-color: #fff;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

.tablepress thead th {
	background-color: #41B796 !important;
	color: #fff;
}
