@@ -4886,6 +4886,15 @@ input[type=search]::-webkit-search-cancel-button {
opacity: 0.7;
}
+.store-tab #pills-tab .nav-item {
+ margin: 0 0.8rem;
+}
+@media screen and (max-width: 767px) {
+ .store-tab #pills-tab .nav-item {
+ margin: 0 0.5rem;
+ }
+
.store-tab #pills-tab a,
.mobile-tab #pills-tab a {
color: #fff;
@@ -4847,6 +4847,13 @@ input[type="search"]::-webkit-search-cancel-button {
+ @media screen and (max-width: 767px) {