/*
 * Frontend RTL stylesheet for right-to-left adjustments.
 */

.wishlist-title-container .hidden-title-form .edit-title-buttons {
	left: 5px !important;
	right: unset !important;
}

.wishlist-title-container .hidden-title-form > input[type="text"] {
	padding-right: 10px;
	min-width: 260px !important;
	padding-left: 65px !important;
}

#yith-wcwl-form * {
	font-family: inherit !important;
}

#yith-wcwl-form .wishlist_table .product-remove {
	color: unset !important;
	min-width: 50px !important;
}

#yith-wcwl-form .wishlist_table .product-thumbnail {
	min-width: 140px !important;
	margin: 0 !important;
	float: none !important;
}

#yith-wcwl-form .wishlist_table .product-thumbnail a {
	float: unset !important;
	width: unset !important;
	display: unset !important;
	max-width: 120px !important;
	margin: 0 !important;
}

#yith-wcwl-form .wishlist_table .product-thumbnail img {
	width: 120px !important;
	height: auto;
	float: unset !important;
	margin: auto !important;
}

#yith-wcwl-form .wishlist_table .product-name {
	text-align: right !important;
	width: unset !important;
}

#yith-wcwl-form .wishlist_table .product-stock-status {
	width: 130px;
}

#yith-wcwl-form .yith-wcwl-share {
	float: right !important;
}
