/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All rights 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-product-slide-prev {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 1000;
}

.wk-product-slide-next {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
}

.wk_product_collection_details {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
    border: 2px solid #07B6D0;
}

.wk-front-product-name {
    color: #333333;
    font-size: 10px !important;
    text-align: center;
    text-decoration: none;
    line-height: 12px;
    margin-top: 10px
}

.wk-front-product-price {
    color: #00BDDD;
    font-size: 10px !important;
    text-decoration: none;
}

.prev_product {
    display: none;
}

.next_product {
    display: none;
}

.next_product,
.wk_prev_img_icon {
    float: left;
}

.wk-product-slide-prev:hover .prev_product {
    display: block;
    z-index: 1000 !important;
    opacity: 1 !important;
}

.wk-product-slide-next:hover .next_product {
    display: block;
    z-index: 1000 !important;
    opacity: 1 !important;
}

.wk-product-slide-next .row {
    width: 100%;
}

.wk_prev_img_icon {
    margin-left: 8px;
    margin-right: 8px;
}