#cms-wrapper{width:100%;margin-top:50px}
#cms-container {width: 100%;position: relative;z-index: 1;}
.bread-outer{position: relative;width: 100%;}
.breadcrumb-outer-wrapper {width: 100%;max-width: 1085px;margin: auto;}
.breadcrumb-wrapper{text-align:center}
.breadcrumb-container{display:inline-flex}
.breadcrumb-container > li{margin-left:1px}
.breadcrumb-container > li:first-child{margin-left:0}
.breadcrumb-container > li > a,.breadcrumb-container > li > div{position:relative;padding:4px 0 0 6px;font:var(--font14CMedium);color:#616161;text-transform: uppercase;}
.breadcrumb-container > li:first-child > a,.breadcrumb-container > li:first-child > div{padding:4px 0 0}
.breadcrumb-container > li.breadcrumb-sel > a{font-weight:700}
#cms-h1{font:var(--font45CMedium);color:#143331;text-align:center;margin-top:25px}
.popular-brands-list-container{width: 100%;/*border-top: 2px solid #EBEBEB;*/position: relative;}
.popular-brands-list-container:before{content: '';position: absolute;top: 0;left: 0;height: 2px;background:#EBEBEB;transform:scaleX(0); transition: transform 0.4s ease-in;}
.popular-brands-list-container.active:before{width:100%;transform:scaleX(1);}
.popular-brands-title{font:var(--font18CMedium);color: #143331;text-align: left;}
.popular-brands-list {width: 100%;}
.popular-brands-list > li{display: flex;justify-content: center;align-items: center;border: 1px solid #E6E6E6;background: #FFF;}
.popular-brands-list > li > a {align-items: center;justify-content: center;padding: 10px;}
.brands-list-photo img {width: 100%;max-width: 100%;height: auto;}
.brands-list-wrapper {width: 100%;}
.brands-list-hTitle {font:var(--font26CBold);color: #143331;}
.brands-list {position: relative;width: 100%;margin-top: 10px;padding-top: 25px;row-gap:5px;}
.brands-list:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 2px;background: #EBEBEB;}
.brands-list > li {width: 100%;}
.brands-list > li > a span {color: #676767;font-size: var(--font20CReg);}
@media (min-width:1200px) {
    #cms-container {max-width: calc(100% - 80px);margin-top: 2.083vw;padding: 0 4.167vw;}
    .popular-brands-list-container{margin-top: 25px;padding-top:23px;}
    .popular-brands-list {gap: 1.7%;margin-top: 27px;}
    .popular-brands-list > li {width: 11%;}
    .brands-list-wrapper {column-gap: 2%;row-gap:50px;margin-top: 90px;}
    .brands-list-container {width: 15%;}
    .brands-list > li > a:hover span{color:#FFC629;}
    #footer{margin-top: 100px;}
}
@media (max-width:1199px) {
    #cms-wrapper{width:100%;margin-top:20px}
    #cms-container{padding: 0 4vw;}
    .popular-brands-list-container{margin-top: 45px;padding-top: 15px;}
    .popular-brands-list {column-gap: 2.66%;row-gap:25px;margin-top: 20px;}
    .popular-brands-list > li{width: 23%}
    .brands-list-wrapper{margin-top: 45px;column-gap: 2.66%;row-gap:25px;}
    .brands-list-container{width: 23%}
    #footer{margin-top: 50px;}
}
@media (max-width:764px) {
    .popular-brands-list {column-gap: 2%;}
    .popular-brands-list >li {width: 49%;}
    .brands-list-wrapper{column-gap:2%;}
    .brands-list-container{width: 49%;}
}