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

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

.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;
}

.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;
}

/* 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 .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
    display: table-cell;
    vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
    width: 80%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
    width: 100%;
    font-weight: 700;
    padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
    width: 20%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
    text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
    font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
    float: right;
    min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
    border-top: 1px solid #CCC;
    padding: 20px 20px 0 20px;
    margin: 20px -20px 0;
    text-align: right;
}

#yith-wcwl-form h2 { margin-left: 20px; }

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 100000; /* Thanks WP -.- */
}

/* Wishlist table template */
.wishlist_table {}

.wishlist_table tr td { text-align: center; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name { text-align: left; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }

/* Wishlist buttons */

.summary .single_add_to_wishlist.button, .product .yith-wcwl-add-button > a.add_to_wishlist{
    border: 1px solid;
}


.product .yith-wcwl-add-button > a.add_to_wishlist.theme-style{
    border:0;
}

.product-actions .product .yith-wcwl-add-button > a.add_to_wishlist,.product-actions .yith-wcwl-add-button > a.add_to_wishlist{
   padding: 0;
   border: 0;
   margin-left: 0;
}

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button { margin: 0px; }
.yith-wcwl-add-to-wishlist { margin-top: 10px; }

ul.products .yith-wcwl-add-button > a.single_add_to_wishlist.button {
    background-image: url('images/loop-heart.png') !important;
    background-position: center -40px !important;
}

ul.products .yith-wcwl-add-button > a.single_add_to_wishlist.button:hover{
    background-color: transparent !important;
}


.yith-wcwl-add-button > a.single_add_to_wishlist.button {
    background-image: url('images/heart.png') !important;
    background-position: 3px !important;
    background-repeat: no-repeat !important;
    padding: 7px 4px 7px 24px;
    position: relative;
    margin-left: 30px;
    top: 11px;
}


.product-actions .yith-wcwl-add-button > a.add_to_wishlist{
    margin-left: 0;
    top: 0;
    padding: 0;
}

.summary .yith-wcwl-add-button > a.add_to_wishlist{
    padding-top: 26px;
}

.summary .yith-wcwl-add-button > a.single_add_to_wishlist.button, .summary .yith-wcwl-add-button > a.add_to_wishlist {
    margin-left: 0;
    top: 0;
}

.summary .yith-wcwl-add-button > a.single_add_to_wishlist.button {
    padding-top: 0;
    top: 10px;
    line-height: 28px;
}

.images .yith-wcwl-add-button > a.single_add_to_wishlist.button, .images .yith-wcwl-add-button > a.add_to_wishlist{
    margin-left: 0;
    top: 8px;
}

.yith-wcwl-add-button > a.single_add_to_wishlist.button.with-icon{
    background-image: none !important;
}

.yith-wcwl-add-button > a.single_add_to_wishlist.button i{
    position: absolute;
    left: 9px;
    top: 9px;
    font-size: 18px;
    display: block;
}

.sidebar .product-box .buttons .yith-wcwl-add-to-wishlist a.button{
    width: auto;
    margin-left: 9px;
    line-height: 21px;
}

div.buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
    display: none;
}


.single_add_to_wishlist.button:hover {
    background-color: #868686 !important;
}

.wishlist_table .add_to_cart.button {
    box-shadow: none;
    border: 1px solid;
    border-radius: 0px;
    cursor: pointer;
    padding: 3px 10px 3px 35px;
    text-shadow: none;
    background-image: url('images/br_cart.png') !important;
    background-position: 7px !important;
    background-repeat: no-repeat !important;
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    font-weight: normal;
    margin-top: 0px;
}

.wishlist_table .add_to_cart.button:hover {
    background-color: #868686 !important;
}

.wishlist_table .add_to_cart.button.with-icon{
    position: relative;
    background-image:none !important;
}

.wishlist_table .add_to_cart.button.with-icon i{
    position: absolute;
    left: 9px;
    top: 5px;
    font-size: 18px;
    display: block;
}

