/* Reward Points 
-------------------------------------------------- */
#cart-side-coupon {
	/* needed to fix bug of sumo hiding coupon */
	display: flex !important;
}

.bs .woocommerce .rs_cart_message,
.bs .woocommerce .rs_checkout_message,
.bs .woocommerce .sumo_available_points.rs_checkout_messages {
	display: none;
}
.bs .woocommerce .reward-sidebox .sumo_available_points.rs_checkout_messages {
	display: block;
}
.bs .checkoutredeem,
.bs .fp_apply_reward,
.bs .redeeemit,
.bs .checkout_redeeming {
	display: none !important;
}
.bs .reward-sidebox .msg {
	border: 0;
	background: none;
	padding: 0;
	display: inline;
	box-shadow: none;
	color: var(--gray-600);
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 18px;
}
.sumo_reward_points_manual_redeem_message + .woocommerce-info.sumo_reward_points_current_points_message.rs_cart_message,
.sumo_redeemed_points + .woocommerce-info.sumo_available_points.rs_checkout_message,
.sumo_reward_points_auto_redeem_message.rs_cart_message {
	display: none !important;
}

.reward-sidebox.cart-side-box h2 {
	font-size: 19px;
	display: flex;
	gap: 13px;
	margin-bottom: 10px;
}
.reward-sidebox.cart-side-box {
	background: #fff1f5;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0704);
	padding: 13px 13px 4px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
}
.checkout .reward-sidebox.cart-side-box {
	margin-top: 30px;
	margin-bottom: 18px;
	padding-top: 5px;
	padding-right: 10px;
}
.checkout .reward-sidebox.cart-side-box h2 {
	font-size: 17px;
	margin-bottom: 4px;
	padding-bottom: 0;
}
.checkout-container .woocommerce-email-field .step-header .login-option {
	display: none;
}
.checkout .points-form .form {
	margin-top: 0;
}
.reward-sidebox.cart-side-box .sidebox-inner {
	padding-right: 45px;
}

.reward-sidebox.cart-side-box .sidebox-inner .msg p.total-points {
	font-size: 13px;
	font-weight: 500;
	color: var(--bs-primary-color-dark);
	line-height: 20px;
	margin-bottom: 4px;
}
.reward-sidebox.cart-side-box .sidebox-inner .msg p.total-points span.total-points-value {
	font-size: 16px;
	font-weight: 600;
}
.reward-sidebox.cart-side-box .sidebox-inner .msg p.reedmed-points {
	font-size: 15px;
	font-weight: 500;
	color: var(--bs-primary-color-dark);
	line-height: 20px;
}
.reward-sidebox .state .title {
	font-size: 22px;
}
.reward-sidebox .state p {
	font-size: 15px;
	margin-bottom: 0;
}
.reward-sidebox .state a.link-btn {
	display: inline-block;
	border-bottom: 2px solid var(--link_color);
	margin: 20px 6px;
	padding: 0 2px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
.reward-sidebox .state a.link-btn:first-child {
	margin-right: 0;
}
.rs_warning_message {
	width: 100%;
}
.reward-sidebox .state .loader {
	width: 29px;
}
.reward-sidebox .state.use-points-state {
	padding-bottom: 0px;
}
.points-form:not(.hide) {
	display: flex;
	flex-direction: column;
}
.points-form .form {
	width: 100%;
	margin-top: 8px;
}
.reward-sidebox.cart-side-box.points-applied:not(.show) .points-form .form,
.reward-sidebox.cart-side-box.points-applied:not(.show) .points-form .msg .total-points,
.reward-sidebox.cart-side-box.points-applied:not(.show) .points-form .rs_coupon_applied {
	display: none;
}
.reward-sidebox.cart-side-box.points-applied:not(.show) h2 {
	margin-bottom: 12px;
}
.reward-sidebox.cart-side-box.points-applied:not(.show) .sidebox-inner .msg p.reedmed-points {
	padding-bottom: 12px;
}
.reward-sidebox .state p.rs_coupon_applied {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 13px;
	font-weight: bold;
}
.checkout .reward-sidebox .state a.link-btn {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 15px;
}
.checkout .reward-sidebox .state p.desc {
	opacity: 0.7;
	font-size: 14px;
}
.reward-sidebox.cart-side-box.points-applied h2 {
	cursor: pointer;
	position: relative;
	align-items: center;
}
.reward-sidebox.cart-side-box.points-applied h2:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--icon-arrow-down);
	background-repeat: no-repeat;
	background-size: 19px;
	transition: transform 0.3sease-out;
}
.reward-sidebox.cart-side-box.points-applied.show h2:after {
	transform: translateY(-50%) rotate(180deg);
}
.points-form .form form {
	display: flex;
}
.points-form .form input[type="text"] {
	width: 110px;
	text-align: right;
	border: 1px solid #c1c1c1;
	border-radius: 6px;
	height: 38px;
	padding: 0 25px 0;
}
.points-form .form button.submitPoints {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 104px;
	border-radius: 6px;
	border: none;
	background-color: var(--button_background_color);
	background-repeat: no-repeat !important;
	color: var(--button_text_color);
	position: relative;
	right: -15px;
	font-size: 13px;
	letter-spacing: 0.4px;
	font-weight: 500;
	top: -1px;
}
.points-form .form button.submitPoints:hover {
	background: black;
}
.reward-sidebox .state .no-points {
	margin-bottom: 16px;
}
.reward-sidebox .state .no-points p {
	font-size: 14px;
}

