/* 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 {
	margin: 16px 0 4px 0;
}

/* Product Add ons
-------------------------------------------------- */
.wc-pao-addons-container {
	display: flex;
	flex-direction: column;
}
.wc-pao-addon label.wc-pao-addon-name {
	font-weight: 500;
}
.wc-pao-addon .wc-pao-addon-wrap {
	margin-top: 2px;
	padding: 0;
	margin-bottom: 12px;
}
.wc-pao-addon .wc-pao-addon-wrap select {
	min-width: 100%;
}

/* Wishlist 
-------------------------------------------------- */
.yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	font-size: 13px;
	color: var(--gray-500);
	gap: 4px;
}
.yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button:hover {
	color: var(--gray-700);
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
	width: 16px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin: 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 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;
	}
}

/* Linked Products
-------------------------------------------------- */
.bs-linked-products-wrapper {
	margin: 20px 0;
}

.bs-linked-products-wrapper h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.bs-linked-products-wrapper .linked-products {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.bs-linked-products-wrapper .linked-product {
	width: 80px;
	height: 80px;
}
.bs-linked-products-wrapper .linked-product a {
	border: 1px solid var(--gray-200);
	display: block;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}
.bs-linked-products-wrapper .linked-product a:hover,
.bs-linked-products-wrapper .linked-product.current a {
	border-color: black;
}

.bs-linked-products-wrapper .linked-product a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: all 0.3s ease;
}
.bs-linked-products-wrapper .linked-product.current a:after,
.bs-linked-products-wrapper .linked-product a:hover:after {
	opacity: 1;
}

.bs-linked-products-wrapper .linked-product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Yith Frequently Bought Together
-------------------------------------------------- */
.yith-wfbt-section {
	margin-top: 20px;
}
.yith-wfbt-section h2 {
	font-size: 20px;
}
.yith-wfbt-form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.yith-wfbt-section .yith-wfbt-images {
	display: flex;
	margin: 0;
	align-items: center;
}
.image-td {
	position: relative;
	height: 140px;
	flex-basis: 140px;
}
.image-td img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
	width: 12px;
	position: relative;
}
.yith-wfbt-section .yith-wfbt-images .image_plus:before {
	width: 30px;
	height: 30px;
	content: "+";
	background: black;
	display: block;
	position: absolute;
	top: 0;
	right: -8px;
	z-index: 1;
	color: white;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.rtl .yith-wfbt-section .yith-wfbt-item input[type="checkbox"] {
	left: auto;
	right: 0;
	width: 20px;
	accent-color: black;
	height: 20px;
}
.rtl .yith-wfbt-section .yith-wfbt-item label {
	padding-right: 30px;
	padding-left: 0px;
	display: flex;
	align-items: center;
	min-height: 30px;
}
.yith-wfbt-section .yith-wfbt-items {
	margin-bottom: 0;
}
.yith-wfbt-section .yith-wfbt-item {
	margin-bottom: 10px;
}
.yith-wfbt-submit-block {
	font-size: 18px;
	padding-top: 16px;
}
.yith-wfbt-item span.price {
	display: inline;
}
