/**
 * Copyright © Vaimo Group. All rights reserved.
 * See LICENSE_VAIMO.txt for license details.
 */


/**
 * Element added as we need them
 * Added from porto/configed_css/settings_default.css
 */

@media only screen and (min-width: 768px) {
    .full-width {
        margin-left: -50vw !important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

#category-more-content {
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    max-height: 0;
}
#category-more-content.show {
    max-height: 1000px;
    transition: all 0.25s ease-in-out;
}

.category-description .full-width {
    text-align: center;
}

.category-top-description p,
.category-description .container p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0.9rem;
}

.btn-read-more {
    color: #fff;
    background: #000;
    text-transform: capitalize
}

#btn-read-more {
    color: #fff;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    background: #000;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

#btn-read-more:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}

.btn-read-more::after {
    content: '...'
}

