/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module.
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2021 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;
}
.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: #000;
    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: #000;
    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;
}
.wk-wishlist-products #products .highlighted-informations {
    padding: 20px;
}
.wk-wishlist-products .highlighted-informations .wk-d-flex {
    justify-content: space-between;
}
.wk-wishlist-products .thumbnail-container:hover .highlighted-informations {
    bottom: 66px!important;
}
.wk-wishlist-products .thumbnail-container .wk-wishlist-remove {
    display: none;
}
.wk-wishlist-products .thumbnail-container:hover .wk-wishlist-remove {
    display: block;
}
.wk-wishlist-products .thumbnail-container:hover .product-thumbnail {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .wk-wishlist-products #products .highlighted-informations {
        position: static;
        padding-top: 0;
        opacity: 1;
    }
    .wk-wishlist-products .thumbnail-container .wk-wishlist-remove {
        display: block;
    }
}

.wk-product-add-to-cart {
    text-align: right;
}

.wk-add-to-cart,
.wk-add-to-cart:focus {
    padding: 2px;
    display: block;
    background: none;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid transparent;
}

.wk-add-to-cart:hover,
.wk-add-to-cart:focus {
    border-bottom-color:#000;
    text-decoration: none;
}

/* 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 {
    position: absolute;
    border: none;
    padding: 6px;
    border-radius: 50%;
    z-index: 10;
}
.wk-wishlist-btn.top-left {
    top: 10px;
    left: 10px;
}
.wk-wishlist-btn.top-right {
    top: 10px;
    right: 10px;
}
#product .wk-wishlist-btn.top-right {
    top: 61px;
    right: 10px;
}
@media (min-width: 768px) {
    #product .wk-wishlist-btn.top-right {
        top: 40px;
    }
}
.wk-wishlist-btn.bottom-left {
    bottom: 10px;
    left: 10px;
}
.wk-wishlist-btn.bottom-right {
    bottom: 10px;
    right: 10px;
}
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: #000;
}

.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: #000;
}
.wk-wishlist-btn:hover,
.wk-wishlist-btn:focus {
    color: #000;
}

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

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

#wkWlCombinationBody .btn {
    width: 100%;
}

#wkWlCombinationBody .product-variants-favoris .product-variants-item {
    width: 100%;
}

#wkWlCombinationModalContent .modal-title {
    padding-top: 3px;
}