/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.0
 * 
 * Yith WooCommerce Wishlist RTL Rules
 * Created by CMSMasters
 * 
 */


/*-------------------------------------------------------------------------*/
/*	1. Free Version */
/*-------------------------------------------------------------------------*/
/***************** 1.1 Button Wishlist In Product ******************/
body {
	unicode-bidi: embed;
	direction: rtl;
}

.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button {
	right: auto;
	left: 10px;
}

.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button {
	right: auto;
	left: 0;
}

.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button + a,
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button + a.added + a {
	margin-right: 0;
	margin-left: 43px;
}

.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a {
	left: auto;
	right: 0;
}


/***************** 1.2 Button Wishlist In Open Product ******************/
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:not(.button):after {
	margin-left: 0;
	margin-right: 10px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.button i {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span + a {
	margin-left: 0;
	margin-right: 5px;
}


/***************** 1.3 Wishlist Table ******************/
#yith-wcwl-form.woocommerce table.wishlist_table thead th:first-child {
	border-left-width: 0;
	border-right-width: 1px;
	border-right-style: solid;
}

#yith-wcwl-form.woocommerce table.wishlist_table thead th:last-child {
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td {
	text-align: right;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td:first-child {
	border-left-width: 0;
	border-right-width: 1px;
	border-right-style: solid;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td:last-child {
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a:not([class]) + .yith-wcqv-button {
	margin-left: 0;
	margin-right: 20px;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart {
	text-align: center;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a {
	margin-left: 1.7%;
	margin-right: 0;
	float: right;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child {
	float: none;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
	margin-left: 0;
	margin-right: 1.7%;
	float: right;
}

#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container {
	float: left;
}

#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share-title + ul {
	margin-left: 0;
	margin-right: 35px;
}



/*-------------------------------------------------------------------------*/
/*	2. Premium Version */
/*-------------------------------------------------------------------------*/
/***************** 2.1 Wishlist Table ******************/
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a {
	float: right;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child {
	float: none;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox {
	padding-left: 30px;
	padding-right: 10px;
	text-align: right;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox + a.button {
	float: none;
}

#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
	float: right;
}


/***************** 2.2 Create New Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-new input[type="text"] {
	margin-left: 20px;
	margin-right: 0;
}

#yith-wcwl-form .yith-wcwl-wishlist-new button i:before {
	margin-left: 10px;
	margin-right: 0;
}


/***************** 2.3 Manage Wishlist ******************/
#yith-wcwl-form .wishlist_manage_table tfoot .button,
#yith-wcwl-form .wishlist_manage_table tfoot button {
	float: right;
}

#yith-wcwl-form .wishlist_manage_table tfoot .button i:before,
#yith-wcwl-form .wishlist_manage_table tfoot button i:before {
	margin-left: 10px;
	margin-right: 0;
}

#yith-wcwl-form .wishlist_manage_table tfoot .button + button {
	margin-left: 0;
	margin-right: 20px;
}


/***************** 2.4 Search Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-search-form #wishlist_search {
	float: none;
}

#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button {
	float: none;
}

#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button i:before {
	margin-left: 10px;
	margin-right: 0;
}


/***************** 2.5 Wishlist Popup ******************/
.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
	float: right;
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup i:before {
	margin-left: 10px;
	margin-right: 0;
}

.yes-js .pp_woocommerce .yith-wcwl-popup-footer > .yith-wcwl-popup-button > .popup_button {
	margin-left: 10px;
	margin-right: 0;
	float: right;
}



/*-------------------------------------------------------------------------*/
/*	3.	Small Tablet Monitor
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	/***************** Free Version - Wishlist Table ******************/
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td {
		text-align: center;
	}

	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-remove {
		left: 2px;
		right: auto;
	}

	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button {
		float: none;
	}
	
	
	/***************** Premium Version - Wishlist Table ******************/
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-checkbox {
		left: auto;
		right: 10px;
	}

	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a.selectBox + a.button {
		float: none;
	}

	html #yith-wcwl-form.woocommerce table.wishlist_table tfoot td .custom-add-to-cart-button-cotaniner {
		text-align: center;
	}
	
	
	/***************** Premium Version - Manage Wishlist ******************/
	html #yith-wcwl-form .wishlist_manage_table tbody tr td {
		text-align: center;
	}
}



/*-------------------------------------------------------------------------*/
/*	4. Phone Monitor
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 540px) {
	/***************** Free Version - Single Product Quick View ******************/
	html #yith-wcwl-form.woocommerce table.wishlist_table tfoot tr td .ask-an-estimate-button-container,
	html #yith-wcwl-form.woocommerce table.wishlist_table tfoot tr td .yith-wcwl-share {
		float: none;
		text-align: center;
	}
	
	
	/***************** Premium Version - Manage Wishlist ******************/
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + a.button,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a + select + a.selectBox,
	html #yith-wcwl-form.woocommerce table.wishlist_table tr td.product-add-to-cart > a.selectBox + a.button {
		float: none;
	}

	html #yith-wcwl-form .wishlist_manage_table tfoot td {
		text-align: center;
	}

	html #yith-wcwl-form .wishlist_manage_table tfoot td > .button,
	html #yith-wcwl-form .wishlist_manage_table tfoot td > button,
	html #yith-wcwl-form .wishlist_manage_table tfoot td .button + button {
		float: none;
	}
}
