/*************************************************************************
*
* Zoey, Inc.
* __________________
*
*  COPYRIGHT 2016,2017 Zoey, Inc.
*  All Rights Reserved.
*
* NOTICE: You are granted a non-exclusive and non-transferable license
* to use the Source Code of the Software provided under this License.
* This License is applicable to a single domain and server installation.
* Licensee may not resell, rent, lease or distribute the Source Code separately.
* Licensee may not use this Source Code to develop or distribute
* products that would compete with products marketed by the Licensor.
* All information contained herein is, and remains,
* the property of Zoey, Inc. and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Zoey, Inc. and its suppliers and may
* be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret and/or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Zoey, Inc.
* Licensor's copyright notices must not be removed from the Source Code.
*/

.pixprostores-categories-block ol{
    margin-left:0;
}

.pixprostores-categories-block ol ol{
    margin-left: 15px;
}

.pixprostores-categories-block ol ol{
    margin-left: 15px;
}

.pixprostores-categories-block .pixjs-expanded {

}

.pixprostores-categories-block .pixjs-expanded_dynamic {

}

.pixprostores-categories-block .pixjs-collapsed ol ol{
    display: none;
}

.pixprostores-categories-block .pixjs-collapsed_dynamic {
    overflow: hidden;

    -webkit-transition: height ease 0.2s;
       -moz-transition: height ease 0.2s;
        -ms-transition: height ease 0.2s;
         -o-transition: height ease 0.2s;
            transition: height ease 0.2s;
}

/*.pixprostores-categories-block .pixjs-collapsed_dynamic.ready {
    height: 0;
}*/