/**
* 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-panel-range {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 3%;
}
.wk-panel-range-slider {
    padding-top: 12px;
}
.wk-panel-range-period {
    margin-left: 4%;
}
.wk-option-range {
    position: absolute;
    top: -35px;
    left: -30px;
    display: block;
    width: 81px !important;
    border: 1px solid
    #3586ae;
    background:
    #3586ae none repeat scroll 0% 0%;
    color:
    #fff;
    border-radius: 5px;

}
.wk-option-range:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #3586ae;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
#wk-browser-cache-settings .ui-state-default {
    width: 20px !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
    border: 1px solid #3586ae;
    background: #3586ae;
    font-weight: normal;
    color: #fff;
    padding: 0 3px;
}
#wk-browser-cache-settings .ui-widget-content {
    border: 1px solid #aaa;
    background: #d3d3d3;
}
.wk-listing-img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-cover .wk_lazy_load {
    padding: 200px;
}
.thumb-container .wk_lazy_load {
    padding: 30px;
}
.wk-thumb-images .product-images > li.thumb-container > picture .thumb.selected,
.wk-thumb-images .product-images > li.thumb-container > picture .thumb:hover {
    border: 3px solid #2fb5d2;
}
