/* Nirmol
-------------------------------------------------- */
.product-item-wrapper .row.nirmol {
	font-size: 10px;
	margin-top: 9px;
	white-space: nowrap;
}
.product-item-wrapper .row.nirmol span.needed-info {
	margin-right: 2px;
}
.row.nirmol {
	font-size: 12px;
	color: var(--gray-600);
}
.single-product .row.nirmol {
	margin-bottom: 24px;
}
.single-product .product-meta-row {
	margin-bottom: 6px;
}

@media (max-width: 640px) {
	.product-item-wrapper .row.nirmol {
		font-size: 9px;
	}
}

/* Tolstoy 
-------------------------------------------------- */
.tolstoy-product-content {
	direction: rtl;
	padding-right: 6px !important;
}
.tolstoy-product-tile-arrow {
	right: auto !important;
	left: 3px;
}
.tolstoy-product-tile-arrow svg {
	width: 10px;
}
.product .tolstoy-stories-main-container {
	justify-content: flex-start;
}
.tolstoy-product-content {
	position: relative;
	top: -10px;
	background: #ffffff;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.0803735);
	border-radius: 12px;
	border: none !important;
}
.tolstoy-carousel-tile {
	gap: 0 !important;
}

/* Gift Card
-------------------------------------------------- */
.single-product form.cart.gift-cards_form {
	margin-bottom: 12px;
	max-width: 480px;
}
.single-product form.cart.gift-cards_form .quantity {
	display: none !important;
}
.bs #ui-datepicker-div.ywgc-date-picker .ui-datepicker-buttonpane.ui-widget-content {
	margin-top: -2px !important;
}
.ywgc_enter_code {
	background: transparent;
	text-align: right;
	margin: 16px 0 4px 0;
}

/* 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 22px;
	border-radius: var(--button-border-radius);
	margin-right: 10px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid black;
	transition: background-color 0.2s ease-in, color 0.4s, width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-behavior: normal, normal, normal;
	transition-duration: 0.2s, 0.4s, 0.45s;
	transition-timing-function: ease-in, ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 0s, 0s, 0s;
	transition-property: background-color, color, width;
}
div.bs-cooike-notice a.approved:hover {
	text-decoration: none;
	background: transparent;
	color: black;
}
@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;
	}
}

/* Categoris Menu Row 
-------------------------------------------------- */
.categories-menu-row {
	display: flex;
	flex: 1;
	position: relative;
	overflow: hidden;
	min-width: 0;
	width: 0;
}
div.categories-menu-row:after {
	display: block;
	position: absolute;
	content: "";
	width: 50px;
	height: 38px;
	left: -14px;
	top: 0;
	background-image: linear-gradient(90deg, var(--color-bg-primary) 16%, rgba(255, 255, 255, 0) 100%);
}
.categories-menu-row .inner {
	width: 100%;
	padding: 0;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.categories-menu-row nav {
	flex: 1;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.categories-menu-row nav::-webkit-scrollbar {
	display: none;
}
.categories-menu-row ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
}

.categories-menu-row li {
	display: inline-block;
	margin-left: 8px;
}
.categories-menu-row li:last-child {
	margin-left: 140px;
}
.categories-menu-row li a {
	display: block;
	padding: 4px 6px 8px;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: var(--gray-600);
}
.categories-menu-row li a svg {
	width: 8px;
	height: 8px;
	fill: #000;
}
.bs .catalog-header-row .sidebar-toggle-container .toggle-sidebar,
.bs .catalog-header-row .filter-toggle-button .filter-toggle-button-trigger,
.categories-menu-row li a {
	border: 1px solid #000;
	color: #000;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	border-radius: 22px;
	padding: 0 23px;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.bs .catalog-header-row .sidebar-toggle-container .toggle-sidebar:hover,
.bs .catalog-header-row .filter-toggle-button .filter-toggle-button-trigger:hover,
.catalog-header-row .categories-menu-row li a:hover {
	border-color: #000;
	color: #fff;
	background-color: #000;
}
.bs .catalog-header-row .sidebar-toggle-container .toggle-sidebar:hover svg,
.bs .catalog-header-row .filter-toggle-button .filter-toggle-button-trigger:hover svg,
.catalog-header-row .categories-menu-row li a:hover svg {
	fill: #fff;
}

.categories-menu-row li a:hover svg {
	fill: black;
}
.categories-menu-row li a:hover {
	color: #000;
}
.categories-menu-row li a:hover {
	border-color: black;
}
.categories-menu-row li.current-item a {
	border-color: black;
	background-color: black;
	color: white;
}
.categories-menu-row li.current-item a svg {
	fill: white;
}

@media (max-width: 1024px) {
	div.categories-menu-row:after {
		left: 0px;
		width: 40px;
	}
}
@media (max-width: 640px) {
	.catalog-header-row .categories-menu-row li a {
		font-size: 14px;
		padding: 0 14px;
	}
	.categories-menu-row li {
		margin-left: 4px;
	}
	.bs .bs-archive-header-wrapper .catalog-header-row .col-filter {
		gap: 7px;
	}
	.bs .bs-archive-header-wrapper {
		max-width: 1000%;
		width: auto;
		margin-left: calc(50% - 50vw);
		margin-right: 0;
	}
	div.categories-menu-row:after {
		width: 70px;
	}
}

/* Reward Points 
-------------------------------------------------- */
:root {
	--reward-sidebox-background: #ff9f6f;
	--reward-sidebox-color: black;
}
#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;
	align-items: center;
}
.reward-sidebox.cart-side-box {
	background: var(--reward-sidebox-background);
	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: 15px 20px 7px;
	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: 19px;
	margin-bottom: 4px;
	padding-bottom: 0;
}
.reward-sidebox.cart-side-box h2 svg {
	width: 32px;
	height: 24px;
}
.checkout .reward-sidebox.cart-side-box h2 svg {
	width: 27px;
}
.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: 47px;
}

