/*Hide Address Label Field on Storefront */
#newaddressform > div > div.col-md-12.padding-modal-col > div:nth-child(4) > label { display: none !important; }
#newaddressform > div > div.col-md-12.padding-modal-col > div:nth-child(4) > div { display: none !important; }
#addressgrid > thead > tr > th:nth-child(2) { display: none }
#row_4479092 > td:nth-child(2) { display: none }

/* ----- content page title ----- */
.ex-content-page .hero-new {max-height:350px; min-height: 100px;}
.ex-content-page .hero-new .owl-item.active .hero-box .background { transform: none; transition: none; }
.ex-content-page .hero-new .owl-item.active .hero-box .inner { transition: none; }
.ex-content-page .hero-new .hero-box .inner { margin-left: initial; }
.ex-content-page .hero-new .hero-box .btn { margin: 0 auto 0 0; }
.ex-content-page .hero-new .hero-box:before { background:none; }
.ex-content-page .hero-new .hero-box h1 { color: var(--evo-brand-primary); }