h2.my_rewards_title {
	margin-bottom: 10px !important;
	text-align: center;
}
h4.my_reward_total {
	font-size: 19px;
	border-radius: 30px;
	text-align: center;
	background: #fff1f5;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.0704);
	padding: 16px;
	margin-bottom: 34px;
}
table.my_reward_table {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}
table.my_reward_table thead > tr > th {
	background: #f3f3f3;
}
table.my_reward_table tbody > tr {
	border-bottom: 1px solid #d6d6d6;
}
table.my_reward_table td,
table.my_reward_table th {
	text-align: center;
	padding: 15px 5px;
}
span.footable-sort-indicator {
	padding-left: 0px;
	padding-right: 15px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	font-size: 11px;
	padding-left: 9px;
	padding-right: 0px;
}
.footable-row-detail-inner {
	text-align: right;
	font-size: 14px;
}
.footable-row-detail {
	background: #f9f9f9;
}
.footable-row-detail-name {
	padding-right: 0px;
	padding-left: 20px;
}
.pagination.pagination-centered ul {
	direction: ltr;
}

.srp-points-cart-wrapper,
.srp-points-checkout-wrapper {
	display: inline-flex;
	gap: 7px;
	font-size: 13px;
	position: relative;
	top: -10px;
}

.total-list .srp-points-cart-wrapper,
.total-list .srp-points-checkout-wrapper {
	display: none;
}

.bs.single-product span.simpleshopmessage,
.bs.single-product span.variableshopmessage,
#yith-quick-view-content span.simpleshopmessage,
#yith-quick-view-content span.variableshopmessage {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	float: right;
	padding: 0px 18px;
	background: #ff9f6f;
	margin-bottom: 20px;
	line-height: 38px;
}

.bs form.rs-my-reward-table-form {
	width: 100%;
	max-width: 100%;
}

#payment_options .reward-sidebox.cart-side-box {
	display: none;
}

@media (max-width: 1024px) {
	#payment_options .reward-sidebox.cart-side-box {
		margin-right: 1%;
		width: 98%;
		margin-top: 10px;
		display: block;
	}
	div#checkout-coupon {
		display: flex !important;
	}
}

/* Affiliate WP */

form#affwp-login-form {
	max-width: 500px;
}
form#affwp-login-form input[type="text"],
form#affwp-login-form input[type="password"] {
	width: 100%;
	background-color: transparent;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 46px;
	padding: 11px;
}
.affwp-form label {
	padding-bottom: 4px;
	display: inline-block;
	font-size: 17px;
}
.affwp-form fieldset {
	padding: 0;
}
.affwp-form legend {
	font-weight: bold;
	text-decoration: underline;
}
.affwp-form input.button {
	width: 100%;
}
.affiliate-area .wrap {
	max-width: 1200px;
}
.rtl #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
	padding-right: 0;
	padding-left: 16px;
	padding-bottom: 20px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
	font-size: 18px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	margin-bottom: 20px;
}
#affwp-affiliate-dashboard input[type="text"],
#affwp-affiliate-dashboard input[type="url"],
#affwp-affiliate-dashboard input[type="email"] {
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 46px;
	padding: 0 4px;
}
#affwp-generator-toggle-campaign {
	text-decoration: underline;
}
#affwp-affiliate-dashboard h3 {
	margin-bottom: 6px;
}
.rtl table.affwp-table,
.rtl table.affwp-table td,
.rtl table.affwp-table th {
	text-align: right;
}
#affwp-affiliate-dashboard h4 {
	font-size: 20px;
}

