
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* coupon styling */
.wt_smart_coupon_send_coupon_wrap {
	float: left;
}

.wt_smart_coupon_send_coupon_wrap p {
	margin-bottom: 10px;
}

.wt_smart_coupon_send_coupon_wrap ul {
	list-style-type: none;
	margin-left: 10px;
}

.wt_smart_coupon_send_coupon_wrap ul li {
	float: left;
	margin-right: 20px;
}

.gift_to_friend_form {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.gift_to_friend_form .wt-form-item {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.gift_to_friend_form .wt-form-item input {
	float: left;
	width: 100%;
}

.wt_coupon_wrapper {
	width: 100%;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	gap: 20px 3%;
	padding: 5px;
}

.wt_coupon_wrapper .wt-single-coupon, .wt_coupon_wrapper .wt-sc-hidden-coupon-box {
	width: 30%;
	min-width: 240px;
}

.wt_coupon_wrapper .wt-sc-hidden-coupon-box {
	content: "";
	visibility: hidden;
}

.coupon-loader {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .5);
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.wt_smart_coupon_send_coupon_wrap input {
	margin-right: 10px;
}

.wt_smart_coupon_send_coupon_wrap li {
	margin-bottom: 11px;
}

.wt_smart_coupon_send_coupon_wrap label {
	cursor: pointer;
}

.wt-used-coupons, .wt-expired-coupons, .wt-mycoupons {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.credit_gift_to_friend_form {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.credit_gift_to_friend_form .wt-form-item {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

.credit_gift_to_friend_form .wt-form-item input {
	float: left;
	width: 100%;
}

.credit-purchase-field {
	float: left;
	width: 100%;
}

#wt_store_credit {
	float: left;
	width: 100%;
}

span.wt-credited {
	color: green;
}

span.wt-debited {
	color: red;
}

table.wt_store_credit_history {
	margin-top: 15px;
}

.wt_sc_pagination {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	text-align: right;
}

.wt_sc_pagination .woocommerce-pagination {
	display: inline-block;
	float: none;
}

.wt_sc_available_coupon_sort_by {
	float: right;
	font-size: 14px;
}

.wt_store_credit {
	clear: both;
	display: flex;
}

.wt_sc_bogo_cart_item_discount, .wt_sc_bogo_cart_item_discount * {
	color: green;
	font-size: small;
}
