/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wk_wl_active {
    display: block !important;
}
.wk_wl_deactive {
    display: none !important;
}
#wk_wl_add_list_block {
    position: absolute;
    right: 20px;
    width: 244px;
    z-index: 999;
    display: none;
}
#wk_wl_add_list_close {
    position: absolute;
    right: 5px;
    top: 0;
}
.wk_wishlist_add_button {
    background-color: #d2d2d2;
}
.wk_wishlist_desc {
    border: 1px solid #555;
    padding: 10px;
    /* vertical-align: middle; */
}
.wk_wl_name > div.input-group{
    width: 70%;
    display: none;
}
#wk_add_wishlist .input-group-btn button{
    font-size: .91rem;
    font-weight: 600;
}
.wk_wishlist_heading {
    display: inline-block;
    font-weight: 700;
    margin-left: 1rem;
    flex: 1;
}
.wk_wl_name .input-group>span{
    display: inherit;
}
.wk_wl_name>i {
    cursor: pointer;
}
.wk_wl_name{
    display: none;
}
.wk_wl_desc {
    display: none;
}
.wk_wl_desc>i {
    cursor: pointer;
}

/* Loader */
.wk_wl_action_loader_block {
    display :none;
}

/* form input feilds */
.wk_wl_form_field {
    background: #eaeaea;
    border: none;
    resize: none;
    padding: .625rem;
}
.wk_wl_name {
    font-weight: 700;
    text-transform: uppercase;
}
/* category and lproduct page add to shopping list option */
.wk_wl_added_to_list {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.wk_wl_add_in_list {
    background-color: #2fb5d2;
    color: #ffffff;
}
.wk_wl_add_prodcust_in_list_block {
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.wk_wl_add_in_list_icon > i{
    font-size: 1.5rem;
}
.wk_wl_ul_add {
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
    margin: 0;
    background-color: #fff;
    width: 100%;
    position: relative;
    max-height: 18rem;
    overflow: auto;
    z-index: 99 !important;
}
.wk_wl_ul_add li {
    color: #232323;
    padding: .625rem 1.25rem;
    cursor: pointer;
}
.wk_wl_ul_add li:hover {
    background: #2fb5d2;
    color: #fff;
    text-decoration: none;
}
.wk_wl_add_action_tag {
    color:#3c763d;
    display: inline-block;
    width: 13%;
    text-align: right;
}
.wk_wishlist_name_in_list {
    display: inline-block;
    width: 84%;
}
.wk_wl_have_no_list {
    color: #fff;
}
.wk_wl_have_no_list:hover {
    color: #fff;
}

body#module-wkwishlist-wishlistdetail .product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 4.4rem;
}

.wk-product-quantity.hidden {
    display: none;
}

.wk-wishlist-products .product-miniature {
    margin: 0 .625rem;
}

.wk-wishlist-products .products {
    display: flex;
    flex-wrap: wrap;
}

body#module-wkwishlist-wishlistdetail .product-miniature .highlighted-informations {
    position: unset;
    height: auto;
    padding-bottom: 0.625rem;
    margin-top: 0.625rem;
}
body#module-wkwishlist-wishlistdetail .product-miniature .product-description {
    position: unset;
    height: auto;
}

body#module-wkwishlist-wishlistdetail .product-miniature .thumbnail-container  {
    height: auto;
}

body#module-wkwishlist-wishlistdetail .product-miniature .product-title {
    /* display: flex;
    flex-wrap: wrap; */
    /* justify-content: center; */
}

.wk-wishlist-actions {
    padding: 15px;
    box-shadow: 0 -5px 10px -5px rgba(0,0,0,.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wk-wishlist-actions .bootstrap-touchspin {
    float: unset;
    margin: 5px;
}
.wk-wishlist-actions button.btn {
    margin: 0 5px;
}

#module-wkwishlist-wishlistdetail .popover-content {
    padding: 0 !important;
}
.popover-content .wk-popover-list {
    display: block !important;
    padding: 0;
}
.popover-content .wk-popover-list > li {
    border-bottom: 1px solid #dbdbdb;
}

.wk-wishlist-btn {
    border: none;
    padding: 9px;
    z-index: 10;
}
body#cart .wk-wishlist-btn {
    position: unset !important;
    top: 0 !important;
    right: 0 !important;
    border-radius: 50%;
    border: unset;
    padding: unset !important;
}

.wk-wishlist-btn:focus, .wk-wishlist-btn:hover {
    outline: 0px !important;
}

.product-miniature .wk_wl_add_product_cat.wk-list-add {
    background: #fff;
    padding: 15px 10px;
}

a.wk-wishlist-btn:focus > i, a.wk-wishlist-btn:hover > i {
    color: #2fb5d2;
}

.popover-content {
    padding: 0px !important;
}
.popover-content .wk_wl_ul_add.wk_wl_deactive {
    display: block !important;
    padding: 0;
}

.product-line-grid-right .cart-line-product-actions a.wk-wishlist-btn {
    color: #232323;
}

.wk-wishlist-btn i {
    color: #333;
}

.wk-wishlist-btn.active i {
    color: #2fb5d2;
}

.wk_wl_ul_add li:hover > div.wk_wishlist_name_in_list > a.wk-add-list-link {
    color: #fff;
}
div.wk_wishlist_name_in_list > a.wk-add-list-link {
    display: flex;
    text-decoration: none;
}

.wk-width-100 {
    width: 100%;
}

.product-list-actions .wk_wishlist_div .wk-wishlist-btn {
    background: #0B2154;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-actions .wk_wishlist_div .wk-wishlist-btn i {background-size: 82%;background-repeat: no-repeat;}