/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.6
 * 
 * Yith WooCommerce Wishlist CSS Rules
 * Created by CMSMasters
 * 
 */
/* -------------------------------- Start Yith WooCommerce Wishlist Styles -------------------------------- */
/*-------------------------------------------------------------------------*/
/*	Wishlist icon in Header */
/*-------------------------------------------------------------------------*/
.cmsmasters_wishlist_wrap {
  position: relative;
  top: -1px;
}
.cmsmasters_wishlist_wrap > a {
  display: block;
  height: 100%;
}
.cmsmasters_wishlist_wrap > a > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cmsmasters_wishlist_wrap > a:before {
  position: relative;
  margin: 0px 4px 0 0;
  font-size: 16px;
  vertical-align: middle;
}
.cmsmasters_wishlist_wrap > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*-------------------------------------------------------------------------*/
/*	Free Version */
/*-------------------------------------------------------------------------*/
/***************** Button Wishlist In Product ******************/
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button {
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
}
.cmsmasters_product_category_shortcode.puzzle .products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button {
  right: 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: 43px;
}
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a:before {
  font-size: 14px;
  line-height: 1.1em;
  width: 1.1em;
  height: 1.1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
}
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button a.add_to_wishlist {
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.products .product .cmsmasters_product_add_inner .cmsmasters_add_wishlist_button .yith-wcwl-add-button img {
  z-index: 2;
}
#page .cmsmasters_add_wishlist_button .ajax-loading {
  display: none;
}
/***************** Button Wishlist In Open Product ******************/
.yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 15px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.button i {
  float: right;
  margin: 0 0 0 10px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span + a {
  margin: 0 0 0 5px;
}
.thumbnails + .yith-wcwl-add-to-wishlist,
.cmsmasters_woo_tabs + .yith-wcwl-add-to-wishlist {
  margin: 30px 0 0;
}
/***************** Wishlist Table ******************/
#yith-wcwl-form h2 {
  margin-bottom: 30px;
}
#yith-wcwl-form .wishlist-title {
  display: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table {
  margin: 0 0 120px;
  font-size: inherit;
}
#yith-wcwl-form.woocommerce table.wishlist_table thead th {
  padding: 18px 0;
  position: relative;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td {
  padding: 10px 0;
  text-align: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-remove div {
  text-align: center;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-checkbox {
  padding-left: 20px;
  padding-right: 20px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a.yith-wcqv-button {
  display: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-name a:not([class]) + .yith-wcqv-button {
  margin: 0 0 0 20px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price ins,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price del {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price del {
  text-decoration: line-through;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart {
  text-align: center;
}
#page #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > * {
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot tr {
  border-width: 0;
  border-style: solid;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td {
  padding: 0;
  margin: 0 -1px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container {
  float: right;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container .button {
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share {
  padding: 40px 10px;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share-title + ul {
  margin: 0 0 0 25px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul {
  list-style-type: none;
  display: inline-block;
  height: auto;
  margin: 0;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li:before {
  content: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a {
  background-image: none;
  width: 25px;
  height: 25px;
  text-align: center;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a:before {
  font-family: 'fontello';
  line-height: 1em;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.facebook:before {
  content: '\ea58';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.twitter:before {
  content: '\ea97';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.pinterest:before {
  content: '\ea7b';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.googleplus:before {
  content: '\ea64';
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td ul li a.email:before {
  content: '\e8a5';
}
/*-------------------------------------------------------------------------*/
/*	Premium Version */
/*-------------------------------------------------------------------------*/
/***************** Wishlist Table ******************/
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-checkbox:after {
  content: '';
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-checkbox input {
  display: inline-block;
  vertical-align: middle;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.wishlist-empty {
  padding-left: 10px;
  padding-right: 10px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a {
  width: 46.55%;
  margin: 0 1.725%;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a:last-child {
  display: inline-block !important;
  float: none;
  width: auto;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox {
  padding: 0 30px 0 10px;
  text-align: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox > span {
  padding: 4px 8px 2px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a.selectBox + a.button {
  width: 96.55%;
  float: none;
  margin: 10px 1.725% 0;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + a.button {
  width: 46.55%;
  margin: 0 1.725%;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > a + select + a.selectBox {
  width: 46.55% !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > .dateadded + select + a.selectBox,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > select:first-child + a.selectBox {
  width: 46.55% !important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > .dateadded + select + a.selectBox + a.button,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart > select:first-child + a.selectBox + a.button {
  width: 46.55%;
  margin: 0 1.725%;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart .variations_form .variations > .select_box {
  width: 100%;
  text-align: center;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart .variations_form .variations > .select_box .select_option {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart .variations_form .variations > select:not(.select_box) {
  display: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .custom-add-to-cart-button-cotaniner,
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .ask-an-estimate-button-container {
  margin: 0 22px 22px 0;
  float: left;
}
#yith-wcwl-form.woocommerce table.wishlist_table tfoot td .yith-wcwl-share {
  clear: both;
}
/***************** Create New Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-new {
  margin: 0 0 55px;
  padding: 20px 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new label {
  display: block;
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new input[type="text"] {
  margin: 8px 20px 0 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new .selectBox {
  margin: 8px 0 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button {
  display: block;
  margin: 20px 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button i {
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-new button i:before {
  margin: 0 10px 0 0;
}
/***************** Manage Wishlist ******************/
#yith-wcwl-form .wishlist_manage_table td,
#yith-wcwl-form .wishlist_manage_table th {
  padding: 18px 15px;
}
#yith-wcwl-form .wishlist_manage_table thead th {
  padding: 17px 15px;
  border-top-width: 0;
  border-top-style: solid;
}
#yith-wcwl-form .wishlist_manage_table tfoot td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button,
#yith-wcwl-form .wishlist_manage_table tfoot button {
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button i,
#yith-wcwl-form .wishlist_manage_table tfoot button i {
  margin: 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button i:before,
#yith-wcwl-form .wishlist_manage_table tfoot button i:before {
  margin: 0 10px 0 0;
}
#yith-wcwl-form .wishlist_manage_table tfoot .button + button {
  margin: 0 0 0 20px;
}
/***************** Search Wishlist ******************/
#yith-wcwl-form .yith-wcwl-wishlist-search-form {
  margin: 0 0 55px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form #wishlist_search {
  float: none;
  height: 42px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button {
  float: none;
  margin: 20px 0 0;
  padding: 0 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button i {
  margin: 0;
}
#yith-wcwl-form .yith-wcwl-wishlist-search-form .wishlist-search-button i:before {
  margin: 0 10px 0 0;
}
/***************** Wishlist Popup ******************/
.wishlist-ask-an-estimate-popup {
  position: relative;
  overflow: hidden;
}
.wishlist-ask-an-estimate-popup label {
  display: block;
  margin: 0 0 8px;
}
.wishlist-ask-an-estimate-popup textarea {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
  display: block;
  margin: 0 !important;
  float: left;
}
.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup i:before {
  margin: 0 10px 0 0;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-visibility select {
  height: 42px;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-content .yith-wcwl-popup-new input {
  height: 42px;
}
.yes-js .pp_woocommerce .yith-wcwl-popup-footer > .yith-wcwl-popup-button > .popup_button {
  margin: 0 10px 0 0;
  float: left;
}
#yith-wcwl-popup-message {
  display: none !important;
}
/***************** Wishlist Widget ******************/
#page .widget.widget_yith-wcwl-lists ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#page .widget.widget_yith-wcwl-lists ul li {
  padding: 0;
}
#page .widget.widget_yith-wcwl-lists ul li:before {
  content: none;
}
#page .widget.widget_yith-wcwl-lists ul li > a {
  padding: 8px 2px 8px 0;
}
