.section-title-container{margin:4.0625em auto 3.125em auto;text-align:center;max-width:350px;width:50%;clear:both}
.section-title-container .section-title{display:block;background:0;font-size:1.25em;font-family:BrandonGrotesqueBold;z-index:11;padding:14px 0 8px;border-radius:10px 0;text-transform:uppercase;border:1px solid #000;line-height:1}
.section-title-container .dropdown .section-title{cursor:pointer}
.section-title-container .category-name{position:relative}
.section-title-container .category-name:before,.section-title-container .category-name:after{content:"";position:absolute;border-top:1px solid #000;display:inline-block;width:50%;top:0;bottom:0;height:0;margin:auto}
.section-title-container .category-name:before{right:100%}
.section-title-container .category-name:after{left:100%}
.section-title-container .categories{max-width:350px;width:100%;border:1px solid #63666a;border-radius:4px;background-color:#e8e8e8;box-shadow:0 0 10px 0 rgba(1,1,1,0.33);padding:1.25em;z-index:991}
.section-title-container .categories li{display:flex;align-items:baseline}
.section-title-container .categories .box{width:10px;height:10px}
.section-title-container .categories .category{font-size:13px;font-family:BrandonGrotesqueRegular;text-transform:uppercase;line-height:2.154;padding:0 0 0 10px;background-color:transparent;cursor:pointer;color:#333}
.section-title-container .categories .category.active,.section-title-container .categories .category.selected{font-family:BrandonGrotesqueBold}
@media all and (min-width:768px) and (max-width:1023px){.section-title-container{margin:30px auto;width:100%}
.section-title-container .category-name:before,.section-title-container .category-name:after{width:20%}
}
@media all and (max-width:767px){.section-title-container{margin:30px auto;max-width:161px}
.section-title-container .section-title{font-size:.8em;line-height:17px;padding:8px 0 4px}
.section-title-container .category-name:before,.section-title-container .category-name:after{width:45%}
.section-title-container .categories{width:auto;left:50%;transform:translateX(-50%)}
}