/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.1.5
 */

/* Selectbox style */
.woocommerce a.selectBox{
    background: #ffffff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit;
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover{
    border-bottom: 1px solid #bbb!important;
}

.woocommerce a.selectBox:hover{
    color: inherit;
}

.woocommerce a.selectBox:focus{
    border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label{
    vertical-align: middle;
    padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow{
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
    background: url(../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%;
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0ac";
    margin-right: 5px;
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c1";
    margin-right: 5px;
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f023";
    margin-right: 5px;
}

.selectBox-dropdown-menu li a{
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px;
}

.selectBox-dropdown-menu a:hover{
    color: inherit;
    text-decoration: none;
}

/* Wishlist table */
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: block!important;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart span.dateadded{
    display: block;
}

/* Popup add to wishlist */
.yith-wcwl-add-button a.open-pretty-photo{
    display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
    display: inline-block;
}
.yes-js .yith-wcwl-popup{
    display: none;
    text-align: center;
}
.yes-js .yith-wcwl-popup-content{

}
.yes-js .yith-wcwl-popup-content{
    display: table;
    width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
    display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
    display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .