.markaname {
    text-align: center;
    margin-top: 30px;
}
.markaname h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color:#8cbc43;
    font-size: 15px;
}
.markaname b{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.markaname b:after{
    content: '';
    position: absolute;
    width: 100px;
    background: #8cbc43;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.controls{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2% 0px;
}


label{
    font-weight: 300;
    margin: 0 .4em 0 0;
}
.letter-list button.filter{
    margin: 0px;
}

.letter-list button{
    padding: 8px;
    margin: 10px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    color: #4f4e4e;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 3px;
    cursor: pointer;
    outline: 0;
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    margin-right: 3px!important;
}

.letter-list button.active{
    color: #0d6db7;
}


.containerbrand{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(15.3%,1fr));
    align-items: center;
    gap:1.2%
}

.containerbrand:after{
    content: '';
    display: inline-block;
    width: 48%;
}

.informationdes{
    min-height: 100vh;
}

.containerbrand .mix{
    position: relative;
}


.containerbrand .mix{
    text-align: left;
    margin-bottom: 1rem;
    display: none;
}

.containerbrand .mix:after{
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: none;
    vertical-align: top;
    /*  padding: 4% 6%; */
    font-weight: 700;
}

.containerbrand .mix:before{
    content: '';
    display: none;
    /* padding-top: 60%; */
}





/* Hover Styling */
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}
.mix:hover .overlay{
    opacity: .75;
}

.hover-text{
    color: #fff;
    width: 100%;
    font-family: 'adobe-garamond-pro';
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
    font-size: 24px;
    position: absolute;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.letter-list {
    background: #f7f7f7;
    padding: 5px 0px 5px 0;
    width: 100%;
}
.bghomegk {
    background: #f7f7f7;
    margin-bottom: 35px;
    border-radius: 0px;
    max-height: 85px;
}
.bghomegk img{
    transform: scale(1);
    transition: 300ms all;
}
.bghomegk:hover img {
    transform: scale(1.08);
}


@media only screen and (min-width: 1023px) {
    .col-half-offset{
        width: 19%;
    }
    .col-half-offset img{
        padding: 10px;
    }
}



.name_and_count{
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}
.name_and_count .manu_name{
    font-size: 17px;
    font-weight: 500;
}
.name_and_count .manu_count{
    font-size: 16px;
}
.colon-5
{
    flex: 0 0 auto;
    width: 18.75%;
}
.containerbrand .bghomegk figure
{
    display: flex;
    width: 100%;
    height: 85px;
    text-align: center;
    justify-content: center;
}
.image
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    max-height: 80px;
}
.row.text-dark h4{
    margin-bottom: 0px;
    font-size: 20px;
}
.row.text-dark p{
    margin-bottom: 0px;
    text-align: right;
}

.aw_pad{
    padding: 0px 10px;
}
.filter_btn.show a{
    color: #0d6db7!important;
}
@media (min-width: 250px) and (max-width: 374px){
    .col-half-offset{
        width: 48%;
    }
    .bghomegk img {
        max-width: 100%;
    }
    .controls {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0px;
    }
    .name_and_count .manu_name {
        font-size: 15px;
        font-weight: 500;
    }
    .containerbrand{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap:1.2%
    }
}
@media (min-width: 375px) and (max-width: 413px){
    .col-half-offset{
        width: 48%;
    }
    .bghomegk img {
        max-width: 100%;
    }
    .controls {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0px;
    }
    .name_and_count .manu_name {
        font-size: 15px;
        font-weight: 500;
    }

    .containerbrand{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap:1.2%
    }
}
@media (min-width: 414px) and (max-width: 767px){
    .col-half-offset{
        width: 48%;
    }
    .bghomegk img {
        max-width: 100%;
    }
    .controls {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0px;
    }
    .name_and_count .manu_name {
        font-size: 15px;
        font-weight: 500;
    }

    .containerbrand{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap:1.2%
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .col-half-offset{
        width: 20%;
    }
    .bghomegk img {
        max-width: 100%;
    }

    .containerbrand{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(20%,1fr));
        align-items: center;
        gap:1.2%
    }

    .controls {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 5% 0px;
    }
    .name_and_count .manu_name {
        font-size: 15px;
        font-weight: 500;
    }

    .col-half-offset {
        width: 19%;
    }


}
@media (min-width: 1024px) and (max-width: 1365px){
    .letter-list button {
        padding-right: 0.3rem!important;
        padding-left: 0.3rem!important;
    }

    .col-half-offset {
        width: 19%;
    }


}

.letter-list{
    background: linear-gradient(to right, #2A1E68, #0F3C97) !important;
    button{
        color: #fff !important;
    }
}

.name_and_count{
    background: #103B96 !important;
    border-radius: 5px 5px 0 0;
    padding: 8px;
    span{
        color: #fff;
        font-weight: 600;
    }
    .manu_count{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(36, 204, 99, 1);
        border-radius: 5px;
        padding: 0 5px;
        width: 40px;
        font-size: 14px !important;
    }
}

.col-half-offset img{
    padding: 0 !important;
}

.containerbrand{
    >div{
        border-radius: 5px;
        background-color: #fff !important;
        transition: all 0.2s ease;
        &:hover{
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        }
        a{
            figure{
                padding: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 !important;
                img{
                    width: 180px !important;
                    height: auto;
                }
            }
        }
    }
}

.marka-link{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.informationdes {
    min-height: 0vh !important;
}