/*
* jQuery pstagger plugin
* https://www.prestashop.com
*
* Copyright PrestaShop and other contributors
* Released under the MIT license
* https://tldrlegal.com/license/mit-license
*
* Date: 2016-01-13
*/

.pstaggerAddTagInput:focus {
    outline: 0;
}

.pstaggerAddTagWrapper {
    width: 99.5%;
}

.pstaggerResetTagsBtn {
    cursor: pointer !important;
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    color: #2eacce;
    font-size: 20px;
    cursor: pointer;
    top: 0;
    right: 0;
}

.pstaggerTagsWrapper {
    display: none;
    position: relative;
    border: transparent;
    height: 70px;
    width: 99.5%;
    padding-left: 5px;
}

.pstaggerTag {
    float: left;
    border-radius: 5px;
    height: 30px;
    padding: 5px 5px 0px 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: rgba(174, 173, 175, 0.2) !important;
    font-size: 15px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #60449b;
}

.pstaggerClosingCross {
    margin-left: 5px;
    font-size: 15px;
    color: rgb(140, 139, 139);
    text-decoration: none;
}

.pstaggerWrapper {
    position: relative;
}

.pstaggerAddTagInput {
    border-radius: 4px;
    padding: 0;
    padding-left: 5px;
    border: 1px solid white;
    height: 70px;
    width: 100%;
    font-size: 15px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}