/* Tolstoy 
-------------------------------------------------- */
.tolstoy-product-content {
	direction: rtl;
	padding-right: 6px !important;
}
.tolstoy-product-tile-arrow {
	right: auto !important;
	left: 15px;
}

/* Cookie Notice
-------------------------------------------------- */
div.bs-cooike-notice {
	position: fixed;
	background: white;
	width: 100vw;
	bottom: 0;
	z-index: 10000;
	padding: 13px;
	display: flex;
	justify-content: center;
	box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
}

div.bs-cooike-notice .cooike-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 22px;
}
div.bs-cooike-notice a {
	color: black;
	text-decoration: underline;
}
div.bs-cooike-notice a.approved {
	display: inline-block;
	background: black;
	color: white;
	padding: 9px 12px;
	border-radius: 6px;
	margin-right: 10px;
	cursor: pointer;
	text-decoration: none;
}
div.bs-cooike-notice a.approved:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
	div.bs-cooike-notice .cooike-container {
		flex-direction: column;
		gap: 10px;
	}
	div.bs-cooike-notice a.approved {
		padding: 5px;
		width: 200px;
	}
}

/* Giftable plugin */
.dgfw-available-gifts {
	background: #fff;
	border-radius: 10px;
	padding: 25px 10px;
	border: 1px solid var(--gray-300);
}
h3.dgfw-available-gifts-title {
	color: #483d41;
	font-weight: bold;
	font-size: 19px;
}
.cart-gift-info-message {
	width: 100%;
	padding: 0 var(--mini-cart-padding);
	margin: 6px 0 2px;
}
.cart-gift-info-message .inner .col-text {
	flex: 1;
}
.cart-gift-info-message .inner .col-text,
.cart-gift-info-message .inner .col-text p {
	font-size: 15px;
	font-weight: bold;
}
.cart-gift-info-message .inner .col-icon {
	flex: 0;
	flex-basis: 40px;
	padding-right: 5px;
}
.cart-gift-info-message .inner .col-icon svg {
	width: 24px;
}
.cart-gift-info-message .inner {
	background: #d1acb7;
	padding: 11px 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.cart-gift-info-message .inner .col-text .button {
	font-size: 12px;
	margin-right: 15px;
	height: 29px;
	line-height: 29px;
	background: #000;
}
.checkout .cart-gift-info-message .inner {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding-bottom: 17px;
	padding-top: 20px;
	padding-right: 23px;
}
.checkout .cart-gift-info-message .inner .col-icon {
	display: none;
}
.checkout .cart-gift-info-message + .reward-sidebox {
	margin-top: 0px;
}
.checkout .cart-gift-info-message {
	margin-bottom: -2px;
	float: right;
}

.bs .dgfw-available-gifts .swiper-button-next:after,
.bs .dgfw-available-gifts .swiper-button-prev:after {
	width: 15px;
	height: 15px;
	background-size: 15px;
}
.bs .dgfw-available-gifts .swiper-pagination-bullet-active {
	background: var(--button_background_color);
}

@media only screen and (max-width: 620px) {
	.checkout .cart-gift-info-message .inner .col-text p {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.checkout .cart-gift-info-message .inner .col-text .button {
		margin-right: 0;
	}
}

/* Coming soon */
span.coming-soon.badge {
	background: #ad00b3;
}
p.stock.badge.coming-soon {
	background: #ad00b3;
	position: relative;
	z-index: 2;
	font-size: 15px;
	padding: 0 20px;
	height: 32px;
	top: 28px;
	right: 22px;
}
