/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.vi__product__icons_outer .fade.in {
    opacity: 1;
}

.vi__product__icons_outer .title {
    background: #f6f6f8;
    padding: 10px;
    text-align:center;
}

.vi__product__icons_outer .alert-info {
    color: #ffffff;
    background-color: #3ab96d;
    border-color: #3ab96d;
}
.vi__product__icons_outer .alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.vi__product__icons_outer .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.vi__product__icons_outer .svg-icon {
    width: 2em;
    height: 2em;
}

.mlicon-tooltip .icon {
    float:left;
    padding-right:10px;
}

.mlicon-tooltip .text {
    padding-top:3px;
}

.vi__product__icons_outer .svg-icon path,
.vi__product__icons_outer .svg-icon polygon,
.vi__product__icons_outer .svg-icon rect {
    fill: #FFFFFF;
}

.vi__product__icons_outer .svg-icon circle {
    stroke: #FFFFFF;
    stroke-width: 1;
}

.vi__page--product .vi__product__icons_bottom {
    position: relative;
    padding: 0 40px;
    margin: 20px 0;
    display: block;
    width: 100%;
}

.vi__page--product .vi__product__icons_bottom .arrow.left {
    left: 0;
}
.vi__page--product .vi__product__icons_bottom .arrow.slick-disabled, .vi__page--product .vi__product__icons_bottom .arrow.slick-hidden {
    pointer-events: none;
    background: #f6f6f8;
}
.vi__page--product .vi__product__icons_bottom .arrow {
    transition: 100ms all ease-in-out;
    border: 0;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    background: #3ab96d;
    height: 100%;
    width: 30px;
}

.vi__page--product .vi__product__icons_bottom .arrow.slick-disabled svg, .vi__page--product .vi__product__icons_bottom .arrow.slick-hidden svg {
    fill: #e8e9eb;
}

.vi__page--product .vi__product__icons_bottom .arrow.right {
    right: 0;

}

.vi__page--product .vi__product__icons_bottom .arrow svg {
    fill:#ffffff;
    height: 12px;
    width: 12px;
}

.vi__page--product .vi__product__icons_bottom .arrow.left svg {
    transform: rotate(180deg);
    fill:#ffffff;
}

.sap {
    width: 96%;
    background: #3ab96d;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    margin: 0px auto;
    z-index: 999;
    margin-left: 2%;
    margin-top: 1%;
    color:#FFFFFF;
    text-align:center;
    height:30px;
    line-height:30px;
}

.sab {
    width: 100%;
    background: #3ab96d;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    /* margin: 0px auto; */
    z-index: 999;
    /* margin-top: 1%; */
    color: #FFFFFF;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: 0;
}


#image-block .vi__product__icons {
    padding: 25px 0;
    width: 36px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 5px;
}

#image-block .vi__product__icons .arrow.slick-disabled svg {
    fill: #e8e9eb; }
#image-block .vi__product__icons .arrow:hover {
    background: #47c57a; }
#image-block .vi__product__icons .arrow:active {
    background: #34a662; }
#image-block .vi__product__icons .arrow.left {
    top: 0; }
#image-block .vi__product__icons .arrow.left svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
#image-block .vi__product__icons .arrow.right {
    bottom: 0; }
#image-block .vi__product__icons .arrow.right svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
#image-block .vi__product__icons .arrow svg {
    fill: white;
    height: 12px; }
#image-block .vi__product__icons .icon {
    margin-bottom: 5px;
    display: block;
    width: 36px;
    height: 36px; }
#image-block .vi__product__icons .icon img {
    width: 100%;
    height: auto; }


.tooltip {
    position: relative;
    display: inline-block;
}

.plist-style {
    position: absolute;
    left:7px;
}

.iconval {
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    padding-left: 2px;
    padding-right: 2px;
    margin-top:15px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.picon_inner {
    display:flex;
}

