﻿.shop-template {
    font-family: 'DM Sans', sans-serif;
    color: #191919;
    width: 100%;
    padding: 0 18px;
}
    .shop-template .container {
        padding: 24px 0px 45px;
        max-width: 1283px;
        margin: 0 auto;
        width: 100%;
        min-height: calc(100vh - 75px);
        padding-bottom: 111px;
    }
.card-header{cursor:pointer;border:0;}

.shop-template .page_title {
    color: #707070;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 20px;
}
.shop-template .mb_48 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 25px;
    margin-top: 8px;
}
.shop-template .card h6 svg {
    top: 13px;
    position: absolute;
    right: 5px;
}
    .shop-template .card h6{
    display:flex;
    justify-content:space-between;
}
    .shop-template .page_title a, .shop-template .card a {
        color: #191919;
    }
    .shop-template .card{
        position: relative;
        border: 1px solid #EEEEEE;
        border-radius: 6px;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        color:#191919;
    }