/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a 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
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.wk-product-slide-prev {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1000;
}

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

.wk_prev_img_icon {
    margin-top: 40px;
}

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

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