body,
.page-template {
    background: #000;
}

.entry-content,
.content-page {
    line-height: 1.8rem;
    background: white;
    padding: 15px;
}

.title {
    color: var(--primary_color);
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/* .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #cd1818;
    margin: auto;
    margin-top: 10px;
} */

.title-category {
    color: var(--text_color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.title-ft {
    color: #348fe6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
}

.background-section {
    background-color: #fff0f0;
    padding: 20px 0;
}

.left_arrow {
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
    left: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.2;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
}

.right_arrow {
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
    right: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.2;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
}

.transform img {
    transition: transform 0.5s ease;
    cursor: pointer;
}

.img-zoom:hover img {
    transform: scale(1.08);
}

.tab-content {
    background: #fff0f0;
    padding: 15px;
}

.tab-content ul {
    margin-left: 15px;
}

.nav-tabs .nav-link {
    background: #D9D9D9;
    margin-right: 3px;
    border-radius: 0px;
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2.5em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fcce0a;
    color: white;
}

#breadcrumbs .container {
    padding-left: 0;
}

.content-intro .block-title .tit {
    font-weight: bolder;
}

.content-intro .content {
    text-align: justify;
}

.woocommerce #reviews #comments h2 {
    font-size: 20px;
}

.woocommerce-Reviews #respond label,
#respond .comment-reply-title {
    font-size: 1rem;
}

.sticky .wrapper-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s all ease-in-out;
    z-index: 9;
    -webkit-animation-name: slide-top-fixed;
    animation-name: slide-top-fixed;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0px 0px 8px -2px;
    background: #fff;
}

.admin-bar .sticky .wrapper-main {
    top: 32px;
}

.section-new {
    margin-bottom: 30px;
}

.image-small {
    display: flex;
}

.banner-image {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.banner-image img {
    object-fit: contain;
    object-position: bottom;
    padding: 5px;
}
.card-product .banner-image img {
    padding: 1px;
}
.card-product .banner-image {
    height: 100%;
}