/* Share buttons */
.yith-wcwl-share { margin-left: 20px; }
.yith-wcwl-share ul {
    margin-bottom: 10px;
    margin-left: 0px;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li { margin-right: 3px; }

.yith-wcwl-share li a {
    background-position: left bottom;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.yith-wcwl-share li a:hover { background-position: left top; }
.yith-wcwl-share li a.facebook { background-image: url(../images/icons/socials-small/facebook.png ); }
.yith-wcwl-share li a.twitter { background-image: url(../images/icons/socials-small/twitter.png ); }
.yith-wcwl-share li a.pinterest { background-image: url(../images/icons/socials-small/pinterest.png ); }
.yith-wcwl-share li a.googleplus { background-image: url(../images/icons/socials-small/google.png ); }
.yith-wcwl-share li a.email { background-image: url(../images/icons/socials-small/email.png ); }

.yith_magnifier_zoom_magnifier {border-width:1px;}


/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

#sidebar-product-single .product-box .buttons .yith-wcwl-add-to-wishlist { margin-top: 0px; }

/* === Wishlist 2.0 Fix === */

#yith-wcwl-form .hidden-title-form {
    display: none;
}

a.ask-an-estimate-button.button,
a.show-title-form.button,
a.hide-title-form.button,
.wishlist_manage_table .create-new-wishlist.button,
.submit-wishlist-changes{
    line-height: 30px;
    background-image: none;
}

.submit-wishlist-changes {
    line-height: 20px;
}

.wishlist_manage_table .create-new-wishlist.button {
    margin-right: 10px;
}

.hidden-title-form button,
.create-wishlist-button,
.wishlist-search-button,
.submit-wishlist-changes {
    border-radius: 4px;
    margin-right: 5px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: 'Oswald';
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #c58408;
    border: none;
    color: #f7f7f7;
}

.create-wishlist-button,
.wishlist-search-button,
#wishlist_search {
    padding: 4px 10px;
}

.hidden-title-form button:hover,
.create-wishlist-button:hover,
.wishlist-search-button:hover,
.submit-wishlist-changes:hover {
    background-color: #e79c0c;
    color: #f7f7f7;
}

.hidden-title-form input[type=text],
#wishlist_search {
    margin-bottom: 0;
    margin-right: 5px;
}

.hidden-title-form input[type=text] {
    height: 28px;
}

#wishlist_search {
    height: 20px;
}

.wishlist-title.wishlist-title-with-form h2,
.wishlist-title.wishlist-title-with-form a.show-title-form {
    float: left;
}

.wishlist-title.wishlist-title-with-form h2 {
    margin-right: 10px;
    margin-top: 5px;
}

.wishlist-title.wishlist-title-with-form a.show-title-form {
    line-height: normal;
    padding: 6px 8px;
    height: auto;
}

.widget_yith-wcwl-lists .widget-title {
    padding-top: 15px;
}

.yith-wcwl-wishlist-new .wishlist-name {
    margin-bottom: 0;
    margin-right: 10px;
}

#yith-wcwl-form h2 {
    margin-left: 0;
    margin-bottom: 20px;
}

#yith-wcwl-form table.wishlist_manage_table tfoot td {
    text-align: right;
}

.yith-wcwl-wishlist-search-form {
    margin-bottom: 25px;
}

ul.yith-wcwl-search-results {
    margin-left: 0;
}

.yith-wcwl-search-results .yith-wcwl-search-result {
    height: auto;
    list-style: none;
}


.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details {
    display: table;
    margin-right: 25px;
}

.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details,
.yith-wcwl-search-results .yith-wcwl-search-result .result-wishlists {
    float: left;
}

.yith-wcwl-search-results .yith-wcwl-search-result .result-wishlists{
    font-weight: bold;
}

.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details .thumb,
.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details .user-details {
    display: table-cell;
}

.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details .user-details {
    vertical-align: middle;
}

.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details .thumb {
    padding-right: 10px;
    padding-bottom: 10px;
}

.yith-wcwl-search-results .yith-wcwl-search-result .reuslt-details .user-details .name {
    display: block;
    font-weight: bold;
}

