/**
* 2008-2024 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2024 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

.presta-as-search-result-title {
    font-size: 1.6rem;
}
li.presta-active a.active .presta-as-count, li.presta-active.active a .presta-as-count {
    display: none;
}
.presta-as-search-content-title {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.presta-cms-page-content {
    display: block;
    background: aliceblue;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.presta-cat-content {
    display: block;
    text-align: center;
}
.presta-as-cat-img {
    min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.presta-mb-15 {
    margin-bottom: 15px;
}
/* NAV TAB CSS */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content {
    margin-top: 20px;
}
/* END NAV TAB CSS */
