body.common-home#brandPageUi {
    background: #f7f7f7;
}

#brandPageUi div#ttcmsbottombanner {
	display:none;
}
#brands .ttcmsbottombanner {
    background: #ffffff;
	    width: 100%;
}
#brands .row {
    display: grid; 
    margin: 1rem;
    grid-column: repeat(200px);
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 1.5rem;
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
div#brands .ttcmsbottombannerblock.container .row:before {
    display: none;
}
#brands .ttcmsbottombanner img {
    width: 100%;
}

h2#brandnameshow {
    text-align: center;
    font-weight: 600;
    font-size: 5rem;
}
.select_Gender {
    display: flex;
    justify-content: center;
    padding: 1rem;
}
a#gomenB, #gowomenB {
    padding: 1rem;
    font-size: 1.2rem;
    background: #f5f5f5;
    margin: 1rem;
    font-weight: 600;
    width: 122px;
    text-align: center;
    cursor: pointer;
}
h2#brandnameshow {
    text-align: center;
    font-weight: 600;
    font-size: 3.5rem;
}
a#gomenB.current,  #gowomenB.current {
    background: #3d3939 !important;
    color: #fff;
}
body.product-brandcategory#brandPageUi {
    background:#fff;
}
@media (max-width: 991px) {
    #brands .row{
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-gap: .5rem;
    justify-content: center;
    align-items: center;
    }
  #brandPageUi  .tthome{
            margin-top: 0;
    }
   body.product-brandcategory#brandPageUi #content{
       margin-top:0!important;
   } 
 
}


@media only screen and (min-width:1080px) and (max-width:1920px) and (orientation:portrait) {
#brands .row {
	display: grid;
    /* background: #ededed; */
    margin: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 1.5rem;
    white-space: pre-wrap;
    justify-content: center;
    align-items: center;
}
h2#brandnameshow {
    text-align: center;
    font-weight: 600;
    font-size: 5rem;
}
a#gomenB, #gowomenB {
        padding: 1.8rem 1.5rem;
        font-size: 2.5rem;
        background: #f5f5f5;
        margin: 1rem;
        font-weight: 500;
        width: 142px;
}
}

