/* 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;
	}
}

/* Product Banner Row
-------------------------------------------------- */
.bs .product.product-type-banner .product-item-wrapper {
	box-shadow: none !important;
}
.bs .product-type-banner .product-item-wrapper .mobile,
.bs .product-type-banner .product-item-wrapper > *:not(.product-item-wrap.banner) {
	display: none;
}
@media only screen and (max-width: 768px) {
	.bs .product.product-type-banner .product-item-wrapper .mobile {
		display: block;
	}
	.bs .product.product-type-banner .product-item-wrapper .mobile + .desktop {
		display: none;
	}
}

/* Reward Points 
-------------------------------------------------- */
:root {
	--reward-sidebox-background: #d2edec;
	--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;
}
.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: 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: 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: 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;
	font-size: 18px;
	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: 15px;
	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: 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;
}

@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: 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;
}
.checkout .ywgc-have-code.row.cart-side-box {
	margin-top: 4px;
}
.checkout-overview div#cart-side-coupon {
	padding-top: 0;
}
/* Wholesale 
-------------------------------------------------- */
.wholesale_customer .top-header-pages-menu .widget_nav_menu {
	display: none !important;
}

/* 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: #085350;
	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: 18px;
	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: #94c5c6;
	padding: 16px;
	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;
}
.checkout .cart-gift-info-message {
	margin-bottom: -2px;
	float: right;
}

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

/* Added Toast */
div#product-added-toast-placeholder {
	position: relative;
}
div#product-added-toast-placeholder .product-added-toast {
	position: absolute;
	width: 300px;
	background: white;
	width: 406px;
	left: 0;
	top: 29px;
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.0803735);
	border-radius: 12px;
	z-index: 10;
	opacity: 0;
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
div#product-added-toast-placeholder.active .product-added-toast {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

div#product-added-toast-placeholder .product-added-toast #close-toast {
	display: block;
	cursor: pointer;
	padding: 2px;
}
div#product-added-toast-placeholder .product-added-toast #close-toast .close-icon {
	fill: var(--gray-800);
	width: 14px;
	height: 14px;
}
div#product-added-toast-placeholder .product-added-toast #close-toast {
	display: block;
	cursor: pointer;
	padding: 2px;
	position: absolute;
	top: -13px;
	left: -10px;
	z-index: 10;
}
div#product-added-toast-placeholder .product-added-toast .header {
	position: relative;
}
div#product-added-toast-placeholder .product-added-toast .inner {
	padding: 28px 35px;
	display: flex;
	flex-direction: column;
}

div#product-added-toast-placeholder .product-added-toast .content {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
div#product-added-toast-placeholder .product-added-toast .content .product-image {
	flex-basis: 85px;
	flex-grow: 0;
	flex-shrink: 0;
}
div#product-added-toast-placeholder .product-added-toast .content .product-image img {
	position: relative;
	top: -10px;
}
div#product-added-toast-placeholder .product-added-toast .content .product-info {
	flex-grow: 1;
	padding-top: 8px;
}
div#product-added-toast-placeholder .product-added-toast .content p.product-name {
	font-size: 18px;
	font-weight: 600;
}

div#product-added-toast-placeholder .product-added-toast .actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
div#product-added-toast-placeholder .product-added-toast .actions a.button.checkout.wc-forward svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	fill: white;
}

div#product-added-toast-placeholder .product-added-toast .actions .button {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	div#product-added-toast-placeholder {
		position: fixed;
		bottom: 0px;
		z-index: 10001;
		left: 0;
		width: 100%;
	}
	div#product-added-toast-placeholder .product-added-toast {
		position: static;
		width: 100%;
	}
	div#product-added-toast-placeholder .product-added-toast .content .product-info {
		padding-top: 18px;
	}
	div#product-added-toast-placeholder .product-added-toast .inner {
		padding: 25px 28px;
		margin-bottom: calc(env(safe-area-inset-bottom) + 2px);
	}
	div#product-added-toast-placeholder .product-added-toast {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}