.reward-sidebox.cart-side-box .sidebox-inner .msg p.total-points {
	font-size: 16px;
	font-weight: 500;
	color: var(--reward-sidebox-color);
	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(--reward-sidebox-color);
	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%;
	padding: 10px 0;
}
.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: 10px;
	font-size: 14px;
}
.checkout .reward-sidebox .state p.desc {
	opacity: 0.7;
	font-size: 15px;
}
.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 #000;
	font-size: 18px;
	border-radius: 6px;
	height: 38px;
	padding: 0 25px 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.points-form .form button.submitPoints {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 104px;
	border-radius: var(--button-border-radius);
	border: none;
	background-color: var(--button_background_color);
	background-repeat: no-repeat !important;
	color: var(--button_text_color);
	position: relative;
	top: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #000;
	font-size: 15px;
	letter-spacing: 0.4px;
	font-weight: 500;
}
.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: var(--reward-sidebox-background);
	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;
}
.reward-sidebox .state a.link-btn {
	border-bottom-color: black;
	color: black;
}

@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;
	}
}

/* Giftable plugin */
.dgfw-available-gifts {
	background: #fcf1d3;
	border-radius: 10px;
	padding: 25px 10px;
	border: 1px solid var(--gray-300);
}
h3.dgfw-available-gifts-title {
	color: #ff580b;
	font-weight: bold;
	font-size: 21px;
}
.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: 16px;
	font-weight: bold;
}
.cart-gift-info-message .inner .col-icon {
	flex: 0;
	flex-basis: 43px;
	padding-right: 5px;
}
.cart-gift-info-message .inner .col-icon svg {
	width: 26px;
}
.cart-gift-info-message .inner {
	background: #ff9f6f;
	padding: 12px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.cart-gift-info-message .inner .col-text .button {
	font-size: 13px;
	margin-right: 15px;
	height: 31px;
	line-height: 31px;
}
.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;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.checkout .cart-gift-info-message {
	margin-bottom: -2px;
	float: right;
}
.checkout .cart-gift-info-message .inner {
	background: #ec956a;
}

@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;
	}
}

/* Affiliate WP */
.affwp-form {
	margin-bottom: 1.5rem;
	width: 48%;
	float: right;
}
form#affwp-login-form {
	float: left;
}
form#affwp-login-form input[type="text"],
form#affwp-login-form input[type="password"],
.affwp-form input:not([type="checkbox"]).affwp-field {
	width: 100%;
	background-color: white;
	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;
}

@media only screen and (max-width: 1024px) {
	.affwp-form,
	form#affwp-login-form {
		width: 100%;
		float: none;
	}
}
