main.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. @media screen and (min-width: 1200px) {
  2. .navbar-brand-block {
  3. display: inline-block;
  4. position: absolute;
  5. left: 8px;
  6. }
  7. }
  8. @media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  9. .navbar-brand-block {
  10. position: relative;
  11. }
  12. }
  13. @media screen and (min-width: 1200px) {
  14. .navbar-collapse-block {
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18. .nav-user-block {
  19. display: -webkit-box;
  20. display: -ms-flexbox;
  21. display: flex;
  22. -webkit-box-pack: end;
  23. -ms-flex-pack: end;
  24. justify-content: flex-end;
  25. position: absolute;
  26. right: 8px;
  27. }
  28. }
  29. @media screen and (min-width: 1200px) and (-ms-high-contrast: active), screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  30. .nav-user-block {
  31. position: relative;
  32. }
  33. }
  34. @media screen and (min-width: 1200px) {
  35. .navbar-brand-block-sm {
  36. display: none;
  37. }
  38. .nb-mobile, .nb-mobile-icon {
  39. display: none;
  40. }
  41. }
  42. @media screen and (min-width: 992px) and (max-width: 1199px) {
  43. .navbar-brand-block, .navbar-collapse-block, .nav-user-block {
  44. display: none;
  45. }
  46. .navbar-brand-block-sm {
  47. display: inline-block;
  48. margin-left: auto;
  49. margin-right: auto;
  50. }
  51. .nb-mobile-icon {
  52. display: block;
  53. }
  54. .nb-mobile-icon .bars {
  55. display: block;
  56. }
  57. .nb-mobile-icon .bars.active {
  58. display: none;
  59. }
  60. .nb-mobile-icon .arrow {
  61. display: none;
  62. }
  63. .nb-mobile-icon .arrow.active {
  64. display: block;
  65. }
  66. }
  67. @media screen and (min-width: 992px) {
  68. body {
  69. overflow: auto;
  70. }
  71. .dropdown-wrapper {
  72. display: -webkit-box !important;
  73. display: -ms-flexbox !important;
  74. display: flex !important;
  75. }
  76. .st-mobile, .footer-fix, .searchall {
  77. display: none;
  78. }
  79. .top-designer, .search-bar, .search-tab {
  80. display: block;
  81. }
  82. }
  83. @media screen and (min-width: 768px) and (max-width: 992px) {
  84. .gotop-btn-wrapper {
  85. right: 2%;
  86. bottom: 10%;
  87. z-index: 999;
  88. }
  89. .navbar-brand-block, .navbar-collapse-block, .nav-user-block {
  90. display: none;
  91. }
  92. .navbar-brand-block-sm {
  93. display: inline-block;
  94. margin-left: auto;
  95. margin-right: auto;
  96. }
  97. .nb-mobile-icon {
  98. display: block;
  99. }
  100. .nb-mobile-icon .bars {
  101. display: block;
  102. }
  103. .nb-mobile-icon .bars.active {
  104. display: none;
  105. }
  106. .nb-mobile-icon .arrow {
  107. display: none;
  108. }
  109. .nb-mobile-icon .arrow.active {
  110. display: block;
  111. }
  112. .search-tab-itemBtn .dropdown-wrapper {
  113. display: -webkit-box !important;
  114. }
  115. .item-card .item-card-body .item-card-media {
  116. left: 22%;
  117. }
  118. .footer .footer-media {
  119. color: #3b5998;
  120. }
  121. .ui-autocomplete {
  122. width: 100%;
  123. max-height: 49vh;
  124. overflow-y: auto;
  125. overflow-x: hidden;
  126. position: absolute;
  127. top: 55px !important;
  128. left: 0 !important;
  129. -webkit-margin-before: 0em;
  130. margin-block-start: 0em;
  131. -webkit-margin-after: 0em;
  132. margin-block-end: 0em;
  133. -webkit-margin-start: 0px;
  134. margin-inline-start: 0px;
  135. -webkit-margin-end: 0px;
  136. margin-inline-end: 0px;
  137. -webkit-padding-start: 0px;
  138. padding-inline-start: 0px;
  139. }
  140. .keywords-autocomplete {
  141. width: 100%;
  142. height: 100%;
  143. position: absolute;
  144. -webkit-transform: translateY(-25%);
  145. transform: translateY(-25%);
  146. }
  147. .keywords-autocomplete .list-group-item {
  148. -webkit-box-shadow: 1px 1px 1px #ccc;
  149. box-shadow: 1px 1px 1px #ccc;
  150. background: rgba(255, 255, 255, 0.98);
  151. border: none;
  152. }
  153. .keywords-autocomplete .list-group-item-action:hover {
  154. z-index: 0;
  155. cursor: pointer;
  156. }
  157. }
  158. @media screen and (min-width: 576px) and (max-width: 768px) {
  159. .member .item-card-member .item-card-img-member {
  160. width: 100%;
  161. height: 360px;
  162. background-size: cover;
  163. background-repeat: no-repeat;
  164. background-position: center;
  165. }
  166. .navbar-brand-block, .navbar-collapse-block, .nav-user-block {
  167. display: none;
  168. }
  169. .navbar-brand-block-sm {
  170. display: inline-block;
  171. margin-left: auto;
  172. margin-right: auto;
  173. }
  174. .nb-mobile-icon {
  175. display: block;
  176. }
  177. .nb-mobile-icon .bars {
  178. display: block;
  179. }
  180. .nb-mobile-icon .bars.active {
  181. display: none;
  182. }
  183. .nb-mobile-icon .arrow {
  184. display: none;
  185. }
  186. .nb-mobile-icon .arrow.active {
  187. display: block;
  188. }
  189. .nb-mobile.active {
  190. position: fixed;
  191. bottom: 0;
  192. }
  193. #navbarSupportedContent {
  194. display: none;
  195. }
  196. .search-tab-itemBtn .dropdown-wrapper {
  197. display: -webkit-box !important;
  198. }
  199. .item-card .item-card-body .item-card-media {
  200. left: 40%;
  201. }
  202. .item-card .item-card-img {
  203. height: 210px;
  204. }
  205. .item-card .item-card-img .play {
  206. top: 45%;
  207. left: 45%;
  208. width: 40px;
  209. height: 40px;
  210. }
  211. .item-card .item-card-product {
  212. background-repeat: no-repeat;
  213. background-position: center center;
  214. }
  215. .ui-autocomplete {
  216. width: 100%;
  217. max-height: 49vh;
  218. overflow-y: auto;
  219. overflow-x: hidden;
  220. position: absolute;
  221. top: 55px !important;
  222. left: 0 !important;
  223. -webkit-margin-before: 0em;
  224. margin-block-start: 0em;
  225. -webkit-margin-after: 0em;
  226. margin-block-end: 0em;
  227. -webkit-margin-start: 0px;
  228. margin-inline-start: 0px;
  229. -webkit-margin-end: 0px;
  230. margin-inline-end: 0px;
  231. -webkit-padding-start: 0px;
  232. padding-inline-start: 0px;
  233. }
  234. .keywords-autocomplete {
  235. width: 100%;
  236. height: 100%;
  237. position: absolute;
  238. -webkit-transform: translateY(-25%);
  239. transform: translateY(-25%);
  240. }
  241. .keywords-autocomplete .list-group-item {
  242. -webkit-box-shadow: 1px 1px 1px #ccc;
  243. box-shadow: 1px 1px 1px #ccc;
  244. background: rgba(255, 255, 255, 0.98);
  245. border: none;
  246. }
  247. .keywords-autocomplete .list-group-item-action:hover {
  248. z-index: 0;
  249. cursor: pointer;
  250. }
  251. }
  252. @media screen and (max-width: 576px) {
  253. .gotop-btn-wrapper {
  254. right: 3%;
  255. bottom: 10%;
  256. z-index: 999;
  257. }
  258. .member .item-card-member .item-card-img-member {
  259. width: 100%;
  260. height: 360px;
  261. background-size: cover;
  262. background-repeat: no-repeat;
  263. background-position: center;
  264. }
  265. .navbar-brand-block, .navbar-collapse-block, .nav-user-block {
  266. display: none;
  267. }
  268. .navbar-brand-block-sm {
  269. display: inline-block;
  270. margin-left: auto;
  271. margin-right: auto;
  272. }
  273. .nb-mobile-icon {
  274. display: block;
  275. }
  276. .nb-mobile-icon .bars {
  277. display: block;
  278. }
  279. .nb-mobile-icon .bars.active {
  280. display: none;
  281. }
  282. .nb-mobile-icon .arrow {
  283. display: none;
  284. }
  285. .nb-mobile-icon .arrow.active {
  286. display: block;
  287. }
  288. .search-tab-itemBtn .dropdown-wrapper {
  289. display: -webkit-box !important;
  290. }
  291. .item-card .item-card-body .item-card-media {
  292. left: 37%;
  293. }
  294. .item-card .item-card-img {
  295. height: 210px;
  296. }
  297. .item-card .item-card-img .play {
  298. top: 45%;
  299. left: 45%;
  300. width: 40px;
  301. height: 40px;
  302. }
  303. .item-card .item-card-product {
  304. background-repeat: no-repeat;
  305. background-position: center center;
  306. }
  307. .ui-autocomplete {
  308. width: 100%;
  309. max-height: 49vh;
  310. overflow-y: auto;
  311. overflow-x: hidden;
  312. position: absolute;
  313. top: 55px !important;
  314. left: 0 !important;
  315. -webkit-margin-before: 0em;
  316. margin-block-start: 0em;
  317. -webkit-margin-after: 0em;
  318. margin-block-end: 0em;
  319. -webkit-margin-start: 0px;
  320. margin-inline-start: 0px;
  321. -webkit-margin-end: 0px;
  322. margin-inline-end: 0px;
  323. -webkit-padding-start: 0px;
  324. padding-inline-start: 0px;
  325. }
  326. .keywords-autocomplete {
  327. width: 100%;
  328. height: 100%;
  329. position: absolute;
  330. -webkit-transform: translateY(-25%);
  331. transform: translateY(-25%);
  332. }
  333. .keywords-autocomplete .list-group-item {
  334. -webkit-box-shadow: 1px 1px 1px #ccc;
  335. box-shadow: 1px 1px 1px #ccc;
  336. background: rgba(255, 255, 255, 0.98);
  337. border: none;
  338. }
  339. .keywords-autocomplete .list-group-item-action:hover {
  340. z-index: 0;
  341. cursor: pointer;
  342. }
  343. }
  344. /*# sourceMappingURL=main.css.map */